Sep 14 19:11:31.210 INFO checking bitintr-0.1.18 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 19:11:31.210 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 19:11:31.210 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:11:31.467 INFO blam! 70ef83381636891310b4c63f3bd8713603ef33515babea4edbc85f0f1f63104b Sep 14 19:11:31.471 INFO running `"docker" "start" "-a" "70ef83381636891310b4c63f3bd8713603ef33515babea4edbc85f0f1f63104b"` Sep 14 19:11:32.411 INFO kablam! usermod: no changes Sep 14 19:11:32.440 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 14 19:11:32.441 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 14 19:11:32.453 INFO kablam! Compiling bitintr v0.1.18 (file:///source) Sep 14 19:11:33.543 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:11:33.543 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 14 19:11:33.543 INFO kablam! | Sep 14 19:11:33.543 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 14 19:11:33.543 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 14 19:11:33.543 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 14 19:11:33.550 INFO kablam! | Sep 14 19:11:33.550 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 19:11:33.550 INFO kablam! Sep 14 19:11:33.550 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:11:33.550 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 14 19:11:33.550 INFO kablam! | Sep 14 19:11:33.550 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 14 19:11:33.550 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 14 19:11:33.550 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 14 19:11:33.550 INFO kablam! Sep 14 19:11:33.809 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:11:33.809 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 14 19:11:33.809 INFO kablam! | Sep 14 19:11:33.809 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 14 19:11:33.809 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 14 19:11:33.809 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 14 19:11:33.809 INFO kablam! | Sep 14 19:11:33.809 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 19:11:33.809 INFO kablam! Sep 14 19:11:33.809 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:11:33.809 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 14 19:11:33.810 INFO kablam! | Sep 14 19:11:33.810 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 14 19:11:33.810 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 14 19:11:33.810 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 14 19:11:33.810 INFO kablam! Sep 14 19:11:34.370 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 14 19:11:34.371 INFO kablam! --> src/lib.rs:1:39 Sep 14 19:11:34.371 INFO kablam! | Sep 14 19:11:34.371 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 14 19:11:34.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 19:11:34.371 INFO kablam! | Sep 14 19:11:34.371 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 19:11:34.371 INFO kablam! Sep 14 19:11:34.371 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 14 19:11:34.371 INFO kablam! --> src/lib.rs:3:39 Sep 14 19:11:34.371 INFO kablam! | Sep 14 19:11:34.371 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 14 19:11:34.371 INFO kablam! | ^^^^^^^^^ Sep 14 19:11:34.371 INFO kablam! Sep 14 19:11:34.804 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 14 19:11:34.804 INFO kablam! --> src/lib.rs:1:39 Sep 14 19:11:34.804 INFO kablam! | Sep 14 19:11:34.804 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 14 19:11:34.804 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 19:11:34.810 INFO kablam! | Sep 14 19:11:34.811 INFO kablam! = note: #[warn(stable_features)] on by default Sep 14 19:11:34.811 INFO kablam! Sep 14 19:11:34.811 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 14 19:11:34.811 INFO kablam! --> src/lib.rs:3:39 Sep 14 19:11:34.811 INFO kablam! | Sep 14 19:11:34.811 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 14 19:11:34.811 INFO kablam! | ^^^^^^^^^ Sep 14 19:11:34.811 INFO kablam! Sep 14 19:11:34.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.44s Sep 14 19:11:34.899 INFO kablam! su: No module specific data is present Sep 14 19:11:35.533 INFO running `"docker" "rm" "-f" "70ef83381636891310b4c63f3bd8713603ef33515babea4edbc85f0f1f63104b"` Sep 14 19:11:35.603 INFO blam! 70ef83381636891310b4c63f3bd8713603ef33515babea4edbc85f0f1f63104b