Oct 13 02:00:16.509 INFO checking WojciechKarpiel/bloatkill against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 02:00:16.509 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 02:00:17.006 INFO blam! 8582d15307ce7ba810cad29b732ceedb2f475f96d1c0be526ff890dade9d2b61 Oct 13 02:00:17.008 INFO running `"docker" "start" "-a" "8582d15307ce7ba810cad29b732ceedb2f475f96d1c0be526ff890dade9d2b61"` Oct 13 02:00:18.598 INFO kablam! usermod: no changes Oct 13 02:00:18.672 INFO kablam! Checking bloatkill v0.1.0 (/source) Oct 13 02:00:19.504 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 02:00:19.504 INFO kablam! --> src/main.rs:41:24 Oct 13 02:00:19.504 INFO kablam! | Oct 13 02:00:19.504 INFO kablam! 41 | if (a > memory_consumption_threshold_bytes) { Oct 13 02:00:19.504 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 02:00:19.504 INFO kablam! | Oct 13 02:00:19.504 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 02:00:19.504 INFO kablam! Oct 13 02:00:19.536 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 13 02:00:19.536 INFO kablam! --> src/main.rs:41:24 Oct 13 02:00:19.536 INFO kablam! | Oct 13 02:00:19.536 INFO kablam! 41 | if (a > memory_consumption_threshold_bytes) { Oct 13 02:00:19.536 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 02:00:19.536 INFO kablam! | Oct 13 02:00:19.536 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 02:00:19.536 INFO kablam! Oct 13 02:00:19.568 INFO kablam! warning: unused variable: `arg` Oct 13 02:00:19.568 INFO kablam! --> src/main.rs:15:14 Oct 13 02:00:19.568 INFO kablam! | Oct 13 02:00:19.568 INFO kablam! 15 | Some(arg) => MEMORY_CONSUMPTION_THRESHOLD_BYTES, Oct 13 02:00:19.568 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 13 02:00:19.568 INFO kablam! | Oct 13 02:00:19.568 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:00:19.568 INFO kablam! Oct 13 02:00:19.568 INFO kablam! warning: unused variable: `r` Oct 13 02:00:19.568 INFO kablam! --> src/main.rs:48:21 Oct 13 02:00:19.568 INFO kablam! | Oct 13 02:00:19.568 INFO kablam! 48 | Err(r) => println!("NOT PID {}", file.path().display()), Oct 13 02:00:19.568 INFO kablam! | ^ help: consider using `_r` instead Oct 13 02:00:19.568 INFO kablam! Oct 13 02:00:19.592 INFO kablam! warning: unused variable: `arg` Oct 13 02:00:19.592 INFO kablam! --> src/main.rs:15:14 Oct 13 02:00:19.592 INFO kablam! | Oct 13 02:00:19.592 INFO kablam! 15 | Some(arg) => MEMORY_CONSUMPTION_THRESHOLD_BYTES, Oct 13 02:00:19.592 INFO kablam! | ^^^ help: consider using `_arg` instead Oct 13 02:00:19.592 INFO kablam! | Oct 13 02:00:19.592 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:00:19.592 INFO kablam! Oct 13 02:00:19.592 INFO kablam! warning: unused variable: `r` Oct 13 02:00:19.592 INFO kablam! --> src/main.rs:48:21 Oct 13 02:00:19.592 INFO kablam! | Oct 13 02:00:19.592 INFO kablam! 48 | Err(r) => println!("NOT PID {}", file.path().display()), Oct 13 02:00:19.592 INFO kablam! | ^ help: consider using `_r` instead Oct 13 02:00:19.592 INFO kablam! Oct 13 02:00:19.608 INFO kablam! warning: variable `statmFile` should have a snake case name such as `statm_file` Oct 13 02:00:19.608 INFO kablam! --> src/main.rs:31:25 Oct 13 02:00:19.608 INFO kablam! | Oct 13 02:00:19.608 INFO kablam! 31 | let mut statmFile: std::fs::File = Oct 13 02:00:19.608 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:00:19.608 INFO kablam! | Oct 13 02:00:19.608 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:00:19.608 INFO kablam! Oct 13 02:00:19.616 INFO kablam! warning: variable `statmFile` should have a snake case name such as `statm_file` Oct 13 02:00:19.616 INFO kablam! --> src/main.rs:31:25 Oct 13 02:00:19.616 INFO kablam! | Oct 13 02:00:19.616 INFO kablam! 31 | let mut statmFile: std::fs::File = Oct 13 02:00:19.616 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 02:00:19.616 INFO kablam! | Oct 13 02:00:19.616 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 02:00:19.616 INFO kablam! Oct 13 02:00:19.644 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 13 02:00:19.644 INFO kablam! su: No module specific data is present Oct 13 02:00:20.517 INFO running `"docker" "rm" "-f" "8582d15307ce7ba810cad29b732ceedb2f475f96d1c0be526ff890dade9d2b61"` Oct 13 02:00:20.880 INFO blam! 8582d15307ce7ba810cad29b732ceedb2f475f96d1c0be526ff890dade9d2b61