Sep 01 01:35:29.656 INFO checking greeks-0.5.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 01:35:29.656 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 01:35:29.656 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-3/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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=500" "-e" "CMD=cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 01:35:29.846 INFO blam! 7d6c321020f9d416cfb8c399e4e871f5cb76e75a5aa97cb022c6b2e29d416a06 Sep 01 01:35:29.849 INFO running `"docker" "start" "-a" "7d6c321020f9d416cfb8c399e4e871f5cb76e75a5aa97cb022c6b2e29d416a06"` Sep 01 01:35:30.459 INFO kablam! Checking greeks v0.5.0 (file:///source) Sep 01 01:35:30.853 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 01:35:30.853 INFO kablam! --> src/greeks/first.rs:178:24 Sep 01 01:35:30.853 INFO kablam! | Sep 01 01:35:30.853 INFO kablam! 178 | let mult3 = E.powf((-d1.powf(2.0) / 2.0)); Sep 01 01:35:30.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 01:35:30.853 INFO kablam! | Sep 01 01:35:30.853 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 01:35:30.853 INFO kablam! Sep 01 01:35:31.132 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 01:35:31.132 INFO kablam! --> src/greeks/first.rs:178:24 Sep 01 01:35:31.132 INFO kablam! | Sep 01 01:35:31.133 INFO kablam! 178 | let mult3 = E.powf((-d1.powf(2.0) / 2.0)); Sep 01 01:35:31.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 01:35:31.133 INFO kablam! | Sep 01 01:35:31.133 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 01:35:31.133 INFO kablam! Sep 01 01:35:31.638 INFO kablam! warning: unused variable: `r` Sep 01 01:35:31.638 INFO kablam! --> benches/bench.rs:19:9 Sep 01 01:35:31.638 INFO kablam! | Sep 01 01:35:31.638 INFO kablam! 19 | let r = b.iter(|| { Sep 01 01:35:31.638 INFO kablam! | ^ help: consider using `_r` instead Sep 01 01:35:31.638 INFO kablam! | Sep 01 01:35:31.639 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 01:35:31.639 INFO kablam! Sep 01 01:35:31.639 INFO kablam! warning: unused variable: `r` Sep 01 01:35:31.639 INFO kablam! --> benches/bench.rs:31:9 Sep 01 01:35:31.639 INFO kablam! | Sep 01 01:35:31.639 INFO kablam! 31 | let r = b.iter(|| { Sep 01 01:35:31.639 INFO kablam! | ^ help: consider using `_r` instead Sep 01 01:35:31.639 INFO kablam! Sep 01 01:35:31.639 INFO kablam! warning: unused variable: `r` Sep 01 01:35:31.639 INFO kablam! --> benches/bench.rs:44:9 Sep 01 01:35:31.639 INFO kablam! | Sep 01 01:35:31.639 INFO kablam! 44 | let r = b.iter(|| { Sep 01 01:35:31.639 INFO kablam! | ^ help: consider using `_r` instead Sep 01 01:35:31.639 INFO kablam! Sep 01 01:35:31.639 INFO kablam! warning: unused variable: `r` Sep 01 01:35:31.639 INFO kablam! --> benches/bench.rs:56:9 Sep 01 01:35:31.639 INFO kablam! | Sep 01 01:35:31.640 INFO kablam! 56 | let r = b.iter(|| { Sep 01 01:35:31.640 INFO kablam! | ^ help: consider using `_r` instead Sep 01 01:35:31.640 INFO kablam! Sep 01 01:35:31.640 INFO kablam! warning: unused variable: `r` Sep 01 01:35:31.640 INFO kablam! --> benches/bench.rs:68:9 Sep 01 01:35:31.640 INFO kablam! | Sep 01 01:35:31.640 INFO kablam! 68 | let r = b.iter(|| { Sep 01 01:35:31.640 INFO kablam! | ^ help: consider using `_r` instead Sep 01 01:35:31.640 INFO kablam! Sep 01 01:35:31.640 INFO kablam! warning: unused variable: `r` Sep 01 01:35:31.640 INFO kablam! --> benches/bench.rs:81:9 Sep 01 01:35:31.640 INFO kablam! | Sep 01 01:35:31.640 INFO kablam! 81 | let r = b.iter(|| { Sep 01 01:35:31.640 INFO kablam! | ^ help: consider using `_r` instead Sep 01 01:35:31.640 INFO kablam! Sep 01 01:35:31.640 INFO kablam! warning: unused variable: `r` Sep 01 01:35:31.640 INFO kablam! --> benches/bench.rs:94:9 Sep 01 01:35:31.641 INFO kablam! | Sep 01 01:35:31.641 INFO kablam! 94 | let r = b.iter(|| { Sep 01 01:35:31.641 INFO kablam! | ^ help: consider using `_r` instead Sep 01 01:35:31.641 INFO kablam! Sep 01 01:35:31.641 INFO kablam! warning: unused variable: `r` Sep 01 01:35:31.641 INFO kablam! --> benches/bench.rs:106:9 Sep 01 01:35:31.641 INFO kablam! | Sep 01 01:35:31.641 INFO kablam! 106 | let r = b.iter(|| { Sep 01 01:35:31.641 INFO kablam! | ^ help: consider using `_r` instead Sep 01 01:35:31.641 INFO kablam! Sep 01 01:35:31.666 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.22s Sep 01 01:35:31.670 INFO kablam! su: No module specific data is present Sep 01 01:35:32.079 INFO running `"docker" "rm" "-f" "7d6c321020f9d416cfb8c399e4e871f5cb76e75a5aa97cb022c6b2e29d416a06"` Sep 01 01:35:32.227 INFO blam! 7d6c321020f9d416cfb8c399e4e871f5cb76e75a5aa97cb022c6b2e29d416a06