Sep 17 20:31:49.773 INFO checking opal-0.1.1 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 20:31:49.773 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 20:31:49.773 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-5/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 20:31:50.040 INFO blam! 7373b9c8aaa5a29e73aecef30dab5559f7f421bd58a6405e08db216f5b6b553b Sep 17 20:31:50.044 INFO running `"docker" "start" "-a" "7373b9c8aaa5a29e73aecef30dab5559f7f421bd58a6405e08db216f5b6b553b"` Sep 17 20:31:50.848 INFO kablam! usermod: no changes Sep 17 20:31:50.874 INFO kablam! Checking opal v0.1.1 (/source) Sep 17 20:31:51.073 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 20:31:51.073 INFO kablam! --> src/command.rs:18:14 Sep 17 20:31:51.073 INFO kablam! | Sep 17 20:31:51.073 INFO kablam! 18 | fn build(mut self) -> Result; Sep 17 20:31:51.073 INFO kablam! | ^^^^^^^^ Sep 17 20:31:51.073 INFO kablam! | Sep 17 20:31:51.073 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 17 20:31:51.073 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 20:31:51.073 INFO kablam! = note: for more information, see issue #35203 Sep 17 20:31:51.073 INFO kablam! Sep 17 20:31:51.075 INFO kablam! warning: unused import: `Shader` Sep 17 20:31:51.075 INFO kablam! --> src/device.rs:2:14 Sep 17 20:31:51.075 INFO kablam! | Sep 17 20:31:51.075 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Sep 17 20:31:51.075 INFO kablam! | ^^^^^^ Sep 17 20:31:51.075 INFO kablam! | Sep 17 20:31:51.075 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 20:31:51.075 INFO kablam! Sep 17 20:31:51.075 INFO kablam! warning: unused import: `CommandBufferBuilder` Sep 17 20:31:51.075 INFO kablam! --> src/device.rs:3:43 Sep 17 20:31:51.075 INFO kablam! | Sep 17 20:31:51.075 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Sep 17 20:31:51.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:51.075 INFO kablam! Sep 17 20:31:51.163 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 20:31:51.163 INFO kablam! --> src/command.rs:18:14 Sep 17 20:31:51.163 INFO kablam! | Sep 17 20:31:51.163 INFO kablam! 18 | fn build(mut self) -> Result; Sep 17 20:31:51.163 INFO kablam! | ^^^^^^^^ Sep 17 20:31:51.163 INFO kablam! | Sep 17 20:31:51.163 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 17 20:31:51.163 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 20:31:51.163 INFO kablam! = note: for more information, see issue #35203 Sep 17 20:31:51.163 INFO kablam! Sep 17 20:31:51.163 INFO kablam! warning: unused import: `Shader` Sep 17 20:31:51.163 INFO kablam! --> src/device.rs:2:14 Sep 17 20:31:51.163 INFO kablam! | Sep 17 20:31:51.163 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Sep 17 20:31:51.163 INFO kablam! | ^^^^^^ Sep 17 20:31:51.163 INFO kablam! | Sep 17 20:31:51.163 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 20:31:51.163 INFO kablam! Sep 17 20:31:51.163 INFO kablam! warning: unused import: `CommandBufferBuilder` Sep 17 20:31:51.163 INFO kablam! --> src/device.rs:3:43 Sep 17 20:31:51.163 INFO kablam! | Sep 17 20:31:51.163 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Sep 17 20:31:51.163 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 20:31:51.163 INFO kablam! Sep 17 20:31:51.791 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Sep 17 20:31:51.791 INFO kablam! --> src/lib.rs:1:12 Sep 17 20:31:51.791 INFO kablam! | Sep 17 20:31:51.791 INFO kablam! 1 | #![feature(core)] Sep 17 20:31:51.791 INFO kablam! | ^^^^ Sep 17 20:31:51.791 INFO kablam! | Sep 17 20:31:51.791 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 20:31:51.791 INFO kablam! Sep 17 20:31:51.851 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Sep 17 20:31:51.851 INFO kablam! --> src/lib.rs:1:12 Sep 17 20:31:51.851 INFO kablam! | Sep 17 20:31:51.851 INFO kablam! 1 | #![feature(core)] Sep 17 20:31:51.851 INFO kablam! | ^^^^ Sep 17 20:31:51.851 INFO kablam! | Sep 17 20:31:51.851 INFO kablam! = note: #[warn(stable_features)] on by default Sep 17 20:31:51.851 INFO kablam! Sep 17 20:31:51.874 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Sep 17 20:31:51.877 INFO kablam! su: No module specific data is present Sep 17 20:31:52.301 INFO running `"docker" "rm" "-f" "7373b9c8aaa5a29e73aecef30dab5559f7f421bd58a6405e08db216f5b6b553b"` Sep 17 20:31:52.362 INFO blam! 7373b9c8aaa5a29e73aecef30dab5559f7f421bd58a6405e08db216f5b6b553b