Sep 21 09:04:31.086 INFO checking greeks-0.5.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 09:04:31.086 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 09:04:31.086 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 09:04:31.290 INFO blam! c66fc49beffbed0741b1836fc8d316962c9224104b50768d76a76c13454a198a Sep 21 09:04:31.290 INFO running `"docker" "start" "-a" "c66fc49beffbed0741b1836fc8d316962c9224104b50768d76a76c13454a198a"` Sep 21 09:04:33.621 INFO kablam! usermod: no changes Sep 21 09:04:33.718 INFO kablam! Checking greeks v0.5.0 (/source) Sep 21 09:04:34.326 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 09:04:34.326 INFO kablam! --> src/greeks/first.rs:178:24 Sep 21 09:04:34.326 INFO kablam! | Sep 21 09:04:34.326 INFO kablam! 178 | let mult3 = E.powf((-d1.powf(2.0) / 2.0)); Sep 21 09:04:34.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 09:04:34.326 INFO kablam! | Sep 21 09:04:34.326 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 09:04:34.326 INFO kablam! Sep 21 09:04:34.500 INFO kablam! warning: unnecessary parentheses around method argument Sep 21 09:04:34.501 INFO kablam! --> src/greeks/first.rs:178:24 Sep 21 09:04:34.501 INFO kablam! | Sep 21 09:04:34.501 INFO kablam! 178 | let mult3 = E.powf((-d1.powf(2.0) / 2.0)); Sep 21 09:04:34.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 09:04:34.502 INFO kablam! | Sep 21 09:04:34.502 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 09:04:34.503 INFO kablam! Sep 21 09:04:35.126 INFO kablam! warning: unused variable: `r` Sep 21 09:04:35.127 INFO kablam! --> benches/bench.rs:19:9 Sep 21 09:04:35.127 INFO kablam! | Sep 21 09:04:35.128 INFO kablam! 19 | let r = b.iter(|| { Sep 21 09:04:35.128 INFO kablam! | ^ help: consider using `_r` instead Sep 21 09:04:35.129 INFO kablam! | Sep 21 09:04:35.129 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 21 09:04:35.129 INFO kablam! Sep 21 09:04:35.130 INFO kablam! warning: unused variable: `r` Sep 21 09:04:35.130 INFO kablam! --> benches/bench.rs:31:9 Sep 21 09:04:35.130 INFO kablam! | Sep 21 09:04:35.131 INFO kablam! 31 | let r = b.iter(|| { Sep 21 09:04:35.131 INFO kablam! | ^ help: consider using `_r` instead Sep 21 09:04:35.131 INFO kablam! Sep 21 09:04:35.132 INFO kablam! warning: unused variable: `r` Sep 21 09:04:35.132 INFO kablam! --> benches/bench.rs:44:9 Sep 21 09:04:35.132 INFO kablam! | Sep 21 09:04:35.133 INFO kablam! 44 | let r = b.iter(|| { Sep 21 09:04:35.133 INFO kablam! | ^ help: consider using `_r` instead Sep 21 09:04:35.133 INFO kablam! Sep 21 09:04:35.134 INFO kablam! warning: unused variable: `r` Sep 21 09:04:35.138 INFO kablam! --> benches/bench.rs:56:9 Sep 21 09:04:35.138 INFO kablam! | Sep 21 09:04:35.138 INFO kablam! 56 | let r = b.iter(|| { Sep 21 09:04:35.138 INFO kablam! | ^ help: consider using `_r` instead Sep 21 09:04:35.139 INFO kablam! Sep 21 09:04:35.139 INFO kablam! warning: unused variable: `r` Sep 21 09:04:35.139 INFO kablam! --> benches/bench.rs:68:9 Sep 21 09:04:35.139 INFO kablam! | Sep 21 09:04:35.139 INFO kablam! 68 | let r = b.iter(|| { Sep 21 09:04:35.139 INFO kablam! | ^ help: consider using `_r` instead Sep 21 09:04:35.139 INFO kablam! Sep 21 09:04:35.140 INFO kablam! warning: unused variable: `r` Sep 21 09:04:35.140 INFO kablam! --> benches/bench.rs:81:9 Sep 21 09:04:35.140 INFO kablam! | Sep 21 09:04:35.140 INFO kablam! 81 | let r = b.iter(|| { Sep 21 09:04:35.140 INFO kablam! | ^ help: consider using `_r` instead Sep 21 09:04:35.140 INFO kablam! Sep 21 09:04:35.140 INFO kablam! warning: unused variable: `r` Sep 21 09:04:35.141 INFO kablam! --> benches/bench.rs:94:9 Sep 21 09:04:35.141 INFO kablam! | Sep 21 09:04:35.141 INFO kablam! 94 | let r = b.iter(|| { Sep 21 09:04:35.141 INFO kablam! | ^ help: consider using `_r` instead Sep 21 09:04:35.141 INFO kablam! Sep 21 09:04:35.141 INFO kablam! warning: unused variable: `r` Sep 21 09:04:35.141 INFO kablam! --> benches/bench.rs:106:9 Sep 21 09:04:35.141 INFO kablam! | Sep 21 09:04:35.141 INFO kablam! 106 | let r = b.iter(|| { Sep 21 09:04:35.142 INFO kablam! | ^ help: consider using `_r` instead Sep 21 09:04:35.142 INFO kablam! Sep 21 09:04:35.179 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.53s Sep 21 09:04:35.192 INFO kablam! su: No module specific data is present Sep 21 09:04:36.397 INFO running `"docker" "rm" "-f" "c66fc49beffbed0741b1836fc8d316962c9224104b50768d76a76c13454a198a"` Sep 21 09:04:36.504 INFO blam! c66fc49beffbed0741b1836fc8d316962c9224104b50768d76a76c13454a198a