Sep 10 22:10:22.064 INFO checking bitintr-0.1.18 against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 22:10:22.064 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 22:10:22.064 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-1/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-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:22.272 INFO blam! a65e8431b97343e81a8d2bbb1fe339e994c2814c9b4baabd5e225978e7223458 Sep 10 22:10:22.274 INFO running `"docker" "start" "-a" "a65e8431b97343e81a8d2bbb1fe339e994c2814c9b4baabd5e225978e7223458"` Sep 10 22:10:23.013 INFO kablam! usermod: no changes Sep 10 22:10:23.037 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 10 22:10:23.037 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 10 22:10:23.052 INFO kablam! Compiling bitintr v0.1.18 (file:///source) Sep 10 22:10:24.258 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 22:10:24.258 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 10 22:10:24.258 INFO kablam! | Sep 10 22:10:24.258 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 10 22:10:24.258 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 10 22:10:24.258 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 10 22:10:24.258 INFO kablam! | Sep 10 22:10:24.258 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 22:10:24.258 INFO kablam! Sep 10 22:10:24.258 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 22:10:24.258 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 10 22:10:24.258 INFO kablam! | Sep 10 22:10:24.258 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 10 22:10:24.258 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 10 22:10:24.258 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 10 22:10:24.258 INFO kablam! Sep 10 22:10:24.478 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 22:10:24.478 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 10 22:10:24.478 INFO kablam! | Sep 10 22:10:24.478 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 10 22:10:24.478 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 10 22:10:24.478 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 10 22:10:24.478 INFO kablam! | Sep 10 22:10:24.478 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 22:10:24.478 INFO kablam! Sep 10 22:10:24.478 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 22:10:24.478 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 10 22:10:24.478 INFO kablam! | Sep 10 22:10:24.478 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 10 22:10:24.478 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 10 22:10:24.478 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 10 22:10:24.478 INFO kablam! Sep 10 22:10:24.998 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.998 INFO kablam! --> src/lib.rs:1:39 Sep 10 22:10:24.998 INFO kablam! | Sep 10 22:10:24.998 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 10 22:10:24.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 22:10:24.998 INFO kablam! | Sep 10 22:10:24.998 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 22:10:24.998 INFO kablam! Sep 10 22:10:24.998 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.998 INFO kablam! --> src/lib.rs:3:39 Sep 10 22:10:24.998 INFO kablam! | Sep 10 22:10:24.998 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 10 22:10:24.998 INFO kablam! | ^^^^^^^^^ Sep 10 22:10:24.998 INFO kablam! Sep 10 22:10:25.358 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:25.358 INFO kablam! --> src/lib.rs:1:39 Sep 10 22:10:25.358 INFO kablam! | Sep 10 22:10:25.358 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 10 22:10:25.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 10 22:10:25.358 INFO kablam! | Sep 10 22:10:25.358 INFO kablam! = note: #[warn(stable_features)] on by default Sep 10 22:10:25.358 INFO kablam! Sep 10 22:10:25.358 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:25.358 INFO kablam! --> src/lib.rs:3:39 Sep 10 22:10:25.358 INFO kablam! | Sep 10 22:10:25.358 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 10 22:10:25.358 INFO kablam! | ^^^^^^^^^ Sep 10 22:10:25.358 INFO kablam! Sep 10 22:10:25.436 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Sep 10 22:10:25.441 INFO kablam! su: No module specific data is present Sep 10 22:10:26.128 INFO running `"docker" "rm" "-f" "a65e8431b97343e81a8d2bbb1fe339e994c2814c9b4baabd5e225978e7223458"` Sep 10 22:10:26.284 INFO blam! a65e8431b97343e81a8d2bbb1fe339e994c2814c9b4baabd5e225978e7223458