Sep 18 00:13:51.226 INFO checking gfx_phase-0.6.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 18 00:13:51.226 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 18 00:13:51.226 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-6/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 18 00:13:51.657 INFO blam! 898db420092e07752c9f60cfa4c6ec079ee35ff26219642164f5d7e669407cc3 Sep 18 00:13:51.659 INFO running `"docker" "start" "-a" "898db420092e07752c9f60cfa4c6ec079ee35ff26219642164f5d7e669407cc3"` Sep 18 00:13:53.605 INFO kablam! usermod: no changes Sep 18 00:13:53.763 INFO kablam! Checking clock_ticks v0.1.1 Sep 18 00:13:53.779 INFO kablam! Checking draw_queue v0.1.1 Sep 18 00:13:53.779 INFO kablam! Checking draw_state v0.2.0 Sep 18 00:13:54.691 INFO kablam! Checking hprof v0.1.3 Sep 18 00:13:55.171 INFO kablam! Checking gfx v0.8.1 Sep 18 00:14:05.798 INFO kablam! Checking gfx_phase v0.6.0 (/source) Sep 18 00:14:06.443 INFO kablam! error: the trait bound `P: gfx::shade::ShaderParam` is not satisfied Sep 18 00:14:06.443 INFO kablam! --> phase.rs:126:30 Sep 18 00:14:06.444 INFO kablam! | Sep 18 00:14:06.444 INFO kablam! 126 | pub type OrderFun = fn(&Object, &Object) -> Ordering; Sep 18 00:14:06.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::shade::ShaderParam` is not implemented for `P` Sep 18 00:14:06.444 INFO kablam! | Sep 18 00:14:06.444 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 00:14:06.444 INFO kablam! = help: consider adding a `where P: gfx::shade::ShaderParam` bound Sep 18 00:14:06.444 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:14:06.444 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:14:06.444 INFO kablam! Sep 18 00:14:06.490 INFO kablam! error: the trait bound `P: gfx::shade::ShaderParam` is not satisfied Sep 18 00:14:06.490 INFO kablam! --> phase.rs:126:30 Sep 18 00:14:06.490 INFO kablam! | Sep 18 00:14:06.490 INFO kablam! 126 | pub type OrderFun = fn(&Object, &Object) -> Ordering; Sep 18 00:14:06.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::shade::ShaderParam` is not implemented for `P` Sep 18 00:14:06.490 INFO kablam! | Sep 18 00:14:06.490 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 18 00:14:06.490 INFO kablam! = help: consider adding a `where P: gfx::shade::ShaderParam` bound Sep 18 00:14:06.490 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:14:06.490 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:14:06.490 INFO kablam! Sep 18 00:14:06.510 INFO kablam! error: the trait bound `R: gfx::Resources` is not satisfied Sep 18 00:14:06.510 INFO kablam! --> lib.rs:33:33 Sep 18 00:14:06.510 INFO kablam! | Sep 18 00:14:06.510 INFO kablam! 33 | pub type TechResult<'a, R, P> = ( Sep 18 00:14:06.510 INFO kablam! | _________________________________^ Sep 18 00:14:06.510 INFO kablam! 34 | | &'a gfx::handle::Program, // program Sep 18 00:14:06.510 INFO kablam! 35 | | P, // parameters Sep 18 00:14:06.510 INFO kablam! 36 | | &'a gfx::DrawState, // state Sep 18 00:14:06.510 INFO kablam! 37 | | // instancing and additional attributes Sep 18 00:14:06.510 INFO kablam! 38 | | Option<(gfx::InstanceCount, &'a [gfx::Attribute])>, Sep 18 00:14:06.510 INFO kablam! 39 | | ); Sep 18 00:14:06.510 INFO kablam! | |_^ the trait `gfx::Resources` is not implemented for `R` Sep 18 00:14:06.510 INFO kablam! | Sep 18 00:14:06.510 INFO kablam! = help: consider adding a `where R: gfx::Resources` bound Sep 18 00:14:06.510 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:14:06.510 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:14:06.510 INFO kablam! Sep 18 00:14:06.542 INFO kablam! error: the trait bound `R: gfx::Resources` is not satisfied Sep 18 00:14:06.542 INFO kablam! --> lib.rs:33:33 Sep 18 00:14:06.542 INFO kablam! | Sep 18 00:14:06.542 INFO kablam! 33 | pub type TechResult<'a, R, P> = ( Sep 18 00:14:06.542 INFO kablam! | _________________________________^ Sep 18 00:14:06.542 INFO kablam! 34 | | &'a gfx::handle::Program, // program Sep 18 00:14:06.542 INFO kablam! 35 | | P, // parameters Sep 18 00:14:06.542 INFO kablam! 36 | | &'a gfx::DrawState, // state Sep 18 00:14:06.542 INFO kablam! 37 | | // instancing and additional attributes Sep 18 00:14:06.542 INFO kablam! 38 | | Option<(gfx::InstanceCount, &'a [gfx::Attribute])>, Sep 18 00:14:06.542 INFO kablam! 39 | | ); Sep 18 00:14:06.543 INFO kablam! | |_^ the trait `gfx::Resources` is not implemented for `R` Sep 18 00:14:06.543 INFO kablam! | Sep 18 00:14:06.543 INFO kablam! = help: consider adding a `where R: gfx::Resources` bound Sep 18 00:14:06.543 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 18 00:14:06.543 INFO kablam! = help: this is a hard error in Rust 2018 Sep 18 00:14:06.543 INFO kablam! Sep 18 00:14:06.661 INFO kablam! error: aborting due to 2 previous errors Sep 18 00:14:06.661 INFO kablam! Sep 18 00:14:06.668 INFO kablam! error: Could not compile `gfx_phase`. Sep 18 00:14:06.668 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 18 00:14:06.682 INFO kablam! error: aborting due to 2 previous errors Sep 18 00:14:06.682 INFO kablam! Sep 18 00:14:06.689 INFO kablam! error: Could not compile `gfx_phase`. Sep 18 00:14:06.689 INFO kablam! Sep 18 00:14:06.689 INFO kablam! To learn more, run the command again with --verbose. Sep 18 00:14:06.690 INFO kablam! su: No module specific data is present Sep 18 00:14:07.306 INFO running `"docker" "rm" "-f" "898db420092e07752c9f60cfa4c6ec079ee35ff26219642164f5d7e669407cc3"` Sep 18 00:14:07.408 INFO blam! 898db420092e07752c9f60cfa4c6ec079ee35ff26219642164f5d7e669407cc3