Oct 15 12:05:58.501 INFO testing CJStadler/rust_hzip against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 12:05:58.503 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 15 12:05:58.997 INFO blam! 8287e0d792fc13472f31d314eb8fb9dea15136cda75ea84a304a844a7bcff89c Oct 15 12:05:58.998 INFO running `"docker" "start" "-a" "8287e0d792fc13472f31d314eb8fb9dea15136cda75ea84a304a844a7bcff89c"` Oct 15 12:06:01.241 INFO kablam! usermod: no changes Oct 15 12:06:01.347 INFO kablam! Compiling rust_hzip v0.1.0 (/source) Oct 15 12:06:01.879 INFO kablam! warning: unused import: `bit_vec::BitVec` Oct 15 12:06:01.880 INFO kablam! --> src/decoder.rs:1:5 Oct 15 12:06:01.880 INFO kablam! | Oct 15 12:06:01.881 INFO kablam! 1 | use bit_vec::BitVec; Oct 15 12:06:01.881 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:06:01.882 INFO kablam! | Oct 15 12:06:01.882 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:06:01.883 INFO kablam! Oct 15 12:06:01.883 INFO kablam! warning: unused import: `code_map::CodeMap` Oct 15 12:06:01.884 INFO kablam! --> src/decoder.rs:3:5 Oct 15 12:06:01.884 INFO kablam! | Oct 15 12:06:01.885 INFO kablam! 3 | use code_map::CodeMap; Oct 15 12:06:01.885 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:06:01.886 INFO kablam! Oct 15 12:06:01.886 INFO kablam! warning: unused import: `code_tree::CodeTree` Oct 15 12:06:01.887 INFO kablam! --> src/decoder.rs:4:5 Oct 15 12:06:01.887 INFO kablam! | Oct 15 12:06:01.888 INFO kablam! 4 | use code_tree::CodeTree; Oct 15 12:06:01.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:06:01.888 INFO kablam! Oct 15 12:06:02.021 INFO kablam! warning: unused variable: `bits_in_last_byte` Oct 15 12:06:02.022 INFO kablam! --> src/decoder.rs:7:9 Oct 15 12:06:02.022 INFO kablam! | Oct 15 12:06:02.022 INFO kablam! 7 | let bits_in_last_byte = encoded_bytes.get(0).unwrap(); Oct 15 12:06:02.023 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_bits_in_last_byte` instead Oct 15 12:06:02.023 INFO kablam! | Oct 15 12:06:02.023 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:06:02.023 INFO kablam! Oct 15 12:06:02.023 INFO kablam! warning: unused variable: `code_tree_length` Oct 15 12:06:02.023 INFO kablam! --> src/decoder.rs:8:13 Oct 15 12:06:02.023 INFO kablam! | Oct 15 12:06:02.023 INFO kablam! 8 | let mut code_tree_length = LittleEndian::read_u16(encoded_bytes.get(0..2).unwrap()); Oct 15 12:06:02.023 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_code_tree_length` instead Oct 15 12:06:02.023 INFO kablam! Oct 15 12:06:02.067 INFO kablam! warning: variable does not need to be mutable Oct 15 12:06:02.067 INFO kablam! --> src/decoder.rs:8:9 Oct 15 12:06:02.067 INFO kablam! | Oct 15 12:06:02.067 INFO kablam! 8 | let mut code_tree_length = LittleEndian::read_u16(encoded_bytes.get(0..2).unwrap()); Oct 15 12:06:02.068 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 15 12:06:02.068 INFO kablam! | | Oct 15 12:06:02.068 INFO kablam! | help: remove this `mut` Oct 15 12:06:02.069 INFO kablam! | Oct 15 12:06:02.069 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:06:02.069 INFO kablam! Oct 15 12:06:02.075 INFO kablam! warning: function is never used: `write_bits_to_file` Oct 15 12:06:02.076 INFO kablam! --> src/write_file.rs:14:1 Oct 15 12:06:02.076 INFO kablam! | Oct 15 12:06:02.076 INFO kablam! 14 | pub fn write_bits_to_file(filename: &str, contents: &BitVec) { Oct 15 12:06:02.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:06:02.077 INFO kablam! | Oct 15 12:06:02.077 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:06:02.077 INFO kablam! Oct 15 12:06:04.176 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.90s Oct 15 12:06:04.179 INFO kablam! su: No module specific data is present Oct 15 12:06:05.863 INFO running `"docker" "rm" "-f" "8287e0d792fc13472f31d314eb8fb9dea15136cda75ea84a304a844a7bcff89c"` Oct 15 12:06:06.155 INFO blam! 8287e0d792fc13472f31d314eb8fb9dea15136cda75ea84a304a844a7bcff89c Oct 15 12:06:06.157 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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 15 12:06:06.607 INFO blam! e99d97db72d4df8696e6f203be47c6575fa5b335e65c71c30de4c71d3a163b0c Oct 15 12:06:06.613 INFO running `"docker" "start" "-a" "e99d97db72d4df8696e6f203be47c6575fa5b335e65c71c30de4c71d3a163b0c"` Oct 15 12:06:08.317 INFO kablam! usermod: no changes Oct 15 12:06:08.395 INFO kablam! Compiling rust_hzip v0.1.0 (/source) Oct 15 12:06:08.976 INFO kablam! warning: unused import: `bit_vec::BitVec` Oct 15 12:06:08.976 INFO kablam! --> src/decoder.rs:1:5 Oct 15 12:06:08.976 INFO kablam! | Oct 15 12:06:08.977 INFO kablam! 1 | use bit_vec::BitVec; Oct 15 12:06:08.977 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 15 12:06:08.977 INFO kablam! | Oct 15 12:06:08.977 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 12:06:08.978 INFO kablam! Oct 15 12:06:08.978 INFO kablam! warning: unused import: `code_map::CodeMap` Oct 15 12:06:08.978 INFO kablam! --> src/decoder.rs:3:5 Oct 15 12:06:08.979 INFO kablam! | Oct 15 12:06:08.979 INFO kablam! 3 | use code_map::CodeMap; Oct 15 12:06:08.979 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 12:06:08.980 INFO kablam! Oct 15 12:06:08.980 INFO kablam! warning: unused import: `code_tree::CodeTree` Oct 15 12:06:08.980 INFO kablam! --> src/decoder.rs:4:5 Oct 15 12:06:08.980 INFO kablam! | Oct 15 12:06:08.981 INFO kablam! 4 | use code_tree::CodeTree; Oct 15 12:06:08.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 12:06:08.981 INFO kablam! Oct 15 12:06:09.103 INFO kablam! warning: unused variable: `bits_in_last_byte` Oct 15 12:06:09.104 INFO kablam! --> src/decoder.rs:7:9 Oct 15 12:06:09.104 INFO kablam! | Oct 15 12:06:09.104 INFO kablam! 7 | let bits_in_last_byte = encoded_bytes.get(0).unwrap(); Oct 15 12:06:09.104 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_bits_in_last_byte` instead Oct 15 12:06:09.105 INFO kablam! | Oct 15 12:06:09.105 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 12:06:09.105 INFO kablam! Oct 15 12:06:09.106 INFO kablam! warning: unused variable: `code_tree_length` Oct 15 12:06:09.106 INFO kablam! --> src/decoder.rs:8:13 Oct 15 12:06:09.106 INFO kablam! | Oct 15 12:06:09.107 INFO kablam! 8 | let mut code_tree_length = LittleEndian::read_u16(encoded_bytes.get(0..2).unwrap()); Oct 15 12:06:09.107 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_code_tree_length` instead Oct 15 12:06:09.107 INFO kablam! Oct 15 12:06:09.111 INFO kablam! warning: variable does not need to be mutable Oct 15 12:06:09.111 INFO kablam! --> src/decoder.rs:8:9 Oct 15 12:06:09.112 INFO kablam! | Oct 15 12:06:09.112 INFO kablam! 8 | let mut code_tree_length = LittleEndian::read_u16(encoded_bytes.get(0..2).unwrap()); Oct 15 12:06:09.112 INFO kablam! | ----^^^^^^^^^^^^^^^^ Oct 15 12:06:09.113 INFO kablam! | | Oct 15 12:06:09.113 INFO kablam! | help: remove this `mut` Oct 15 12:06:09.113 INFO kablam! | Oct 15 12:06:09.114 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 12:06:09.114 INFO kablam! Oct 15 12:06:09.114 INFO kablam! warning: function is never used: `write_bits_to_file` Oct 15 12:06:09.114 INFO kablam! --> src/write_file.rs:14:1 Oct 15 12:06:09.115 INFO kablam! | Oct 15 12:06:09.115 INFO kablam! 14 | pub fn write_bits_to_file(filename: &str, contents: &BitVec) { Oct 15 12:06:09.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 12:06:09.116 INFO kablam! | Oct 15 12:06:09.123 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 12:06:09.123 INFO kablam! Oct 15 12:06:09.651 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 15 12:06:09.655 INFO kablam! su: No module specific data is present Oct 15 12:06:10.864 INFO running `"docker" "rm" "-f" "e99d97db72d4df8696e6f203be47c6575fa5b335e65c71c30de4c71d3a163b0c"` Oct 15 12:06:11.131 INFO blam! e99d97db72d4df8696e6f203be47c6575fa5b335e65c71c30de4c71d3a163b0c Oct 15 12:06:11.133 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/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" "-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 15 12:06:11.589 INFO blam! 44ddf1cb2f8e5056232c1bd488eb103022f49f45e9bbcb01d25cd29bd0321de6 Oct 15 12:06:11.591 INFO running `"docker" "start" "-a" "44ddf1cb2f8e5056232c1bd488eb103022f49f45e9bbcb01d25cd29bd0321de6"` Oct 15 12:06:12.884 INFO kablam! usermod: no changes Oct 15 12:06:12.944 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 12:06:12.945 INFO kablam! Running /target/debug/deps/rust_hzip-4a7fc68dc8614537 Oct 15 12:06:12.951 INFO kablam! su: No module specific data is present Oct 15 12:06:12.951 INFO blam! Oct 15 12:06:12.952 INFO blam! running 0 tests Oct 15 12:06:12.952 INFO blam! Oct 15 12:06:12.952 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 12:06:12.952 INFO blam! Oct 15 12:06:13.599 INFO running `"docker" "rm" "-f" "44ddf1cb2f8e5056232c1bd488eb103022f49f45e9bbcb01d25cd29bd0321de6"` Oct 15 12:06:14.085 INFO blam! 44ddf1cb2f8e5056232c1bd488eb103022f49f45e9bbcb01d25cd29bd0321de6