Sep 21 12:53:45.235 INFO checking bitwise-0.1.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 12:53:45.235 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 12:53:45.235 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 12:53:45.476 INFO blam! 46452fdabe9379d118257e9595a9f1d45a27e2484641281a3506a2fa67084d7d Sep 21 12:53:45.478 INFO running `"docker" "start" "-a" "46452fdabe9379d118257e9595a9f1d45a27e2484641281a3506a2fa67084d7d"` Sep 21 12:53:46.865 INFO kablam! usermod: no changes Sep 21 12:53:46.926 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 21 12:53:46.938 INFO kablam! Compiling bitintr v0.1.18 Sep 21 12:53:46.950 INFO kablam! Compiling bitwise v0.1.1 (/source) Sep 21 12:53:51.427 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 21 12:53:51.427 INFO kablam! --> src/lib.rs:27:39 Sep 21 12:53:51.427 INFO kablam! | Sep 21 12:53:51.428 INFO kablam! 27 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 21 12:53:51.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 12:53:51.428 INFO kablam! | Sep 21 12:53:51.428 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 12:53:51.428 INFO kablam! Sep 21 12:53:51.437 INFO kablam! warning: where clauses are not enforced in type aliases Sep 21 12:53:51.437 INFO kablam! --> src/word/reverse_bit_groups.rs:62:22 Sep 21 12:53:51.437 INFO kablam! | Sep 21 12:53:51.437 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Sep 21 12:53:51.437 INFO kablam! | ^^^^^^^ Sep 21 12:53:51.437 INFO kablam! | Sep 21 12:53:51.437 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 12:53:51.437 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 21 12:53:51.437 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 12:53:51.437 INFO kablam! --> src/word/reverse_bit_groups.rs:62:32 Sep 21 12:53:51.437 INFO kablam! | Sep 21 12:53:51.437 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Sep 21 12:53:51.437 INFO kablam! | ^^^^^^^^^^^ Sep 21 12:53:51.437 INFO kablam! Sep 21 12:53:52.102 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 21 12:53:52.102 INFO kablam! --> src/lib.rs:27:39 Sep 21 12:53:52.102 INFO kablam! | Sep 21 12:53:52.102 INFO kablam! 27 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 21 12:53:52.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 21 12:53:52.102 INFO kablam! | Sep 21 12:53:52.106 INFO kablam! = note: #[warn(stable_features)] on by default Sep 21 12:53:52.106 INFO kablam! Sep 21 12:53:52.118 INFO kablam! warning: where clauses are not enforced in type aliases Sep 21 12:53:52.118 INFO kablam! --> src/word/reverse_bit_groups.rs:62:22 Sep 21 12:53:52.118 INFO kablam! | Sep 21 12:53:52.118 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Sep 21 12:53:52.118 INFO kablam! | ^^^^^^^ Sep 21 12:53:52.118 INFO kablam! | Sep 21 12:53:52.118 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 12:53:52.122 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 21 12:53:52.122 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 12:53:52.122 INFO kablam! --> src/word/reverse_bit_groups.rs:62:32 Sep 21 12:53:52.122 INFO kablam! | Sep 21 12:53:52.122 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Sep 21 12:53:52.122 INFO kablam! | ^^^^^^^^^^^ Sep 21 12:53:52.122 INFO kablam! Sep 21 12:53:52.930 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.02s Sep 21 12:53:52.942 INFO kablam! su: No module specific data is present Sep 21 12:53:53.973 INFO running `"docker" "rm" "-f" "46452fdabe9379d118257e9595a9f1d45a27e2484641281a3506a2fa67084d7d"` Sep 21 12:53:54.090 INFO blam! 46452fdabe9379d118257e9595a9f1d45a27e2484641281a3506a2fa67084d7d