Sep 10 22:10:20.186 INFO checking bitintr-0.1.18 against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 22:10:20.186 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 22:10:20.186 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 22:10:20.453 INFO blam! 3352f186afb61c9b0f50c51f04827ef47524e72428b74a376fa7d7e83fb0a6dc Sep 10 22:10:20.456 INFO running `"docker" "start" "-a" "3352f186afb61c9b0f50c51f04827ef47524e72428b74a376fa7d7e83fb0a6dc"` Sep 10 22:10:21.955 INFO kablam! usermod: no changes Sep 10 22:10:22.021 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 10 22:10:22.021 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 10 22:10:22.034 INFO kablam! Compiling bitintr v0.1.18 (file:///source) Sep 10 22:10:22.940 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 22:10:22.940 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 10 22:10:22.940 INFO kablam! | Sep 10 22:10:22.940 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 10 22:10:22.940 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 10 22:10:22.940 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 10 22:10:22.940 INFO kablam! | Sep 10 22:10:22.940 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 22:10:22.940 INFO kablam! Sep 10 22:10:22.941 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 22:10:22.941 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 10 22:10:22.941 INFO kablam! | Sep 10 22:10:22.941 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 10 22:10:22.941 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 10 22:10:22.941 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 10 22:10:22.941 INFO kablam! Sep 10 22:10:23.186 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 22:10:23.186 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 10 22:10:23.186 INFO kablam! | Sep 10 22:10:23.186 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 10 22:10:23.186 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 10 22:10:23.186 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 10 22:10:23.186 INFO kablam! | Sep 10 22:10:23.186 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 22:10:23.186 INFO kablam! Sep 10 22:10:23.186 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 22:10:23.186 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 10 22:10:23.186 INFO kablam! | Sep 10 22:10:23.186 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 10 22:10:23.186 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 10 22:10:23.186 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 10 22:10:23.186 INFO kablam! Sep 10 22:10:23.706 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 10 22:10:23.706 INFO kablam! --> src/lib.rs:1:39 Sep 10 22:10:23.706 INFO kablam! | Sep 10 22:10:23.706 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 10 22:10:23.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 22:10:23.706 INFO kablam! | Sep 10 22:10:23.706 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 22:10:23.706 INFO kablam! Sep 10 22:10:23.707 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 10 22:10:23.707 INFO kablam! --> src/lib.rs:3:39 Sep 10 22:10:23.707 INFO kablam! | Sep 10 22:10:23.707 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 10 22:10:23.707 INFO kablam! | ^^^^^^^^^ Sep 10 22:10:23.707 INFO kablam! Sep 10 22:10:24.350 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 10 22:10:24.350 INFO kablam! --> src/lib.rs:1:39 Sep 10 22:10:24.350 INFO kablam! | Sep 10 22:10:24.350 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 10 22:10:24.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 22:10:24.350 INFO kablam! | Sep 10 22:10:24.350 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 22:10:24.350 INFO kablam! Sep 10 22:10:24.350 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 10 22:10:24.350 INFO kablam! --> src/lib.rs:3:39 Sep 10 22:10:24.350 INFO kablam! | Sep 10 22:10:24.350 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 10 22:10:24.350 INFO kablam! | ^^^^^^^^^ Sep 10 22:10:24.350 INFO kablam! Sep 10 22:10:24.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.44s Sep 10 22:10:24.443 INFO kablam! su: No module specific data is present Sep 10 22:10:25.436 INFO running `"docker" "rm" "-f" "3352f186afb61c9b0f50c51f04827ef47524e72428b74a376fa7d7e83fb0a6dc"` Sep 10 22:10:25.520 INFO blam! 3352f186afb61c9b0f50c51f04827ef47524e72428b74a376fa7d7e83fb0a6dc