Oct 13 05:21:14.249 INFO checking CJStadler/rust_hzip against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 05:21:14.251 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 05:21:14.751 INFO blam! 229d6351d6da79455944d1874c4fe8cdf04266b26ccf587cbb40f3f39d258f58 Oct 13 05:21:14.752 INFO running `"docker" "start" "-a" "229d6351d6da79455944d1874c4fe8cdf04266b26ccf587cbb40f3f39d258f58"` Oct 13 05:21:16.479 INFO kablam! usermod: no changes Oct 13 05:21:16.541 INFO kablam! Checking rust_hzip v0.1.0 (/source) Oct 13 05:21:17.600 INFO kablam! warning: unused import: `bit_vec::BitVec` Oct 13 05:21:17.600 INFO kablam! --> src/decoder.rs:1:5 Oct 13 05:21:17.600 INFO kablam! | Oct 13 05:21:17.600 INFO kablam! 1 | use bit_vec::BitVec; Oct 13 05:21:17.600 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:21:17.612 INFO kablam! | Oct 13 05:21:17.612 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:21:17.612 INFO kablam! Oct 13 05:21:17.612 INFO kablam! warning: unused import: `code_map::CodeMap` Oct 13 05:21:17.612 INFO kablam! --> src/decoder.rs:3:5 Oct 13 05:21:17.612 INFO kablam! | Oct 13 05:21:17.612 INFO kablam! 3 | use code_map::CodeMap; Oct 13 05:21:17.612 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:21:17.612 INFO kablam! Oct 13 05:21:17.612 INFO kablam! warning: unused import: `code_tree::CodeTree` Oct 13 05:21:17.612 INFO kablam! --> src/decoder.rs:4:5 Oct 13 05:21:17.612 INFO kablam! | Oct 13 05:21:17.612 INFO kablam! 4 | use code_tree::CodeTree; Oct 13 05:21:17.612 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:17.612 INFO kablam! Oct 13 05:21:17.753 INFO kablam! warning: unused import: `bit_vec::BitVec` Oct 13 05:21:17.753 INFO kablam! --> src/decoder.rs:1:5 Oct 13 05:21:17.753 INFO kablam! | Oct 13 05:21:17.754 INFO kablam! 1 | use bit_vec::BitVec; Oct 13 05:21:17.754 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 05:21:17.754 INFO kablam! | Oct 13 05:21:17.755 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 05:21:17.755 INFO kablam! Oct 13 05:21:17.755 INFO kablam! warning: unused import: `code_map::CodeMap` Oct 13 05:21:17.755 INFO kablam! --> src/decoder.rs:3:5 Oct 13 05:21:17.756 INFO kablam! | Oct 13 05:21:17.757 INFO kablam! 3 | use code_map::CodeMap; Oct 13 05:21:17.757 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 05:21:17.758 INFO kablam! Oct 13 05:21:17.758 INFO kablam! warning: unused import: `code_tree::CodeTree` Oct 13 05:21:17.758 INFO kablam! --> src/decoder.rs:4:5 Oct 13 05:21:17.759 INFO kablam! | Oct 13 05:21:17.759 INFO kablam! 4 | use code_tree::CodeTree; Oct 13 05:21:17.759 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:17.760 INFO kablam! Oct 13 05:21:17.864 INFO kablam! warning: unused variable: `bits_in_last_byte` Oct 13 05:21:17.864 INFO kablam! --> src/decoder.rs:7:9 Oct 13 05:21:17.864 INFO kablam! | Oct 13 05:21:17.864 INFO kablam! 7 | let bits_in_last_byte = encoded_bytes.get(0).unwrap(); Oct 13 05:21:17.864 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_bits_in_last_byte` instead Oct 13 05:21:17.864 INFO kablam! | Oct 13 05:21:17.864 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:21:17.864 INFO kablam! Oct 13 05:21:17.864 INFO kablam! warning: unused variable: `code_tree_length` Oct 13 05:21:17.864 INFO kablam! --> src/decoder.rs:8:13 Oct 13 05:21:17.864 INFO kablam! | Oct 13 05:21:17.864 INFO kablam! 8 | let mut code_tree_length = LittleEndian::read_u16(encoded_bytes.get(0..2).unwrap()); Oct 13 05:21:17.864 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_code_tree_length` instead Oct 13 05:21:17.864 INFO kablam! Oct 13 05:21:17.902 INFO kablam! warning: variable does not need to be mutable Oct 13 05:21:17.902 INFO kablam! --> src/decoder.rs:8:9 Oct 13 05:21:17.902 INFO kablam! | Oct 13 05:21:17.902 INFO kablam! 8 | let mut code_tree_length = LittleEndian::read_u16(encoded_bytes.get(0..2).unwrap()); Oct 13 05:21:17.902 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 13 05:21:17.902 INFO kablam! | | Oct 13 05:21:17.902 INFO kablam! | help: remove this `mut` Oct 13 05:21:17.916 INFO kablam! | Oct 13 05:21:17.916 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:21:17.916 INFO kablam! Oct 13 05:21:17.918 INFO kablam! warning: function is never used: `write_bits_to_file` Oct 13 05:21:17.918 INFO kablam! --> src/write_file.rs:14:1 Oct 13 05:21:17.918 INFO kablam! | Oct 13 05:21:17.918 INFO kablam! 14 | pub fn write_bits_to_file(filename: &str, contents: &BitVec) { Oct 13 05:21:17.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:17.918 INFO kablam! | Oct 13 05:21:17.918 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:21:17.918 INFO kablam! Oct 13 05:21:17.968 INFO kablam! warning: unused variable: `bits_in_last_byte` Oct 13 05:21:17.968 INFO kablam! --> src/decoder.rs:7:9 Oct 13 05:21:17.968 INFO kablam! | Oct 13 05:21:17.968 INFO kablam! 7 | let bits_in_last_byte = encoded_bytes.get(0).unwrap(); Oct 13 05:21:17.968 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_bits_in_last_byte` instead Oct 13 05:21:17.973 INFO kablam! | Oct 13 05:21:17.973 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 05:21:17.973 INFO kablam! Oct 13 05:21:17.973 INFO kablam! warning: unused variable: `code_tree_length` Oct 13 05:21:17.973 INFO kablam! --> src/decoder.rs:8:13 Oct 13 05:21:17.973 INFO kablam! | Oct 13 05:21:17.973 INFO kablam! 8 | let mut code_tree_length = LittleEndian::read_u16(encoded_bytes.get(0..2).unwrap()); Oct 13 05:21:17.973 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_code_tree_length` instead Oct 13 05:21:17.973 INFO kablam! Oct 13 05:21:18.000 INFO kablam! warning: variable does not need to be mutable Oct 13 05:21:18.000 INFO kablam! --> src/decoder.rs:8:9 Oct 13 05:21:18.000 INFO kablam! | Oct 13 05:21:18.000 INFO kablam! 8 | let mut code_tree_length = LittleEndian::read_u16(encoded_bytes.get(0..2).unwrap()); Oct 13 05:21:18.000 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 13 05:21:18.000 INFO kablam! | | Oct 13 05:21:18.000 INFO kablam! | help: remove this `mut` Oct 13 05:21:18.000 INFO kablam! | Oct 13 05:21:18.000 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 05:21:18.000 INFO kablam! Oct 13 05:21:18.008 INFO kablam! warning: function is never used: `write_bits_to_file` Oct 13 05:21:18.008 INFO kablam! --> src/write_file.rs:14:1 Oct 13 05:21:18.008 INFO kablam! | Oct 13 05:21:18.008 INFO kablam! 14 | pub fn write_bits_to_file(filename: &str, contents: &BitVec) { Oct 13 05:21:18.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 05:21:18.008 INFO kablam! | Oct 13 05:21:18.008 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 05:21:18.008 INFO kablam! Oct 13 05:21:18.074 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.58s Oct 13 05:21:18.079 INFO kablam! su: No module specific data is present Oct 13 05:21:18.721 INFO running `"docker" "rm" "-f" "229d6351d6da79455944d1874c4fe8cdf04266b26ccf587cbb40f3f39d258f58"` Oct 13 05:21:19.014 INFO blam! 229d6351d6da79455944d1874c4fe8cdf04266b26ccf587cbb40f3f39d258f58