Oct 22 01:08:35.268 INFO checking opal-0.1.1 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:08:35.268 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 01:08:35.532 INFO blam! ae19b2f37754d80da18167efc6a954a32e128155e208e3349d460694089d9458 Oct 22 01:08:35.536 INFO running `"docker" "start" "-a" "ae19b2f37754d80da18167efc6a954a32e128155e208e3349d460694089d9458"` Oct 22 01:08:36.137 INFO kablam! usermod: no changes Oct 22 01:08:36.215 INFO kablam! Checking opal v0.1.1 (/source) Oct 22 01:08:37.027 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 22 01:08:37.027 INFO kablam! --> src/command.rs:18:14 Oct 22 01:08:37.028 INFO kablam! | Oct 22 01:08:37.029 INFO kablam! 18 | fn build(mut self) -> Result; Oct 22 01:08:37.029 INFO kablam! | ^^^^^^^^ Oct 22 01:08:37.029 INFO kablam! | Oct 22 01:08:37.030 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 22 01:08:37.030 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 22 01:08:37.030 INFO kablam! = note: for more information, see issue #35203 Oct 22 01:08:37.031 INFO kablam! Oct 22 01:08:37.031 INFO kablam! warning: unused import: `Shader` Oct 22 01:08:37.031 INFO kablam! --> src/device.rs:2:14 Oct 22 01:08:37.032 INFO kablam! | Oct 22 01:08:37.032 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Oct 22 01:08:37.032 INFO kablam! | ^^^^^^ Oct 22 01:08:37.032 INFO kablam! | Oct 22 01:08:37.033 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:08:37.033 INFO kablam! Oct 22 01:08:37.033 INFO kablam! warning: unused import: `CommandBufferBuilder` Oct 22 01:08:37.033 INFO kablam! --> src/device.rs:3:43 Oct 22 01:08:37.034 INFO kablam! | Oct 22 01:08:37.034 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Oct 22 01:08:37.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:08:37.035 INFO kablam! Oct 22 01:08:37.124 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 22 01:08:37.124 INFO kablam! --> src/command.rs:18:14 Oct 22 01:08:37.125 INFO kablam! | Oct 22 01:08:37.125 INFO kablam! 18 | fn build(mut self) -> Result; Oct 22 01:08:37.125 INFO kablam! | ^^^^^^^^ Oct 22 01:08:37.125 INFO kablam! | Oct 22 01:08:37.126 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 22 01:08:37.126 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 22 01:08:37.126 INFO kablam! = note: for more information, see issue #35203 Oct 22 01:08:37.127 INFO kablam! Oct 22 01:08:37.127 INFO kablam! warning: unused import: `Shader` Oct 22 01:08:37.127 INFO kablam! --> src/device.rs:2:14 Oct 22 01:08:37.128 INFO kablam! | Oct 22 01:08:37.128 INFO kablam! 2 | use shader::{Shader, ShaderCreationError}; Oct 22 01:08:37.128 INFO kablam! | ^^^^^^ Oct 22 01:08:37.128 INFO kablam! | Oct 22 01:08:37.129 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:08:37.129 INFO kablam! Oct 22 01:08:37.129 INFO kablam! warning: unused import: `CommandBufferBuilder` Oct 22 01:08:37.129 INFO kablam! --> src/device.rs:3:43 Oct 22 01:08:37.130 INFO kablam! | Oct 22 01:08:37.130 INFO kablam! 3 | use command::{CommandBufferCreationError, CommandBufferBuilder, CommandBufferBuilderWrapper}; Oct 22 01:08:37.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 22 01:08:37.130 INFO kablam! Oct 22 01:08:37.835 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 22 01:08:37.836 INFO kablam! --> src/lib.rs:1:12 Oct 22 01:08:37.836 INFO kablam! | Oct 22 01:08:37.836 INFO kablam! 1 | #![feature(core)] Oct 22 01:08:37.837 INFO kablam! | ^^^^ Oct 22 01:08:37.837 INFO kablam! | Oct 22 01:08:37.837 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 01:08:37.837 INFO kablam! Oct 22 01:08:38.092 INFO kablam! warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable Oct 22 01:08:38.092 INFO kablam! --> src/lib.rs:1:12 Oct 22 01:08:38.092 INFO kablam! | Oct 22 01:08:38.092 INFO kablam! 1 | #![feature(core)] Oct 22 01:08:38.092 INFO kablam! | ^^^^ Oct 22 01:08:38.092 INFO kablam! | Oct 22 01:08:38.092 INFO kablam! = note: #[warn(stable_features)] on by default Oct 22 01:08:38.092 INFO kablam! Oct 22 01:08:38.141 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.96s Oct 22 01:08:38.145 INFO kablam! su: No module specific data is present Oct 22 01:08:38.535 INFO running `"docker" "rm" "-f" "ae19b2f37754d80da18167efc6a954a32e128155e208e3349d460694089d9458"` Oct 22 01:08:38.696 INFO blam! ae19b2f37754d80da18167efc6a954a32e128155e208e3349d460694089d9458