Sep 01 09:37:50.228 INFO checking bitintr-0.1.18 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 09:37:50.228 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 09:37:50.229 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-0/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 09:37:50.413 INFO blam! 89a8f0f024148b49c8849420db663f5d0873494fe55819a50dd3f1114a55bbcd Sep 01 09:37:50.415 INFO running `"docker" "start" "-a" "89a8f0f024148b49c8849420db663f5d0873494fe55819a50dd3f1114a55bbcd"` Sep 01 09:37:51.096 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 01 09:37:51.096 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 01 09:37:51.114 INFO kablam! Compiling bitintr v0.1.18 (file:///source) Sep 01 09:37:52.513 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:37:52.513 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 01 09:37:52.513 INFO kablam! | Sep 01 09:37:52.513 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 01 09:37:52.513 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 01 09:37:52.513 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 01 09:37:52.513 INFO kablam! | Sep 01 09:37:52.513 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 09:37:52.513 INFO kablam! Sep 01 09:37:52.513 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:37:52.513 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 01 09:37:52.513 INFO kablam! | Sep 01 09:37:52.513 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 01 09:37:52.513 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 01 09:37:52.513 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 01 09:37:52.513 INFO kablam! Sep 01 09:37:53.024 INFO kablam! error[E0432]: unresolved import Sep 01 09:37:53.024 INFO kablam! --> src/alg/arm/v7/rbit.rs:263:13 Sep 01 09:37:53.024 INFO kablam! | Sep 01 09:37:53.024 INFO kablam! 263 | use arm::v7::rbit; Sep 01 09:37:53.025 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 09:37:53.025 INFO kablam! Sep 01 09:37:53.046 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:37:53.046 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 01 09:37:53.046 INFO kablam! | Sep 01 09:37:53.046 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 01 09:37:53.046 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 01 09:37:53.046 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 01 09:37:53.046 INFO kablam! | Sep 01 09:37:53.046 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 09:37:53.046 INFO kablam! Sep 01 09:37:53.046 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:37:53.046 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 01 09:37:53.046 INFO kablam! | Sep 01 09:37:53.046 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 01 09:37:53.046 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 01 09:37:53.047 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 01 09:37:53.047 INFO kablam! Sep 01 09:37:53.541 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 01 09:37:53.541 INFO kablam! --> src/lib.rs:1:39 Sep 01 09:37:53.541 INFO kablam! | Sep 01 09:37:53.541 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 01 09:37:53.541 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 09:37:53.541 INFO kablam! | Sep 01 09:37:53.541 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 09:37:53.541 INFO kablam! Sep 01 09:37:53.541 INFO kablam! warning: the feature `i128_type` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 01 09:37:53.541 INFO kablam! --> src/lib.rs:3:39 Sep 01 09:37:53.541 INFO kablam! | Sep 01 09:37:53.542 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 01 09:37:53.542 INFO kablam! | ^^^^^^^^^ Sep 01 09:37:53.542 INFO kablam! Sep 01 09:37:54.156 INFO kablam! error: aborting due to previous error Sep 01 09:37:54.156 INFO kablam! Sep 01 09:37:54.156 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 09:37:54.164 INFO kablam! error: Could not compile `bitintr`. Sep 01 09:37:54.164 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 09:37:54.288 INFO kablam! error: build failed Sep 01 09:37:54.290 INFO kablam! su: No module specific data is present Sep 01 09:37:54.718 INFO running `"docker" "rm" "-f" "89a8f0f024148b49c8849420db663f5d0873494fe55819a50dd3f1114a55bbcd"` Sep 01 09:37:54.828 INFO blam! 89a8f0f024148b49c8849420db663f5d0873494fe55819a50dd3f1114a55bbcd