Sep 17 19:20:43.928 INFO checking rasen-0.12.0 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 19:20:43.928 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 19:20:43.928 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/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 17 19:20:44.415 INFO blam! 5b01adcb2b6c49b0e9fab8662f592c57f40b69c4242c188b831aa0f458d7bdf8 Sep 17 19:20:44.417 INFO running `"docker" "start" "-a" "5b01adcb2b6c49b0e9fab8662f592c57f40b69c4242c188b831aa0f458d7bdf8"` Sep 17 19:20:46.471 INFO kablam! usermod: no changes Sep 17 19:20:46.687 INFO kablam! Compiling rasen v0.12.0 (/source) Sep 17 19:20:46.703 INFO kablam! Compiling derive_more v0.7.1 Sep 17 19:20:46.707 INFO kablam! Compiling num-derive v0.1.44 Sep 17 19:20:51.670 INFO kablam! Checking spirv_headers v1.3.1 Sep 17 19:20:57.019 INFO kablam! Checking rspirv v0.5.2 Sep 17 19:21:02.495 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.495 INFO kablam! --> src/builder/module.rs:2:5 Sep 17 19:21:02.495 INFO kablam! | Sep 17 19:21:02.495 INFO kablam! 2 | use std::convert::TryFrom; Sep 17 19:21:02.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.495 INFO kablam! | Sep 17 19:21:02.495 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.495 INFO kablam! Sep 17 19:21:02.495 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.495 INFO kablam! --> src/builder/module.rs:773:5 Sep 17 19:21:02.495 INFO kablam! | Sep 17 19:21:02.495 INFO kablam! 773 | type Error = Error; Sep 17 19:21:02.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.495 INFO kablam! | Sep 17 19:21:02.495 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.495 INFO kablam! Sep 17 19:21:02.495 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.495 INFO kablam! --> src/builder/module.rs:774:5 Sep 17 19:21:02.495 INFO kablam! | Sep 17 19:21:02.495 INFO kablam! 774 | / fn try_from((graph, mod_type): (&'a Graph, ShaderType)) -> Result { Sep 17 19:21:02.495 INFO kablam! 775 | | ModuleBuilder::from_graph(graph, mod_type) Sep 17 19:21:02.495 INFO kablam! 776 | | } Sep 17 19:21:02.495 INFO kablam! | |_____^ Sep 17 19:21:02.495 INFO kablam! | Sep 17 19:21:02.495 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.495 INFO kablam! Sep 17 19:21:02.502 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.502 INFO kablam! --> src/builder/module.rs:772:10 Sep 17 19:21:02.502 INFO kablam! | Sep 17 19:21:02.502 INFO kablam! 772 | impl<'a> TryFrom<(&'a Graph, ShaderType)> for ModuleBuilder { Sep 17 19:21:02.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.502 INFO kablam! | Sep 17 19:21:02.502 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.502 INFO kablam! Sep 17 19:21:02.502 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.502 INFO kablam! --> src/builder/module.rs:780:5 Sep 17 19:21:02.502 INFO kablam! | Sep 17 19:21:02.502 INFO kablam! 780 | type Error = Error; Sep 17 19:21:02.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.502 INFO kablam! | Sep 17 19:21:02.502 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.502 INFO kablam! Sep 17 19:21:02.502 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.502 INFO kablam! --> src/builder/module.rs:781:5 Sep 17 19:21:02.502 INFO kablam! | Sep 17 19:21:02.502 INFO kablam! 781 | / fn try_from((module, mod_type): (&'a RasenModule, ShaderType)) -> Result { Sep 17 19:21:02.502 INFO kablam! 782 | | ModuleBuilder::from_module(module, mod_type) Sep 17 19:21:02.502 INFO kablam! 783 | | } Sep 17 19:21:02.502 INFO kablam! | |_____^ Sep 17 19:21:02.502 INFO kablam! | Sep 17 19:21:02.502 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.502 INFO kablam! Sep 17 19:21:02.502 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.502 INFO kablam! --> src/builder/module.rs:779:10 Sep 17 19:21:02.502 INFO kablam! | Sep 17 19:21:02.502 INFO kablam! 779 | impl<'a> TryFrom<(&'a RasenModule, ShaderType)> for ModuleBuilder { Sep 17 19:21:02.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.502 INFO kablam! | Sep 17 19:21:02.502 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.502 INFO kablam! Sep 17 19:21:02.502 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.502 INFO kablam! --> src/prelude.rs:3:5 Sep 17 19:21:02.502 INFO kablam! | Sep 17 19:21:02.502 INFO kablam! 3 | use std::convert::TryFrom; Sep 17 19:21:02.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.502 INFO kablam! | Sep 17 19:21:02.502 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.502 INFO kablam! Sep 17 19:21:02.502 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.502 INFO kablam! --> src/prelude.rs:18:105 Sep 17 19:21:02.502 INFO kablam! | Sep 17 19:21:02.502 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 17 19:21:02.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.503 INFO kablam! | Sep 17 19:21:02.503 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.503 INFO kablam! Sep 17 19:21:02.503 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.503 INFO kablam! --> src/prelude.rs:24:113 Sep 17 19:21:02.503 INFO kablam! | Sep 17 19:21:02.503 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 17 19:21:02.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.503 INFO kablam! | Sep 17 19:21:02.503 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.503 INFO kablam! Sep 17 19:21:02.511 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.511 INFO kablam! --> src/prelude.rs:18:134 Sep 17 19:21:02.511 INFO kablam! | Sep 17 19:21:02.511 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 17 19:21:02.511 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 19:21:02.511 INFO kablam! | Sep 17 19:21:02.511 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.511 INFO kablam! Sep 17 19:21:02.536 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.536 INFO kablam! --> src/prelude.rs:24:142 Sep 17 19:21:02.536 INFO kablam! | Sep 17 19:21:02.536 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 17 19:21:02.536 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 19:21:02.536 INFO kablam! | Sep 17 19:21:02.536 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.536 INFO kablam! Sep 17 19:21:02.536 INFO kablam! error: aborting due to 12 previous errors Sep 17 19:21:02.536 INFO kablam! Sep 17 19:21:02.536 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 17 19:21:02.536 INFO kablam! error: Could not compile `rasen`. Sep 17 19:21:02.536 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 19:21:02.689 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.690 INFO kablam! --> src/builder/module.rs:2:5 Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! 2 | use std::convert::TryFrom; Sep 17 19:21:02.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.690 INFO kablam! Sep 17 19:21:02.690 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.690 INFO kablam! --> src/builder/module.rs:773:5 Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! 773 | type Error = Error; Sep 17 19:21:02.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.690 INFO kablam! Sep 17 19:21:02.690 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.690 INFO kablam! --> src/builder/module.rs:774:5 Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! 774 | / fn try_from((graph, mod_type): (&'a Graph, ShaderType)) -> Result { Sep 17 19:21:02.690 INFO kablam! 775 | | ModuleBuilder::from_graph(graph, mod_type) Sep 17 19:21:02.690 INFO kablam! 776 | | } Sep 17 19:21:02.690 INFO kablam! | |_____^ Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.690 INFO kablam! Sep 17 19:21:02.690 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.690 INFO kablam! --> src/builder/module.rs:772:10 Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! 772 | impl<'a> TryFrom<(&'a Graph, ShaderType)> for ModuleBuilder { Sep 17 19:21:02.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.690 INFO kablam! Sep 17 19:21:02.690 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.690 INFO kablam! --> src/builder/module.rs:780:5 Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! 780 | type Error = Error; Sep 17 19:21:02.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.690 INFO kablam! Sep 17 19:21:02.690 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.690 INFO kablam! --> src/builder/module.rs:781:5 Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! 781 | / fn try_from((module, mod_type): (&'a RasenModule, ShaderType)) -> Result { Sep 17 19:21:02.690 INFO kablam! 782 | | ModuleBuilder::from_module(module, mod_type) Sep 17 19:21:02.690 INFO kablam! 783 | | } Sep 17 19:21:02.690 INFO kablam! | |_____^ Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.690 INFO kablam! Sep 17 19:21:02.690 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.690 INFO kablam! --> src/builder/module.rs:779:10 Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! 779 | impl<'a> TryFrom<(&'a RasenModule, ShaderType)> for ModuleBuilder { Sep 17 19:21:02.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.690 INFO kablam! Sep 17 19:21:02.690 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.690 INFO kablam! --> src/prelude.rs:3:5 Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! 3 | use std::convert::TryFrom; Sep 17 19:21:02.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.690 INFO kablam! Sep 17 19:21:02.690 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.690 INFO kablam! --> src/prelude.rs:18:105 Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 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 17 19:21:02.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.690 INFO kablam! | Sep 17 19:21:02.690 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.691 INFO kablam! Sep 17 19:21:02.691 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.691 INFO kablam! --> src/prelude.rs:24:113 Sep 17 19:21:02.691 INFO kablam! | Sep 17 19:21:02.691 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 17 19:21:02.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 19:21:02.691 INFO kablam! | Sep 17 19:21:02.691 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.691 INFO kablam! Sep 17 19:21:02.702 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.702 INFO kablam! --> src/prelude.rs:18:134 Sep 17 19:21:02.702 INFO kablam! | Sep 17 19:21:02.702 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 17 19:21:02.702 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 19:21:02.702 INFO kablam! | Sep 17 19:21:02.702 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.702 INFO kablam! Sep 17 19:21:02.702 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 17 19:21:02.702 INFO kablam! --> src/prelude.rs:24:142 Sep 17 19:21:02.702 INFO kablam! | Sep 17 19:21:02.702 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 17 19:21:02.702 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 19:21:02.702 INFO kablam! | Sep 17 19:21:02.702 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 17 19:21:02.702 INFO kablam! Sep 17 19:21:02.718 INFO kablam! error: aborting due to 12 previous errors Sep 17 19:21:02.718 INFO kablam! Sep 17 19:21:02.718 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 17 19:21:02.735 INFO kablam! error: Could not compile `rasen`. Sep 17 19:21:02.735 INFO kablam! Sep 17 19:21:02.735 INFO kablam! To learn more, run the command again with --verbose. Sep 17 19:21:02.735 INFO kablam! su: No module specific data is present Sep 17 19:21:03.678 INFO running `"docker" "rm" "-f" "5b01adcb2b6c49b0e9fab8662f592c57f40b69c4242c188b831aa0f458d7bdf8"` Sep 17 19:21:03.963 INFO blam! 5b01adcb2b6c49b0e9fab8662f592c57f40b69c4242c188b831aa0f458d7bdf8