Sep 02 19:44:17.508 INFO checking bitintr-0.1.18 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 19:44:17.508 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 19:44:17.508 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 19:44:17.742 INFO blam! 82451d51f6c7d61d9c38c8b8d762cf520b058cf0d409016b375edab8e78d0193 Sep 02 19:44:17.744 INFO running `"docker" "start" "-a" "82451d51f6c7d61d9c38c8b8d762cf520b058cf0d409016b375edab8e78d0193"` Sep 02 19:44:18.433 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 02 19:44:18.433 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 02 19:44:18.448 INFO kablam! Compiling bitintr v0.1.18 (file:///source) Sep 02 19:44:19.958 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 19:44:19.958 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 02 19:44:19.958 INFO kablam! | Sep 02 19:44:19.958 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 02 19:44:19.958 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 02 19:44:19.958 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 19:44:19.958 INFO kablam! | Sep 02 19:44:19.958 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 19:44:19.958 INFO kablam! Sep 02 19:44:19.959 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 19:44:19.959 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 02 19:44:19.959 INFO kablam! | Sep 02 19:44:19.959 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 02 19:44:19.959 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 02 19:44:19.959 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 19:44:19.959 INFO kablam! Sep 02 19:44:20.673 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 19:44:20.673 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 02 19:44:20.674 INFO kablam! | Sep 02 19:44:20.674 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 02 19:44:20.674 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 02 19:44:20.674 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 19:44:20.674 INFO kablam! | Sep 02 19:44:20.674 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 19:44:20.674 INFO kablam! Sep 02 19:44:20.675 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 19:44:20.675 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 02 19:44:20.675 INFO kablam! | Sep 02 19:44:20.675 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 02 19:44:20.675 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 02 19:44:20.675 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 19:44:20.675 INFO kablam! Sep 02 19:44:21.435 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 19:44:21.435 INFO kablam! --> src/lib.rs:1:39 Sep 02 19:44:21.435 INFO kablam! | Sep 02 19:44:21.435 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 02 19:44:21.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 19:44:21.435 INFO kablam! | Sep 02 19:44:21.435 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 19:44:21.435 INFO kablam! Sep 02 19:44:21.435 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 02 19:44:21.435 INFO kablam! --> src/lib.rs:3:39 Sep 02 19:44:21.435 INFO kablam! | Sep 02 19:44:21.435 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 02 19:44:21.435 INFO kablam! | ^^^^^^^^^ Sep 02 19:44:21.435 INFO kablam! Sep 02 19:44:22.243 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 19:44:22.244 INFO kablam! --> src/lib.rs:1:39 Sep 02 19:44:22.244 INFO kablam! | Sep 02 19:44:22.244 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 02 19:44:22.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 19:44:22.244 INFO kablam! | Sep 02 19:44:22.245 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 19:44:22.245 INFO kablam! Sep 02 19:44:22.246 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 02 19:44:22.246 INFO kablam! --> src/lib.rs:3:39 Sep 02 19:44:22.246 INFO kablam! | Sep 02 19:44:22.246 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 02 19:44:22.246 INFO kablam! | ^^^^^^^^^ Sep 02 19:44:22.246 INFO kablam! Sep 02 19:44:22.441 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.02s Sep 02 19:44:22.448 INFO kablam! su: No module specific data is present Sep 02 19:44:22.881 INFO running `"docker" "rm" "-f" "82451d51f6c7d61d9c38c8b8d762cf520b058cf0d409016b375edab8e78d0193"` Sep 02 19:44:23.010 INFO blam! 82451d51f6c7d61d9c38c8b8d762cf520b058cf0d409016b375edab8e78d0193