Sep 01 09:37:48.448 INFO checking bitintr-0.1.18 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 09:37:48.448 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 09:37:48.448 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-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:48.642 INFO blam! 5fd97d1597ac24e1aeac6c0d388fb38540e0d4cbdb3fcc86155259f85d656911 Sep 01 09:37:48.644 INFO running `"docker" "start" "-a" "5fd97d1597ac24e1aeac6c0d388fb38540e0d4cbdb3fcc86155259f85d656911"` Sep 01 09:37:49.239 INFO kablam! warning: `panic` setting is ignored for `test` profile Sep 01 09:37:49.239 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 01 09:37:49.253 INFO kablam! Compiling bitintr v0.1.18 (file:///source) Sep 01 09:37:50.546 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:37:50.546 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 01 09:37:50.546 INFO kablam! | Sep 01 09:37:50.546 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 01 09:37:50.546 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 01 09:37:50.546 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 01 09:37:50.546 INFO kablam! | Sep 01 09:37:50.546 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 09:37:50.546 INFO kablam! Sep 01 09:37:50.546 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:37:50.546 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 01 09:37:50.546 INFO kablam! | Sep 01 09:37:50.546 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 01 09:37:50.546 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 01 09:37:50.546 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 01 09:37:50.546 INFO kablam! Sep 01 09:37:51.002 INFO kablam! error[E0432]: unresolved import Sep 01 09:37:51.002 INFO kablam! --> src/alg/arm/v7/rbit.rs:263:13 Sep 01 09:37:51.002 INFO kablam! | Sep 01 09:37:51.002 INFO kablam! 263 | use arm::v7::rbit; Sep 01 09:37:51.002 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 09:37:51.002 INFO kablam! Sep 01 09:37:51.027 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:37:51.027 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:20:46 Sep 01 09:37:51.027 INFO kablam! | Sep 01 09:37:51.027 INFO kablam! 20 | / ((start.to_u32() & 0xffu32) | Sep 01 09:37:51.027 INFO kablam! 21 | | ((length.to_u32() & 0xffu32) << 8u32)))) Sep 01 09:37:51.028 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 01 09:37:51.028 INFO kablam! | Sep 01 09:37:51.028 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 09:37:51.028 INFO kablam! Sep 01 09:37:51.028 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 09:37:51.028 INFO kablam! --> src/x86/intrinsics/bmi/bextr.rs:25:46 Sep 01 09:37:51.028 INFO kablam! | Sep 01 09:37:51.028 INFO kablam! 25 | / ((start.to_u64() & 0xffu64) | Sep 01 09:37:51.028 INFO kablam! 26 | | ((length.to_u64() & 0xffu64) << 8u64)))) Sep 01 09:37:51.028 INFO kablam! | |____________________________________________________________________________________^ help: remove these parentheses Sep 01 09:37:51.028 INFO kablam! Sep 01 09:37:51.589 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:51.589 INFO kablam! --> src/lib.rs:1:39 Sep 01 09:37:51.589 INFO kablam! | Sep 01 09:37:51.589 INFO kablam! 1 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 01 09:37:51.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 01 09:37:51.589 INFO kablam! | Sep 01 09:37:51.589 INFO kablam! = note: #[warn(stable_features)] on by default Sep 01 09:37:51.589 INFO kablam! Sep 01 09:37:51.589 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:51.590 INFO kablam! --> src/lib.rs:3:39 Sep 01 09:37:51.590 INFO kablam! | Sep 01 09:37:51.590 INFO kablam! 3 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(i128_type))] Sep 01 09:37:51.590 INFO kablam! | ^^^^^^^^^ Sep 01 09:37:51.590 INFO kablam! Sep 01 09:37:51.988 INFO kablam! error: aborting due to previous error Sep 01 09:37:51.988 INFO kablam! Sep 01 09:37:51.988 INFO kablam! For more information about this error, try `rustc --explain E0432`. Sep 01 09:37:51.996 INFO kablam! error: Could not compile `bitintr`. Sep 01 09:37:51.996 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 09:37:52.344 INFO kablam! error: build failed Sep 01 09:37:52.345 INFO kablam! su: No module specific data is present Sep 01 09:37:52.730 INFO running `"docker" "rm" "-f" "5fd97d1597ac24e1aeac6c0d388fb38540e0d4cbdb3fcc86155259f85d656911"` Sep 01 09:37:52.835 INFO blam! 5fd97d1597ac24e1aeac6c0d388fb38540e0d4cbdb3fcc86155259f85d656911