Sep 02 02:12:17.025 INFO checking bitintr-0.1.18 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 02 02:12:17.025 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 02:12:17.025 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/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 02 02:12:17.214 INFO blam! e8faf144562cded79a85c1f628e2f0ba74bf96f68688658d019dc1aaec3b865f Sep 02 02:12:17.216 INFO running `"docker" "start" "-a" "e8faf144562cded79a85c1f628e2f0ba74bf96f68688658d019dc1aaec3b865f"` Sep 02 02:12:18.138 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 02 02:12:18.138 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 02 02:12:18.149 INFO kablam! Compiling bitintr v0.1.18 (file:///source) Sep 02 02:12:19.259 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:12:19.259 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 02 02:12:19.259 INFO kablam! | Sep 02 02:12:19.259 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 02 02:12:19.259 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 02 02:12:19.259 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 02:12:19.259 INFO kablam! | Sep 02 02:12:19.259 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 02:12:19.259 INFO kablam! Sep 02 02:12:19.259 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:12:19.259 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 02 02:12:19.259 INFO kablam! | Sep 02 02:12:19.259 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 02 02:12:19.259 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 02 02:12:19.259 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 02:12:19.259 INFO kablam! Sep 02 02:12:19.969 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:12:19.969 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 02 02:12:19.969 INFO kablam! | Sep 02 02:12:19.969 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 02 02:12:19.969 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 02 02:12:19.969 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 02:12:19.970 INFO kablam! | Sep 02 02:12:19.970 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 02:12:19.970 INFO kablam! Sep 02 02:12:19.970 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 02:12:19.970 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 02 02:12:19.970 INFO kablam! | Sep 02 02:12:19.970 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 02 02:12:19.970 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 02 02:12:19.970 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 02:12:19.970 INFO kablam! Sep 02 02:12:20.383 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 02 02:12:20.383 INFO kablam! --> src/lib.rs:1:39 Sep 02 02:12:20.383 INFO kablam! | Sep 02 02:12:20.383 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 02 02:12:20.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 02:12:20.383 INFO kablam! | Sep 02 02:12:20.383 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 02:12:20.383 INFO kablam! Sep 02 02:12:20.383 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 02 02:12:20.383 INFO kablam! --> src/lib.rs:3:39 Sep 02 02:12:20.383 INFO kablam! | Sep 02 02:12:20.384 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 02 02:12:20.384 INFO kablam! | ^^^^^^^^^ Sep 02 02:12:20.384 INFO kablam! Sep 02 02:12:21.258 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 02 02:12:21.258 INFO kablam! --> src/lib.rs:1:39 Sep 02 02:12:21.258 INFO kablam! | Sep 02 02:12:21.258 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 02 02:12:21.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 02:12:21.258 INFO kablam! | Sep 02 02:12:21.258 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 02:12:21.258 INFO kablam! Sep 02 02:12:21.258 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 02 02:12:21.258 INFO kablam! --> src/lib.rs:3:39 Sep 02 02:12:21.258 INFO kablam! | Sep 02 02:12:21.258 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 02 02:12:21.258 INFO kablam! | ^^^^^^^^^ Sep 02 02:12:21.258 INFO kablam! Sep 02 02:12:21.306 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.17s Sep 02 02:12:21.310 INFO kablam! su: No module specific data is present Sep 02 02:12:21.818 INFO running `"docker" "rm" "-f" "e8faf144562cded79a85c1f628e2f0ba74bf96f68688658d019dc1aaec3b865f"` Sep 02 02:12:21.902 INFO blam! e8faf144562cded79a85c1f628e2f0ba74bf96f68688658d019dc1aaec3b865f