Sep 01 23:07:38.024 INFO checking dedup_signature-0.2.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 23:07:38.024 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 23:07:38.024 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:07:38.203 INFO blam! 2598492c46f3c2c9a5a891526245686da482ac3dd1b70340bdeeb9ff208ea243 Sep 01 23:07:38.205 INFO running `"docker" "start" "-a" "2598492c46f3c2c9a5a891526245686da482ac3dd1b70340bdeeb9ff208ea243"` Sep 01 23:07:39.994 INFO kablam! Checking dedup_signature v0.2.1 (file:///source) Sep 01 23:07:40.993 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:40.993 INFO kablam! --> src/hash.rs:70:24 Sep 01 23:07:40.993 INFO kablam! | Sep 01 23:07:40.993 INFO kablam! 70 | a = a.wrapping_add(((length as u32) << 2)).wrapping_add(initval); Sep 01 23:07:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:40.993 INFO kablam! | Sep 01 23:07:40.993 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 23:07:40.993 INFO kablam! Sep 01 23:07:40.993 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:40.993 INFO kablam! --> src/hash.rs:71:24 Sep 01 23:07:40.993 INFO kablam! | Sep 01 23:07:40.993 INFO kablam! 71 | b = b.wrapping_add(((length as u32) << 2)).wrapping_add(initval); Sep 01 23:07:40.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:40.994 INFO kablam! Sep 01 23:07:40.994 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:40.994 INFO kablam! --> src/hash.rs:72:24 Sep 01 23:07:40.994 INFO kablam! | Sep 01 23:07:40.994 INFO kablam! 72 | c = c.wrapping_add(((length as u32) << 2)).wrapping_add(initval); Sep 01 23:07:40.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:40.994 INFO kablam! Sep 01 23:07:40.994 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:40.994 INFO kablam! --> src/hash.rs:117:24 Sep 01 23:07:40.994 INFO kablam! | Sep 01 23:07:40.994 INFO kablam! 117 | a = a.wrapping_add(((length as u32) << 2)).wrapping_add( Sep 01 23:07:40.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:40.994 INFO kablam! Sep 01 23:07:40.994 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:40.994 INFO kablam! --> src/hash.rs:120:24 Sep 01 23:07:40.994 INFO kablam! | Sep 01 23:07:40.994 INFO kablam! 120 | b = b.wrapping_add(((length as u32) << 2)).wrapping_add( Sep 01 23:07:40.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:40.994 INFO kablam! Sep 01 23:07:40.994 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:40.994 INFO kablam! --> src/hash.rs:123:24 Sep 01 23:07:40.994 INFO kablam! | Sep 01 23:07:40.994 INFO kablam! 123 | c = c.wrapping_add(((length as u32) << 2)).wrapping_add( Sep 01 23:07:40.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:40.994 INFO kablam! Sep 01 23:07:41.099 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:41.099 INFO kablam! --> src/hash.rs:70:24 Sep 01 23:07:41.099 INFO kablam! | Sep 01 23:07:41.099 INFO kablam! 70 | a = a.wrapping_add(((length as u32) << 2)).wrapping_add(initval); Sep 01 23:07:41.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:41.099 INFO kablam! | Sep 01 23:07:41.100 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 23:07:41.100 INFO kablam! Sep 01 23:07:41.100 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:41.100 INFO kablam! --> src/hash.rs:71:24 Sep 01 23:07:41.100 INFO kablam! | Sep 01 23:07:41.100 INFO kablam! 71 | b = b.wrapping_add(((length as u32) << 2)).wrapping_add(initval); Sep 01 23:07:41.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:41.100 INFO kablam! Sep 01 23:07:41.100 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:41.100 INFO kablam! --> src/hash.rs:72:24 Sep 01 23:07:41.100 INFO kablam! | Sep 01 23:07:41.100 INFO kablam! 72 | c = c.wrapping_add(((length as u32) << 2)).wrapping_add(initval); Sep 01 23:07:41.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:41.100 INFO kablam! Sep 01 23:07:41.101 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:41.101 INFO kablam! --> src/hash.rs:117:24 Sep 01 23:07:41.101 INFO kablam! | Sep 01 23:07:41.101 INFO kablam! 117 | a = a.wrapping_add(((length as u32) << 2)).wrapping_add( Sep 01 23:07:41.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:41.101 INFO kablam! Sep 01 23:07:41.101 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:41.101 INFO kablam! --> src/hash.rs:120:24 Sep 01 23:07:41.101 INFO kablam! | Sep 01 23:07:41.101 INFO kablam! 120 | b = b.wrapping_add(((length as u32) << 2)).wrapping_add( Sep 01 23:07:41.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:41.101 INFO kablam! Sep 01 23:07:41.101 INFO kablam! warning: unnecessary parentheses around method argument Sep 01 23:07:41.101 INFO kablam! --> src/hash.rs:123:24 Sep 01 23:07:41.101 INFO kablam! | Sep 01 23:07:41.102 INFO kablam! 123 | c = c.wrapping_add(((length as u32) << 2)).wrapping_add( Sep 01 23:07:41.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:07:41.102 INFO kablam! Sep 01 23:07:42.409 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.45s Sep 01 23:07:42.415 INFO kablam! su: No module specific data is present Sep 01 23:07:43.033 INFO running `"docker" "rm" "-f" "2598492c46f3c2c9a5a891526245686da482ac3dd1b70340bdeeb9ff208ea243"` Sep 01 23:07:43.120 INFO blam! 2598492c46f3c2c9a5a891526245686da482ac3dd1b70340bdeeb9ff208ea243