Oct 11 22:34:24.676 INFO testing gif-0.10.1 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling Oct 11 22:34:24.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 11 22:34:25.163 INFO blam! e5fec5fe2bcba6072304097b5899f3f74203b77efee6de6252ac4d78d445c1cb Oct 11 22:34:25.169 INFO running `"docker" "start" "-a" "e5fec5fe2bcba6072304097b5899f3f74203b77efee6de6252ac4d78d445c1cb"` Oct 11 22:34:26.361 INFO kablam! usermod: no changes Oct 11 22:34:26.464 INFO kablam! Compiling lzw v0.10.0 Oct 11 22:34:26.472 INFO kablam! Compiling color_quant v1.0.1 Oct 11 22:34:28.254 INFO kablam! Compiling gif v0.10.1 (/source) Oct 11 22:34:28.417 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 22:34:28.417 INFO kablam! --> src/encoder.rs:213:53 Oct 11 22:34:28.418 INFO kablam! | Oct 11 22:34:28.418 INFO kablam! 213 | let min_code_size: u8 = match flag_size((*data.iter().max().unwrap_or(&0) as usize + 1)) + 1 { Oct 11 22:34:28.418 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 22:34:28.419 INFO kablam! | Oct 11 22:34:28.419 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 22:34:28.419 INFO kablam! Oct 11 22:34:28.786 INFO kablam! warning: unused import: `std::io::prelude` Oct 11 22:34:28.787 INFO kablam! --> src/reader/decoder.rs:6:5 Oct 11 22:34:28.787 INFO kablam! | Oct 11 22:34:28.788 INFO kablam! 6 | use std::io::prelude::*; Oct 11 22:34:28.789 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 22:34:28.789 INFO kablam! | Oct 11 22:34:28.789 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 22:34:28.790 INFO kablam! Oct 11 22:34:29.562 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.17s Oct 11 22:34:29.566 INFO kablam! su: No module specific data is present Oct 11 22:34:30.262 INFO running `"docker" "rm" "-f" "e5fec5fe2bcba6072304097b5899f3f74203b77efee6de6252ac4d78d445c1cb"` Oct 11 22:34:30.472 INFO blam! e5fec5fe2bcba6072304097b5899f3f74203b77efee6de6252ac4d78d445c1cb Oct 11 22:34:30.476 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 11 22:34:30.888 INFO blam! df513f732ee293f87f2ab27176f1678628a986961b33052cc149e8e33c4baf0e Oct 11 22:34:30.890 INFO running `"docker" "start" "-a" "df513f732ee293f87f2ab27176f1678628a986961b33052cc149e8e33c4baf0e"` Oct 11 22:34:32.172 INFO kablam! usermod: no changes Oct 11 22:34:32.266 INFO kablam! Compiling glob v0.2.11 Oct 11 22:34:34.045 INFO kablam! Compiling gif v0.10.1 (/source) Oct 11 22:34:34.296 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 22:34:34.296 INFO kablam! --> src/encoder.rs:213:53 Oct 11 22:34:34.296 INFO kablam! | Oct 11 22:34:34.296 INFO kablam! 213 | let min_code_size: u8 = match flag_size((*data.iter().max().unwrap_or(&0) as usize + 1)) + 1 { Oct 11 22:34:34.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 22:34:34.296 INFO kablam! | Oct 11 22:34:34.296 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 22:34:34.296 INFO kablam! Oct 11 22:34:34.648 INFO kablam! warning: unused import: `std::io::prelude` Oct 11 22:34:34.648 INFO kablam! --> src/reader/decoder.rs:6:5 Oct 11 22:34:34.648 INFO kablam! | Oct 11 22:34:34.648 INFO kablam! 6 | use std::io::prelude::*; Oct 11 22:34:34.648 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 22:34:34.648 INFO kablam! | Oct 11 22:34:34.648 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 22:34:34.648 INFO kablam! Oct 11 22:34:36.161 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.95s Oct 11 22:34:36.170 INFO kablam! su: No module specific data is present Oct 11 22:34:36.753 INFO running `"docker" "rm" "-f" "df513f732ee293f87f2ab27176f1678628a986961b33052cc149e8e33c4baf0e"` Oct 11 22:34:37.074 INFO blam! df513f732ee293f87f2ab27176f1678628a986961b33052cc149e8e33c4baf0e