Sep 04 09:11:58.660 INFO checking opal-0.1.1 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 09:11:58.660 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 09:11:58.660 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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:58.838 INFO blam! 43d1dee1fcd59c04d9dee18cb5c9f0ffb477f2acbc5ef4153bf5a11699c55b85 Sep 04 09:11:58.840 INFO running `"docker" "start" "-a" "43d1dee1fcd59c04d9dee18cb5c9f0ffb477f2acbc5ef4153bf5a11699c55b85"` Sep 04 09:11:59.519 INFO kablam! Checking opal v0.1.1 (file:///source) Sep 04 09:11:59.922 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 09:11:59.922 INFO kablam! --> src/command.rs:18:14 Sep 04 09:11:59.922 INFO kablam! | Sep 04 09:11:59.922 INFO kablam! 18 | fn build(mut self) -> Result; Sep 04 09:11:59.922 INFO kablam! | ^^^^^^^^ Sep 04 09:11:59.922 INFO kablam! | Sep 04 09:11:59.923 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 04 09:11:59.923 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:11:59.923 INFO kablam! = note: for more information, see issue #35203 Sep 04 09:11:59.923 INFO kablam! Sep 04 09:11:59.927 INFO kablam! warning: unused import: `Shader` Sep 04 09:11:59.927 INFO kablam! --> src/device.rs:2:14 Sep 04 09:11:59.927 INFO kablam! | Sep 04 09:11:59.927 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Sep 04 09:11:59.927 INFO kablam! | ^^^^^^ Sep 04 09:11:59.927 INFO kablam! | Sep 04 09:11:59.927 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 09:11:59.927 INFO kablam! Sep 04 09:11:59.927 INFO kablam! warning: unused import: `CommandBufferBuilder` Sep 04 09:11:59.927 INFO kablam! --> src/device.rs:3:43 Sep 04 09:11:59.927 INFO kablam! | Sep 04 09:11:59.927 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Sep 04 09:11:59.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 09:11:59.927 INFO kablam! Sep 04 09:12:00.019 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 09:12:00.019 INFO kablam! --> src/command.rs:18:14 Sep 04 09:12:00.019 INFO kablam! | Sep 04 09:12:00.019 INFO kablam! 18 | fn build(mut self) -> Result; Sep 04 09:12:00.019 INFO kablam! | ^^^^^^^^ Sep 04 09:12:00.019 INFO kablam! | Sep 04 09:12:00.019 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 04 09:12:00.019 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.019 INFO kablam! = note: for more information, see issue #35203 Sep 04 09:12:00.019 INFO kablam! Sep 04 09:12:00.019 INFO kablam! warning: unused import: `Shader` Sep 04 09:12:00.019 INFO kablam! --> src/device.rs:2:14 Sep 04 09:12:00.019 INFO kablam! | Sep 04 09:12:00.019 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Sep 04 09:12:00.019 INFO kablam! | ^^^^^^ Sep 04 09:12:00.019 INFO kablam! | Sep 04 09:12:00.019 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 09:12:00.019 INFO kablam! Sep 04 09:12:00.020 INFO kablam! warning: unused import: `CommandBufferBuilder` Sep 04 09:12:00.020 INFO kablam! --> src/device.rs:3:43 Sep 04 09:12:00.020 INFO kablam! | Sep 04 09:12:00.020 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Sep 04 09:12:00.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 04 09:12:00.020 INFO kablam! Sep 04 09:12:00.869 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:00.869 INFO kablam! --> src/lib.rs:1:12 Sep 04 09:12:00.869 INFO kablam! | Sep 04 09:12:00.869 INFO kablam! 1 | #![feature(core)] Sep 04 09:12:00.869 INFO kablam! | ^^^^ Sep 04 09:12:00.869 INFO kablam! | Sep 04 09:12:00.869 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 09:12:00.869 INFO kablam! Sep 04 09:12:01.084 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.084 INFO kablam! --> src/lib.rs:1:12 Sep 04 09:12:01.084 INFO kablam! | Sep 04 09:12:01.084 INFO kablam! 1 | #![feature(core)] Sep 04 09:12:01.084 INFO kablam! | ^^^^ Sep 04 09:12:01.084 INFO kablam! | Sep 04 09:12:01.084 INFO kablam! = note: #[warn(stable_features)] on by default Sep 04 09:12:01.084 INFO kablam! Sep 04 09:12:01.115 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.60s Sep 04 09:12:01.117 INFO kablam! su: No module specific data is present Sep 04 09:12:01.561 INFO running `"docker" "rm" "-f" "43d1dee1fcd59c04d9dee18cb5c9f0ffb477f2acbc5ef4153bf5a11699c55b85"` Sep 04 09:12:01.654 INFO blam! 43d1dee1fcd59c04d9dee18cb5c9f0ffb477f2acbc5ef4153bf5a11699c55b85