Sep 01 10:11:39.798 INFO checking rasen-0.12.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 10:11:39.798 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 10:11:39.798 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:11:40.063 INFO blam! 8ebcbfe39525b44a852f3787e784a03309c701ea06fdc77d129681ec018be30e Sep 01 10:11:40.066 INFO running `"docker" "start" "-a" "8ebcbfe39525b44a852f3787e784a03309c701ea06fdc77d129681ec018be30e"` Sep 01 10:11:41.058 INFO kablam! Compiling rasen v0.12.0 (file:///source) Sep 01 10:11:41.059 INFO kablam! Compiling derive_more v0.7.1 Sep 01 10:11:41.060 INFO kablam! Checking spirv_headers v1.3.1 Sep 01 10:11:49.609 INFO kablam! Checking rspirv v0.5.2 Sep 01 10:11:56.075 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.075 INFO kablam! --> src/builder/module.rs:2:5 Sep 01 10:11:56.075 INFO kablam! | Sep 01 10:11:56.076 INFO kablam! 2 | use std::convert::TryFrom; Sep 01 10:11:56.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.076 INFO kablam! | Sep 01 10:11:56.076 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.076 INFO kablam! Sep 01 10:11:56.076 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.076 INFO kablam! --> src/builder/module.rs:773:5 Sep 01 10:11:56.076 INFO kablam! | Sep 01 10:11:56.076 INFO kablam! 773 | type Error = Error; Sep 01 10:11:56.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.076 INFO kablam! | Sep 01 10:11:56.076 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.076 INFO kablam! Sep 01 10:11:56.076 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.076 INFO kablam! --> src/builder/module.rs:774:5 Sep 01 10:11:56.076 INFO kablam! | Sep 01 10:11:56.076 INFO kablam! 774 | / fn try_from((graph, mod_type): (&'a Graph, ShaderType)) -> Result { Sep 01 10:11:56.076 INFO kablam! 775 | | ModuleBuilder::from_graph(graph, mod_type) Sep 01 10:11:56.076 INFO kablam! 776 | | } Sep 01 10:11:56.076 INFO kablam! | |_____^ Sep 01 10:11:56.077 INFO kablam! | Sep 01 10:11:56.077 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.077 INFO kablam! Sep 01 10:11:56.077 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.077 INFO kablam! --> src/builder/module.rs:772:10 Sep 01 10:11:56.077 INFO kablam! | Sep 01 10:11:56.077 INFO kablam! 772 | impl<'a> TryFrom<(&'a Graph, ShaderType)> for ModuleBuilder { Sep 01 10:11:56.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.077 INFO kablam! | Sep 01 10:11:56.077 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.077 INFO kablam! Sep 01 10:11:56.077 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.077 INFO kablam! --> src/builder/module.rs:780:5 Sep 01 10:11:56.077 INFO kablam! | Sep 01 10:11:56.077 INFO kablam! 780 | type Error = Error; Sep 01 10:11:56.077 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.077 INFO kablam! | Sep 01 10:11:56.077 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.077 INFO kablam! Sep 01 10:11:56.077 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.077 INFO kablam! --> src/builder/module.rs:781:5 Sep 01 10:11:56.077 INFO kablam! | Sep 01 10:11:56.078 INFO kablam! 781 | / fn try_from((module, mod_type): (&'a RasenModule, ShaderType)) -> Result { Sep 01 10:11:56.078 INFO kablam! 782 | | ModuleBuilder::from_module(module, mod_type) Sep 01 10:11:56.078 INFO kablam! 783 | | } Sep 01 10:11:56.078 INFO kablam! | |_____^ Sep 01 10:11:56.078 INFO kablam! | Sep 01 10:11:56.078 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.078 INFO kablam! Sep 01 10:11:56.078 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.078 INFO kablam! --> src/builder/module.rs:779:10 Sep 01 10:11:56.078 INFO kablam! | Sep 01 10:11:56.078 INFO kablam! 779 | impl<'a> TryFrom<(&'a RasenModule, ShaderType)> for ModuleBuilder { Sep 01 10:11:56.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.078 INFO kablam! | Sep 01 10:11:56.078 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.078 INFO kablam! Sep 01 10:11:56.078 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.078 INFO kablam! --> src/prelude.rs:3:5 Sep 01 10:11:56.078 INFO kablam! | Sep 01 10:11:56.078 INFO kablam! 3 | use std::convert::TryFrom; Sep 01 10:11:56.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.079 INFO kablam! | Sep 01 10:11:56.079 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.079 INFO kablam! Sep 01 10:11:56.079 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.079 INFO kablam! --> src/prelude.rs:18:105 Sep 01 10:11:56.079 INFO kablam! | Sep 01 10:11:56.079 INFO kablam! 18 | pub fn build_program<'a, I>(graph: &'a I, mod_type: ShaderType) -> Result> where ModuleBuilder: TryFrom<(&'a I, ShaderType), Error = Error> { Sep 01 10:11:56.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.079 INFO kablam! | Sep 01 10:11:56.079 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.079 INFO kablam! Sep 01 10:11:56.079 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.079 INFO kablam! --> src/prelude.rs:24:113 Sep 01 10:11:56.079 INFO kablam! | Sep 01 10:11:56.079 INFO kablam! 24 | pub fn build_program_assembly<'a, I>(graph: &'a I, mod_type: ShaderType) -> Result where ModuleBuilder: TryFrom<(&'a I, ShaderType), Error = Error> { Sep 01 10:11:56.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.079 INFO kablam! | Sep 01 10:11:56.079 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.079 INFO kablam! Sep 01 10:11:56.089 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.089 INFO kablam! --> src/prelude.rs:18:134 Sep 01 10:11:56.089 INFO kablam! | Sep 01 10:11:56.089 INFO kablam! 18 | pub fn build_program<'a, I>(graph: &'a I, mod_type: ShaderType) -> Result> where ModuleBuilder: TryFrom<(&'a I, ShaderType), Error = Error> { Sep 01 10:11:56.089 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:11:56.089 INFO kablam! | Sep 01 10:11:56.089 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.089 INFO kablam! Sep 01 10:11:56.089 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.089 INFO kablam! --> src/prelude.rs:24:142 Sep 01 10:11:56.090 INFO kablam! | Sep 01 10:11:56.090 INFO kablam! 24 | pub fn build_program_assembly<'a, I>(graph: &'a I, mod_type: ShaderType) -> Result where ModuleBuilder: TryFrom<(&'a I, ShaderType), Error = Error> { Sep 01 10:11:56.090 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:11:56.090 INFO kablam! | Sep 01 10:11:56.090 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.090 INFO kablam! Sep 01 10:11:56.111 INFO kablam! error: aborting due to 12 previous errors Sep 01 10:11:56.111 INFO kablam! Sep 01 10:11:56.111 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 10:11:56.119 INFO kablam! error: Could not compile `rasen`. Sep 01 10:11:56.119 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 01 10:11:56.182 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.182 INFO kablam! --> src/builder/module.rs:2:5 Sep 01 10:11:56.182 INFO kablam! | Sep 01 10:11:56.182 INFO kablam! 2 | use std::convert::TryFrom; Sep 01 10:11:56.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.182 INFO kablam! | Sep 01 10:11:56.182 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.182 INFO kablam! Sep 01 10:11:56.182 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.182 INFO kablam! --> src/builder/module.rs:773:5 Sep 01 10:11:56.182 INFO kablam! | Sep 01 10:11:56.182 INFO kablam! 773 | type Error = Error; Sep 01 10:11:56.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.182 INFO kablam! | Sep 01 10:11:56.182 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.182 INFO kablam! Sep 01 10:11:56.183 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.183 INFO kablam! --> src/builder/module.rs:774:5 Sep 01 10:11:56.183 INFO kablam! | Sep 01 10:11:56.183 INFO kablam! 774 | / fn try_from((graph, mod_type): (&'a Graph, ShaderType)) -> Result { Sep 01 10:11:56.183 INFO kablam! 775 | | ModuleBuilder::from_graph(graph, mod_type) Sep 01 10:11:56.183 INFO kablam! 776 | | } Sep 01 10:11:56.183 INFO kablam! | |_____^ Sep 01 10:11:56.183 INFO kablam! | Sep 01 10:11:56.183 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.183 INFO kablam! Sep 01 10:11:56.183 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.183 INFO kablam! --> src/builder/module.rs:772:10 Sep 01 10:11:56.183 INFO kablam! | Sep 01 10:11:56.183 INFO kablam! 772 | impl<'a> TryFrom<(&'a Graph, ShaderType)> for ModuleBuilder { Sep 01 10:11:56.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.183 INFO kablam! | Sep 01 10:11:56.183 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.183 INFO kablam! Sep 01 10:11:56.183 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.183 INFO kablam! --> src/builder/module.rs:780:5 Sep 01 10:11:56.183 INFO kablam! | Sep 01 10:11:56.183 INFO kablam! 780 | type Error = Error; Sep 01 10:11:56.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.183 INFO kablam! | Sep 01 10:11:56.183 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.183 INFO kablam! Sep 01 10:11:56.183 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.184 INFO kablam! --> src/builder/module.rs:781:5 Sep 01 10:11:56.184 INFO kablam! | Sep 01 10:11:56.184 INFO kablam! 781 | / fn try_from((module, mod_type): (&'a RasenModule, ShaderType)) -> Result { Sep 01 10:11:56.184 INFO kablam! 782 | | ModuleBuilder::from_module(module, mod_type) Sep 01 10:11:56.184 INFO kablam! 783 | | } Sep 01 10:11:56.184 INFO kablam! | |_____^ Sep 01 10:11:56.184 INFO kablam! | Sep 01 10:11:56.184 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.184 INFO kablam! Sep 01 10:11:56.184 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.184 INFO kablam! --> src/builder/module.rs:779:10 Sep 01 10:11:56.184 INFO kablam! | Sep 01 10:11:56.184 INFO kablam! 779 | impl<'a> TryFrom<(&'a RasenModule, ShaderType)> for ModuleBuilder { Sep 01 10:11:56.184 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.184 INFO kablam! | Sep 01 10:11:56.184 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.184 INFO kablam! Sep 01 10:11:56.184 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.184 INFO kablam! --> src/prelude.rs:3:5 Sep 01 10:11:56.184 INFO kablam! | Sep 01 10:11:56.185 INFO kablam! 3 | use std::convert::TryFrom; Sep 01 10:11:56.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.185 INFO kablam! | Sep 01 10:11:56.185 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.185 INFO kablam! Sep 01 10:11:56.185 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.185 INFO kablam! --> src/prelude.rs:18:105 Sep 01 10:11:56.185 INFO kablam! | Sep 01 10:11:56.185 INFO kablam! 18 | pub fn build_program<'a, I>(graph: &'a I, mod_type: ShaderType) -> Result> where ModuleBuilder: TryFrom<(&'a I, ShaderType), Error = Error> { Sep 01 10:11:56.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.185 INFO kablam! | Sep 01 10:11:56.185 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.185 INFO kablam! Sep 01 10:11:56.185 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.185 INFO kablam! --> src/prelude.rs:24:113 Sep 01 10:11:56.185 INFO kablam! | Sep 01 10:11:56.185 INFO kablam! 24 | pub fn build_program_assembly<'a, I>(graph: &'a I, mod_type: ShaderType) -> Result where ModuleBuilder: TryFrom<(&'a I, ShaderType), Error = Error> { Sep 01 10:11:56.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:11:56.185 INFO kablam! | Sep 01 10:11:56.185 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.185 INFO kablam! Sep 01 10:11:56.192 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.192 INFO kablam! --> src/prelude.rs:18:134 Sep 01 10:11:56.192 INFO kablam! | Sep 01 10:11:56.192 INFO kablam! 18 | pub fn build_program<'a, I>(graph: &'a I, mod_type: ShaderType) -> Result> where ModuleBuilder: TryFrom<(&'a I, ShaderType), Error = Error> { Sep 01 10:11:56.192 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:11:56.192 INFO kablam! | Sep 01 10:11:56.192 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.193 INFO kablam! Sep 01 10:11:56.193 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 01 10:11:56.193 INFO kablam! --> src/prelude.rs:24:142 Sep 01 10:11:56.193 INFO kablam! | Sep 01 10:11:56.193 INFO kablam! 24 | pub fn build_program_assembly<'a, I>(graph: &'a I, mod_type: ShaderType) -> Result where ModuleBuilder: TryFrom<(&'a I, ShaderType), Error = Error> { Sep 01 10:11:56.193 INFO kablam! | ^^^^^^^^^^^^^ Sep 01 10:11:56.193 INFO kablam! | Sep 01 10:11:56.193 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 01 10:11:56.193 INFO kablam! Sep 01 10:11:56.208 INFO kablam! error: aborting due to 12 previous errors Sep 01 10:11:56.208 INFO kablam! Sep 01 10:11:56.208 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 01 10:11:56.220 INFO kablam! error: Could not compile `rasen`. Sep 01 10:11:56.220 INFO kablam! Sep 01 10:11:56.220 INFO kablam! To learn more, run the command again with --verbose. Sep 01 10:11:56.222 INFO kablam! su: No module specific data is present Sep 01 10:11:56.669 INFO running `"docker" "rm" "-f" "8ebcbfe39525b44a852f3787e784a03309c701ea06fdc77d129681ec018be30e"` Sep 01 10:11:56.779 INFO blam! 8ebcbfe39525b44a852f3787e784a03309c701ea06fdc77d129681ec018be30e