Sep 21 12:55:40.377 INFO checking bitintr-0.1.18 against master#f7f4c500b46603386e940f116b469c7adc043a6d for pr-54394 Sep 21 12:55:40.377 INFO running: cargo +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets Sep 21 12:55:40.377 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/master#f7f4c500b46603386e940f116b469c7adc043a6d:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/master#f7f4c500b46603386e940f116b469c7adc043a6d:/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 +f7f4c500b46603386e940f116b469c7adc043a6d-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:55:40.568 INFO blam! 3faecf9f4aeb8a670a660caa2868a742be31127db86d58ca9c28f7a2e76236d2 Sep 21 12:55:40.570 INFO running `"docker" "start" "-a" "3faecf9f4aeb8a670a660caa2868a742be31127db86d58ca9c28f7a2e76236d2"` Sep 21 12:55:41.421 INFO kablam! usermod: no changes Sep 21 12:55:41.438 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 21 12:55:41.438 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 21 12:55:41.453 INFO kablam! Compiling bitintr v0.1.18 (/source) Sep 21 12:55:42.726 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 12:55:42.726 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 21 12:55:42.726 INFO kablam! | Sep 21 12:55:42.726 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 21 12:55:42.726 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 21 12:55:42.726 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 21 12:55:42.726 INFO kablam! | Sep 21 12:55:42.726 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 12:55:42.726 INFO kablam! Sep 21 12:55:42.726 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 12:55:42.726 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 21 12:55:42.726 INFO kablam! | Sep 21 12:55:42.726 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 21 12:55:42.726 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 21 12:55:42.726 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 21 12:55:42.726 INFO kablam! Sep 21 12:55:42.942 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 12:55:42.942 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 21 12:55:42.942 INFO kablam! | Sep 21 12:55:42.942 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 21 12:55:42.942 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 21 12:55:42.942 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 21 12:55:42.942 INFO kablam! | Sep 21 12:55:42.942 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 12:55:42.942 INFO kablam! Sep 21 12:55:42.942 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 12:55:42.942 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 21 12:55:42.942 INFO kablam! | Sep 21 12:55:42.942 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 21 12:55:42.942 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 21 12:55:42.942 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 21 12:55:42.942 INFO kablam! Sep 21 12:55:43.405 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 21 12:55:43.405 INFO kablam! --> src/lib.rs:1:39 Sep 21 12:55:43.405 INFO kablam! | Sep 21 12:55:43.405 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 21 12:55:43.405 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 12:55:43.405 INFO kablam! | Sep 21 12:55:43.405 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 12:55:43.405 INFO kablam! Sep 21 12:55:43.405 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 21 12:55:43.405 INFO kablam! --> src/lib.rs:3:39 Sep 21 12:55:43.405 INFO kablam! | Sep 21 12:55:43.405 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 21 12:55:43.405 INFO kablam! | ^^^^^^^^^ Sep 21 12:55:43.405 INFO kablam! Sep 21 12:55:43.894 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 21 12:55:43.894 INFO kablam! --> src/lib.rs:1:39 Sep 21 12:55:43.894 INFO kablam! | Sep 21 12:55:43.894 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 21 12:55:43.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 12:55:43.894 INFO kablam! | Sep 21 12:55:43.894 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 12:55:43.894 INFO kablam! Sep 21 12:55:43.894 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 21 12:55:43.894 INFO kablam! --> src/lib.rs:3:39 Sep 21 12:55:43.894 INFO kablam! | Sep 21 12:55:43.894 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 21 12:55:43.894 INFO kablam! | ^^^^^^^^^ Sep 21 12:55:43.894 INFO kablam! Sep 21 12:55:43.945 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.51s Sep 21 12:55:43.949 INFO kablam! su: No module specific data is present Sep 21 12:55:44.638 INFO running `"docker" "rm" "-f" "3faecf9f4aeb8a670a660caa2868a742be31127db86d58ca9c28f7a2e76236d2"` Sep 21 12:55:44.854 INFO blam! 3faecf9f4aeb8a670a660caa2868a742be31127db86d58ca9c28f7a2e76236d2