Sep 02 19:44:18.711 INFO checking bitintr-0.1.18 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 19:44:18.711 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 19:44:18.711 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-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:18.897 INFO blam! b60b295503fd552488e1b61d8bf1afba7d80a45fae5aa57790c5a3409cffb08a Sep 02 19:44:18.899 INFO running `"docker" "start" "-a" "b60b295503fd552488e1b61d8bf1afba7d80a45fae5aa57790c5a3409cffb08a"` Sep 02 19:44:19.481 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 02 19:44:19.481 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 02 19:44:19.497 INFO kablam! Compiling bitintr v0.1.18 (file:///source) Sep 02 19:44:20.891 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 19:44:20.891 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 02 19:44:20.891 INFO kablam! | Sep 02 19:44:20.891 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 02 19:44:20.891 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 02 19:44:20.891 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 19:44:20.891 INFO kablam! | Sep 02 19:44:20.892 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 19:44:20.892 INFO kablam! Sep 02 19:44:20.892 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 19:44:20.892 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 02 19:44:20.892 INFO kablam! | Sep 02 19:44:20.893 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 02 19:44:20.893 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 02 19:44:20.893 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 19:44:20.893 INFO kablam! Sep 02 19:44:21.560 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 19:44:21.560 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 02 19:44:21.560 INFO kablam! | Sep 02 19:44:21.560 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 02 19:44:21.560 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 02 19:44:21.560 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 19:44:21.560 INFO kablam! | Sep 02 19:44:21.560 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 19:44:21.560 INFO kablam! Sep 02 19:44:21.561 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 19:44:21.562 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 02 19:44:21.562 INFO kablam! | Sep 02 19:44:21.562 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 02 19:44:21.562 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 02 19:44:21.562 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 02 19:44:21.562 INFO kablam! Sep 02 19:44:22.042 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.042 INFO kablam! --> src/lib.rs:1:39 Sep 02 19:44:22.042 INFO kablam! | Sep 02 19:44:22.042 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 02 19:44:22.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 19:44:22.042 INFO kablam! | Sep 02 19:44:22.042 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 19:44:22.042 INFO kablam! Sep 02 19:44:22.043 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.043 INFO kablam! --> src/lib.rs:3:39 Sep 02 19:44:22.043 INFO kablam! | Sep 02 19:44:22.043 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 02 19:44:22.043 INFO kablam! | ^^^^^^^^^ Sep 02 19:44:22.043 INFO kablam! Sep 02 19:44:22.969 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.969 INFO kablam! --> src/lib.rs:1:39 Sep 02 19:44:22.969 INFO kablam! | Sep 02 19:44:22.969 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 02 19:44:22.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 02 19:44:22.969 INFO kablam! | Sep 02 19:44:22.969 INFO kablam! = note: #[warn(stable_features)] on by default Sep 02 19:44:22.969 INFO kablam! Sep 02 19:44:22.969 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.969 INFO kablam! --> src/lib.rs:3:39 Sep 02 19:44:22.969 INFO kablam! | Sep 02 19:44:22.969 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 02 19:44:22.969 INFO kablam! | ^^^^^^^^^ Sep 02 19:44:22.969 INFO kablam! Sep 02 19:44:23.004 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.53s Sep 02 19:44:23.011 INFO kablam! su: No module specific data is present Sep 02 19:44:23.441 INFO running `"docker" "rm" "-f" "b60b295503fd552488e1b61d8bf1afba7d80a45fae5aa57790c5a3409cffb08a"` Sep 02 19:44:23.535 INFO blam! b60b295503fd552488e1b61d8bf1afba7d80a45fae5aa57790c5a3409cffb08a