Oct 10 11:43:54.520 INFO testing zekesonxx/deviltool against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 11:43:54.520 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 11:43:54.520 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:43:54.791 INFO blam! 5ae2e5cab05aaccd2fdc8d5f31f8c09aec7416e190c87936b964656729e00422 Oct 10 11:43:54.794 INFO running `"docker" "start" "-a" "5ae2e5cab05aaccd2fdc8d5f31f8c09aec7416e190c87936b964656729e00422"` Oct 10 11:43:55.384 INFO kablam! usermod: no changes Oct 10 11:43:55.576 INFO kablam! Compiling term_size v0.3.0 Oct 10 11:43:55.576 INFO kablam! Compiling memchr v1.0.1 Oct 10 11:43:55.576 INFO kablam! Compiling atty v0.2.2 Oct 10 11:43:55.576 INFO kablam! Compiling filetime v0.1.10 Oct 10 11:43:55.576 INFO kablam! Compiling rayon-core v1.2.1 Oct 10 11:43:55.576 INFO kablam! Compiling backtrace-sys v0.1.12 Oct 10 11:43:55.576 INFO kablam! Compiling png v0.9.0 Oct 10 11:43:56.856 INFO kablam! Compiling backtrace v0.3.2 Oct 10 11:43:57.016 INFO kablam! Compiling nom v3.2.0 Oct 10 11:43:57.132 INFO kablam! Compiling textwrap v0.7.0 Oct 10 11:43:59.856 INFO kablam! Compiling rayon v0.8.2 Oct 10 11:44:00.445 INFO kablam! Compiling clap v2.26.0 Oct 10 11:44:00.544 INFO kablam! Compiling error-chain v0.10.0 Oct 10 11:44:06.532 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 10 11:44:10.283 INFO kablam! Compiling image v0.15.0 Oct 10 11:44:25.657 INFO kablam! Compiling deviltool v0.1.0 (/source) Oct 10 11:44:27.868 INFO kablam! warning: variable does not need to be mutable Oct 10 11:44:27.868 INFO kablam! --> src/tex2.rs:61:24 Oct 10 11:44:27.868 INFO kablam! | Oct 10 11:44:27.868 INFO kablam! 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { Oct 10 11:44:27.868 INFO kablam! | ----^^^ Oct 10 11:44:27.868 INFO kablam! | | Oct 10 11:44:27.868 INFO kablam! | help: remove this `mut` Oct 10 11:44:27.868 INFO kablam! | Oct 10 11:44:27.868 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 11:44:27.868 INFO kablam! Oct 10 11:44:27.880 INFO kablam! warning: variable does not need to be mutable Oct 10 11:44:27.880 INFO kablam! --> src/types.rs:36:25 Oct 10 11:44:27.880 INFO kablam! | Oct 10 11:44:27.880 INFO kablam! 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { Oct 10 11:44:27.880 INFO kablam! | ----^^^ Oct 10 11:44:27.880 INFO kablam! | | Oct 10 11:44:27.880 INFO kablam! | help: remove this `mut` Oct 10 11:44:27.880 INFO kablam! Oct 10 11:44:27.908 INFO kablam! warning: variable does not need to be mutable Oct 10 11:44:27.908 INFO kablam! --> src/commands/info.rs:53:33 Oct 10 11:44:27.908 INFO kablam! | Oct 10 11:44:27.908 INFO kablam! 53 | fn guess_format(mut reader: &mut R) -> Result { Oct 10 11:44:27.908 INFO kablam! | ----^^^^^^ Oct 10 11:44:27.908 INFO kablam! | | Oct 10 11:44:27.908 INFO kablam! | help: remove this `mut` Oct 10 11:44:27.908 INFO kablam! Oct 10 11:44:27.928 INFO kablam! warning: variable does not need to be mutable Oct 10 11:44:27.928 INFO kablam! --> src/commands/info.rs:134:48 Oct 10 11:44:27.928 INFO kablam! | Oct 10 11:44:27.928 INFO kablam! 134 | fn texture_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { Oct 10 11:44:27.928 INFO kablam! | ----^^^^^^ Oct 10 11:44:27.928 INFO kablam! | | Oct 10 11:44:27.928 INFO kablam! | help: remove this `mut` Oct 10 11:44:27.928 INFO kablam! Oct 10 11:44:27.928 INFO kablam! warning: variable does not need to be mutable Oct 10 11:44:27.928 INFO kablam! --> src/commands/info.rs:151:45 Oct 10 11:44:27.928 INFO kablam! | Oct 10 11:44:27.928 INFO kablam! 151 | fn glsl_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { Oct 10 11:44:27.928 INFO kablam! | ----^^^^^^ Oct 10 11:44:27.928 INFO kablam! | | Oct 10 11:44:27.928 INFO kablam! | help: remove this `mut` Oct 10 11:44:27.928 INFO kablam! Oct 10 11:44:31.180 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.76s Oct 10 11:44:31.193 INFO kablam! su: No module specific data is present Oct 10 11:44:31.852 INFO running `"docker" "rm" "-f" "5ae2e5cab05aaccd2fdc8d5f31f8c09aec7416e190c87936b964656729e00422"` Oct 10 11:44:32.144 INFO blam! 5ae2e5cab05aaccd2fdc8d5f31f8c09aec7416e190c87936b964656729e00422 Oct 10 11:44:32.157 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 11:44:32.158 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:44:32.576 INFO blam! 0cfc7b6e26e5a423e5e8889aff5247575dfb1d1edab3a950c8e8326ebc7ab0cb Oct 10 11:44:32.582 INFO running `"docker" "start" "-a" "0cfc7b6e26e5a423e5e8889aff5247575dfb1d1edab3a950c8e8326ebc7ab0cb"` Oct 10 11:44:33.499 INFO kablam! usermod: no changes Oct 10 11:44:33.591 INFO kablam! Compiling deviltool v0.1.0 (/source) Oct 10 11:44:35.963 INFO kablam! warning: variable does not need to be mutable Oct 10 11:44:35.963 INFO kablam! --> src/tex2.rs:61:24 Oct 10 11:44:35.963 INFO kablam! | Oct 10 11:44:35.963 INFO kablam! 61 | pub fn save(&self, mut dst: &mut Write) -> io::Result<()> { Oct 10 11:44:35.963 INFO kablam! | ----^^^ Oct 10 11:44:35.963 INFO kablam! | | Oct 10 11:44:35.963 INFO kablam! | help: remove this `mut` Oct 10 11:44:35.963 INFO kablam! | Oct 10 11:44:35.963 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 11:44:35.963 INFO kablam! Oct 10 11:44:35.972 INFO kablam! warning: variable does not need to be mutable Oct 10 11:44:35.972 INFO kablam! --> src/types.rs:36:25 Oct 10 11:44:35.972 INFO kablam! | Oct 10 11:44:35.972 INFO kablam! 36 | pub fn write(&self, mut dst: &mut Write) -> io::Result<()> { Oct 10 11:44:35.972 INFO kablam! | ----^^^ Oct 10 11:44:35.972 INFO kablam! | | Oct 10 11:44:35.972 INFO kablam! | help: remove this `mut` Oct 10 11:44:35.972 INFO kablam! Oct 10 11:44:36.004 INFO kablam! warning: variable does not need to be mutable Oct 10 11:44:36.004 INFO kablam! --> src/commands/info.rs:53:33 Oct 10 11:44:36.004 INFO kablam! | Oct 10 11:44:36.004 INFO kablam! 53 | fn guess_format(mut reader: &mut R) -> Result { Oct 10 11:44:36.004 INFO kablam! | ----^^^^^^ Oct 10 11:44:36.004 INFO kablam! | | Oct 10 11:44:36.004 INFO kablam! | help: remove this `mut` Oct 10 11:44:36.004 INFO kablam! Oct 10 11:44:36.024 INFO kablam! warning: variable does not need to be mutable Oct 10 11:44:36.024 INFO kablam! --> src/commands/info.rs:134:48 Oct 10 11:44:36.024 INFO kablam! | Oct 10 11:44:36.024 INFO kablam! 134 | fn texture_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { Oct 10 11:44:36.024 INFO kablam! | ----^^^^^^ Oct 10 11:44:36.024 INFO kablam! | | Oct 10 11:44:36.024 INFO kablam! | help: remove this `mut` Oct 10 11:44:36.024 INFO kablam! Oct 10 11:44:36.024 INFO kablam! warning: variable does not need to be mutable Oct 10 11:44:36.024 INFO kablam! --> src/commands/info.rs:151:45 Oct 10 11:44:36.024 INFO kablam! | Oct 10 11:44:36.024 INFO kablam! 151 | fn glsl_info(matches: &ArgMatches, mut reader: &mut R) -> Result<()> { Oct 10 11:44:36.024 INFO kablam! | ----^^^^^^ Oct 10 11:44:36.024 INFO kablam! | | Oct 10 11:44:36.024 INFO kablam! | help: remove this `mut` Oct 10 11:44:36.024 INFO kablam! Oct 10 11:44:36.528 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Oct 10 11:44:36.528 INFO kablam! su: No module specific data is present Oct 10 11:44:36.892 INFO running `"docker" "rm" "-f" "0cfc7b6e26e5a423e5e8889aff5247575dfb1d1edab3a950c8e8326ebc7ab0cb"` Oct 10 11:44:37.048 INFO blam! 0cfc7b6e26e5a423e5e8889aff5247575dfb1d1edab3a950c8e8326ebc7ab0cb Oct 10 11:44:37.054 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 11:44:37.056 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:44:37.440 INFO blam! 50410776dfd8947f77f02784ff51ef500cd1924a957fe0a1db9a67d3a8fa3b97 Oct 10 11:44:37.446 INFO running `"docker" "start" "-a" "50410776dfd8947f77f02784ff51ef500cd1924a957fe0a1db9a67d3a8fa3b97"` Oct 10 11:44:38.209 INFO kablam! usermod: no changes Oct 10 11:44:38.354 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 10 11:44:38.360 INFO kablam! Running /target/debug/deps/deviltool-664f079564d45167 Oct 10 11:44:38.364 INFO blam! Oct 10 11:44:38.364 INFO blam! running 0 tests Oct 10 11:44:38.364 INFO blam! Oct 10 11:44:38.364 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:44:38.364 INFO blam! Oct 10 11:44:38.372 INFO kablam! su: No module specific data is present Oct 10 11:44:38.921 INFO running `"docker" "rm" "-f" "50410776dfd8947f77f02784ff51ef500cd1924a957fe0a1db9a67d3a8fa3b97"` Oct 10 11:44:39.177 INFO blam! 50410776dfd8947f77f02784ff51ef500cd1924a957fe0a1db9a67d3a8fa3b97