Sep 20 06:05:23.208 INFO checking bitintr-0.1.18 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 06:05:23.208 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 06:05:23.208 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/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 06:05:23.418 INFO blam! c98892b14069dec33c681b8fb10a97ebfbb49f4592067bdc55dc10bc4a9a8c35 Sep 20 06:05:23.420 INFO running `"docker" "start" "-a" "c98892b14069dec33c681b8fb10a97ebfbb49f4592067bdc55dc10bc4a9a8c35"` Sep 20 06:05:24.686 INFO kablam! usermod: no changes Sep 20 06:05:24.750 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 20 06:05:24.750 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 20 06:05:24.774 INFO kablam! Compiling bitintr v0.1.18 (/source) Sep 20 06:05:25.944 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 06:05:25.944 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 20 06:05:25.944 INFO kablam! | Sep 20 06:05:25.944 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 20 06:05:25.944 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 20 06:05:25.944 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 20 06:05:25.944 INFO kablam! | Sep 20 06:05:25.944 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 06:05:25.944 INFO kablam! Sep 20 06:05:25.944 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 06:05:25.944 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 20 06:05:25.944 INFO kablam! | Sep 20 06:05:25.944 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 20 06:05:25.944 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 20 06:05:25.944 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 20 06:05:25.944 INFO kablam! Sep 20 06:05:26.526 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 06:05:26.526 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 20 06:05:26.526 INFO kablam! | Sep 20 06:05:26.526 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 20 06:05:26.526 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 20 06:05:26.526 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 20 06:05:26.526 INFO kablam! | Sep 20 06:05:26.526 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 06:05:26.526 INFO kablam! Sep 20 06:05:26.526 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 06:05:26.526 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 20 06:05:26.526 INFO kablam! | Sep 20 06:05:26.526 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 20 06:05:26.526 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 20 06:05:26.526 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 20 06:05:26.526 INFO kablam! Sep 20 06:05:26.994 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 20 06:05:26.994 INFO kablam! --> src/lib.rs:1:39 Sep 20 06:05:26.994 INFO kablam! | Sep 20 06:05:26.994 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 20 06:05:26.994 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 06:05:26.994 INFO kablam! | Sep 20 06:05:26.994 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 06:05:26.994 INFO kablam! Sep 20 06:05:26.994 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 20 06:05:26.994 INFO kablam! --> src/lib.rs:3:39 Sep 20 06:05:26.994 INFO kablam! | Sep 20 06:05:26.994 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 20 06:05:26.994 INFO kablam! | ^^^^^^^^^ Sep 20 06:05:26.994 INFO kablam! Sep 20 06:05:28.198 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 20 06:05:28.198 INFO kablam! --> src/lib.rs:1:39 Sep 20 06:05:28.198 INFO kablam! | Sep 20 06:05:28.198 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 20 06:05:28.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 06:05:28.198 INFO kablam! | Sep 20 06:05:28.198 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 06:05:28.198 INFO kablam! Sep 20 06:05:28.198 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 20 06:05:28.198 INFO kablam! --> src/lib.rs:3:39 Sep 20 06:05:28.198 INFO kablam! | Sep 20 06:05:28.198 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 20 06:05:28.198 INFO kablam! | ^^^^^^^^^ Sep 20 06:05:28.198 INFO kablam! Sep 20 06:05:28.237 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.50s Sep 20 06:05:28.238 INFO kablam! su: No module specific data is present Sep 20 06:05:29.110 INFO running `"docker" "rm" "-f" "c98892b14069dec33c681b8fb10a97ebfbb49f4592067bdc55dc10bc4a9a8c35"` Sep 20 06:05:29.235 INFO blam! c98892b14069dec33c681b8fb10a97ebfbb49f4592067bdc55dc10bc4a9a8c35