Oct 15 12:50:15.232 INFO testing Aedificatores8581/verbose-telemetry against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 12:50:15.232 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:15.578 INFO blam! 68eba87b2c08f0410c22162668ef68b7ee5fa12aeee192d33512ed6453cb8b2c Oct 15 12:50:15.580 INFO running `"docker" "start" "-a" "68eba87b2c08f0410c22162668ef68b7ee5fa12aeee192d33512ed6453cb8b2c"` Oct 15 12:50:16.935 INFO kablam! usermod: no changes Oct 15 12:50:17.023 INFO kablam! Compiling drawille v0.2.3 Oct 15 12:50:17.023 INFO kablam! Compiling x11 v2.18.1 Oct 15 12:50:17.025 INFO kablam! Compiling device_query v0.1.0 Oct 15 12:50:18.968 INFO kablam! Compiling textplots v0.3.0 Oct 15 12:50:24.959 INFO kablam! Compiling verbose-telemetry v0.3.2 (/source) Oct 15 12:50:25.603 INFO kablam! warning: unreachable pattern Oct 15 12:50:25.604 INFO kablam! --> src/main.rs:48:3 Oct 15 12:50:25.604 INFO kablam! | Oct 15 12:50:25.604 INFO kablam! 48 | _ => println!("{}", "Did not give a data point.".red()), Oct 15 12:50:25.605 INFO kablam! | ^ Oct 15 12:50:25.605 INFO kablam! | Oct 15 12:50:25.605 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 12:50:25.605 INFO kablam! Oct 15 12:50:25.606 INFO kablam! warning: unreachable pattern Oct 15 12:50:25.606 INFO kablam! --> src/main.rs:57:3 Oct 15 12:50:25.606 INFO kablam! | Oct 15 12:50:25.607 INFO kablam! 57 | _ => println!("{}", "Something went wrong!".red()), Oct 15 12:50:25.607 INFO kablam! | ^ Oct 15 12:50:25.607 INFO kablam! Oct 15 12:50:25.607 INFO kablam! warning: unused variable: `keys` Oct 15 12:50:25.608 INFO kablam! --> src/main.rs:170:11 Oct 15 12:50:25.608 INFO kablam! | Oct 15 12:50:25.608 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 15 12:50:25.609 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 15 12:50:25.609 INFO kablam! | Oct 15 12:50:25.609 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:50:25.609 INFO kablam! Oct 15 12:50:25.615 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:25.615 INFO kablam! --> src/main.rs:75:6 Oct 15 12:50:25.615 INFO kablam! | Oct 15 12:50:25.615 INFO kablam! 75 | let mut lines: Vec<&str> = contents.trim().split_whitespace().collect(); Oct 15 12:50:25.615 INFO kablam! | ----^^^^^ Oct 15 12:50:25.615 INFO kablam! | | Oct 15 12:50:25.615 INFO kablam! | help: remove this `mut` Oct 15 12:50:25.615 INFO kablam! | Oct 15 12:50:25.615 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:50:25.615 INFO kablam! Oct 15 12:50:25.615 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:25.615 INFO kablam! --> src/main.rs:76:6 Oct 15 12:50:25.615 INFO kablam! | Oct 15 12:50:25.615 INFO kablam! 76 | let mut compact_lines: String = lines.join(""); Oct 15 12:50:25.615 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 12:50:25.615 INFO kablam! | | Oct 15 12:50:25.615 INFO kablam! | help: remove this `mut` Oct 15 12:50:25.615 INFO kablam! Oct 15 12:50:25.615 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:25.615 INFO kablam! --> src/main.rs:77:6 Oct 15 12:50:25.615 INFO kablam! | Oct 15 12:50:25.615 INFO kablam! 77 | let mut tokens: Vec<&str> = compact_lines.trim().split(TOKEN_SEPARATOR).collect(); Oct 15 12:50:25.615 INFO kablam! | ----^^^^^^ Oct 15 12:50:25.615 INFO kablam! | | Oct 15 12:50:25.615 INFO kablam! | help: remove this `mut` Oct 15 12:50:25.615 INFO kablam! Oct 15 12:50:25.619 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:25.619 INFO kablam! --> src/main.rs:126:6 Oct 15 12:50:25.619 INFO kablam! | Oct 15 12:50:25.619 INFO kablam! 126 | let mut lines: Vec<&str> = contents.trim().lines().collect(); Oct 15 12:50:25.620 INFO kablam! | ----^^^^^ Oct 15 12:50:25.620 INFO kablam! | | Oct 15 12:50:25.620 INFO kablam! | help: remove this `mut` Oct 15 12:50:25.620 INFO kablam! Oct 15 12:50:25.620 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:25.620 INFO kablam! --> src/main.rs:127:6 Oct 15 12:50:25.621 INFO kablam! | Oct 15 12:50:25.621 INFO kablam! 127 | let mut compat: String = lines.join(""); Oct 15 12:50:25.621 INFO kablam! | ----^^^^^^ Oct 15 12:50:25.621 INFO kablam! | | Oct 15 12:50:25.621 INFO kablam! | help: remove this `mut` Oct 15 12:50:25.621 INFO kablam! Oct 15 12:50:25.622 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:25.622 INFO kablam! --> src/main.rs:128:6 Oct 15 12:50:25.622 INFO kablam! | Oct 15 12:50:25.622 INFO kablam! 128 | let mut tokens: Vec<&str> = compat.trim().split(TOKEN_SEPARATOR).collect(); Oct 15 12:50:25.622 INFO kablam! | ----^^^^^^ Oct 15 12:50:25.622 INFO kablam! | | Oct 15 12:50:25.623 INFO kablam! | help: remove this `mut` Oct 15 12:50:25.623 INFO kablam! Oct 15 12:50:25.635 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:25.635 INFO kablam! --> src/main.rs:170:7 Oct 15 12:50:25.636 INFO kablam! | Oct 15 12:50:25.636 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 15 12:50:25.636 INFO kablam! | ----^^^^ Oct 15 12:50:25.636 INFO kablam! | | Oct 15 12:50:25.637 INFO kablam! | help: remove this `mut` Oct 15 12:50:25.637 INFO kablam! Oct 15 12:50:25.637 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:25.638 INFO kablam! --> src/main.rs:197:7 Oct 15 12:50:25.638 INFO kablam! | Oct 15 12:50:25.638 INFO kablam! 197 | let mut log: Vec = parse_loggerfile("test_logger.txt".to_string()); Oct 15 12:50:25.638 INFO kablam! | ----^^^ Oct 15 12:50:25.639 INFO kablam! | | Oct 15 12:50:25.639 INFO kablam! | help: remove this `mut` Oct 15 12:50:25.639 INFO kablam! Oct 15 12:50:26.775 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.80s Oct 15 12:50:26.777 INFO kablam! su: No module specific data is present Oct 15 12:50:27.395 INFO running `"docker" "rm" "-f" "68eba87b2c08f0410c22162668ef68b7ee5fa12aeee192d33512ed6453cb8b2c"` Oct 15 12:50:27.667 INFO blam! 68eba87b2c08f0410c22162668ef68b7ee5fa12aeee192d33512ed6453cb8b2c Oct 15 12:50:27.670 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:28.097 INFO blam! 5de5c3d78874ac19e22d6e44442dec3f8a771cd278c8a9ad33118ae1243f1f81 Oct 15 12:50:28.097 INFO running `"docker" "start" "-a" "5de5c3d78874ac19e22d6e44442dec3f8a771cd278c8a9ad33118ae1243f1f81"` Oct 15 12:50:28.695 INFO kablam! usermod: no changes Oct 15 12:50:28.733 INFO kablam! Compiling verbose-telemetry v0.3.2 (/source) Oct 15 12:50:29.403 INFO kablam! warning: unreachable pattern Oct 15 12:50:29.403 INFO kablam! --> src/main.rs:48:3 Oct 15 12:50:29.403 INFO kablam! | Oct 15 12:50:29.403 INFO kablam! 48 | _ => println!("{}", "Did not give a data point.".red()), Oct 15 12:50:29.403 INFO kablam! | ^ Oct 15 12:50:29.403 INFO kablam! | Oct 15 12:50:29.403 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 15 12:50:29.403 INFO kablam! Oct 15 12:50:29.403 INFO kablam! warning: unreachable pattern Oct 15 12:50:29.403 INFO kablam! --> src/main.rs:57:3 Oct 15 12:50:29.403 INFO kablam! | Oct 15 12:50:29.403 INFO kablam! 57 | _ => println!("{}", "Something went wrong!".red()), Oct 15 12:50:29.403 INFO kablam! | ^ Oct 15 12:50:29.403 INFO kablam! Oct 15 12:50:29.403 INFO kablam! warning: unused variable: `keys` Oct 15 12:50:29.403 INFO kablam! --> src/main.rs:170:11 Oct 15 12:50:29.403 INFO kablam! | Oct 15 12:50:29.403 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 15 12:50:29.403 INFO kablam! | ^^^^ help: consider using `_keys` instead Oct 15 12:50:29.403 INFO kablam! | Oct 15 12:50:29.403 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:50:29.403 INFO kablam! Oct 15 12:50:29.407 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:29.407 INFO kablam! --> src/main.rs:75:6 Oct 15 12:50:29.407 INFO kablam! | Oct 15 12:50:29.407 INFO kablam! 75 | let mut lines: Vec<&str> = contents.trim().split_whitespace().collect(); Oct 15 12:50:29.407 INFO kablam! | ----^^^^^ Oct 15 12:50:29.407 INFO kablam! | | Oct 15 12:50:29.407 INFO kablam! | help: remove this `mut` Oct 15 12:50:29.407 INFO kablam! | Oct 15 12:50:29.407 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:50:29.407 INFO kablam! Oct 15 12:50:29.407 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:29.407 INFO kablam! --> src/main.rs:76:6 Oct 15 12:50:29.407 INFO kablam! | Oct 15 12:50:29.407 INFO kablam! 76 | let mut compact_lines: String = lines.join(""); Oct 15 12:50:29.407 INFO kablam! | ----^^^^^^^^^^^^^ Oct 15 12:50:29.407 INFO kablam! | | Oct 15 12:50:29.407 INFO kablam! | help: remove this `mut` Oct 15 12:50:29.407 INFO kablam! Oct 15 12:50:29.407 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:29.407 INFO kablam! --> src/main.rs:77:6 Oct 15 12:50:29.407 INFO kablam! | Oct 15 12:50:29.407 INFO kablam! 77 | let mut tokens: Vec<&str> = compact_lines.trim().split(TOKEN_SEPARATOR).collect(); Oct 15 12:50:29.407 INFO kablam! | ----^^^^^^ Oct 15 12:50:29.407 INFO kablam! | | Oct 15 12:50:29.407 INFO kablam! | help: remove this `mut` Oct 15 12:50:29.407 INFO kablam! Oct 15 12:50:29.414 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:29.416 INFO kablam! --> src/main.rs:126:6 Oct 15 12:50:29.416 INFO kablam! | Oct 15 12:50:29.417 INFO kablam! 126 | let mut lines: Vec<&str> = contents.trim().lines().collect(); Oct 15 12:50:29.417 INFO kablam! | ----^^^^^ Oct 15 12:50:29.417 INFO kablam! | | Oct 15 12:50:29.417 INFO kablam! | help: remove this `mut` Oct 15 12:50:29.417 INFO kablam! Oct 15 12:50:29.418 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:29.418 INFO kablam! --> src/main.rs:127:6 Oct 15 12:50:29.418 INFO kablam! | Oct 15 12:50:29.418 INFO kablam! 127 | let mut compat: String = lines.join(""); Oct 15 12:50:29.418 INFO kablam! | ----^^^^^^ Oct 15 12:50:29.418 INFO kablam! | | Oct 15 12:50:29.419 INFO kablam! | help: remove this `mut` Oct 15 12:50:29.419 INFO kablam! Oct 15 12:50:29.419 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:29.419 INFO kablam! --> src/main.rs:128:6 Oct 15 12:50:29.419 INFO kablam! | Oct 15 12:50:29.419 INFO kablam! 128 | let mut tokens: Vec<&str> = compat.trim().split(TOKEN_SEPARATOR).collect(); Oct 15 12:50:29.420 INFO kablam! | ----^^^^^^ Oct 15 12:50:29.420 INFO kablam! | | Oct 15 12:50:29.420 INFO kablam! | help: remove this `mut` Oct 15 12:50:29.420 INFO kablam! Oct 15 12:50:29.431 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:29.431 INFO kablam! --> src/main.rs:170:7 Oct 15 12:50:29.431 INFO kablam! | Oct 15 12:50:29.431 INFO kablam! 170 | let mut keys: Vec = device_state.get_keys(); Oct 15 12:50:29.432 INFO kablam! | ----^^^^ Oct 15 12:50:29.432 INFO kablam! | | Oct 15 12:50:29.432 INFO kablam! | help: remove this `mut` Oct 15 12:50:29.432 INFO kablam! Oct 15 12:50:29.432 INFO kablam! warning: variable does not need to be mutable Oct 15 12:50:29.433 INFO kablam! --> src/main.rs:197:7 Oct 15 12:50:29.433 INFO kablam! | Oct 15 12:50:29.433 INFO kablam! 197 | let mut log: Vec = parse_loggerfile("test_logger.txt".to_string()); Oct 15 12:50:29.433 INFO kablam! | ----^^^ Oct 15 12:50:29.433 INFO kablam! | | Oct 15 12:50:29.433 INFO kablam! | help: remove this `mut` Oct 15 12:50:29.434 INFO kablam! Oct 15 12:50:29.913 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.20s Oct 15 12:50:29.916 INFO kablam! su: No module specific data is present Oct 15 12:50:30.389 INFO running `"docker" "rm" "-f" "5de5c3d78874ac19e22d6e44442dec3f8a771cd278c8a9ad33118ae1243f1f81"` Oct 15 12:50:30.547 INFO blam! 5de5c3d78874ac19e22d6e44442dec3f8a771cd278c8a9ad33118ae1243f1f81 Oct 15 12:50:30.559 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:31.007 INFO blam! c9978ae8f3943af3c54376103f0f366b90799faf65dc15ad58e67ce23bb29470 Oct 15 12:50:31.023 INFO running `"docker" "start" "-a" "c9978ae8f3943af3c54376103f0f366b90799faf65dc15ad58e67ce23bb29470"` Oct 15 12:50:32.152 INFO kablam! usermod: no changes Oct 15 12:50:32.247 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 12:50:32.259 INFO kablam! Running /target/debug/deps/verbose_telemetry-8c987f17eb82a283 Oct 15 12:50:32.261 INFO blam! Oct 15 12:50:32.261 INFO blam! running 0 tests Oct 15 12:50:32.261 INFO blam! Oct 15 12:50:32.261 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:50:32.261 INFO blam! Oct 15 12:50:32.261 INFO kablam! su: No module specific data is present Oct 15 12:50:32.807 INFO running `"docker" "rm" "-f" "c9978ae8f3943af3c54376103f0f366b90799faf65dc15ad58e67ce23bb29470"` Oct 15 12:50:32.986 INFO blam! c9978ae8f3943af3c54376103f0f366b90799faf65dc15ad58e67ce23bb29470