Oct 11 22:34:30.428 INFO testing gif-0.10.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 22:34:30.433 INFO running `"docker" "create" "-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/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:30.952 INFO blam! d226876cab9286344863cad209b768d9fbe90842e4ac370263a7bd9c9bd306e1 Oct 11 22:34:30.957 INFO running `"docker" "start" "-a" "d226876cab9286344863cad209b768d9fbe90842e4ac370263a7bd9c9bd306e1"` Oct 11 22:34:32.243 INFO kablam! usermod: no changes Oct 11 22:34:32.399 INFO kablam! Compiling gif v0.10.1 (/source) Oct 11 22:34:33.480 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 22:34:33.480 INFO kablam! --> src/encoder.rs:213:53 Oct 11 22:34:33.480 INFO kablam! | Oct 11 22:34:33.480 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:33.480 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 22:34:33.480 INFO kablam! | Oct 11 22:34:33.480 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 22:34:33.480 INFO kablam! Oct 11 22:34:33.840 INFO kablam! warning: unused import: `std::io::prelude` Oct 11 22:34:33.840 INFO kablam! --> src/reader/decoder.rs:6:5 Oct 11 22:34:33.840 INFO kablam! | Oct 11 22:34:33.840 INFO kablam! 6 | use std::io::prelude::*; Oct 11 22:34:33.840 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 22:34:33.840 INFO kablam! | Oct 11 22:34:33.840 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 22:34:33.840 INFO kablam! Oct 11 22:34:34.610 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.34s Oct 11 22:34:34.616 INFO kablam! su: No module specific data is present Oct 11 22:34:36.134 INFO running `"docker" "rm" "-f" "d226876cab9286344863cad209b768d9fbe90842e4ac370263a7bd9c9bd306e1"` Oct 11 22:34:36.448 INFO blam! d226876cab9286344863cad209b768d9fbe90842e4ac370263a7bd9c9bd306e1 Oct 11 22:34:36.466 INFO running `"docker" "create" "-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/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:36.980 INFO blam! d5c62fc957c5f7d46bf8a41659b3bca2469b5e6b747f9fae5ebf0b4e1dee160f Oct 11 22:34:36.985 INFO running `"docker" "start" "-a" "d5c62fc957c5f7d46bf8a41659b3bca2469b5e6b747f9fae5ebf0b4e1dee160f"` Oct 11 22:34:38.088 INFO kablam! usermod: no changes Oct 11 22:34:38.180 INFO kablam! Compiling gif v0.10.1 (/source) Oct 11 22:34:39.528 INFO kablam! warning: unnecessary parentheses around function argument Oct 11 22:34:39.528 INFO kablam! --> src/encoder.rs:213:53 Oct 11 22:34:39.528 INFO kablam! | Oct 11 22:34:39.528 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:39.528 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 22:34:39.528 INFO kablam! | Oct 11 22:34:39.529 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 22:34:39.529 INFO kablam! Oct 11 22:34:39.928 INFO kablam! warning: unused import: `std::io::prelude` Oct 11 22:34:39.928 INFO kablam! --> src/reader/decoder.rs:6:5 Oct 11 22:34:39.928 INFO kablam! | Oct 11 22:34:39.928 INFO kablam! 6 | use std::io::prelude::*; Oct 11 22:34:39.928 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 22:34:39.928 INFO kablam! | Oct 11 22:34:39.936 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 22:34:39.936 INFO kablam! Oct 11 22:34:41.360 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.24s Oct 11 22:34:41.368 INFO kablam! su: No module specific data is present Oct 11 22:34:42.116 INFO running `"docker" "rm" "-f" "d5c62fc957c5f7d46bf8a41659b3bca2469b5e6b747f9fae5ebf0b4e1dee160f"` Oct 11 22:34:42.408 INFO blam! d5c62fc957c5f7d46bf8a41659b3bca2469b5e6b747f9fae5ebf0b4e1dee160f