Oct 13 11:20:21.221 INFO checking opal-0.1.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 11:20:21.221 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 11:20:21.654 INFO blam! 195a758a23e5e712ca0ebf4e21cd6bfe72c985d12aadc52744f9038ba85933ec Oct 13 11:20:21.656 INFO running `"docker" "start" "-a" "195a758a23e5e712ca0ebf4e21cd6bfe72c985d12aadc52744f9038ba85933ec"` Oct 13 11:20:23.867 INFO kablam! usermod: no changes Oct 13 11:20:23.928 INFO kablam! Checking opal v0.1.1 (/source) Oct 13 11:20:24.892 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 11:20:24.893 INFO kablam! --> src/command.rs:18:14 Oct 13 11:20:24.893 INFO kablam! | Oct 13 11:20:24.893 INFO kablam! 18 | fn build(mut self) -> Result; Oct 13 11:20:24.893 INFO kablam! | ^^^^^^^^ Oct 13 11:20:24.893 INFO kablam! | Oct 13 11:20:24.893 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 13 11:20:24.893 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! Oct 13 11:20:24.893 INFO kablam! = note: for more information, see issue #35203 Oct 13 11:20:24.893 INFO kablam! Oct 13 11:20:24.893 INFO kablam! warning: unused import: `Shader` Oct 13 11:20:24.893 INFO kablam! --> src/device.rs:2:14 Oct 13 11:20:24.893 INFO kablam! | Oct 13 11:20:24.893 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Oct 13 11:20:24.893 INFO kablam! | ^^^^^^ Oct 13 11:20:24.893 INFO kablam! | Oct 13 11:20:24.893 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 11:20:24.893 INFO kablam! Oct 13 11:20:24.893 INFO kablam! warning: unused import: `CommandBufferBuilder` Oct 13 11:20:24.893 INFO kablam! --> src/device.rs:3:43 Oct 13 11:20:24.893 INFO kablam! | Oct 13 11:20:24.893 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Oct 13 11:20:24.893 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 11:20:24.893 INFO kablam! Oct 13 11:20:25.452 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 11:20:25.452 INFO kablam! --> src/command.rs:18:14 Oct 13 11:20:25.452 INFO kablam! | Oct 13 11:20:25.452 INFO kablam! 18 | fn build(mut self) -> Result; Oct 13 11:20:25.452 INFO kablam! | ^^^^^^^^ Oct 13 11:20:25.452 INFO kablam! | Oct 13 11:20:25.452 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 13 11:20:25.452 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! Oct 13 11:20:25.453 INFO kablam! = note: for more information, see issue #35203 Oct 13 11:20:25.454 INFO kablam! Oct 13 11:20:25.454 INFO kablam! warning: unused import: `Shader` Oct 13 11:20:25.454 INFO kablam! --> src/device.rs:2:14 Oct 13 11:20:25.454 INFO kablam! | Oct 13 11:20:25.454 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Oct 13 11:20:25.454 INFO kablam! | ^^^^^^ Oct 13 11:20:25.454 INFO kablam! | Oct 13 11:20:25.454 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 11:20:25.454 INFO kablam! Oct 13 11:20:25.454 INFO kablam! warning: unused import: `CommandBufferBuilder` Oct 13 11:20:25.454 INFO kablam! --> src/device.rs:3:43 Oct 13 11:20:25.454 INFO kablam! | Oct 13 11:20:25.454 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Oct 13 11:20:25.454 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 13 11:20:25.454 INFO kablam! Oct 13 11:20:26.420 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 13 11:20:26.420 INFO kablam! --> src/lib.rs:1:12 Oct 13 11:20:26.420 INFO kablam! | Oct 13 11:20:26.420 INFO kablam! 1 | #![feature(core)] Oct 13 11:20:26.420 INFO kablam! | ^^^^ Oct 13 11:20:26.420 INFO kablam! | Oct 13 11:20:26.420 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 11:20:26.420 INFO kablam! Oct 13 11:20:26.808 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 13 11:20:26.808 INFO kablam! --> src/lib.rs:1:12 Oct 13 11:20:26.808 INFO kablam! | Oct 13 11:20:26.808 INFO kablam! 1 | #![feature(core)] Oct 13 11:20:26.808 INFO kablam! | ^^^^ Oct 13 11:20:26.808 INFO kablam! | Oct 13 11:20:26.808 INFO kablam! = note: #[warn(stable_features)] on by default Oct 13 11:20:26.808 INFO kablam! Oct 13 11:20:26.882 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.98s Oct 13 11:20:26.884 INFO kablam! su: No module specific data is present Oct 13 11:20:27.726 INFO running `"docker" "rm" "-f" "195a758a23e5e712ca0ebf4e21cd6bfe72c985d12aadc52744f9038ba85933ec"` Oct 13 11:20:28.061 INFO blam! 195a758a23e5e712ca0ebf4e21cd6bfe72c985d12aadc52744f9038ba85933ec