Sep 21 09:58:26.888 INFO checking gfx_phase-0.6.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 09:58:26.888 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 09:58:26.888 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-0/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 09:58:27.113 INFO blam! f9c077b76e824eee0881161d91e54a3399547773cf35c4bdcedaf4d4e9ef3dee Sep 21 09:58:27.115 INFO running `"docker" "start" "-a" "f9c077b76e824eee0881161d91e54a3399547773cf35c4bdcedaf4d4e9ef3dee"` Sep 21 09:58:27.756 INFO kablam! usermod: no changes Sep 21 09:58:27.858 INFO kablam! Checking clock_ticks v0.1.1 Sep 21 09:58:27.863 INFO kablam! Checking draw_queue v0.1.1 Sep 21 09:58:27.863 INFO kablam! Checking draw_state v0.2.0 Sep 21 09:58:28.358 INFO kablam! Checking hprof v0.1.3 Sep 21 09:58:29.070 INFO kablam! Checking gfx v0.8.1 Sep 21 09:58:40.020 INFO kablam! Checking gfx_phase v0.6.0 (/source) Sep 21 09:58:40.618 INFO kablam! warning: the trait bound `P: gfx::shade::ShaderParam` is not satisfied Sep 21 09:58:40.618 INFO kablam! --> phase.rs:126:30 Sep 21 09:58:40.618 INFO kablam! | Sep 21 09:58:40.618 INFO kablam! 126 | pub type OrderFun = fn(&Object, &Object) -> Ordering; Sep 21 09:58:40.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::shade::ShaderParam` is not implemented for `P` Sep 21 09:58:40.618 INFO kablam! | Sep 21 09:58:40.618 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 09:58:40.618 INFO kablam! = help: consider adding a `where P: gfx::shade::ShaderParam` bound Sep 21 09:58:40.618 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:58:40.618 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:58:40.618 INFO kablam! Sep 21 09:58:40.642 INFO kablam! warning: the trait bound `P: gfx::shade::ShaderParam` is not satisfied Sep 21 09:58:40.646 INFO kablam! --> phase.rs:126:30 Sep 21 09:58:40.646 INFO kablam! | Sep 21 09:58:40.646 INFO kablam! 126 | pub type OrderFun = fn(&Object, &Object) -> Ordering; Sep 21 09:58:40.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `gfx::shade::ShaderParam` is not implemented for `P` Sep 21 09:58:40.646 INFO kablam! | Sep 21 09:58:40.646 INFO kablam! = note: #[warn(type_alias_missing_bounds)] on by default Sep 21 09:58:40.646 INFO kablam! = help: consider adding a `where P: gfx::shade::ShaderParam` bound Sep 21 09:58:40.646 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:58:40.646 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:58:40.646 INFO kablam! Sep 21 09:58:40.666 INFO kablam! warning: the trait bound `R: gfx::Resources` is not satisfied Sep 21 09:58:40.666 INFO kablam! --> lib.rs:33:33 Sep 21 09:58:40.666 INFO kablam! | Sep 21 09:58:40.666 INFO kablam! 33 | pub type TechResult<'a, R, P> = ( Sep 21 09:58:40.667 INFO kablam! | _________________________________^ Sep 21 09:58:40.667 INFO kablam! 34 | | &'a gfx::handle::Program, // program Sep 21 09:58:40.667 INFO kablam! 35 | | P, // parameters Sep 21 09:58:40.667 INFO kablam! 36 | | &'a gfx::DrawState, // state Sep 21 09:58:40.667 INFO kablam! 37 | | // instancing and additional attributes Sep 21 09:58:40.667 INFO kablam! 38 | | Option<(gfx::InstanceCount, &'a [gfx::Attribute])>, Sep 21 09:58:40.667 INFO kablam! 39 | | ); Sep 21 09:58:40.667 INFO kablam! | |_^ the trait `gfx::Resources` is not implemented for `R` Sep 21 09:58:40.667 INFO kablam! | Sep 21 09:58:40.667 INFO kablam! = help: consider adding a `where R: gfx::Resources` bound Sep 21 09:58:40.667 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:58:40.667 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:58:40.667 INFO kablam! Sep 21 09:58:40.690 INFO kablam! warning: the trait bound `R: gfx::Resources` is not satisfied Sep 21 09:58:40.690 INFO kablam! --> lib.rs:33:33 Sep 21 09:58:40.690 INFO kablam! | Sep 21 09:58:40.690 INFO kablam! 33 | pub type TechResult<'a, R, P> = ( Sep 21 09:58:40.690 INFO kablam! | _________________________________^ Sep 21 09:58:40.690 INFO kablam! 34 | | &'a gfx::handle::Program, // program Sep 21 09:58:40.690 INFO kablam! 35 | | P, // parameters Sep 21 09:58:40.690 INFO kablam! 36 | | &'a gfx::DrawState, // state Sep 21 09:58:40.690 INFO kablam! 37 | | // instancing and additional attributes Sep 21 09:58:40.690 INFO kablam! 38 | | Option<(gfx::InstanceCount, &'a [gfx::Attribute])>, Sep 21 09:58:40.690 INFO kablam! 39 | | ); Sep 21 09:58:40.690 INFO kablam! | |_^ the trait `gfx::Resources` is not implemented for `R` Sep 21 09:58:40.690 INFO kablam! | Sep 21 09:58:40.690 INFO kablam! = help: consider adding a `where R: gfx::Resources` bound Sep 21 09:58:40.690 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 21 09:58:40.690 INFO kablam! = help: this is a hard error in Rust 2018 Sep 21 09:58:40.690 INFO kablam! Sep 21 09:58:40.869 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.869 INFO kablam! --> phase.rs:151:8 Sep 21 09:58:40.869 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! 151 | R: gfx::Resources, Sep 21 09:58:40.870 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 09:58:40.870 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.870 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 09:58:40.870 INFO kablam! --> phase.rs:155:14 Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! 155 | > = HashMap<(T::Kernel, gfx::Mesh), Sep 21 09:58:40.870 INFO kablam! | ^^^^^^^^^ Sep 21 09:58:40.870 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 09:58:40.870 INFO kablam! --> phase.rs:156:27 Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! 156 | mem::MemResult>, Sep 21 09:58:40.870 INFO kablam! | ^^^^^^^^ Sep 21 09:58:40.870 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 09:58:40.870 INFO kablam! --> phase.rs:156:37 Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! 156 | mem::MemResult>, Sep 21 09:58:40.870 INFO kablam! | ^^^^^^^^^ Sep 21 09:58:40.870 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 09:58:40.870 INFO kablam! --> phase.rs:156:48 Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! 156 | mem::MemResult>, Sep 21 09:58:40.870 INFO kablam! | ^^^^^^^^^ Sep 21 09:58:40.870 INFO kablam! Sep 21 09:58:40.870 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.870 INFO kablam! --> phase.rs:152:8 Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! 152 | M: ::Material, Sep 21 09:58:40.870 INFO kablam! | ^^^^^^^^^^ Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.870 INFO kablam! Sep 21 09:58:40.870 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.870 INFO kablam! --> phase.rs:153:8 Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! 153 | V: ::ToDepth, Sep 21 09:58:40.870 INFO kablam! | ^^^^^^^^^ Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.870 INFO kablam! Sep 21 09:58:40.870 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.870 INFO kablam! --> phase.rs:154:8 Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! 154 | T: ::Technique, Sep 21 09:58:40.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.870 INFO kablam! Sep 21 09:58:40.870 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.870 INFO kablam! --> phase.rs:161:8 Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! 161 | R: gfx::Resources, Sep 21 09:58:40.870 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.870 INFO kablam! Sep 21 09:58:40.870 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.870 INFO kablam! --> phase.rs:162:8 Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! 162 | M: ::Material, Sep 21 09:58:40.870 INFO kablam! | ^^^^^^^^^^ Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.870 INFO kablam! Sep 21 09:58:40.870 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.870 INFO kablam! --> phase.rs:163:8 Sep 21 09:58:40.870 INFO kablam! | Sep 21 09:58:40.870 INFO kablam! 163 | V: ::ToDepth, Sep 21 09:58:40.870 INFO kablam! | ^^^^^^^^^ Sep 21 09:58:40.871 INFO kablam! | Sep 21 09:58:40.871 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.871 INFO kablam! Sep 21 09:58:40.871 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.871 INFO kablam! --> phase.rs:164:8 Sep 21 09:58:40.871 INFO kablam! | Sep 21 09:58:40.871 INFO kablam! 164 | T: ::Technique, Sep 21 09:58:40.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 09:58:40.871 INFO kablam! | Sep 21 09:58:40.871 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.871 INFO kablam! Sep 21 09:58:40.892 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.892 INFO kablam! --> phase.rs:151:8 Sep 21 09:58:40.892 INFO kablam! | Sep 21 09:58:40.892 INFO kablam! 151 | R: gfx::Resources, Sep 21 09:58:40.892 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 09:58:40.892 INFO kablam! | Sep 21 09:58:40.892 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Sep 21 09:58:40.892 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.892 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 09:58:40.892 INFO kablam! --> phase.rs:155:14 Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! 155 | > = HashMap<(T::Kernel, gfx::Mesh), Sep 21 09:58:40.893 INFO kablam! | ^^^^^^^^^ Sep 21 09:58:40.893 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 09:58:40.893 INFO kablam! --> phase.rs:156:27 Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! 156 | mem::MemResult>, Sep 21 09:58:40.893 INFO kablam! | ^^^^^^^^ Sep 21 09:58:40.893 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 09:58:40.893 INFO kablam! --> phase.rs:156:37 Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! 156 | mem::MemResult>, Sep 21 09:58:40.893 INFO kablam! | ^^^^^^^^^ Sep 21 09:58:40.893 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Sep 21 09:58:40.893 INFO kablam! --> phase.rs:156:48 Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! 156 | mem::MemResult>, Sep 21 09:58:40.893 INFO kablam! | ^^^^^^^^^ Sep 21 09:58:40.893 INFO kablam! Sep 21 09:58:40.893 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.893 INFO kablam! --> phase.rs:152:8 Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! 152 | M: ::Material, Sep 21 09:58:40.893 INFO kablam! | ^^^^^^^^^^ Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.893 INFO kablam! Sep 21 09:58:40.893 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.893 INFO kablam! --> phase.rs:153:8 Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! 153 | V: ::ToDepth, Sep 21 09:58:40.893 INFO kablam! | ^^^^^^^^^ Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.893 INFO kablam! Sep 21 09:58:40.893 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.893 INFO kablam! --> phase.rs:154:8 Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! 154 | T: ::Technique, Sep 21 09:58:40.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.893 INFO kablam! Sep 21 09:58:40.893 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.893 INFO kablam! --> phase.rs:161:8 Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! 161 | R: gfx::Resources, Sep 21 09:58:40.893 INFO kablam! | ^^^^^^^^^^^^^^ Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.893 INFO kablam! Sep 21 09:58:40.893 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.893 INFO kablam! --> phase.rs:162:8 Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! 162 | M: ::Material, Sep 21 09:58:40.893 INFO kablam! | ^^^^^^^^^^ Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.893 INFO kablam! Sep 21 09:58:40.893 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.893 INFO kablam! --> phase.rs:163:8 Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! 163 | V: ::ToDepth, Sep 21 09:58:40.893 INFO kablam! | ^^^^^^^^^ Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.893 INFO kablam! Sep 21 09:58:40.893 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Sep 21 09:58:40.893 INFO kablam! --> phase.rs:164:8 Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! 164 | T: ::Technique, Sep 21 09:58:40.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 21 09:58:40.893 INFO kablam! | Sep 21 09:58:40.893 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Sep 21 09:58:40.893 INFO kablam! Sep 21 09:58:40.909 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.13s Sep 21 09:58:40.915 INFO kablam! su: No module specific data is present Sep 21 09:58:41.531 INFO running `"docker" "rm" "-f" "f9c077b76e824eee0881161d91e54a3399547773cf35c4bdcedaf4d4e9ef3dee"` Sep 21 09:58:41.637 INFO blam! f9c077b76e824eee0881161d91e54a3399547773cf35c4bdcedaf4d4e9ef3dee