Sep 20 06:05:22.674 INFO checking bitintr-0.1.18 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 06:05:22.675 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 06:05:22.675 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-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:22.911 INFO blam! c090dc159d229711dc4071d2f590a0418b9523685f4f0281e5ef21e755ff9f3a Sep 20 06:05:22.913 INFO running `"docker" "start" "-a" "c090dc159d229711dc4071d2f590a0418b9523685f4f0281e5ef21e755ff9f3a"` Sep 20 06:05:24.230 INFO kablam! usermod: no changes Sep 20 06:05:24.274 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 20 06:05:24.274 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 20 06:05:24.293 INFO kablam! Compiling bitintr v0.1.18 (/source) Sep 20 06:05:25.902 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 06:05:25.902 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 20 06:05:25.902 INFO kablam! | Sep 20 06:05:25.902 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 20 06:05:25.902 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 20 06:05:25.903 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 20 06:05:25.903 INFO kablam! | Sep 20 06:05:25.903 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 06:05:25.903 INFO kablam! Sep 20 06:05:25.903 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 06:05:25.903 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 20 06:05:25.903 INFO kablam! | Sep 20 06:05:25.903 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 20 06:05:25.903 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 20 06:05:25.903 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 20 06:05:25.903 INFO kablam! Sep 20 06:05:26.298 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 06:05:26.298 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 20 06:05:26.298 INFO kablam! | Sep 20 06:05:26.298 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 20 06:05:26.298 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 20 06:05:26.298 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 20 06:05:26.298 INFO kablam! | Sep 20 06:05:26.298 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 06:05:26.298 INFO kablam! Sep 20 06:05:26.298 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 06:05:26.298 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 20 06:05:26.298 INFO kablam! | Sep 20 06:05:26.298 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 20 06:05:26.298 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 20 06:05:26.298 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 20 06:05:26.298 INFO kablam! Sep 20 06:05:27.496 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:27.496 INFO kablam! --> src/lib.rs:1:39 Sep 20 06:05:27.496 INFO kablam! | Sep 20 06:05:27.496 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 20 06:05:27.496 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 06:05:27.496 INFO kablam! | Sep 20 06:05:27.496 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 06:05:27.496 INFO kablam! Sep 20 06:05:27.496 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:27.496 INFO kablam! --> src/lib.rs:3:39 Sep 20 06:05:27.496 INFO kablam! | Sep 20 06:05:27.496 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 20 06:05:27.496 INFO kablam! | ^^^^^^^^^ Sep 20 06:05:27.496 INFO kablam! Sep 20 06:05:28.510 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.510 INFO kablam! --> src/lib.rs:1:39 Sep 20 06:05:28.510 INFO kablam! | Sep 20 06:05:28.510 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 20 06:05:28.510 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 06:05:28.514 INFO kablam! | Sep 20 06:05:28.514 INFO kablam! = note: #[warn(stable_features)] on by default Sep 20 06:05:28.514 INFO kablam! Sep 20 06:05:28.526 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.526 INFO kablam! --> src/lib.rs:3:39 Sep 20 06:05:28.526 INFO kablam! | Sep 20 06:05:28.526 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 20 06:05:28.526 INFO kablam! | ^^^^^^^^^ Sep 20 06:05:28.526 INFO kablam! Sep 20 06:05:28.646 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.38s Sep 20 06:05:28.651 INFO kablam! su: No module specific data is present Sep 20 06:05:29.614 INFO running `"docker" "rm" "-f" "c090dc159d229711dc4071d2f590a0418b9523685f4f0281e5ef21e755ff9f3a"` Sep 20 06:05:29.731 INFO blam! c090dc159d229711dc4071d2f590a0418b9523685f4f0281e5ef21e755ff9f3a