Sep 04 13:47:58.736 INFO checking minutae-0.2.2 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 13:47:58.736 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 13:47:58.736 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-0/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 04 13:47:58.869 INFO blam! 98bb2f916728c9921a83071054f5921ef216bcd07e3b037af8e9acaedadd80a3 Sep 04 13:47:58.871 INFO running `"docker" "start" "-a" "98bb2f916728c9921a83071054f5921ef216bcd07e3b037af8e9acaedadd80a3"` Sep 04 13:47:59.473 INFO kablam! Checking minutae v0.2.2 (file:///source) Sep 04 13:48:00.673 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 13:48:00.674 INFO kablam! --> src/lib.rs:3:12 Sep 04 13:48:00.674 INFO kablam! | Sep 04 13:48:00.674 INFO kablam! 3 | #![feature(conservative_impl_trait, test)] Sep 04 13:48:00.674 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:48:00.674 INFO kablam! | Sep 04 13:48:00.674 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 13:48:00.674 INFO kablam! Sep 04 13:48:00.681 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:48:00.681 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 04 13:48:00.681 INFO kablam! | Sep 04 13:48:00.681 INFO kablam! 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static Sep 04 13:48:00.681 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 04 13:48:00.681 INFO kablam! | Sep 04 13:48:00.682 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 13:48:00.682 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:48:00.682 INFO kablam! Sep 04 13:48:00.682 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:48:00.682 INFO kablam! --> src/engine/parallel.rs:20:32 Sep 04 13:48:00.682 INFO kablam! | Sep 04 13:48:00.682 INFO kablam! 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static Sep 04 13:48:00.682 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 13:48:00.682 INFO kablam! | Sep 04 13:48:00.682 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:48:00.682 INFO kablam! Sep 04 13:48:00.682 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:48:00.682 INFO kablam! --> src/engine/parallel.rs:20:62 Sep 04 13:48:00.682 INFO kablam! | Sep 04 13:48:00.682 INFO kablam! 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static Sep 04 13:48:00.682 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 04 13:48:00.682 INFO kablam! | Sep 04 13:48:00.682 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:48:00.682 INFO kablam! Sep 04 13:48:00.682 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:48:00.682 INFO kablam! --> src/engine/parallel.rs:20:91 Sep 04 13:48:00.682 INFO kablam! | Sep 04 13:48:00.682 INFO kablam! 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static Sep 04 13:48:00.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 13:48:00.682 INFO kablam! | Sep 04 13:48:00.682 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:48:00.682 INFO kablam! Sep 04 13:48:00.797 INFO kablam! warning: the feature `conservative_impl_trait` has been stable since 1.26.0 and no longer requires an attribute to enable Sep 04 13:48:00.797 INFO kablam! --> src/lib.rs:3:12 Sep 04 13:48:00.797 INFO kablam! | Sep 04 13:48:00.797 INFO kablam! 3 | #![feature(conservative_impl_trait, test)] Sep 04 13:48:00.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 13:48:00.797 INFO kablam! | Sep 04 13:48:00.797 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 13:48:00.797 INFO kablam! Sep 04 13:48:00.805 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:48:00.805 INFO kablam! --> src/engine/parallel.rs:20:8 Sep 04 13:48:00.805 INFO kablam! | Sep 04 13:48:00.805 INFO kablam! 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static Sep 04 13:48:00.806 INFO kablam! | ^^^^^^^^^ ^^^^^^^ Sep 04 13:48:00.806 INFO kablam! | Sep 04 13:48:00.806 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 04 13:48:00.806 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:48:00.806 INFO kablam! Sep 04 13:48:00.806 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:48:00.806 INFO kablam! --> src/engine/parallel.rs:20:32 Sep 04 13:48:00.806 INFO kablam! | Sep 04 13:48:00.806 INFO kablam! 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static Sep 04 13:48:00.806 INFO kablam! | ^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 13:48:00.806 INFO kablam! | Sep 04 13:48:00.806 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:48:00.806 INFO kablam! Sep 04 13:48:00.806 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:48:00.806 INFO kablam! --> src/engine/parallel.rs:20:62 Sep 04 13:48:00.806 INFO kablam! | Sep 04 13:48:00.806 INFO kablam! 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static Sep 04 13:48:00.806 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^ Sep 04 13:48:00.806 INFO kablam! | Sep 04 13:48:00.806 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:48:00.807 INFO kablam! Sep 04 13:48:00.807 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 04 13:48:00.807 INFO kablam! --> src/engine/parallel.rs:20:91 Sep 04 13:48:00.807 INFO kablam! | Sep 04 13:48:00.807 INFO kablam! 20 | C: CellState + 'static, E: EntityState + 'static, CA: CellAction + 'static, EA: EntityAction + 'static Sep 04 13:48:00.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^ ^^^^^^^ Sep 04 13:48:00.807 INFO kablam! | Sep 04 13:48:00.807 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 04 13:48:00.807 INFO kablam! Sep 04 13:48:00.837 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Sep 04 13:48:00.840 INFO kablam! su: No module specific data is present Sep 04 13:48:01.253 INFO running `"docker" "rm" "-f" "98bb2f916728c9921a83071054f5921ef216bcd07e3b037af8e9acaedadd80a3"` Sep 04 13:48:01.365 INFO blam! 98bb2f916728c9921a83071054f5921ef216bcd07e3b037af8e9acaedadd80a3