Sep 04 09:11:59.093 INFO checking opal-0.1.1 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 09:11:59.094 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 09:11:59.094 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 09:11:59.249 INFO blam! 04de0ee58a4c1ca08a7e32164804112da6bdc4a541ce7e90f9ee916fa1e50876 Sep 04 09:11:59.250 INFO running `"docker" "start" "-a" "04de0ee58a4c1ca08a7e32164804112da6bdc4a541ce7e90f9ee916fa1e50876"` Sep 04 09:11:59.926 INFO kablam! Checking opal v0.1.1 (file:///source) Sep 04 09:12:00.332 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 09:12:00.332 INFO kablam! --> src/command.rs:18:14 Sep 04 09:12:00.332 INFO kablam! | Sep 04 09:12:00.332 INFO kablam! 18 | fn build(mut self) -> Result; Sep 04 09:12:00.332 INFO kablam! | ^^^^^^^^ Sep 04 09:12:00.332 INFO kablam! | Sep 04 09:12:00.332 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 04 09:12:00.332 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 04 09:12:00.332 INFO kablam! = note: for more information, see issue #35203 Sep 04 09:12:00.332 INFO kablam! Sep 04 09:12:00.332 INFO kablam! warning: unused import: `Shader` Sep 04 09:12:00.332 INFO kablam! --> src/device.rs:2:14 Sep 04 09:12:00.332 INFO kablam! | Sep 04 09:12:00.333 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Sep 04 09:12:00.333 INFO kablam! | ^^^^^^ Sep 04 09:12:00.333 INFO kablam! | Sep 04 09:12:00.333 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 09:12:00.333 INFO kablam! Sep 04 09:12:00.333 INFO kablam! warning: unused import: `CommandBufferBuilder` Sep 04 09:12:00.333 INFO kablam! --> src/device.rs:3:43 Sep 04 09:12:00.333 INFO kablam! | Sep 04 09:12:00.333 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Sep 04 09:12:00.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 09:12:00.333 INFO kablam! Sep 04 09:12:00.572 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 09:12:00.572 INFO kablam! --> src/command.rs:18:14 Sep 04 09:12:00.572 INFO kablam! | Sep 04 09:12:00.572 INFO kablam! 18 | fn build(mut self) -> Result; Sep 04 09:12:00.572 INFO kablam! | ^^^^^^^^ Sep 04 09:12:00.572 INFO kablam! | Sep 04 09:12:00.572 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 04 09:12:00.572 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 04 09:12:00.572 INFO kablam! = note: for more information, see issue #35203 Sep 04 09:12:00.572 INFO kablam! Sep 04 09:12:00.572 INFO kablam! warning: unused import: `Shader` Sep 04 09:12:00.572 INFO kablam! --> src/device.rs:2:14 Sep 04 09:12:00.572 INFO kablam! | Sep 04 09:12:00.572 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Sep 04 09:12:00.572 INFO kablam! | ^^^^^^ Sep 04 09:12:00.572 INFO kablam! | Sep 04 09:12:00.572 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 09:12:00.572 INFO kablam! Sep 04 09:12:00.572 INFO kablam! warning: unused import: `CommandBufferBuilder` Sep 04 09:12:00.572 INFO kablam! --> src/device.rs:3:43 Sep 04 09:12:00.572 INFO kablam! | Sep 04 09:12:00.572 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Sep 04 09:12:00.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 09:12:00.573 INFO kablam! Sep 04 09:12:01.232 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Sep 04 09:12:01.232 INFO kablam! --> src/lib.rs:1:12 Sep 04 09:12:01.232 INFO kablam! | Sep 04 09:12:01.232 INFO kablam! 1 | #![feature(core)] Sep 04 09:12:01.232 INFO kablam! | ^^^^ Sep 04 09:12:01.232 INFO kablam! | Sep 04 09:12:01.232 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 09:12:01.232 INFO kablam! Sep 04 09:12:01.322 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Sep 04 09:12:01.322 INFO kablam! --> src/lib.rs:1:12 Sep 04 09:12:01.322 INFO kablam! | Sep 04 09:12:01.322 INFO kablam! 1 | #![feature(core)] Sep 04 09:12:01.322 INFO kablam! | ^^^^ Sep 04 09:12:01.322 INFO kablam! | Sep 04 09:12:01.322 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 09:12:01.322 INFO kablam! Sep 04 09:12:01.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.44s Sep 04 09:12:01.356 INFO kablam! su: No module specific data is present Sep 04 09:12:01.797 INFO running `"docker" "rm" "-f" "04de0ee58a4c1ca08a7e32164804112da6bdc4a541ce7e90f9ee916fa1e50876"` Sep 04 09:12:01.891 INFO blam! 04de0ee58a4c1ca08a7e32164804112da6bdc4a541ce7e90f9ee916fa1e50876