Sep 04 23:04:34.330 INFO checking bitintr-0.1.18 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 23:04:34.330 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 23:04:34.330 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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.531 INFO blam! 514adefd060d483ed3e237d8ca2c5d5e235c456fe12380531afb26647a2fed08 Sep 04 23:04:34.533 INFO running `"docker" "start" "-a" "514adefd060d483ed3e237d8ca2c5d5e235c456fe12380531afb26647a2fed08"` Sep 04 23:04:35.213 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 04 23:04:35.213 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 04 23:04:35.228 INFO kablam! Compiling bitintr v0.1.18 (file:///source) Sep 04 23:04:36.548 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 23:04:36.549 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 04 23:04:36.549 INFO kablam! | Sep 04 23:04:36.549 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 04 23:04:36.549 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 04 23:04:36.549 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 04 23:04:36.549 INFO kablam! | Sep 04 23:04:36.549 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 23:04:36.549 INFO kablam! Sep 04 23:04:36.549 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 23:04:36.549 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 04 23:04:36.549 INFO kablam! | Sep 04 23:04:36.549 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 04 23:04:36.549 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 04 23:04:36.549 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 04 23:04:36.549 INFO kablam! Sep 04 23:04:37.396 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 23:04:37.396 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 04 23:04:37.396 INFO kablam! | Sep 04 23:04:37.396 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 04 23:04:37.396 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 04 23:04:37.397 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 04 23:04:37.397 INFO kablam! | Sep 04 23:04:37.397 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 23:04:37.397 INFO kablam! Sep 04 23:04:37.397 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 23:04:37.397 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 04 23:04:37.397 INFO kablam! | Sep 04 23:04:37.397 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 04 23:04:37.397 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 04 23:04:37.397 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 04 23:04:37.397 INFO kablam! Sep 04 23:04:37.435 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.435 INFO kablam! --> src/lib.rs:1:39 Sep 04 23:04:37.435 INFO kablam! | Sep 04 23:04:37.435 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 04 23:04:37.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 23:04:37.435 INFO kablam! | Sep 04 23:04:37.435 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 23:04:37.435 INFO kablam! Sep 04 23:04:37.435 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.435 INFO kablam! --> src/lib.rs:3:39 Sep 04 23:04:37.435 INFO kablam! | Sep 04 23:04:37.435 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 04 23:04:37.435 INFO kablam! | ^^^^^^^^^ Sep 04 23:04:37.435 INFO kablam! Sep 04 23:04:38.884 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.884 INFO kablam! --> src/lib.rs:1:39 Sep 04 23:04:38.885 INFO kablam! | Sep 04 23:04:38.885 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 04 23:04:38.885 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 04 23:04:38.885 INFO kablam! | Sep 04 23:04:38.885 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 23:04:38.885 INFO kablam! Sep 04 23:04:38.885 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.885 INFO kablam! --> src/lib.rs:3:39 Sep 04 23:04:38.885 INFO kablam! | Sep 04 23:04:38.885 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 04 23:04:38.885 INFO kablam! | ^^^^^^^^^ Sep 04 23:04:38.885 INFO kablam! Sep 04 23:04:38.918 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.72s Sep 04 23:04:38.924 INFO kablam! su: No module specific data is present Sep 04 23:04:39.517 INFO running `"docker" "rm" "-f" "514adefd060d483ed3e237d8ca2c5d5e235c456fe12380531afb26647a2fed08"` Sep 04 23:04:39.615 INFO blam! 514adefd060d483ed3e237d8ca2c5d5e235c456fe12380531afb26647a2fed08