Sep 05 01:56:12.519 INFO checking bitintr-0.1.18 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 01:56:12.519 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 01:56:12.519 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 01:56:12.934 INFO blam! 6d43144337cf76a15f290ed67929d91977cc8657c913286420e754ad7454a9db Sep 05 01:56:12.935 INFO running `"docker" "start" "-a" "6d43144337cf76a15f290ed67929d91977cc8657c913286420e754ad7454a9db"` Sep 05 01:56:14.178 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 05 01:56:14.178 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 05 01:56:14.190 INFO kablam! Compiling bitintr v0.1.18 (file:///source) Sep 05 01:56:15.270 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 01:56:15.270 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 05 01:56:15.270 INFO kablam! | Sep 05 01:56:15.270 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 05 01:56:15.270 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 05 01:56:15.270 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 05 01:56:15.270 INFO kablam! | Sep 05 01:56:15.270 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 01:56:15.270 INFO kablam! Sep 05 01:56:15.270 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 01:56:15.270 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 05 01:56:15.270 INFO kablam! | Sep 05 01:56:15.270 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 05 01:56:15.270 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 05 01:56:15.270 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 05 01:56:15.270 INFO kablam! Sep 05 01:56:15.924 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 01:56:15.924 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 05 01:56:15.924 INFO kablam! | Sep 05 01:56:15.924 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 05 01:56:15.924 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 05 01:56:15.924 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 05 01:56:15.924 INFO kablam! | Sep 05 01:56:15.924 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 01:56:15.924 INFO kablam! Sep 05 01:56:15.924 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 01:56:15.924 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 05 01:56:15.924 INFO kablam! | Sep 05 01:56:15.924 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 05 01:56:15.925 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 05 01:56:15.925 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 05 01:56:15.925 INFO kablam! Sep 05 01:56:16.455 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 05 01:56:16.455 INFO kablam! --> src/lib.rs:1:39 Sep 05 01:56:16.455 INFO kablam! | Sep 05 01:56:16.456 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 05 01:56:16.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 01:56:16.456 INFO kablam! | Sep 05 01:56:16.456 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 01:56:16.456 INFO kablam! Sep 05 01:56:16.456 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 05 01:56:16.456 INFO kablam! --> src/lib.rs:3:39 Sep 05 01:56:16.456 INFO kablam! | Sep 05 01:56:16.456 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 05 01:56:16.456 INFO kablam! | ^^^^^^^^^ Sep 05 01:56:16.456 INFO kablam! Sep 05 01:56:17.314 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 05 01:56:17.314 INFO kablam! --> src/lib.rs:1:39 Sep 05 01:56:17.314 INFO kablam! | Sep 05 01:56:17.314 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 05 01:56:17.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 01:56:17.315 INFO kablam! | Sep 05 01:56:17.315 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 01:56:17.315 INFO kablam! Sep 05 01:56:17.315 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 05 01:56:17.315 INFO kablam! --> src/lib.rs:3:39 Sep 05 01:56:17.315 INFO kablam! | Sep 05 01:56:17.315 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 05 01:56:17.315 INFO kablam! | ^^^^^^^^^ Sep 05 01:56:17.315 INFO kablam! Sep 05 01:56:17.441 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.27s Sep 05 01:56:17.449 INFO kablam! su: No module specific data is present Sep 05 01:56:18.937 INFO running `"docker" "rm" "-f" "6d43144337cf76a15f290ed67929d91977cc8657c913286420e754ad7454a9db"` Sep 05 01:56:19.017 INFO blam! 6d43144337cf76a15f290ed67929d91977cc8657c913286420e754ad7454a9db