Sep 20 02:11:53.976 INFO checking greeks-0.5.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 02:11:53.976 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 02:11:53.976 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-6/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 02:11:54.185 INFO blam! d5251b694942db925e5e6ddfcc1f1a8b431df1921cbc0cf091dd807ec164b758 Sep 20 02:11:54.187 INFO running `"docker" "start" "-a" "d5251b694942db925e5e6ddfcc1f1a8b431df1921cbc0cf091dd807ec164b758"` Sep 20 02:11:55.230 INFO kablam! usermod: no changes Sep 20 02:11:55.278 INFO kablam! Checking greeks v0.5.0 (/source) Sep 20 02:11:55.550 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 02:11:55.550 INFO kablam! --> src/greeks/first.rs:178:24 Sep 20 02:11:55.550 INFO kablam! | Sep 20 02:11:55.550 INFO kablam! 178 | let mult3 = E.powf((-d1.powf(2.0) / 2.0)); Sep 20 02:11:55.550 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 02:11:55.550 INFO kablam! | Sep 20 02:11:55.550 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 02:11:55.550 INFO kablam! Sep 20 02:11:55.691 INFO kablam! warning: unnecessary parentheses around method argument Sep 20 02:11:55.691 INFO kablam! --> src/greeks/first.rs:178:24 Sep 20 02:11:55.691 INFO kablam! | Sep 20 02:11:55.691 INFO kablam! 178 | let mult3 = E.powf((-d1.powf(2.0) / 2.0)); Sep 20 02:11:55.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 02:11:55.702 INFO kablam! | Sep 20 02:11:55.702 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 02:11:55.702 INFO kablam! Sep 20 02:11:55.919 INFO kablam! warning: unused variable: `r` Sep 20 02:11:55.919 INFO kablam! --> benches/bench.rs:19:9 Sep 20 02:11:55.919 INFO kablam! | Sep 20 02:11:55.919 INFO kablam! 19 | let r = b.iter(|| { Sep 20 02:11:55.919 INFO kablam! | ^ help: consider using `_r` instead Sep 20 02:11:55.919 INFO kablam! | Sep 20 02:11:55.919 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 20 02:11:55.919 INFO kablam! Sep 20 02:11:55.919 INFO kablam! warning: unused variable: `r` Sep 20 02:11:55.919 INFO kablam! --> benches/bench.rs:31:9 Sep 20 02:11:55.919 INFO kablam! | Sep 20 02:11:55.920 INFO kablam! 31 | let r = b.iter(|| { Sep 20 02:11:55.920 INFO kablam! | ^ help: consider using `_r` instead Sep 20 02:11:55.920 INFO kablam! Sep 20 02:11:55.920 INFO kablam! warning: unused variable: `r` Sep 20 02:11:55.920 INFO kablam! --> benches/bench.rs:44:9 Sep 20 02:11:55.920 INFO kablam! | Sep 20 02:11:55.920 INFO kablam! 44 | let r = b.iter(|| { Sep 20 02:11:55.920 INFO kablam! | ^ help: consider using `_r` instead Sep 20 02:11:55.920 INFO kablam! Sep 20 02:11:55.920 INFO kablam! warning: unused variable: `r` Sep 20 02:11:55.920 INFO kablam! --> benches/bench.rs:56:9 Sep 20 02:11:55.920 INFO kablam! | Sep 20 02:11:55.920 INFO kablam! 56 | let r = b.iter(|| { Sep 20 02:11:55.920 INFO kablam! | ^ help: consider using `_r` instead Sep 20 02:11:55.920 INFO kablam! Sep 20 02:11:55.920 INFO kablam! warning: unused variable: `r` Sep 20 02:11:55.920 INFO kablam! --> benches/bench.rs:68:9 Sep 20 02:11:55.920 INFO kablam! | Sep 20 02:11:55.920 INFO kablam! 68 | let r = b.iter(|| { Sep 20 02:11:55.920 INFO kablam! | ^ help: consider using `_r` instead Sep 20 02:11:55.920 INFO kablam! Sep 20 02:11:55.920 INFO kablam! warning: unused variable: `r` Sep 20 02:11:55.920 INFO kablam! --> benches/bench.rs:81:9 Sep 20 02:11:55.920 INFO kablam! | Sep 20 02:11:55.920 INFO kablam! 81 | let r = b.iter(|| { Sep 20 02:11:55.920 INFO kablam! | ^ help: consider using `_r` instead Sep 20 02:11:55.920 INFO kablam! Sep 20 02:11:55.920 INFO kablam! warning: unused variable: `r` Sep 20 02:11:55.920 INFO kablam! --> benches/bench.rs:94:9 Sep 20 02:11:55.920 INFO kablam! | Sep 20 02:11:55.920 INFO kablam! 94 | let r = b.iter(|| { Sep 20 02:11:55.920 INFO kablam! | ^ help: consider using `_r` instead Sep 20 02:11:55.920 INFO kablam! Sep 20 02:11:55.920 INFO kablam! warning: unused variable: `r` Sep 20 02:11:55.920 INFO kablam! --> benches/bench.rs:106:9 Sep 20 02:11:55.920 INFO kablam! | Sep 20 02:11:55.920 INFO kablam! 106 | let r = b.iter(|| { Sep 20 02:11:55.920 INFO kablam! | ^ help: consider using `_r` instead Sep 20 02:11:55.920 INFO kablam! Sep 20 02:11:55.966 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.71s Sep 20 02:11:55.966 INFO kablam! su: No module specific data is present Sep 20 02:11:56.731 INFO running `"docker" "rm" "-f" "d5251b694942db925e5e6ddfcc1f1a8b431df1921cbc0cf091dd807ec164b758"` Sep 20 02:11:56.809 INFO blam! d5251b694942db925e5e6ddfcc1f1a8b431df1921cbc0cf091dd807ec164b758