Oct 26 20:08:46.729 INFO checking stygianblu/rust-tools against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 20:08:46.730 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 26 20:08:47.144 INFO blam! 926b25f6537cde3a0026ab279783f652c54f3ada520ef7052a0b38d6a147ce3b Oct 26 20:08:47.147 INFO running `"docker" "start" "-a" "926b25f6537cde3a0026ab279783f652c54f3ada520ef7052a0b38d6a147ce3b"` Oct 26 20:08:48.619 INFO kablam! usermod: no changes Oct 26 20:08:48.799 INFO kablam! Checking byteorder v1.2.4 Oct 26 20:08:48.811 INFO kablam! Checking chrono v0.4.5 Oct 26 20:08:50.179 INFO kablam! Checking libflate v0.1.16 Oct 26 20:08:52.463 INFO kablam! Checking procfs v0.3.1 Oct 26 20:08:54.139 INFO kablam! Checking rust-tools v0.1.0 (/source) Oct 26 20:08:55.207 INFO kablam! warning: unused import: `std::path::Path` Oct 26 20:08:55.207 INFO kablam! --> src/bin/check_processes.rs:7:5 Oct 26 20:08:55.207 INFO kablam! | Oct 26 20:08:55.207 INFO kablam! 7 | use std::path::Path; Oct 26 20:08:55.207 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 20:08:55.207 INFO kablam! | Oct 26 20:08:55.207 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:08:55.207 INFO kablam! Oct 26 20:08:55.367 INFO kablam! warning: value assigned to `exe_path` is never read Oct 26 20:08:55.367 INFO kablam! --> src/bin/check_processes.rs:64:17 Oct 26 20:08:55.367 INFO kablam! | Oct 26 20:08:55.367 INFO kablam! 64 | let mut exe_path = String::from(""); Oct 26 20:08:55.367 INFO kablam! | ^^^^^^^^ Oct 26 20:08:55.367 INFO kablam! | Oct 26 20:08:55.367 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:08:55.367 INFO kablam! Oct 26 20:08:55.395 INFO kablam! warning: unused variable: `i` Oct 26 20:08:55.395 INFO kablam! --> src/bin/generate_stub.rs:115:9 Oct 26 20:08:55.395 INFO kablam! | Oct 26 20:08:55.395 INFO kablam! 115 | for i in 0..num { Oct 26 20:08:55.395 INFO kablam! | ^ help: consider using `_i` instead Oct 26 20:08:55.399 INFO kablam! | Oct 26 20:08:55.399 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:08:55.399 INFO kablam! Oct 26 20:08:55.411 INFO kablam! warning: constant item is never used: `DEFAULT_NAME` Oct 26 20:08:55.411 INFO kablam! --> src/bin/constants.rs:9:1 Oct 26 20:08:55.411 INFO kablam! | Oct 26 20:08:55.411 INFO kablam! 9 | pub const DEFAULT_NAME: &'static str = "name"; Oct 26 20:08:55.411 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.427 INFO kablam! warning: unused import: `std::path::Path` Oct 26 20:08:55.427 INFO kablam! | Oct 26 20:08:55.427 INFO kablam! --> src/bin/check_processes.rs:7:5 Oct 26 20:08:55.427 INFO kablam! | Oct 26 20:08:55.427 INFO kablam! 7 | use std::path::Path; Oct 26 20:08:55.427 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 26 20:08:55.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:08:55.427 INFO kablam! Oct 26 20:08:55.427 INFO kablam! warning: constant item is never used: `DEFAULT_DESCRIPTION` Oct 26 20:08:55.427 INFO kablam! --> src/bin/constants.rs:10:1 Oct 26 20:08:55.427 INFO kablam! | Oct 26 20:08:55.427 INFO kablam! 10 | pub const DEFAULT_DESCRIPTION: &'static str = "Description goes here..."; Oct 26 20:08:55.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.427 INFO kablam! Oct 26 20:08:55.439 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.439 INFO kablam! --> src/bin/check_processes.rs:34:5 Oct 26 20:08:55.439 INFO kablam! | Oct 26 20:08:55.439 INFO kablam! 34 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(0, 255, 255)))); Oct 26 20:08:55.439 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.439 INFO kablam! | Oct 26 20:08:55.439 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 20:08:55.439 INFO kablam! Oct 26 20:08:55.451 INFO kablam! warning: variable `TABS` should have a snake case name such as `tabs` Oct 26 20:08:55.451 INFO kablam! --> src/bin/generate_stub.rs:109:6 Oct 26 20:08:55.451 INFO kablam! | Oct 26 20:08:55.451 INFO kablam! 109 | let mut TABS = String::from(""); Oct 26 20:08:55.451 INFO kablam! | ^^^^^^^^ Oct 26 20:08:55.455 INFO kablam! | Oct 26 20:08:55.459 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 20:08:55.459 INFO kablam! Oct 26 20:08:55.475 INFO kablam! | Oct 26 20:08:55.475 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:08:55.475 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.475 INFO kablam! Oct 26 20:08:55.476 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.476 INFO kablam! --> src/bin/check_processes.rs:41:9 Oct 26 20:08:55.476 INFO kablam! | Oct 26 20:08:55.476 INFO kablam! 41 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(0, 255, 0)))); Oct 26 20:08:55.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.476 INFO kablam! | Oct 26 20:08:55.476 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.476 INFO kablam! Oct 26 20:08:55.476 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.476 INFO kablam! --> src/bin/check_processes.rs:53:13 Oct 26 20:08:55.476 INFO kablam! | Oct 26 20:08:55.476 INFO kablam! 53 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 0, 0)))); Oct 26 20:08:55.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.476 INFO kablam! | Oct 26 20:08:55.476 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.476 INFO kablam! Oct 26 20:08:55.476 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.476 INFO kablam! --> src/bin/check_processes.rs:61:9 Oct 26 20:08:55.476 INFO kablam! | Oct 26 20:08:55.476 INFO kablam! 61 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(0, 255, 0)))); Oct 26 20:08:55.476 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.476 INFO kablam! | Oct 26 20:08:55.476 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.477 INFO kablam! Oct 26 20:08:55.477 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.477 INFO kablam! --> src/bin/check_processes.rs:63:9 Oct 26 20:08:55.477 INFO kablam! | Oct 26 20:08:55.477 INFO kablam! 63 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 51, 204)))); Oct 26 20:08:55.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.477 INFO kablam! | Oct 26 20:08:55.477 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.477 INFO kablam! Oct 26 20:08:55.477 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.477 INFO kablam! --> src/bin/check_processes.rs:78:9 Oct 26 20:08:55.477 INFO kablam! | Oct 26 20:08:55.477 INFO kablam! 78 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 255, 255)))); Oct 26 20:08:55.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.477 INFO kablam! | Oct 26 20:08:55.477 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.477 INFO kablam! Oct 26 20:08:55.477 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.477 INFO kablam! --> src/bin/check_processes.rs:82:9 Oct 26 20:08:55.477 INFO kablam! | Oct 26 20:08:55.477 INFO kablam! 82 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(0, 255, 0)))); Oct 26 20:08:55.477 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.477 INFO kablam! | Oct 26 20:08:55.478 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.478 INFO kablam! Oct 26 20:08:55.478 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.478 INFO kablam! --> src/bin/check_processes.rs:84:9 Oct 26 20:08:55.478 INFO kablam! | Oct 26 20:08:55.478 INFO kablam! 84 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 51, 204)))); Oct 26 20:08:55.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.478 INFO kablam! | Oct 26 20:08:55.478 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.478 INFO kablam! Oct 26 20:08:55.478 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.478 INFO kablam! --> src/bin/check_processes.rs:88:13 Oct 26 20:08:55.478 INFO kablam! | Oct 26 20:08:55.478 INFO kablam! 88 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 255, 255)))); Oct 26 20:08:55.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.478 INFO kablam! | Oct 26 20:08:55.478 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.478 INFO kablam! Oct 26 20:08:55.478 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.478 INFO kablam! --> src/bin/check_processes.rs:90:13 Oct 26 20:08:55.478 INFO kablam! | Oct 26 20:08:55.478 INFO kablam! 90 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 51, 204)))); Oct 26 20:08:55.478 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.478 INFO kablam! | Oct 26 20:08:55.479 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.479 INFO kablam! Oct 26 20:08:55.479 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.479 INFO kablam! --> src/bin/check_processes.rs:95:9 Oct 26 20:08:55.479 INFO kablam! | Oct 26 20:08:55.479 INFO kablam! 95 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(0, 255, 0)))); Oct 26 20:08:55.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.479 INFO kablam! | Oct 26 20:08:55.479 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.479 INFO kablam! Oct 26 20:08:55.479 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.479 INFO kablam! --> src/bin/check_processes.rs:97:9 Oct 26 20:08:55.479 INFO kablam! | Oct 26 20:08:55.479 INFO kablam! 97 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 51, 204)))); Oct 26 20:08:55.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.479 INFO kablam! | Oct 26 20:08:55.479 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.479 INFO kablam! Oct 26 20:08:55.479 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.479 INFO kablam! --> src/bin/check_processes.rs:99:9 Oct 26 20:08:55.479 INFO kablam! | Oct 26 20:08:55.479 INFO kablam! 99 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 255, 255)))); Oct 26 20:08:55.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.479 INFO kablam! | Oct 26 20:08:55.480 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.480 INFO kablam! Oct 26 20:08:55.480 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.480 INFO kablam! --> src/bin/check_processes.rs:103:5 Oct 26 20:08:55.480 INFO kablam! | Oct 26 20:08:55.480 INFO kablam! 103 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::White))); Oct 26 20:08:55.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.480 INFO kablam! | Oct 26 20:08:55.480 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.480 INFO kablam! Oct 26 20:08:55.481 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.481 INFO kablam! --> src/bin/generate_stub.rs:129:5 Oct 26 20:08:55.481 INFO kablam! | Oct 26 20:08:55.481 INFO kablam! 129 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Magenta))); Oct 26 20:08:55.482 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.482 INFO kablam! | Oct 26 20:08:55.482 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:08:55.482 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.482 INFO kablam! Oct 26 20:08:55.483 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.483 INFO kablam! --> src/bin/generate_stub.rs:150:5 Oct 26 20:08:55.483 INFO kablam! | Oct 26 20:08:55.483 INFO kablam! 150 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Green))); Oct 26 20:08:55.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.483 INFO kablam! | Oct 26 20:08:55.484 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.484 INFO kablam! Oct 26 20:08:55.484 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.484 INFO kablam! --> src/bin/generate_stub.rs:155:5 Oct 26 20:08:55.484 INFO kablam! | Oct 26 20:08:55.484 INFO kablam! 155 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Blue))); Oct 26 20:08:55.484 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.484 INFO kablam! | Oct 26 20:08:55.484 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.484 INFO kablam! Oct 26 20:08:55.485 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.485 INFO kablam! --> src/bin/generate_stub.rs:157:5 Oct 26 20:08:55.485 INFO kablam! | Oct 26 20:08:55.485 INFO kablam! 157 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::White))); Oct 26 20:08:55.485 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.485 INFO kablam! | Oct 26 20:08:55.485 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.485 INFO kablam! Oct 26 20:08:55.486 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.486 INFO kablam! --> src/bin/generate_stub.rs:177:5 Oct 26 20:08:55.486 INFO kablam! | Oct 26 20:08:55.486 INFO kablam! 177 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Blue))); Oct 26 20:08:55.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.486 INFO kablam! | Oct 26 20:08:55.486 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.486 INFO kablam! Oct 26 20:08:55.486 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.486 INFO kablam! --> src/bin/generate_stub.rs:180:9 Oct 26 20:08:55.486 INFO kablam! | Oct 26 20:08:55.486 INFO kablam! 180 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Yellow))); Oct 26 20:08:55.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.488 INFO kablam! | Oct 26 20:08:55.488 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.488 INFO kablam! Oct 26 20:08:55.488 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.488 INFO kablam! --> src/bin/generate_stub.rs:182:9 Oct 26 20:08:55.488 INFO kablam! | Oct 26 20:08:55.488 INFO kablam! 182 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::White))); Oct 26 20:08:55.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.488 INFO kablam! | Oct 26 20:08:55.488 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.488 INFO kablam! Oct 26 20:08:55.555 INFO kablam! warning: value assigned to `exe_path` is never read Oct 26 20:08:55.555 INFO kablam! --> src/bin/check_processes.rs:64:17 Oct 26 20:08:55.555 INFO kablam! | Oct 26 20:08:55.555 INFO kablam! 64 | let mut exe_path = String::from(""); Oct 26 20:08:55.555 INFO kablam! | ^^^^^^^^ Oct 26 20:08:55.555 INFO kablam! | Oct 26 20:08:55.555 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 26 20:08:55.555 INFO kablam! Oct 26 20:08:55.569 INFO kablam! warning: constant item is never used: `DEFAULT_NAME` Oct 26 20:08:55.569 INFO kablam! --> src/bin/constants.rs:9:1 Oct 26 20:08:55.569 INFO kablam! | Oct 26 20:08:55.569 INFO kablam! 9 | pub const DEFAULT_NAME: &'static str = "name"; Oct 26 20:08:55.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.569 INFO kablam! | Oct 26 20:08:55.569 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 20:08:55.569 INFO kablam! Oct 26 20:08:55.569 INFO kablam! warning: constant item is never used: `DEFAULT_DESCRIPTION` Oct 26 20:08:55.569 INFO kablam! --> src/bin/constants.rs:10:1 Oct 26 20:08:55.569 INFO kablam! | Oct 26 20:08:55.569 INFO kablam! 10 | pub const DEFAULT_DESCRIPTION: &'static str = "Description goes here..."; Oct 26 20:08:55.569 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.570 INFO kablam! Oct 26 20:08:55.575 INFO kablam! warning: unused variable: `i` Oct 26 20:08:55.575 INFO kablam! --> src/bin/generate_stub.rs:115:9 Oct 26 20:08:55.575 INFO kablam! | Oct 26 20:08:55.575 INFO kablam! 115 | for i in 0..num { Oct 26 20:08:55.575 INFO kablam! | ^ help: consider using `_i` instead Oct 26 20:08:55.575 INFO kablam! | Oct 26 20:08:55.575 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 26 20:08:55.575 INFO kablam! Oct 26 20:08:55.580 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.580 INFO kablam! --> src/bin/check_processes.rs:34:5 Oct 26 20:08:55.580 INFO kablam! | Oct 26 20:08:55.580 INFO kablam! 34 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(0, 255, 255)))); Oct 26 20:08:55.580 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.580 INFO kablam! | Oct 26 20:08:55.580 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:08:55.580 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.580 INFO kablam! Oct 26 20:08:55.580 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.580 INFO kablam! --> src/bin/check_processes.rs:41:9 Oct 26 20:08:55.581 INFO kablam! | Oct 26 20:08:55.581 INFO kablam! 41 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(0, 255, 0)))); Oct 26 20:08:55.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.581 INFO kablam! | Oct 26 20:08:55.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.581 INFO kablam! Oct 26 20:08:55.581 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.581 INFO kablam! --> src/bin/check_processes.rs:53:13 Oct 26 20:08:55.581 INFO kablam! | Oct 26 20:08:55.581 INFO kablam! 53 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 0, 0)))); Oct 26 20:08:55.581 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.581 INFO kablam! | Oct 26 20:08:55.581 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.581 INFO kablam! Oct 26 20:08:55.582 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.582 INFO kablam! --> src/bin/check_processes.rs:61:9 Oct 26 20:08:55.582 INFO kablam! | Oct 26 20:08:55.582 INFO kablam! 61 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(0, 255, 0)))); Oct 26 20:08:55.582 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.582 INFO kablam! | Oct 26 20:08:55.582 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.582 INFO kablam! Oct 26 20:08:55.583 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.583 INFO kablam! --> src/bin/check_processes.rs:63:9 Oct 26 20:08:55.583 INFO kablam! | Oct 26 20:08:55.583 INFO kablam! 63 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 51, 204)))); Oct 26 20:08:55.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.583 INFO kablam! | Oct 26 20:08:55.583 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.583 INFO kablam! Oct 26 20:08:55.583 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.583 INFO kablam! --> src/bin/check_processes.rs:78:9 Oct 26 20:08:55.583 INFO kablam! | Oct 26 20:08:55.583 INFO kablam! 78 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 255, 255)))); Oct 26 20:08:55.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.583 INFO kablam! | Oct 26 20:08:55.583 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.583 INFO kablam! Oct 26 20:08:55.583 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.583 INFO kablam! --> src/bin/check_processes.rs:82:9 Oct 26 20:08:55.583 INFO kablam! | Oct 26 20:08:55.583 INFO kablam! 82 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(0, 255, 0)))); Oct 26 20:08:55.583 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.583 INFO kablam! | Oct 26 20:08:55.583 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.584 INFO kablam! Oct 26 20:08:55.584 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.584 INFO kablam! --> src/bin/check_processes.rs:84:9 Oct 26 20:08:55.584 INFO kablam! | Oct 26 20:08:55.584 INFO kablam! 84 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 51, 204)))); Oct 26 20:08:55.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.586 INFO kablam! | Oct 26 20:08:55.586 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.586 INFO kablam! Oct 26 20:08:55.586 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.586 INFO kablam! --> src/bin/check_processes.rs:88:13 Oct 26 20:08:55.586 INFO kablam! | Oct 26 20:08:55.586 INFO kablam! 88 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 255, 255)))); Oct 26 20:08:55.586 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.586 INFO kablam! | Oct 26 20:08:55.586 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.587 INFO kablam! Oct 26 20:08:55.587 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.587 INFO kablam! --> src/bin/check_processes.rs:90:13 Oct 26 20:08:55.587 INFO kablam! | Oct 26 20:08:55.587 INFO kablam! 90 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 51, 204)))); Oct 26 20:08:55.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.587 INFO kablam! | Oct 26 20:08:55.587 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.587 INFO kablam! Oct 26 20:08:55.587 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.587 INFO kablam! --> src/bin/check_processes.rs:95:9 Oct 26 20:08:55.587 INFO kablam! | Oct 26 20:08:55.587 INFO kablam! 95 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(0, 255, 0)))); Oct 26 20:08:55.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.587 INFO kablam! | Oct 26 20:08:55.587 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.587 INFO kablam! Oct 26 20:08:55.587 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.587 INFO kablam! --> src/bin/check_processes.rs:97:9 Oct 26 20:08:55.587 INFO kablam! | Oct 26 20:08:55.587 INFO kablam! 97 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 51, 204)))); Oct 26 20:08:55.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.588 INFO kablam! | Oct 26 20:08:55.588 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.588 INFO kablam! Oct 26 20:08:55.588 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.588 INFO kablam! --> src/bin/check_processes.rs:99:9 Oct 26 20:08:55.588 INFO kablam! | Oct 26 20:08:55.588 INFO kablam! 99 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Rgb(255, 255, 255)))); Oct 26 20:08:55.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.588 INFO kablam! | Oct 26 20:08:55.588 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.588 INFO kablam! Oct 26 20:08:55.588 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.588 INFO kablam! --> src/bin/check_processes.rs:103:5 Oct 26 20:08:55.588 INFO kablam! | Oct 26 20:08:55.588 INFO kablam! 103 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::White))); Oct 26 20:08:55.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.588 INFO kablam! | Oct 26 20:08:55.588 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.588 INFO kablam! Oct 26 20:08:55.633 INFO kablam! warning: variable `TABS` should have a snake case name such as `tabs` Oct 26 20:08:55.633 INFO kablam! --> src/bin/generate_stub.rs:109:6 Oct 26 20:08:55.633 INFO kablam! | Oct 26 20:08:55.633 INFO kablam! 109 | let mut TABS = String::from(""); Oct 26 20:08:55.633 INFO kablam! | ^^^^^^^^ Oct 26 20:08:55.642 INFO kablam! | Oct 26 20:08:55.642 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 26 20:08:55.642 INFO kablam! Oct 26 20:08:55.675 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.675 INFO kablam! --> src/bin/generate_stub.rs:129:5 Oct 26 20:08:55.675 INFO kablam! | Oct 26 20:08:55.675 INFO kablam! 129 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Magenta))); Oct 26 20:08:55.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.675 INFO kablam! | Oct 26 20:08:55.675 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 26 20:08:55.675 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.675 INFO kablam! Oct 26 20:08:55.675 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.675 INFO kablam! --> src/bin/generate_stub.rs:150:5 Oct 26 20:08:55.675 INFO kablam! | Oct 26 20:08:55.675 INFO kablam! 150 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Green))); Oct 26 20:08:55.675 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.675 INFO kablam! | Oct 26 20:08:55.675 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.676 INFO kablam! Oct 26 20:08:55.676 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.676 INFO kablam! --> src/bin/generate_stub.rs:155:5 Oct 26 20:08:55.676 INFO kablam! | Oct 26 20:08:55.676 INFO kablam! 155 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Blue))); Oct 26 20:08:55.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.676 INFO kablam! | Oct 26 20:08:55.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.676 INFO kablam! Oct 26 20:08:55.676 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.676 INFO kablam! --> src/bin/generate_stub.rs:157:5 Oct 26 20:08:55.676 INFO kablam! | Oct 26 20:08:55.676 INFO kablam! 157 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::White))); Oct 26 20:08:55.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.676 INFO kablam! | Oct 26 20:08:55.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.676 INFO kablam! Oct 26 20:08:55.686 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.686 INFO kablam! --> src/bin/generate_stub.rs:177:5 Oct 26 20:08:55.686 INFO kablam! | Oct 26 20:08:55.686 INFO kablam! 177 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Blue))); Oct 26 20:08:55.686 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.686 INFO kablam! | Oct 26 20:08:55.686 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.686 INFO kablam! Oct 26 20:08:55.686 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.687 INFO kablam! --> src/bin/generate_stub.rs:180:9 Oct 26 20:08:55.687 INFO kablam! | Oct 26 20:08:55.687 INFO kablam! 180 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::Yellow))); Oct 26 20:08:55.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.687 INFO kablam! | Oct 26 20:08:55.687 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.687 INFO kablam! Oct 26 20:08:55.687 INFO kablam! warning: unused `std::result::Result` that must be used Oct 26 20:08:55.687 INFO kablam! --> src/bin/generate_stub.rs:182:9 Oct 26 20:08:55.687 INFO kablam! | Oct 26 20:08:55.687 INFO kablam! 182 | stdout.set_color(ColorSpec::new().set_fg(Some(Color::White))); Oct 26 20:08:55.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 20:08:55.687 INFO kablam! | Oct 26 20:08:55.687 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 26 20:08:55.687 INFO kablam! Oct 26 20:08:55.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.07s Oct 26 20:08:55.739 INFO kablam! su: No module specific data is present Oct 26 20:08:57.090 INFO running `"docker" "rm" "-f" "926b25f6537cde3a0026ab279783f652c54f3ada520ef7052a0b38d6a147ce3b"` Oct 26 20:08:57.439 INFO blam! 926b25f6537cde3a0026ab279783f652c54f3ada520ef7052a0b38d6a147ce3b