Sep 04 06:58:44.744 INFO checking rasen-0.12.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 06:58:44.744 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 06:58:44.744 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:58:44.989 INFO blam! e0f119fa646f4e1e041254c47c64a6bcbde9e8e4067a3e7e6760f7e422f8753d Sep 04 06:58:44.992 INFO running `"docker" "start" "-a" "e0f119fa646f4e1e041254c47c64a6bcbde9e8e4067a3e7e6760f7e422f8753d"` Sep 04 06:58:45.793 INFO kablam! Compiling rasen v0.12.0 (file:///source) Sep 04 06:58:45.793 INFO kablam! Checking petgraph v0.4.13 Sep 04 06:58:45.793 INFO kablam! Compiling derive_more v0.7.1 Sep 04 06:58:45.824 INFO kablam! Checking spirv_headers v1.3.1 Sep 04 06:58:53.465 INFO kablam! Checking rspirv v0.5.2 Sep 04 06:59:00.443 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.443 INFO kablam! --> src/builder/module.rs:2:5 Sep 04 06:59:00.443 INFO kablam! | Sep 04 06:59:00.443 INFO kablam! 2 | use std::convert::TryFrom; Sep 04 06:59:00.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.443 INFO kablam! | Sep 04 06:59:00.443 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.443 INFO kablam! Sep 04 06:59:00.443 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.443 INFO kablam! --> src/builder/module.rs:773:5 Sep 04 06:59:00.443 INFO kablam! | Sep 04 06:59:00.443 INFO kablam! 773 | type Error = Error; Sep 04 06:59:00.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.443 INFO kablam! | Sep 04 06:59:00.443 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.443 INFO kablam! Sep 04 06:59:00.443 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.443 INFO kablam! --> src/builder/module.rs:774:5 Sep 04 06:59:00.443 INFO kablam! | Sep 04 06:59:00.444 INFO kablam! 774 | / fn try_from((graph, mod_type): (&'a Graph, ShaderType)) -> Result { Sep 04 06:59:00.444 INFO kablam! 775 | | ModuleBuilder::from_graph(graph, mod_type) Sep 04 06:59:00.444 INFO kablam! 776 | | } Sep 04 06:59:00.444 INFO kablam! | |_____^ Sep 04 06:59:00.444 INFO kablam! | Sep 04 06:59:00.444 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.444 INFO kablam! Sep 04 06:59:00.444 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.444 INFO kablam! --> src/builder/module.rs:772:10 Sep 04 06:59:00.444 INFO kablam! | Sep 04 06:59:00.444 INFO kablam! 772 | impl<'a> TryFrom<(&'a Graph, ShaderType)> for ModuleBuilder { Sep 04 06:59:00.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.444 INFO kablam! | Sep 04 06:59:00.444 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.444 INFO kablam! Sep 04 06:59:00.444 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.444 INFO kablam! --> src/builder/module.rs:780:5 Sep 04 06:59:00.444 INFO kablam! | Sep 04 06:59:00.444 INFO kablam! 780 | type Error = Error; Sep 04 06:59:00.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.445 INFO kablam! | Sep 04 06:59:00.445 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.445 INFO kablam! Sep 04 06:59:00.445 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.445 INFO kablam! --> src/builder/module.rs:781:5 Sep 04 06:59:00.445 INFO kablam! | Sep 04 06:59:00.445 INFO kablam! 781 | / fn try_from((module, mod_type): (&'a RasenModule, ShaderType)) -> Result { Sep 04 06:59:00.445 INFO kablam! 782 | | ModuleBuilder::from_module(module, mod_type) Sep 04 06:59:00.445 INFO kablam! 783 | | } Sep 04 06:59:00.445 INFO kablam! | |_____^ Sep 04 06:59:00.445 INFO kablam! | Sep 04 06:59:00.445 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.445 INFO kablam! Sep 04 06:59:00.445 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.445 INFO kablam! --> src/builder/module.rs:779:10 Sep 04 06:59:00.445 INFO kablam! | Sep 04 06:59:00.445 INFO kablam! 779 | impl<'a> TryFrom<(&'a RasenModule, ShaderType)> for ModuleBuilder { Sep 04 06:59:00.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.445 INFO kablam! | Sep 04 06:59:00.445 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.446 INFO kablam! Sep 04 06:59:00.446 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.446 INFO kablam! --> src/prelude.rs:3:5 Sep 04 06:59:00.446 INFO kablam! | Sep 04 06:59:00.446 INFO kablam! 3 | use std::convert::TryFrom; Sep 04 06:59:00.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.446 INFO kablam! | Sep 04 06:59:00.446 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.446 INFO kablam! Sep 04 06:59:00.446 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.446 INFO kablam! --> src/prelude.rs:18:105 Sep 04 06:59:00.446 INFO kablam! | Sep 04 06:59:00.446 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 04 06:59:00.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.446 INFO kablam! | Sep 04 06:59:00.446 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.446 INFO kablam! Sep 04 06:59:00.446 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.447 INFO kablam! --> src/prelude.rs:24:113 Sep 04 06:59:00.447 INFO kablam! | Sep 04 06:59:00.447 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 04 06:59:00.447 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.447 INFO kablam! | Sep 04 06:59:00.447 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.447 INFO kablam! Sep 04 06:59:00.454 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.454 INFO kablam! --> src/prelude.rs:18:134 Sep 04 06:59:00.454 INFO kablam! | Sep 04 06:59:00.454 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 04 06:59:00.454 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 06:59:00.454 INFO kablam! | Sep 04 06:59:00.454 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.454 INFO kablam! Sep 04 06:59:00.454 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.454 INFO kablam! --> src/prelude.rs:24:142 Sep 04 06:59:00.454 INFO kablam! | Sep 04 06:59:00.454 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 04 06:59:00.455 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 06:59:00.455 INFO kablam! | Sep 04 06:59:00.455 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.455 INFO kablam! Sep 04 06:59:00.471 INFO kablam! error: aborting due to 12 previous errors Sep 04 06:59:00.471 INFO kablam! Sep 04 06:59:00.472 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 06:59:00.479 INFO kablam! error: Could not compile `rasen`. Sep 04 06:59:00.479 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 04 06:59:00.505 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.505 INFO kablam! --> src/builder/module.rs:2:5 Sep 04 06:59:00.505 INFO kablam! | Sep 04 06:59:00.505 INFO kablam! 2 | use std::convert::TryFrom; Sep 04 06:59:00.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.505 INFO kablam! | Sep 04 06:59:00.505 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.505 INFO kablam! Sep 04 06:59:00.505 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.505 INFO kablam! --> src/builder/module.rs:773:5 Sep 04 06:59:00.505 INFO kablam! | Sep 04 06:59:00.505 INFO kablam! 773 | type Error = Error; Sep 04 06:59:00.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.506 INFO kablam! | Sep 04 06:59:00.506 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.506 INFO kablam! Sep 04 06:59:00.506 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.506 INFO kablam! --> src/builder/module.rs:774:5 Sep 04 06:59:00.506 INFO kablam! | Sep 04 06:59:00.506 INFO kablam! 774 | / fn try_from((graph, mod_type): (&'a Graph, ShaderType)) -> Result { Sep 04 06:59:00.506 INFO kablam! 775 | | ModuleBuilder::from_graph(graph, mod_type) Sep 04 06:59:00.506 INFO kablam! 776 | | } Sep 04 06:59:00.506 INFO kablam! | |_____^ Sep 04 06:59:00.506 INFO kablam! | Sep 04 06:59:00.506 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.506 INFO kablam! Sep 04 06:59:00.506 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.506 INFO kablam! --> src/builder/module.rs:772:10 Sep 04 06:59:00.506 INFO kablam! | Sep 04 06:59:00.506 INFO kablam! 772 | impl<'a> TryFrom<(&'a Graph, ShaderType)> for ModuleBuilder { Sep 04 06:59:00.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.506 INFO kablam! | Sep 04 06:59:00.506 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.506 INFO kablam! Sep 04 06:59:00.506 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.506 INFO kablam! --> src/builder/module.rs:780:5 Sep 04 06:59:00.506 INFO kablam! | Sep 04 06:59:00.506 INFO kablam! 780 | type Error = Error; Sep 04 06:59:00.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.506 INFO kablam! | Sep 04 06:59:00.506 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.506 INFO kablam! Sep 04 06:59:00.507 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.507 INFO kablam! --> src/builder/module.rs:781:5 Sep 04 06:59:00.507 INFO kablam! | Sep 04 06:59:00.507 INFO kablam! 781 | / fn try_from((module, mod_type): (&'a RasenModule, ShaderType)) -> Result { Sep 04 06:59:00.507 INFO kablam! 782 | | ModuleBuilder::from_module(module, mod_type) Sep 04 06:59:00.507 INFO kablam! 783 | | } Sep 04 06:59:00.507 INFO kablam! | |_____^ Sep 04 06:59:00.507 INFO kablam! | Sep 04 06:59:00.507 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.507 INFO kablam! Sep 04 06:59:00.507 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.507 INFO kablam! --> src/builder/module.rs:779:10 Sep 04 06:59:00.507 INFO kablam! | Sep 04 06:59:00.507 INFO kablam! 779 | impl<'a> TryFrom<(&'a RasenModule, ShaderType)> for ModuleBuilder { Sep 04 06:59:00.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.507 INFO kablam! | Sep 04 06:59:00.507 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.507 INFO kablam! Sep 04 06:59:00.507 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.507 INFO kablam! --> src/prelude.rs:3:5 Sep 04 06:59:00.507 INFO kablam! | Sep 04 06:59:00.507 INFO kablam! 3 | use std::convert::TryFrom; Sep 04 06:59:00.507 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.507 INFO kablam! | Sep 04 06:59:00.507 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.507 INFO kablam! Sep 04 06:59:00.508 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.508 INFO kablam! --> src/prelude.rs:18:105 Sep 04 06:59:00.508 INFO kablam! | Sep 04 06:59:00.508 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 04 06:59:00.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.508 INFO kablam! | Sep 04 06:59:00.508 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.508 INFO kablam! Sep 04 06:59:00.508 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.508 INFO kablam! --> src/prelude.rs:24:113 Sep 04 06:59:00.508 INFO kablam! | Sep 04 06:59:00.508 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 04 06:59:00.508 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 06:59:00.508 INFO kablam! | Sep 04 06:59:00.508 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.508 INFO kablam! Sep 04 06:59:00.517 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.517 INFO kablam! --> src/prelude.rs:18:134 Sep 04 06:59:00.517 INFO kablam! | Sep 04 06:59:00.517 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 04 06:59:00.517 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 06:59:00.517 INFO kablam! | Sep 04 06:59:00.517 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.517 INFO kablam! Sep 04 06:59:00.517 INFO kablam! error[E0658]: use of unstable library feature 'try_from' (see issue #33417) Sep 04 06:59:00.517 INFO kablam! --> src/prelude.rs:24:142 Sep 04 06:59:00.517 INFO kablam! | Sep 04 06:59:00.518 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 04 06:59:00.518 INFO kablam! | ^^^^^^^^^^^^^ Sep 04 06:59:00.518 INFO kablam! | Sep 04 06:59:00.518 INFO kablam! = help: add #![feature(try_from)] to the crate attributes to enable Sep 04 06:59:00.518 INFO kablam! Sep 04 06:59:00.536 INFO kablam! error: aborting due to 12 previous errors Sep 04 06:59:00.536 INFO kablam! Sep 04 06:59:00.536 INFO kablam! For more information about this error, try `rustc --explain E0658`. Sep 04 06:59:00.550 INFO kablam! error: Could not compile `rasen`. Sep 04 06:59:00.550 INFO kablam! Sep 04 06:59:00.550 INFO kablam! To learn more, run the command again with --verbose. Sep 04 06:59:00.552 INFO kablam! su: No module specific data is present Sep 04 06:59:01.011 INFO running `"docker" "rm" "-f" "e0f119fa646f4e1e041254c47c64a6bcbde9e8e4067a3e7e6760f7e422f8753d"` Sep 04 06:59:01.141 INFO blam! e0f119fa646f4e1e041254c47c64a6bcbde9e8e4067a3e7e6760f7e422f8753d