Sep 19 22:12:36.707 INFO checking rasen-dsl-0.2.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 22:12:36.707 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 22:12:36.707 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 22:12:36.977 INFO blam! 2a27294f0299535f95b0dbce8d72580b6c45f32477b5a192dcf7a2b2dcfa190a Sep 19 22:12:36.979 INFO running `"docker" "start" "-a" "2a27294f0299535f95b0dbce8d72580b6c45f32477b5a192dcf7a2b2dcfa190a"` Sep 19 22:12:38.380 INFO kablam! usermod: no changes Sep 19 22:12:38.638 INFO kablam! Compiling rasen v0.12.0 Sep 19 22:12:38.638 INFO kablam! Compiling derive_more v0.7.1 Sep 19 22:12:38.646 INFO kablam! Compiling rasen-dsl v0.2.0 (/source) Sep 19 22:12:38.654 INFO kablam! Compiling num-derive v0.1.44 Sep 19 22:12:47.178 INFO kablam! Checking spirv_headers v1.3.4 Sep 19 22:12:53.748 INFO kablam! Checking rspirv v0.5.4 Sep 19 22:12:59.054 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.054 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/builder/module.rs:2:5 Sep 19 22:12:59.054 INFO kablam! | Sep 19 22:12:59.054 INFO kablam! 2 | use std::convert::TryFrom; Sep 19 22:12:59.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:12:59.054 INFO kablam! | Sep 19 22:12:59.054 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.054 INFO kablam! Sep 19 22:12:59.055 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/builder/module.rs:773:5 Sep 19 22:12:59.055 INFO kablam! | Sep 19 22:12:59.055 INFO kablam! 773 | type Error = Error; Sep 19 22:12:59.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 22:12:59.055 INFO kablam! | Sep 19 22:12:59.055 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.055 INFO kablam! Sep 19 22:12:59.055 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/builder/module.rs:774:5 Sep 19 22:12:59.055 INFO kablam! | Sep 19 22:12:59.055 INFO kablam! 774 | / fn try_from((graph, mod_type): (&'a Graph, ShaderType)) -> Result { Sep 19 22:12:59.055 INFO kablam! 775 | | ModuleBuilder::from_graph(graph, mod_type) Sep 19 22:12:59.055 INFO kablam! 776 | | } Sep 19 22:12:59.055 INFO kablam! | |_____^ Sep 19 22:12:59.055 INFO kablam! | Sep 19 22:12:59.055 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.055 INFO kablam! Sep 19 22:12:59.055 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/builder/module.rs:772:10 Sep 19 22:12:59.055 INFO kablam! | Sep 19 22:12:59.055 INFO kablam! 772 | impl<'a> TryFrom<(&'a Graph, ShaderType)> for ModuleBuilder { Sep 19 22:12:59.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:12:59.055 INFO kablam! | Sep 19 22:12:59.055 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.055 INFO kablam! Sep 19 22:12:59.055 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/builder/module.rs:780:5 Sep 19 22:12:59.055 INFO kablam! | Sep 19 22:12:59.055 INFO kablam! 780 | type Error = Error; Sep 19 22:12:59.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 19 22:12:59.055 INFO kablam! | Sep 19 22:12:59.055 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.055 INFO kablam! Sep 19 22:12:59.055 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.055 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/builder/module.rs:781:5 Sep 19 22:12:59.055 INFO kablam! | Sep 19 22:12:59.055 INFO kablam! 781 | / fn try_from((module, mod_type): (&'a RasenModule, ShaderType)) -> Result { Sep 19 22:12:59.055 INFO kablam! 782 | | ModuleBuilder::from_module(module, mod_type) Sep 19 22:12:59.055 INFO kablam! 783 | | } Sep 19 22:12:59.055 INFO kablam! | |_____^ Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.056 INFO kablam! Sep 19 22:12:59.056 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/builder/module.rs:779:10 Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 INFO kablam! 779 | impl<'a> TryFrom<(&'a RasenModule, ShaderType)> for ModuleBuilder { Sep 19 22:12:59.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.056 INFO kablam! Sep 19 22:12:59.056 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/prelude.rs:3:5 Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 INFO kablam! 3 | use std::convert::TryFrom; Sep 19 22:12:59.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.056 INFO kablam! Sep 19 22:12:59.056 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/prelude.rs:18:105 Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 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 19 22:12:59.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.056 INFO kablam! Sep 19 22:12:59.056 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/prelude.rs:24:113 Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 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 19 22:12:59.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.056 INFO kablam! Sep 19 22:12:59.056 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/prelude.rs:18:134 Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 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 19 22:12:59.056 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.056 INFO kablam! Sep 19 22:12:59.056 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 19 22:12:59.056 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/rasen-0.12.0/src/prelude.rs:24:142 Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 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 19 22:12:59.056 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 22:12:59.056 INFO kablam! | Sep 19 22:12:59.056 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 19 22:12:59.056 INFO kablam! Sep 19 22:12:59.066 INFO kablam! error: aborting due to 12 previous errors Sep 19 22:12:59.066 INFO kablam! Sep 19 22:12:59.066 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 19 22:12:59.082 INFO kablam! error: Could not compile `rasen`. Sep 19 22:12:59.082 INFO kablam! Sep 19 22:12:59.082 INFO kablam! To learn more, run the command again with --verbose. Sep 19 22:12:59.102 INFO kablam! su: No module specific data is present Sep 19 22:12:59.979 INFO running `"docker" "rm" "-f" "2a27294f0299535f95b0dbce8d72580b6c45f32477b5a192dcf7a2b2dcfa190a"` Sep 19 22:13:00.097 INFO blam! 2a27294f0299535f95b0dbce8d72580b6c45f32477b5a192dcf7a2b2dcfa190a