Sep 04 23:04:34.113 INFO checking bitintr-0.1.18 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 23:04:34.113 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 23:04:34.113 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 23:04:34.310 INFO blam! 6678ad608bb1c065c13e11acb180c8d1fd3a03afd0c60168865af7c958b0dd87 Sep 04 23:04:34.312 INFO running `"docker" "start" "-a" "6678ad608bb1c065c13e11acb180c8d1fd3a03afd0c60168865af7c958b0dd87"` Sep 04 23:04:35.044 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 04 23:04:35.044 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 04 23:04:35.065 INFO kablam! Compiling bitintr v0.1.18 (file:///source) Sep 04 23:04:36.447 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 23:04:36.447 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 04 23:04:36.447 INFO kablam! | Sep 04 23:04:36.447 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 04 23:04:36.447 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 04 23:04:36.447 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 04 23:04:36.447 INFO kablam! | Sep 04 23:04:36.447 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 23:04:36.447 INFO kablam! Sep 04 23:04:36.447 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 23:04:36.447 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 04 23:04:36.447 INFO kablam! | Sep 04 23:04:36.447 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 04 23:04:36.447 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 04 23:04:36.447 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 04 23:04:36.447 INFO kablam! Sep 04 23:04:37.280 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 04 23:04:37.280 INFO kablam! --> src/lib.rs:1:39 Sep 04 23:04:37.280 INFO kablam! | Sep 04 23:04:37.280 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 04 23:04:37.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 23:04:37.280 INFO kablam! | Sep 04 23:04:37.280 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 23:04:37.280 INFO kablam! Sep 04 23:04:37.280 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 23:04:37.280 INFO kablam! --> src/lib.rs:3:39 Sep 04 23:04:37.280 INFO kablam! | Sep 04 23:04:37.280 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 04 23:04:37.280 INFO kablam! | ^^^^^^^^^ Sep 04 23:04:37.280 INFO kablam! Sep 04 23:04:37.350 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 23:04:37.350 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 04 23:04:37.350 INFO kablam! | Sep 04 23:04:37.350 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 04 23:04:37.350 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 04 23:04:37.350 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 04 23:04:37.350 INFO kablam! | Sep 04 23:04:37.350 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 23:04:37.350 INFO kablam! Sep 04 23:04:37.350 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 23:04:37.350 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 04 23:04:37.350 INFO kablam! | Sep 04 23:04:37.350 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 04 23:04:37.351 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 04 23:04:37.351 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 04 23:04:37.351 INFO kablam! Sep 04 23:04:38.868 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 04 23:04:38.868 INFO kablam! --> src/lib.rs:1:39 Sep 04 23:04:38.868 INFO kablam! | Sep 04 23:04:38.868 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 04 23:04:38.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 23:04:38.868 INFO kablam! | Sep 04 23:04:38.868 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 23:04:38.868 INFO kablam! Sep 04 23:04:38.868 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 23:04:38.868 INFO kablam! --> src/lib.rs:3:39 Sep 04 23:04:38.868 INFO kablam! | Sep 04 23:04:38.868 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 04 23:04:38.868 INFO kablam! | ^^^^^^^^^ Sep 04 23:04:38.868 INFO kablam! Sep 04 23:04:38.903 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.87s Sep 04 23:04:38.910 INFO kablam! su: No module specific data is present Sep 04 23:04:39.293 INFO running `"docker" "rm" "-f" "6678ad608bb1c065c13e11acb180c8d1fd3a03afd0c60168865af7c958b0dd87"` Sep 04 23:04:39.382 INFO blam! 6678ad608bb1c065c13e11acb180c8d1fd3a03afd0c60168865af7c958b0dd87