Oct 27 03:53:32.246 INFO checking hgallagher1993/Calculator against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 03:53:32.246 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 27 03:53:32.687 INFO blam! 608d0d69264ec3f317479789998bdeed650aec747a6a4eb4447066158f3f6297 Oct 27 03:53:32.699 INFO running `"docker" "start" "-a" "608d0d69264ec3f317479789998bdeed650aec747a6a4eb4447066158f3f6297"` Oct 27 03:53:33.395 INFO kablam! usermod: no changes Oct 27 03:53:33.467 INFO kablam! warning: path `/source/src/Calculator.rs` was erroneously implicitly accepted for binary `Calculator`, Oct 27 03:53:33.487 INFO kablam! please set bin.path in Cargo.toml Oct 27 03:53:33.487 INFO kablam! Checking Calculator v0.0.1 (/source) Oct 27 03:53:33.887 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 03:53:33.887 INFO kablam! --> src/Calculator.rs:20:9 Oct 27 03:53:33.887 INFO kablam! | Oct 27 03:53:33.887 INFO kablam! 20 | if(flag == false) Oct 27 03:53:33.887 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 03:53:33.887 INFO kablam! | Oct 27 03:53:33.887 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 03:53:33.887 INFO kablam! Oct 27 03:53:33.890 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 03:53:33.891 INFO kablam! --> src/Calculator.rs:32:9 Oct 27 03:53:33.891 INFO kablam! | Oct 27 03:53:33.891 INFO kablam! 32 | if(operator == '=') Oct 27 03:53:33.891 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 03:53:33.891 INFO kablam! Oct 27 03:53:33.938 INFO kablam! warning: variable does not need to be mutable Oct 27 03:53:33.938 INFO kablam! --> src/Calculator.rs:73:8 Oct 27 03:53:33.938 INFO kablam! | Oct 27 03:53:33.938 INFO kablam! 73 | let mut operator: char = operator_string.chars() Oct 27 03:53:33.938 INFO kablam! | ----^^^^^^^^ Oct 27 03:53:33.938 INFO kablam! | | Oct 27 03:53:33.938 INFO kablam! | help: remove this `mut` Oct 27 03:53:33.938 INFO kablam! | Oct 27 03:53:33.939 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 03:53:33.939 INFO kablam! Oct 27 03:53:33.943 INFO kablam! warning: crate `Calculator` should have a snake case name such as `calculator` Oct 27 03:53:33.943 INFO kablam! | Oct 27 03:53:33.943 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 03:53:33.943 INFO kablam! Oct 27 03:53:34.009 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 03:53:34.009 INFO kablam! --> src/Calculator.rs:20:9 Oct 27 03:53:34.009 INFO kablam! | Oct 27 03:53:34.009 INFO kablam! 20 | if(flag == false) Oct 27 03:53:34.009 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 03:53:34.009 INFO kablam! | Oct 27 03:53:34.009 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 03:53:34.009 INFO kablam! Oct 27 03:53:34.009 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 27 03:53:34.009 INFO kablam! --> src/Calculator.rs:32:9 Oct 27 03:53:34.009 INFO kablam! | Oct 27 03:53:34.009 INFO kablam! 32 | if(operator == '=') Oct 27 03:53:34.010 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 03:53:34.010 INFO kablam! Oct 27 03:53:34.043 INFO kablam! warning: variable does not need to be mutable Oct 27 03:53:34.043 INFO kablam! --> src/Calculator.rs:73:8 Oct 27 03:53:34.043 INFO kablam! | Oct 27 03:53:34.043 INFO kablam! 73 | let mut operator: char = operator_string.chars() Oct 27 03:53:34.043 INFO kablam! | ----^^^^^^^^ Oct 27 03:53:34.043 INFO kablam! | | Oct 27 03:53:34.043 INFO kablam! | help: remove this `mut` Oct 27 03:53:34.043 INFO kablam! | Oct 27 03:53:34.043 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 03:53:34.043 INFO kablam! Oct 27 03:53:34.043 INFO kablam! warning: crate `Calculator` should have a snake case name such as `calculator` Oct 27 03:53:34.043 INFO kablam! | Oct 27 03:53:34.044 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 03:53:34.044 INFO kablam! Oct 27 03:53:34.107 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Oct 27 03:53:34.107 INFO kablam! su: No module specific data is present Oct 27 03:53:34.566 INFO running `"docker" "rm" "-f" "608d0d69264ec3f317479789998bdeed650aec747a6a4eb4447066158f3f6297"` Oct 27 03:53:34.653 INFO blam! 608d0d69264ec3f317479789998bdeed650aec747a6a4eb4447066158f3f6297