Oct 26 17:07:42.274 INFO checking zekesonxx/deviltool against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 26 17:07:42.276 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 26 17:07:42.667 INFO blam! 47559660f86974e6a684ed9c98c4fae4588d184349e17378caad544308b056dd Oct 26 17:07:42.675 INFO running `"docker" "start" "-a" "47559660f86974e6a684ed9c98c4fae4588d184349e17378caad544308b056dd"` Oct 26 17:07:44.060 INFO kablam! usermod: no changes Oct 26 17:07:44.307 INFO kablam! Checking scopeguard v0.3.2 Oct 26 17:07:44.307 INFO kablam! Compiling gcc v0.3.53 Oct 26 17:07:44.307 INFO kablam! Compiling rayon-core v1.2.1 Oct 26 17:07:44.307 INFO kablam! Checking either v1.1.0 Oct 26 17:07:44.307 INFO kablam! Checking libc v0.2.29 Oct 26 17:07:44.307 INFO kablam! Checking futures v0.1.14 Oct 26 17:07:44.307 INFO kablam! Checking byteorder v1.1.0 Oct 26 17:07:44.307 INFO kablam! Checking adler32 v1.0.1 Oct 26 17:07:45.232 INFO kablam! Checking inflate v0.2.0 Oct 26 17:07:45.357 INFO kablam! Checking cfg-if v0.1.2 Oct 26 17:07:46.035 INFO kablam! Checking unicode-width v0.1.4 Oct 26 17:07:46.695 INFO kablam! Checking rustc-demangle v0.1.5 Oct 26 17:07:47.217 INFO kablam! Checking color_quant v1.0.0 Oct 26 17:07:47.411 INFO kablam! Checking lzw v0.10.0 Oct 26 17:07:48.028 INFO kablam! Checking vec_map v0.8.0 Oct 26 17:07:48.696 INFO kablam! Checking ansi_term v0.9.0 Oct 26 17:07:49.016 INFO kablam! Checking scoped_threadpool v0.1.7 Oct 26 17:07:49.395 INFO kablam! Checking unicode-segmentation v1.2.0 Oct 26 17:07:49.507 INFO kablam! Checking strsim v0.6.0 Oct 26 17:07:49.827 INFO kablam! Checking bytesize v0.1.3 Oct 26 17:07:49.947 INFO kablam! Checking enum_primitive v0.1.1 Oct 26 17:07:52.887 INFO kablam! Checking coco v0.1.1 Oct 26 17:07:52.999 INFO kablam! Checking num_cpus v1.6.2 Oct 26 17:07:53.011 INFO kablam! Checking rand v0.3.16 Oct 26 17:07:53.031 INFO kablam! Checking term_size v0.3.0 Oct 26 17:07:53.079 INFO kablam! Checking memchr v1.0.1 Oct 26 17:07:53.203 INFO kablam! Checking atty v0.2.2 Oct 26 17:07:53.900 INFO kablam! Checking time v0.1.38 Oct 26 17:07:54.175 INFO kablam! Checking filetime v0.1.10 Oct 26 17:07:54.219 INFO kablam! Checking deflate v0.7.15 Oct 26 17:07:54.229 INFO kablam! Checking gif v0.9.2 Oct 26 17:07:54.463 INFO kablam! Checking num-rational v0.1.39 Oct 26 17:07:55.719 INFO kablam! Compiling backtrace-sys v0.1.12 Oct 26 17:07:57.195 INFO kablam! Checking textwrap v0.7.0 Oct 26 17:07:57.607 INFO kablam! Checking nom v3.2.0 Oct 26 17:07:59.059 INFO kablam! Checking clap v2.26.0 Oct 26 17:08:03.788 INFO kablam! Checking rayon v0.8.2 Oct 26 17:08:06.173 INFO kablam! Checking png v0.9.0 Oct 26 17:08:12.939 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 26 17:08:16.059 INFO kablam! Checking image v0.15.0 Oct 26 17:08:23.358 INFO kablam! Checking backtrace v0.3.2 Oct 26 17:08:24.007 INFO kablam! Checking error-chain v0.10.0 Oct 26 17:08:26.139 INFO kablam! Checking deviltool v0.1.0 (/source) Oct 26 17:08:27.388 INFO kablam! warning: variable does not need to be mutable Oct 26 17:08:27.388 INFO kablam! --> src/tex2.rs:61:24 Oct 26 17:08:27.389 INFO kablam! | Oct 26 17:08:27.390 INFO kablam! 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { Oct 26 17:08:27.390 INFO kablam! | ----^^^ Oct 26 17:08:27.391 INFO kablam! | | Oct 26 17:08:27.391 INFO kablam! | help: remove this `mut` Oct 26 17:08:27.392 INFO kablam! | Oct 26 17:08:27.392 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 17:08:27.392 INFO kablam! Oct 26 17:08:27.404 INFO kablam! warning: variable does not need to be mutable Oct 26 17:08:27.405 INFO kablam! --> src/types.rs:36:25 Oct 26 17:08:27.406 INFO kablam! | Oct 26 17:08:27.406 INFO kablam! 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { Oct 26 17:08:27.407 INFO kablam! | ----^^^ Oct 26 17:08:27.407 INFO kablam! | | Oct 26 17:08:27.407 INFO kablam! | help: remove this `mut` Oct 26 17:08:27.419 INFO kablam! Oct 26 17:08:27.438 INFO kablam! warning: variable does not need to be mutable Oct 26 17:08:27.439 INFO kablam! --> src/commands/info.rs:53:33 Oct 26 17:08:27.440 INFO kablam! | Oct 26 17:08:27.441 INFO kablam! 53 | fn guess_format(mut reader: &mut R) -> Result { Oct 26 17:08:27.441 INFO kablam! | ----^^^^^^ Oct 26 17:08:27.442 INFO kablam! | | Oct 26 17:08:27.442 INFO kablam! | help: remove this `mut` Oct 26 17:08:27.442 INFO kablam! warning: variable does not need to be mutable Oct 26 17:08:27.442 INFO kablam! --> src/tex2.rs:61:24 Oct 26 17:08:27.442 INFO kablam! | Oct 26 17:08:27.442 INFO kablam! 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { Oct 26 17:08:27.442 INFO kablam! | ----^^^ Oct 26 17:08:27.442 INFO kablam! | | Oct 26 17:08:27.442 INFO kablam! | help: remove this `mut` Oct 26 17:08:27.442 INFO kablam! | Oct 26 17:08:27.442 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 17:08:27.442 INFO kablam! Oct 26 17:08:27.451 INFO kablam! Oct 26 17:08:27.459 INFO kablam! warning: variable does not need to be mutable Oct 26 17:08:27.459 INFO kablam! --> src/types.rs:36:25 Oct 26 17:08:27.459 INFO kablam! | Oct 26 17:08:27.459 INFO kablam! 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { Oct 26 17:08:27.460 INFO kablam! | ----^^^ Oct 26 17:08:27.460 INFO kablam! | | Oct 26 17:08:27.460 INFO kablam! | help: remove this `mut` Oct 26 17:08:27.460 INFO kablam! Oct 26 17:08:27.460 INFO kablam! warning: variable does not need to be mutable Oct 26 17:08:27.460 INFO kablam! --> src/commands/info.rs:134:48 Oct 26 17:08:27.461 INFO kablam! | Oct 26 17:08:27.461 INFO kablam! 134 | fn texture_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { Oct 26 17:08:27.461 INFO kablam! | ----^^^^^^ Oct 26 17:08:27.461 INFO kablam! | | Oct 26 17:08:27.461 INFO kablam! | help: remove this `mut` Oct 26 17:08:27.461 INFO kablam! Oct 26 17:08:27.467 INFO kablam! warning: variable does not need to be mutable Oct 26 17:08:27.467 INFO kablam! --> src/commands/info.rs:151:45 Oct 26 17:08:27.467 INFO kablam! | Oct 26 17:08:27.467 INFO kablam! 151 | fn glsl_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { Oct 26 17:08:27.467 INFO kablam! | ----^^^^^^ Oct 26 17:08:27.467 INFO kablam! | | Oct 26 17:08:27.467 INFO kablam! | help: remove this `mut` Oct 26 17:08:27.467 INFO kablam! Oct 26 17:08:27.515 INFO kablam! warning: variable does not need to be mutable Oct 26 17:08:27.515 INFO kablam! --> src/commands/info.rs:53:33 Oct 26 17:08:27.515 INFO kablam! | Oct 26 17:08:27.515 INFO kablam! 53 | fn guess_format(mut reader: &mut R) -> Result { Oct 26 17:08:27.515 INFO kablam! | ----^^^^^^ Oct 26 17:08:27.515 INFO kablam! | | Oct 26 17:08:27.515 INFO kablam! | help: remove this `mut` Oct 26 17:08:27.515 INFO kablam! Oct 26 17:08:27.538 INFO kablam! warning: variable does not need to be mutable Oct 26 17:08:27.538 INFO kablam! --> src/commands/info.rs:134:48 Oct 26 17:08:27.538 INFO kablam! | Oct 26 17:08:27.538 INFO kablam! 134 | fn texture_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { Oct 26 17:08:27.539 INFO kablam! | ----^^^^^^ Oct 26 17:08:27.539 INFO kablam! | | Oct 26 17:08:27.539 INFO kablam! | help: remove this `mut` Oct 26 17:08:27.539 INFO kablam! Oct 26 17:08:27.563 INFO kablam! warning: variable does not need to be mutable Oct 26 17:08:27.563 INFO kablam! --> src/commands/info.rs:151:45 Oct 26 17:08:27.563 INFO kablam! | Oct 26 17:08:27.563 INFO kablam! 151 | fn glsl_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { Oct 26 17:08:27.563 INFO kablam! | ----^^^^^^ Oct 26 17:08:27.563 INFO kablam! | | Oct 26 17:08:27.563 INFO kablam! | help: remove this `mut` Oct 26 17:08:27.563 INFO kablam! Oct 26 17:08:27.694 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 43.59s Oct 26 17:08:27.700 INFO kablam! su: No module specific data is present Oct 26 17:08:29.043 INFO running `"docker" "rm" "-f" "47559660f86974e6a684ed9c98c4fae4588d184349e17378caad544308b056dd"` Oct 26 17:08:29.341 INFO blam! 47559660f86974e6a684ed9c98c4fae4588d184349e17378caad544308b056dd