Sep 17 15:09:44.762 INFO checking vrust-0.0.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 15:09:44.762 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 15:09:44.762 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/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 15:09:44.999 INFO blam! fef6e6669c877137317b7557ab716db9543cdc214adb4f4286b15aa9b1282367 Sep 17 15:09:45.002 INFO running `"docker" "start" "-a" "fef6e6669c877137317b7557ab716db9543cdc214adb4f4286b15aa9b1282367"` Sep 17 15:09:45.752 INFO kablam! usermod: no changes Sep 17 15:09:45.828 INFO kablam! Compiling vrust v0.0.1 (/source) Sep 17 15:09:48.711 INFO kablam! warning: unused `#[macro_use]` import Sep 17 15:09:48.711 INFO kablam! --> src/lib.rs:6:1 Sep 17 15:09:48.711 INFO kablam! | Sep 17 15:09:48.711 INFO kablam! 6 | #[macro_use] Sep 17 15:09:48.711 INFO kablam! | ^^^^^^^^^^^^ Sep 17 15:09:48.711 INFO kablam! | Sep 17 15:09:48.711 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 15:09:48.711 INFO kablam! Sep 17 15:09:50.611 INFO kablam! error: the trait bound `CoreApp: core::application::ApplicationTrait` is not satisfied Sep 17 15:09:50.611 INFO kablam! --> src/render/engine.rs:17:34 Sep 17 15:09:50.611 INFO kablam! | Sep 17 15:09:50.611 INFO kablam! 17 | pub type RenderEngine = Engine; Sep 17 15:09:50.611 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `core::application::ApplicationTrait` is not implemented for `CoreApp` Sep 17 15:09:50.611 INFO kablam! | Sep 17 15:09:50.611 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 15:09:50.611 INFO kablam! = help: consider adding a `where CoreApp: core::application::ApplicationTrait` bound Sep 17 15:09:50.611 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:09:50.611 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:09:50.611 INFO kablam! Sep 17 15:09:50.681 INFO kablam! error: the trait bound `CoreApp: core::application::ApplicationTrait` is not satisfied Sep 17 15:09:50.681 INFO kablam! --> src/system/os.rs:11:35 Sep 17 15:09:50.681 INFO kablam! | Sep 17 15:09:50.681 INFO kablam! 11 | pub type OsApplication = Application; Sep 17 15:09:50.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `core::application::ApplicationTrait` is not implemented for `CoreApp` Sep 17 15:09:50.681 INFO kablam! | Sep 17 15:09:50.681 INFO kablam! = help: consider adding a `where CoreApp: core::application::ApplicationTrait` bound Sep 17 15:09:50.681 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:09:50.681 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:09:50.681 INFO kablam! Sep 17 15:09:51.220 INFO kablam! error: aborting due to 2 previous errors Sep 17 15:09:51.220 INFO kablam! Sep 17 15:09:51.225 INFO kablam! error: Could not compile `vrust`. Sep 17 15:09:51.225 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 15:09:51.596 INFO kablam! warning: unused `#[macro_use]` import Sep 17 15:09:51.596 INFO kablam! --> src/lib.rs:6:1 Sep 17 15:09:51.596 INFO kablam! | Sep 17 15:09:51.596 INFO kablam! 6 | #[macro_use] Sep 17 15:09:51.596 INFO kablam! | ^^^^^^^^^^^^ Sep 17 15:09:51.596 INFO kablam! | Sep 17 15:09:51.596 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 15:09:51.596 INFO kablam! Sep 17 15:09:53.575 INFO kablam! error: the trait bound `CoreApp: core::application::ApplicationTrait` is not satisfied Sep 17 15:09:53.575 INFO kablam! --> src/render/engine.rs:17:34 Sep 17 15:09:53.575 INFO kablam! | Sep 17 15:09:53.575 INFO kablam! 17 | pub type RenderEngine = Engine; Sep 17 15:09:53.575 INFO kablam! | ^^^^^^^^^^^^^^^ the trait `core::application::ApplicationTrait` is not implemented for `CoreApp` Sep 17 15:09:53.575 INFO kablam! | Sep 17 15:09:53.575 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 15:09:53.575 INFO kablam! = help: consider adding a `where CoreApp: core::application::ApplicationTrait` bound Sep 17 15:09:53.575 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:09:53.575 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:09:53.575 INFO kablam! Sep 17 15:09:53.610 INFO kablam! error: the trait bound `CoreApp: core::application::ApplicationTrait` is not satisfied Sep 17 15:09:53.610 INFO kablam! --> src/system/os.rs:11:35 Sep 17 15:09:53.610 INFO kablam! | Sep 17 15:09:53.610 INFO kablam! 11 | pub type OsApplication = Application; Sep 17 15:09:53.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ the trait `core::application::ApplicationTrait` is not implemented for `CoreApp` Sep 17 15:09:53.610 INFO kablam! | Sep 17 15:09:53.610 INFO kablam! = help: consider adding a `where CoreApp: core::application::ApplicationTrait` bound Sep 17 15:09:53.610 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 15:09:53.610 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 15:09:53.610 INFO kablam! Sep 17 15:09:54.251 INFO kablam! error: aborting due to 2 previous errors Sep 17 15:09:54.251 INFO kablam! Sep 17 15:09:54.269 INFO kablam! error: Could not compile `vrust`. Sep 17 15:09:54.269 INFO kablam! Sep 17 15:09:54.269 INFO kablam! To learn more, run the command again with --verbose. Sep 17 15:09:54.270 INFO kablam! su: No module specific data is present Sep 17 15:09:55.445 INFO running `"docker" "rm" "-f" "fef6e6669c877137317b7557ab716db9543cdc214adb4f4286b15aa9b1282367"` Sep 17 15:09:55.590 INFO blam! fef6e6669c877137317b7557ab716db9543cdc214adb4f4286b15aa9b1282367