Sep 21 13:33:29.761 INFO checking amethyst_animation-0.3.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 13:33:29.761 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 13:33:29.761 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/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 13:33:29.996 INFO blam! f05542f5ba4aa449b4534b8e125b942f696f18df70375e3fc015ca50a537d6c6 Sep 21 13:33:29.998 INFO running `"docker" "start" "-a" "f05542f5ba4aa449b4534b8e125b942f696f18df70375e3fc015ca50a537d6c6"` Sep 21 13:33:31.389 INFO kablam! usermod: no changes Sep 21 13:33:31.758 INFO kablam! Compiling glsl-layout-derive v0.1.1 Sep 21 13:33:31.763 INFO kablam! Compiling gfx_gl v0.5.0 Sep 21 13:33:31.763 INFO kablam! Compiling glutin v0.16.0 Sep 21 13:33:31.767 INFO kablam! Checking smallvec v0.6.5 Sep 21 13:33:31.769 INFO kablam! Checking draw_state v0.8.0 Sep 21 13:33:31.771 INFO kablam! Checking cgmath v0.16.1 Sep 21 13:33:31.773 INFO kablam! Checking ron v0.2.2 Sep 21 13:33:31.776 INFO kablam! Checking minterpolate v0.3.0 Sep 21 13:33:45.829 INFO kablam! Checking parking_lot_core v0.2.14 Sep 21 13:33:45.854 INFO kablam! Checking shred v0.7.0 Sep 21 13:33:48.742 INFO kablam! Checking gfx_core v0.8.2 Sep 21 13:33:54.710 INFO kablam! Checking parking_lot v0.5.5 Sep 21 13:34:01.002 INFO kablam! Checking shrev v1.0.1 Sep 21 13:34:01.002 INFO kablam! Checking winit v0.15.1 Sep 21 13:34:04.470 INFO kablam! Checking specs v0.12.3 Sep 21 13:34:16.511 INFO kablam! Checking genmesh v0.6.2 Sep 21 13:34:18.706 INFO kablam! Checking specs-hierarchy v0.2.1 Sep 21 13:34:21.695 INFO kablam! Checking amethyst_core v0.3.0 Sep 21 13:34:26.094 INFO kablam! Checking amethyst_assets v0.4.0 Sep 21 13:34:46.339 INFO kablam! Checking gfx_device_gl v0.15.3 Sep 21 13:34:46.340 INFO kablam! Checking glsl-layout v0.1.1 Sep 21 13:34:46.341 INFO kablam! Checking gfx v0.17.1 Sep 21 13:34:51.070 INFO kablam! Checking gfx_window_glutin v0.24.0 Sep 21 13:34:57.062 INFO kablam! Checking amethyst_renderer v0.8.0 Sep 21 13:35:07.306 INFO kablam! Checking amethyst_animation v0.3.0 (/source) Sep 21 13:35:12.854 INFO kablam! warning: the trait bound `S: minterpolate::InterpolationPrimitive` is not satisfied Sep 21 13:35:12.854 INFO kablam! --> src/systems/mod.rs:12:32 Sep 21 13:35:12.854 INFO kablam! | Sep 21 13:35:12.854 INFO kablam! 12 | pub type SamplerProcessor = Processor>; Sep 21 13:35:12.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `minterpolate::InterpolationPrimitive` is not implemented for `S` Sep 21 13:35:12.854 INFO kablam! | Sep 21 13:35:12.854 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 13:35:12.854 INFO kablam! = help: consider adding a `where S: minterpolate::InterpolationPrimitive` bound Sep 21 13:35:12.854 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:35:12.854 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:35:12.854 INFO kablam! Sep 21 13:35:12.854 INFO kablam! warning: the trait bound `T: resources::AnimationSampling` is not satisfied Sep 21 13:35:12.854 INFO kablam! --> src/systems/mod.rs:15:34 Sep 21 13:35:12.854 INFO kablam! | Sep 21 13:35:12.854 INFO kablam! 15 | pub type AnimationProcessor = Processor>; Sep 21 13:35:12.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `resources::AnimationSampling` is not implemented for `T` Sep 21 13:35:12.855 INFO kablam! | Sep 21 13:35:12.855 INFO kablam! = help: consider adding a `where T: resources::AnimationSampling` bound Sep 21 13:35:12.855 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:35:12.855 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:35:12.855 INFO kablam! Sep 21 13:35:13.026 INFO kablam! warning: the trait bound `S: minterpolate::InterpolationPrimitive` is not satisfied Sep 21 13:35:13.027 INFO kablam! --> src/systems/mod.rs:12:32 Sep 21 13:35:13.027 INFO kablam! | Sep 21 13:35:13.027 INFO kablam! 12 | pub type SamplerProcessor = Processor>; Sep 21 13:35:13.027 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ the trait `minterpolate::InterpolationPrimitive` is not implemented for `S` Sep 21 13:35:13.028 INFO kablam! | Sep 21 13:35:13.028 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 13:35:13.028 INFO kablam! = help: consider adding a `where S: minterpolate::InterpolationPrimitive` bound Sep 21 13:35:13.029 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:35:13.029 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:35:13.029 INFO kablam! Sep 21 13:35:13.030 INFO kablam! warning: the trait bound `T: resources::AnimationSampling` is not satisfied Sep 21 13:35:13.030 INFO kablam! --> src/systems/mod.rs:15:34 Sep 21 13:35:13.030 INFO kablam! | Sep 21 13:35:13.031 INFO kablam! 15 | pub type AnimationProcessor = Processor>; Sep 21 13:35:13.031 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `resources::AnimationSampling` is not implemented for `T` Sep 21 13:35:13.031 INFO kablam! | Sep 21 13:35:13.031 INFO kablam! = help: consider adding a `where T: resources::AnimationSampling` bound Sep 21 13:35:13.031 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 13:35:13.031 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 13:35:13.031 INFO kablam! Sep 21 13:35:16.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 44s Sep 21 13:35:16.178 INFO kablam! su: No module specific data is present Sep 21 13:35:16.980 INFO running `"docker" "rm" "-f" "f05542f5ba4aa449b4534b8e125b942f696f18df70375e3fc015ca50a537d6c6"` Sep 21 13:35:17.103 INFO blam! f05542f5ba4aa449b4534b8e125b942f696f18df70375e3fc015ca50a537d6c6