Oct 14 17:22:19.267 INFO testing jalexvig/comprustion against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:22:19.267 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 14 17:22:19.448 INFO blam! 99b8da2b9da0ed438f742827118474e4eca4585588fb9379adfbfb8a02ff8d5e Oct 14 17:22:19.450 INFO running `"docker" "start" "-a" "99b8da2b9da0ed438f742827118474e4eca4585588fb9379adfbfb8a02ff8d5e"` Oct 14 17:22:20.050 INFO kablam! usermod: no changes Oct 14 17:22:20.171 INFO kablam! Compiling comprustion v0.1.0 (/source) Oct 14 17:22:20.545 INFO kablam! warning: unused variable: `start` Oct 14 17:22:20.545 INFO kablam! --> src/huffman.rs:32:13 Oct 14 17:22:20.545 INFO kablam! | Oct 14 17:22:20.546 INFO kablam! 32 | let mut start = 0; Oct 14 17:22:20.546 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 14 17:22:20.546 INFO kablam! | Oct 14 17:22:20.547 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:22:20.547 INFO kablam! Oct 14 17:22:20.555 INFO kablam! warning: variable does not need to be mutable Oct 14 17:22:20.555 INFO kablam! --> src/huffman.rs:32:9 Oct 14 17:22:20.556 INFO kablam! | Oct 14 17:22:20.556 INFO kablam! 32 | let mut start = 0; Oct 14 17:22:20.556 INFO kablam! | ----^^^^^ Oct 14 17:22:20.557 INFO kablam! | | Oct 14 17:22:20.557 INFO kablam! | help: remove this `mut` Oct 14 17:22:20.557 INFO kablam! | Oct 14 17:22:20.557 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:22:20.558 INFO kablam! Oct 14 17:22:22.173 INFO kablam! warning: unused import: `comprustion::huffman` Oct 14 17:22:22.173 INFO kablam! --> src/main.rs:3:5 Oct 14 17:22:22.173 INFO kablam! | Oct 14 17:22:22.173 INFO kablam! 3 | use comprustion::huffman; Oct 14 17:22:22.173 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 17:22:22.173 INFO kablam! | Oct 14 17:22:22.173 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:22:22.173 INFO kablam! Oct 14 17:22:22.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.50s Oct 14 17:22:22.593 INFO kablam! su: No module specific data is present Oct 14 17:22:23.404 INFO running `"docker" "rm" "-f" "99b8da2b9da0ed438f742827118474e4eca4585588fb9379adfbfb8a02ff8d5e"` Oct 14 17:22:23.767 INFO blam! 99b8da2b9da0ed438f742827118474e4eca4585588fb9379adfbfb8a02ff8d5e Oct 14 17:22:23.775 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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 14 17:22:24.126 INFO blam! 4a87b4cf4305f2628a2b214d05f6a59b7bca06daa19f47df732bfcd8f5e909f9 Oct 14 17:22:24.129 INFO running `"docker" "start" "-a" "4a87b4cf4305f2628a2b214d05f6a59b7bca06daa19f47df732bfcd8f5e909f9"` Oct 14 17:22:25.210 INFO kablam! usermod: no changes Oct 14 17:22:25.275 INFO kablam! Compiling comprustion v0.1.0 (/source) Oct 14 17:22:25.551 INFO kablam! warning: unused import: `comprustion::huffman` Oct 14 17:22:25.551 INFO kablam! --> src/main.rs:3:5 Oct 14 17:22:25.552 INFO kablam! | Oct 14 17:22:25.552 INFO kablam! 3 | use comprustion::huffman; Oct 14 17:22:25.552 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 17:22:25.553 INFO kablam! | Oct 14 17:22:25.553 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:22:25.553 INFO kablam! Oct 14 17:22:25.691 INFO kablam! warning: unused variable: `start` Oct 14 17:22:25.691 INFO kablam! --> src/huffman.rs:32:13 Oct 14 17:22:25.691 INFO kablam! | Oct 14 17:22:25.691 INFO kablam! 32 | let mut start = 0; Oct 14 17:22:25.691 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 14 17:22:25.691 INFO kablam! | Oct 14 17:22:25.691 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 17:22:25.691 INFO kablam! Oct 14 17:22:25.707 INFO kablam! warning: variable does not need to be mutable Oct 14 17:22:25.707 INFO kablam! --> src/huffman.rs:32:9 Oct 14 17:22:25.707 INFO kablam! | Oct 14 17:22:25.707 INFO kablam! 32 | let mut start = 0; Oct 14 17:22:25.707 INFO kablam! | ----^^^^^ Oct 14 17:22:25.707 INFO kablam! | | Oct 14 17:22:25.707 INFO kablam! | help: remove this `mut` Oct 14 17:22:25.707 INFO kablam! | Oct 14 17:22:25.707 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:22:25.707 INFO kablam! Oct 14 17:22:27.093 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.84s Oct 14 17:22:27.097 INFO kablam! su: No module specific data is present Oct 14 17:22:27.747 INFO running `"docker" "rm" "-f" "4a87b4cf4305f2628a2b214d05f6a59b7bca06daa19f47df732bfcd8f5e909f9"` Oct 14 17:22:28.027 INFO blam! 4a87b4cf4305f2628a2b214d05f6a59b7bca06daa19f47df732bfcd8f5e909f9 Oct 14 17:22:28.035 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/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" "-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 14 17:22:28.443 INFO blam! 767efdb21fe1406b025d510eada891602784a7da6b85db753b99acde83e74089 Oct 14 17:22:28.445 INFO running `"docker" "start" "-a" "767efdb21fe1406b025d510eada891602784a7da6b85db753b99acde83e74089"` Oct 14 17:22:29.225 INFO kablam! usermod: no changes Oct 14 17:22:29.249 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 14 17:22:29.249 INFO kablam! Running /target/debug/deps/comprustion-1979caf802f04307 Oct 14 17:22:29.251 INFO blam! Oct 14 17:22:29.251 INFO blam! running 2 tests Oct 14 17:22:29.251 INFO blam! test huffman::tests::decoding_is_inverse ... ok Oct 14 17:22:29.252 INFO blam! test huffman::tests::char_counts_simple_string ... ok Oct 14 17:22:29.252 INFO blam! Oct 14 17:22:29.252 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:22:29.252 INFO blam! Oct 14 17:22:29.255 INFO blam! Oct 14 17:22:29.256 INFO kablam! Running /target/debug/deps/comprustion-5365ed2a9944ac04 Oct 14 17:22:29.256 INFO blam! running 0 tests Oct 14 17:22:29.256 INFO kablam! Doc-tests comprustion Oct 14 17:22:29.256 INFO blam! Oct 14 17:22:29.256 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:22:29.256 INFO blam! Oct 14 17:22:29.500 INFO blam! Oct 14 17:22:29.500 INFO blam! running 0 tests Oct 14 17:22:29.500 INFO blam! Oct 14 17:22:29.500 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:22:29.500 INFO blam! Oct 14 17:22:29.506 INFO kablam! su: No module specific data is present Oct 14 17:22:29.781 INFO running `"docker" "rm" "-f" "767efdb21fe1406b025d510eada891602784a7da6b85db753b99acde83e74089"` Oct 14 17:22:29.869 INFO blam! 767efdb21fe1406b025d510eada891602784a7da6b85db753b99acde83e74089