Oct 21 20:09:45.629 INFO checking WojciechKarpiel/bloatkill against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:09:45.629 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 20:09:46.119 INFO blam! ef92e7a9f79ab1489bd90d70a36b4ce72f272d5aed3c34b2885107cc7deb6b90 Oct 21 20:09:46.124 INFO running `"docker" "start" "-a" "ef92e7a9f79ab1489bd90d70a36b4ce72f272d5aed3c34b2885107cc7deb6b90"` Oct 21 20:09:47.508 INFO kablam! usermod: no changes Oct 21 20:09:47.588 INFO kablam! Checking bloatkill v0.1.0 (/source) Oct 21 20:09:48.280 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:09:48.280 INFO kablam! --> src/main.rs:41:24 Oct 21 20:09:48.280 INFO kablam! | Oct 21 20:09:48.280 INFO kablam! 41 | if (a > memory_consumption_threshold_bytes) { Oct 21 20:09:48.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:09:48.280 INFO kablam! | Oct 21 20:09:48.280 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 20:09:48.280 INFO kablam! Oct 21 20:09:48.357 INFO kablam! warning: unused variable: `arg` Oct 21 20:09:48.357 INFO kablam! --> src/main.rs:15:14 Oct 21 20:09:48.357 INFO kablam! | Oct 21 20:09:48.357 INFO kablam! 15 | Some(arg) => MEMORY_CONSUMPTION_THRESHOLD_BYTES, Oct 21 20:09:48.357 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 21 20:09:48.357 INFO kablam! | Oct 21 20:09:48.358 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:09:48.358 INFO kablam! Oct 21 20:09:48.358 INFO kablam! warning: unused variable: `r` Oct 21 20:09:48.358 INFO kablam! --> src/main.rs:48:21 Oct 21 20:09:48.358 INFO kablam! | Oct 21 20:09:48.358 INFO kablam! 48 | Err(r) => println!("NOT PID {}", file.path().display()), Oct 21 20:09:48.359 INFO kablam! | ^ help: consider using `_r` instead Oct 21 20:09:48.359 INFO kablam! Oct 21 20:09:48.417 INFO kablam! warning: variable `statmFile` should have a snake case name such as `statm_file` Oct 21 20:09:48.417 INFO kablam! --> src/main.rs:31:25 Oct 21 20:09:48.417 INFO kablam! | Oct 21 20:09:48.418 INFO kablam! 31 | let mut statmFile: std::fs::File = Oct 21 20:09:48.418 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 20:09:48.418 INFO kablam! | Oct 21 20:09:48.418 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:09:48.418 INFO kablam! Oct 21 20:09:48.516 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 21 20:09:48.516 INFO kablam! --> src/main.rs:41:24 Oct 21 20:09:48.516 INFO kablam! | Oct 21 20:09:48.516 INFO kablam! 41 | if (a > memory_consumption_threshold_bytes) { Oct 21 20:09:48.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 20:09:48.516 INFO kablam! | Oct 21 20:09:48.516 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 20:09:48.516 INFO kablam! Oct 21 20:09:48.568 INFO kablam! warning: unused variable: `arg` Oct 21 20:09:48.568 INFO kablam! --> src/main.rs:15:14 Oct 21 20:09:48.568 INFO kablam! | Oct 21 20:09:48.568 INFO kablam! 15 | Some(arg) => MEMORY_CONSUMPTION_THRESHOLD_BYTES, Oct 21 20:09:48.568 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 21 20:09:48.568 INFO kablam! | Oct 21 20:09:48.568 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:09:48.568 INFO kablam! Oct 21 20:09:48.568 INFO kablam! warning: unused variable: `r` Oct 21 20:09:48.568 INFO kablam! --> src/main.rs:48:21 Oct 21 20:09:48.568 INFO kablam! | Oct 21 20:09:48.568 INFO kablam! 48 | Err(r) => println!("NOT PID {}", file.path().display()), Oct 21 20:09:48.568 INFO kablam! | ^ help: consider using `_r` instead Oct 21 20:09:48.568 INFO kablam! Oct 21 20:09:48.596 INFO kablam! warning: variable `statmFile` should have a snake case name such as `statm_file` Oct 21 20:09:48.596 INFO kablam! --> src/main.rs:31:25 Oct 21 20:09:48.596 INFO kablam! | Oct 21 20:09:48.596 INFO kablam! 31 | let mut statmFile: std::fs::File = Oct 21 20:09:48.596 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 20:09:48.596 INFO kablam! | Oct 21 20:09:48.596 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 21 20:09:48.596 INFO kablam! Oct 21 20:09:48.621 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 21 20:09:48.623 INFO kablam! su: No module specific data is present Oct 21 20:09:49.395 INFO running `"docker" "rm" "-f" "ef92e7a9f79ab1489bd90d70a36b4ce72f272d5aed3c34b2885107cc7deb6b90"` Oct 21 20:09:49.696 INFO blam! ef92e7a9f79ab1489bd90d70a36b4ce72f272d5aed3c34b2885107cc7deb6b90