Sep 06 03:00:16.932 INFO checking opal-0.1.1 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 03:00:16.932 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 03:00:16.932 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 03:00:17.125 INFO blam! db5e542bc1f345f82d5d68794073e3c63521ec107303656b0e1450e51fad7b5a Sep 06 03:00:17.127 INFO running `"docker" "start" "-a" "db5e542bc1f345f82d5d68794073e3c63521ec107303656b0e1450e51fad7b5a"` Sep 06 03:00:17.802 INFO kablam! usermod: no changes Sep 06 03:00:17.820 INFO kablam! Checking opal v0.1.1 (file:///source) Sep 06 03:00:17.978 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 06 03:00:17.978 INFO kablam! --> src/command.rs:18:14 Sep 06 03:00:17.978 INFO kablam! | Sep 06 03:00:17.978 INFO kablam! 18 | fn build(mut self) -> Result; Sep 06 03:00:17.978 INFO kablam! | ^^^^^^^^ Sep 06 03:00:17.978 INFO kablam! | Sep 06 03:00:17.978 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 06 03:00:17.978 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 06 03:00:17.978 INFO kablam! = note: for more information, see issue #35203 Sep 06 03:00:17.978 INFO kablam! Sep 06 03:00:17.978 INFO kablam! warning: unused import: `Shader` Sep 06 03:00:17.978 INFO kablam! --> src/device.rs:2:14 Sep 06 03:00:17.978 INFO kablam! | Sep 06 03:00:17.978 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Sep 06 03:00:17.978 INFO kablam! | ^^^^^^ Sep 06 03:00:17.978 INFO kablam! | Sep 06 03:00:17.978 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 03:00:17.978 INFO kablam! Sep 06 03:00:17.978 INFO kablam! warning: unused import: `CommandBufferBuilder` Sep 06 03:00:17.978 INFO kablam! --> src/device.rs:3:43 Sep 06 03:00:17.978 INFO kablam! | Sep 06 03:00:17.978 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Sep 06 03:00:17.979 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 03:00:17.979 INFO kablam! Sep 06 03:00:18.002 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 06 03:00:18.002 INFO kablam! --> src/command.rs:18:14 Sep 06 03:00:18.002 INFO kablam! | Sep 06 03:00:18.002 INFO kablam! 18 | fn build(mut self) -> Result; Sep 06 03:00:18.002 INFO kablam! | ^^^^^^^^ Sep 06 03:00:18.002 INFO kablam! | Sep 06 03:00:18.002 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 06 03:00:18.002 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 06 03:00:18.002 INFO kablam! = note: for more information, see issue #35203 Sep 06 03:00:18.002 INFO kablam! Sep 06 03:00:18.002 INFO kablam! warning: unused import: `Shader` Sep 06 03:00:18.002 INFO kablam! --> src/device.rs:2:14 Sep 06 03:00:18.002 INFO kablam! | Sep 06 03:00:18.002 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Sep 06 03:00:18.002 INFO kablam! | ^^^^^^ Sep 06 03:00:18.002 INFO kablam! | Sep 06 03:00:18.002 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 03:00:18.002 INFO kablam! Sep 06 03:00:18.002 INFO kablam! warning: unused import: `CommandBufferBuilder` Sep 06 03:00:18.002 INFO kablam! --> src/device.rs:3:43 Sep 06 03:00:18.002 INFO kablam! | Sep 06 03:00:18.002 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Sep 06 03:00:18.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 06 03:00:18.002 INFO kablam! Sep 06 03:00:18.368 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Sep 06 03:00:18.368 INFO kablam! --> src/lib.rs:1:12 Sep 06 03:00:18.368 INFO kablam! | Sep 06 03:00:18.368 INFO kablam! 1 | #![feature(core)] Sep 06 03:00:18.368 INFO kablam! | ^^^^ Sep 06 03:00:18.368 INFO kablam! | Sep 06 03:00:18.368 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 03:00:18.368 INFO kablam! Sep 06 03:00:18.398 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Sep 06 03:00:18.398 INFO kablam! --> src/lib.rs:1:12 Sep 06 03:00:18.398 INFO kablam! | Sep 06 03:00:18.398 INFO kablam! 1 | #![feature(core)] Sep 06 03:00:18.398 INFO kablam! | ^^^^ Sep 06 03:00:18.398 INFO kablam! | Sep 06 03:00:18.398 INFO kablam! = note: #[warn(stable_features)] on by default Sep 06 03:00:18.398 INFO kablam! Sep 06 03:00:18.422 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.60s Sep 06 03:00:18.424 INFO kablam! su: No module specific data is present Sep 06 03:00:19.030 INFO running `"docker" "rm" "-f" "db5e542bc1f345f82d5d68794073e3c63521ec107303656b0e1450e51fad7b5a"` Sep 06 03:00:19.109 INFO blam! db5e542bc1f345f82d5d68794073e3c63521ec107303656b0e1450e51fad7b5a