Oct 15 12:50:13.644 INFO testing Aedificatores8581/verbose-telemetry against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:50:13.645 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 12:50:13.933 INFO blam! 2602fa9c5d28558fbb3f53390a75086ff51b62fdb61ab12ccb42afa182a83f62 Oct 15 12:50:13.935 INFO running `"docker" "start" "-a" "2602fa9c5d28558fbb3f53390a75086ff51b62fdb61ab12ccb42afa182a83f62"` Oct 15 12:50:14.846 INFO kablam! usermod: no changes Oct 15 12:50:14.910 INFO kablam! Compiling x11 v2.18.1 Oct 15 12:50:14.910 INFO kablam! Compiling device_query v0.1.0 Oct 15 12:50:21.938 INFO kablam! Compiling verbose-telemetry v0.3.2 (/source) Oct 15 12:50:22.635 INFO kablam! warning: unreachable pattern Oct 15 12:50:22.635 INFO kablam! --> src/main.rs:48:3 Oct 15 12:50:22.636 INFO kablam! | Oct 15 12:50:22.636 INFO kablam! 48 | _ => println!("{}", "Did not give a data point.".red()), Oct 15 12:50:22.636 INFO kablam! | ^ Oct 15 12:50:22.637 INFO kablam! | Oct 15 12:50:22.637 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 12:50:22.638 INFO kablam! Oct 15 12:50:22.638 INFO kablam! warning: unreachable pattern Oct 15 12:50:22.639 INFO kablam! --> src/main.rs:57:3 Oct 15 12:50:22.639 INFO kablam! | Oct 15 12:50:22.639 INFO kablam! 57 | _ => println!("{}", "Something went wrong!".red()), Oct 15 12:50:22.640 INFO kablam! | ^ Oct 15 12:50:22.640 INFO kablam! Oct 15 12:50:22.641 INFO kablam! warning: unused variable: `keys` Oct 15 12:50:22.642 INFO kablam! --> src/main.rs:170:11 Oct 15 12:50:22.642 INFO kablam! | Oct 15 12:50:22.642 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 15 12:50:22.643 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 15 12:50:22.643 INFO kablam! | Oct 15 12:50:22.644 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:50:22.644 INFO kablam! Oct 15 12:50:22.658 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:22.659 INFO kablam! --> src/main.rs:75:6 Oct 15 12:50:22.659 INFO kablam! | Oct 15 12:50:22.660 INFO kablam! 75 | let mut lines: Vec<&str> = contents.trim().split_whitespace().collect(); Oct 15 12:50:22.660 INFO kablam! | ----^^^^^ Oct 15 12:50:22.661 INFO kablam! | | Oct 15 12:50:22.661 INFO kablam! | help: remove this `mut` Oct 15 12:50:22.661 INFO kablam! | Oct 15 12:50:22.662 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:50:22.662 INFO kablam! Oct 15 12:50:22.663 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:22.663 INFO kablam! --> src/main.rs:76:6 Oct 15 12:50:22.663 INFO kablam! | Oct 15 12:50:22.664 INFO kablam! 76 | let mut compact_lines: String = lines.join(""); Oct 15 12:50:22.664 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 12:50:22.665 INFO kablam! | | Oct 15 12:50:22.665 INFO kablam! | help: remove this `mut` Oct 15 12:50:22.665 INFO kablam! Oct 15 12:50:22.666 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:22.666 INFO kablam! --> src/main.rs:77:6 Oct 15 12:50:22.667 INFO kablam! | Oct 15 12:50:22.667 INFO kablam! 77 | let mut tokens: Vec<&str> = compact_lines.trim().split(TOKEN_SEPARATOR).collect(); Oct 15 12:50:22.668 INFO kablam! | ----^^^^^^ Oct 15 12:50:22.668 INFO kablam! | | Oct 15 12:50:22.668 INFO kablam! | help: remove this `mut` Oct 15 12:50:22.669 INFO kablam! Oct 15 12:50:22.673 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:22.674 INFO kablam! --> src/main.rs:126:6 Oct 15 12:50:22.674 INFO kablam! | Oct 15 12:50:22.674 INFO kablam! 126 | let mut lines: Vec<&str> = contents.trim().lines().collect(); Oct 15 12:50:22.675 INFO kablam! | ----^^^^^ Oct 15 12:50:22.675 INFO kablam! | | Oct 15 12:50:22.676 INFO kablam! | help: remove this `mut` Oct 15 12:50:22.676 INFO kablam! Oct 15 12:50:22.676 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:22.677 INFO kablam! --> src/main.rs:127:6 Oct 15 12:50:22.677 INFO kablam! | Oct 15 12:50:22.678 INFO kablam! 127 | let mut compat: String = lines.join(""); Oct 15 12:50:22.678 INFO kablam! | ----^^^^^^ Oct 15 12:50:22.678 INFO kablam! | | Oct 15 12:50:22.679 INFO kablam! | help: remove this `mut` Oct 15 12:50:22.679 INFO kablam! Oct 15 12:50:22.680 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:22.680 INFO kablam! --> src/main.rs:128:6 Oct 15 12:50:22.680 INFO kablam! | Oct 15 12:50:22.681 INFO kablam! 128 | let mut tokens: Vec<&str> = compat.trim().split(TOKEN_SEPARATOR).collect(); Oct 15 12:50:22.681 INFO kablam! | ----^^^^^^ Oct 15 12:50:22.682 INFO kablam! | | Oct 15 12:50:22.682 INFO kablam! | help: remove this `mut` Oct 15 12:50:22.682 INFO kablam! Oct 15 12:50:22.695 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:22.695 INFO kablam! --> src/main.rs:170:7 Oct 15 12:50:22.696 INFO kablam! | Oct 15 12:50:22.696 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 15 12:50:22.696 INFO kablam! | ----^^^^ Oct 15 12:50:22.697 INFO kablam! | | Oct 15 12:50:22.697 INFO kablam! | help: remove this `mut` Oct 15 12:50:22.697 INFO kablam! Oct 15 12:50:22.698 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:22.698 INFO kablam! --> src/main.rs:197:7 Oct 15 12:50:22.699 INFO kablam! | Oct 15 12:50:22.699 INFO kablam! 197 | let mut log: Vec = parse_loggerfile("test_logger.txt".to_string()); Oct 15 12:50:22.699 INFO kablam! | ----^^^ Oct 15 12:50:22.700 INFO kablam! | | Oct 15 12:50:22.700 INFO kablam! | help: remove this `mut` Oct 15 12:50:22.700 INFO kablam! Oct 15 12:50:23.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.10s Oct 15 12:50:23.970 INFO kablam! su: No module specific data is present Oct 15 12:50:24.665 INFO running `"docker" "rm" "-f" "2602fa9c5d28558fbb3f53390a75086ff51b62fdb61ab12ccb42afa182a83f62"` Oct 15 12:50:24.815 INFO blam! 2602fa9c5d28558fbb3f53390a75086ff51b62fdb61ab12ccb42afa182a83f62 Oct 15 12:50:24.817 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 12:50:25.102 INFO blam! 9f4c75677450c44beba606e6b0694e0255c3268f7b2781ccaa7635da83e4bac9 Oct 15 12:50:25.104 INFO running `"docker" "start" "-a" "9f4c75677450c44beba606e6b0694e0255c3268f7b2781ccaa7635da83e4bac9"` Oct 15 12:50:26.387 INFO kablam! usermod: no changes Oct 15 12:50:26.461 INFO kablam! Compiling verbose-telemetry v0.3.2 (/source) Oct 15 12:50:27.165 INFO kablam! warning: unreachable pattern Oct 15 12:50:27.165 INFO kablam! --> src/main.rs:48:3 Oct 15 12:50:27.165 INFO kablam! | Oct 15 12:50:27.165 INFO kablam! 48 | _ => println!("{}", "Did not give a data point.".red()), Oct 15 12:50:27.165 INFO kablam! | ^ Oct 15 12:50:27.165 INFO kablam! | Oct 15 12:50:27.165 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 12:50:27.165 INFO kablam! Oct 15 12:50:27.165 INFO kablam! warning: unreachable pattern Oct 15 12:50:27.165 INFO kablam! --> src/main.rs:57:3 Oct 15 12:50:27.165 INFO kablam! | Oct 15 12:50:27.165 INFO kablam! 57 | _ => println!("{}", "Something went wrong!".red()), Oct 15 12:50:27.165 INFO kablam! | ^ Oct 15 12:50:27.165 INFO kablam! Oct 15 12:50:27.165 INFO kablam! warning: unused variable: `keys` Oct 15 12:50:27.165 INFO kablam! --> src/main.rs:170:11 Oct 15 12:50:27.165 INFO kablam! | Oct 15 12:50:27.165 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 15 12:50:27.165 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 15 12:50:27.165 INFO kablam! | Oct 15 12:50:27.165 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:50:27.165 INFO kablam! Oct 15 12:50:27.184 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:27.184 INFO kablam! --> src/main.rs:75:6 Oct 15 12:50:27.184 INFO kablam! | Oct 15 12:50:27.184 INFO kablam! 75 | let mut lines: Vec<&str> = contents.trim().split_whitespace().collect(); Oct 15 12:50:27.184 INFO kablam! | ----^^^^^ Oct 15 12:50:27.184 INFO kablam! | | Oct 15 12:50:27.184 INFO kablam! | help: remove this `mut` Oct 15 12:50:27.184 INFO kablam! | Oct 15 12:50:27.184 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:50:27.184 INFO kablam! Oct 15 12:50:27.184 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:27.184 INFO kablam! --> src/main.rs:76:6 Oct 15 12:50:27.184 INFO kablam! | Oct 15 12:50:27.184 INFO kablam! 76 | let mut compact_lines: String = lines.join(""); Oct 15 12:50:27.184 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 12:50:27.185 INFO kablam! | | Oct 15 12:50:27.185 INFO kablam! | help: remove this `mut` Oct 15 12:50:27.185 INFO kablam! Oct 15 12:50:27.185 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:27.185 INFO kablam! --> src/main.rs:77:6 Oct 15 12:50:27.185 INFO kablam! | Oct 15 12:50:27.185 INFO kablam! 77 | let mut tokens: Vec<&str> = compact_lines.trim().split(TOKEN_SEPARATOR).collect(); Oct 15 12:50:27.185 INFO kablam! | ----^^^^^^ Oct 15 12:50:27.185 INFO kablam! | | Oct 15 12:50:27.185 INFO kablam! | help: remove this `mut` Oct 15 12:50:27.185 INFO kablam! Oct 15 12:50:27.185 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:27.185 INFO kablam! --> src/main.rs:126:6 Oct 15 12:50:27.185 INFO kablam! | Oct 15 12:50:27.185 INFO kablam! 126 | let mut lines: Vec<&str> = contents.trim().lines().collect(); Oct 15 12:50:27.185 INFO kablam! | ----^^^^^ Oct 15 12:50:27.185 INFO kablam! | | Oct 15 12:50:27.185 INFO kablam! | help: remove this `mut` Oct 15 12:50:27.185 INFO kablam! Oct 15 12:50:27.185 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:27.185 INFO kablam! --> src/main.rs:127:6 Oct 15 12:50:27.185 INFO kablam! | Oct 15 12:50:27.185 INFO kablam! 127 | let mut compat: String = lines.join(""); Oct 15 12:50:27.185 INFO kablam! | ----^^^^^^ Oct 15 12:50:27.185 INFO kablam! | | Oct 15 12:50:27.185 INFO kablam! | help: remove this `mut` Oct 15 12:50:27.185 INFO kablam! Oct 15 12:50:27.185 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:27.185 INFO kablam! --> src/main.rs:128:6 Oct 15 12:50:27.185 INFO kablam! | Oct 15 12:50:27.185 INFO kablam! 128 | let mut tokens: Vec<&str> = compat.trim().split(TOKEN_SEPARATOR).collect(); Oct 15 12:50:27.185 INFO kablam! | ----^^^^^^ Oct 15 12:50:27.185 INFO kablam! | | Oct 15 12:50:27.185 INFO kablam! | help: remove this `mut` Oct 15 12:50:27.185 INFO kablam! Oct 15 12:50:27.197 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:27.197 INFO kablam! --> src/main.rs:170:7 Oct 15 12:50:27.197 INFO kablam! | Oct 15 12:50:27.197 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 15 12:50:27.197 INFO kablam! | ----^^^^ Oct 15 12:50:27.197 INFO kablam! | | Oct 15 12:50:27.197 INFO kablam! | help: remove this `mut` Oct 15 12:50:27.197 INFO kablam! Oct 15 12:50:27.197 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:27.197 INFO kablam! --> src/main.rs:197:7 Oct 15 12:50:27.197 INFO kablam! | Oct 15 12:50:27.197 INFO kablam! 197 | let mut log: Vec = parse_loggerfile("test_logger.txt".to_string()); Oct 15 12:50:27.197 INFO kablam! | ----^^^ Oct 15 12:50:27.197 INFO kablam! | | Oct 15 12:50:27.197 INFO kablam! | help: remove this `mut` Oct 15 12:50:27.197 INFO kablam! Oct 15 12:50:27.674 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 15 12:50:27.676 INFO kablam! su: No module specific data is present Oct 15 12:50:28.282 INFO running `"docker" "rm" "-f" "9f4c75677450c44beba606e6b0694e0255c3268f7b2781ccaa7635da83e4bac9"` Oct 15 12:50:28.423 INFO blam! 9f4c75677450c44beba606e6b0694e0255c3268f7b2781ccaa7635da83e4bac9 Oct 15 12:50:28.423 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 15 12:50:28.713 INFO blam! a51c7c9513de76dd139c6a7172b7ded44a0ca1a4d2296022727d9caefac73907 Oct 15 12:50:28.716 INFO running `"docker" "start" "-a" "a51c7c9513de76dd139c6a7172b7ded44a0ca1a4d2296022727d9caefac73907"` Oct 15 12:50:29.335 INFO kablam! usermod: no changes Oct 15 12:50:29.381 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 15 12:50:29.399 INFO kablam! Running /target/debug/deps/verbose_telemetry-47ab972ded85471b Oct 15 12:50:29.407 INFO blam! Oct 15 12:50:29.407 INFO blam! running 0 tests Oct 15 12:50:29.407 INFO blam! Oct 15 12:50:29.407 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:50:29.407 INFO blam! Oct 15 12:50:29.408 INFO kablam! su: No module specific data is present Oct 15 12:50:30.197 INFO running `"docker" "rm" "-f" "a51c7c9513de76dd139c6a7172b7ded44a0ca1a4d2296022727d9caefac73907"` Oct 15 12:50:30.399 INFO blam! a51c7c9513de76dd139c6a7172b7ded44a0ca1a4d2296022727d9caefac73907