Sep 05 01:53:16.276 INFO checking bitwise-0.1.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 01:53:16.276 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 01:53:16.276 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 01:53:16.478 INFO blam! 9ff07e775c8614e2d4f4d62d269761e1c8814b85e24e9c0099e3509715096080 Sep 05 01:53:16.480 INFO running `"docker" "start" "-a" "9ff07e775c8614e2d4f4d62d269761e1c8814b85e24e9c0099e3509715096080"` Sep 05 01:53:17.152 INFO kablam! warning: `panic` setting is ignored for `bench` profile Sep 05 01:53:17.167 INFO kablam! Compiling bitwise v0.1.1 (file:///source) Sep 05 01:53:19.945 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 05 01:53:19.945 INFO kablam! --> src/lib.rs:27:39 Sep 05 01:53:19.945 INFO kablam! | Sep 05 01:53:19.945 INFO kablam! 27 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 05 01:53:19.945 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 01:53:19.945 INFO kablam! | Sep 05 01:53:19.945 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 01:53:19.945 INFO kablam! Sep 05 01:53:19.957 INFO kablam! warning: where clauses are not enforced in type aliases Sep 05 01:53:19.957 INFO kablam! --> src/word/reverse_bit_groups.rs:62:22 Sep 05 01:53:19.957 INFO kablam! | Sep 05 01:53:19.957 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Sep 05 01:53:19.957 INFO kablam! | ^^^^^^^ Sep 05 01:53:19.957 INFO kablam! | Sep 05 01:53:19.957 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 05 01:53:19.957 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 05 01:53:19.957 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 05 01:53:19.957 INFO kablam! --> src/word/reverse_bit_groups.rs:62:32 Sep 05 01:53:19.957 INFO kablam! | Sep 05 01:53:19.957 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Sep 05 01:53:19.957 INFO kablam! | ^^^^^^^^^^^ Sep 05 01:53:19.957 INFO kablam! Sep 05 01:53:20.234 INFO kablam! warning: the feature `cfg_target_feature` has been stable since 1.27.0 and no longer requires an attribute to enable Sep 05 01:53:20.235 INFO kablam! --> src/lib.rs:27:39 Sep 05 01:53:20.235 INFO kablam! | Sep 05 01:53:20.235 INFO kablam! 27 | #![cfg_attr(RUSTC_IS_NIGHTLY, feature(cfg_target_feature))] Sep 05 01:53:20.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 05 01:53:20.235 INFO kablam! | Sep 05 01:53:20.235 INFO kablam! = note: #[warn(stable_features)] on by default Sep 05 01:53:20.235 INFO kablam! Sep 05 01:53:20.248 INFO kablam! warning: where clauses are not enforced in type aliases Sep 05 01:53:20.248 INFO kablam! --> src/word/reverse_bit_groups.rs:62:22 Sep 05 01:53:20.248 INFO kablam! | Sep 05 01:53:20.248 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Sep 05 01:53:20.248 INFO kablam! | ^^^^^^^ Sep 05 01:53:20.248 INFO kablam! | Sep 05 01:53:20.248 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 05 01:53:20.249 INFO kablam! = help: the clause will not be checked when the type alias is used, and should be removed Sep 05 01:53:20.249 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 05 01:53:20.249 INFO kablam! --> src/word/reverse_bit_groups.rs:62:32 Sep 05 01:53:20.249 INFO kablam! | Sep 05 01:53:20.249 INFO kablam! 62 | type TU where U: Word = U::Unsigned; // TODO: fix warning ? Sep 05 01:53:20.249 INFO kablam! | ^^^^^^^^^^^ Sep 05 01:53:20.249 INFO kablam! Sep 05 01:53:21.283 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.14s Sep 05 01:53:21.288 INFO kablam! su: No module specific data is present Sep 05 01:53:22.030 INFO running `"docker" "rm" "-f" "9ff07e775c8614e2d4f4d62d269761e1c8814b85e24e9c0099e3509715096080"` Sep 05 01:53:22.157 INFO blam! 9ff07e775c8614e2d4f4d62d269761e1c8814b85e24e9c0099e3509715096080