Oct 16 06:09:12.758 INFO testing huffman-coding-0.1.2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 06:09:12.759 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 06:09:13.229 INFO blam! e4393e796d6aaf799411bd8831917a50250175c89ac28175f38858bc588bc626 Oct 16 06:09:13.239 INFO running `"docker" "start" "-a" "e4393e796d6aaf799411bd8831917a50250175c89ac28175f38858bc588bc626"` Oct 16 06:09:14.435 INFO kablam! usermod: no changes Oct 16 06:09:14.491 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 06:09:14.491 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 06:09:14.491 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 06:09:14.491 INFO kablam! files will be included as a binary target: Oct 16 06:09:14.491 INFO kablam! Oct 16 06:09:14.491 INFO kablam! * /source/src/bin/util.rs Oct 16 06:09:14.491 INFO kablam! Oct 16 06:09:14.491 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 06:09:14.491 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 06:09:14.491 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 06:09:14.491 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 06:09:14.491 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 06:09:14.491 INFO kablam! Oct 16 06:09:14.491 INFO kablam! For more information on this warning you can consult Oct 16 06:09:14.491 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 06:09:14.531 INFO kablam! Compiling bitstream-rs v0.1.2 Oct 16 06:09:15.203 INFO kablam! Compiling huffman-coding v0.1.2 (/source) Oct 16 06:09:15.819 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 06:09:15.819 INFO kablam! --> src/lib.rs:334:12 Oct 16 06:09:15.819 INFO kablam! | Oct 16 06:09:15.819 INFO kablam! 334 | Ok((pos)) Oct 16 06:09:15.819 INFO kablam! | ^^^^^ help: remove these parentheses Oct 16 06:09:15.819 INFO kablam! | Oct 16 06:09:15.819 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 06:09:15.819 INFO kablam! Oct 16 06:09:18.151 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.69s Oct 16 06:09:18.155 INFO kablam! su: No module specific data is present Oct 16 06:09:19.011 INFO running `"docker" "rm" "-f" "e4393e796d6aaf799411bd8831917a50250175c89ac28175f38858bc588bc626"` Oct 16 06:09:19.279 INFO blam! e4393e796d6aaf799411bd8831917a50250175c89ac28175f38858bc588bc626 Oct 16 06:09:19.279 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 06:09:19.843 INFO blam! 7b1f6e7e6f223f9d6543116d2643afa3b899d04fc6965cb423320d16f8ad550d Oct 16 06:09:19.845 INFO running `"docker" "start" "-a" "7b1f6e7e6f223f9d6543116d2643afa3b899d04fc6965cb423320d16f8ad550d"` Oct 16 06:09:20.859 INFO kablam! usermod: no changes Oct 16 06:09:20.904 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 06:09:20.904 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 06:09:20.904 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 06:09:20.904 INFO kablam! files will be included as a binary target: Oct 16 06:09:20.904 INFO kablam! Oct 16 06:09:20.904 INFO kablam! * /source/src/bin/util.rs Oct 16 06:09:20.904 INFO kablam! Oct 16 06:09:20.904 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 06:09:20.904 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 06:09:20.904 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 06:09:20.904 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 06:09:20.904 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 06:09:20.904 INFO kablam! Oct 16 06:09:20.904 INFO kablam! For more information on this warning you can consult Oct 16 06:09:20.904 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 06:09:20.943 INFO kablam! Compiling huffman-coding v0.1.2 (/source) Oct 16 06:09:21.727 INFO kablam! warning: unnecessary parentheses around function argument Oct 16 06:09:21.727 INFO kablam! --> src/lib.rs:334:12 Oct 16 06:09:21.727 INFO kablam! | Oct 16 06:09:21.727 INFO kablam! 334 | Ok((pos)) Oct 16 06:09:21.727 INFO kablam! | ^^^^^ help: remove these parentheses Oct 16 06:09:21.727 INFO kablam! | Oct 16 06:09:21.727 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 16 06:09:21.727 INFO kablam! Oct 16 06:09:23.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.84s Oct 16 06:09:23.731 INFO kablam! su: No module specific data is present Oct 16 06:09:24.340 INFO running `"docker" "rm" "-f" "7b1f6e7e6f223f9d6543116d2643afa3b899d04fc6965cb423320d16f8ad550d"` Oct 16 06:09:24.602 INFO blam! 7b1f6e7e6f223f9d6543116d2643afa3b899d04fc6965cb423320d16f8ad550d Oct 16 06:09:24.610 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 06:09:25.008 INFO blam! 12dacb6f625b3345d6ba7483ebc593feb9b098fa3f51fbd1b8f55ac59c4c1533 Oct 16 06:09:25.011 INFO running `"docker" "start" "-a" "12dacb6f625b3345d6ba7483ebc593feb9b098fa3f51fbd1b8f55ac59c4c1533"` Oct 16 06:09:26.517 INFO kablam! usermod: no changes Oct 16 06:09:26.551 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 06:09:26.551 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 06:09:26.551 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 06:09:26.551 INFO kablam! files will be included as a binary target: Oct 16 06:09:26.551 INFO kablam! Oct 16 06:09:26.551 INFO kablam! * /source/src/bin/util.rs Oct 16 06:09:26.551 INFO kablam! Oct 16 06:09:26.551 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 06:09:26.551 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 06:09:26.551 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 06:09:26.551 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 06:09:26.551 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 06:09:26.551 INFO kablam! Oct 16 06:09:26.551 INFO kablam! For more information on this warning you can consult Oct 16 06:09:26.551 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 06:09:26.583 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 06:09:26.583 INFO kablam! Running /target/debug/deps/huffman_coding-5a6f42d834be7995 Oct 16 06:09:26.583 INFO kablam! Running /target/debug/deps/decode-2337f20be275a1c8 Oct 16 06:09:26.583 INFO blam! Oct 16 06:09:26.583 INFO blam! running 3 tests Oct 16 06:09:26.583 INFO blam! test tests::test_writer ... ok Oct 16 06:09:26.583 INFO blam! test tests::test_tree_builder ... ok Oct 16 06:09:26.583 INFO blam! test tests::test_reader ... ok Oct 16 06:09:26.583 INFO blam! Oct 16 06:09:26.583 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:09:26.583 INFO blam! Oct 16 06:09:26.591 INFO blam! Oct 16 06:09:26.591 INFO blam! running 0 tests Oct 16 06:09:26.591 INFO blam! Oct 16 06:09:26.591 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:09:26.591 INFO blam! Oct 16 06:09:26.591 INFO blam! Oct 16 06:09:26.591 INFO blam! running 0 tests Oct 16 06:09:26.591 INFO blam! Oct 16 06:09:26.591 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:09:26.591 INFO blam! Oct 16 06:09:26.591 INFO kablam! Running /target/debug/deps/encode-1f3d2a391a244902 Oct 16 06:09:26.591 INFO kablam! Doc-tests huffman_coding Oct 16 06:09:27.596 INFO blam! Oct 16 06:09:27.597 INFO blam! running 5 tests Oct 16 06:09:30.135 INFO blam! test src/lib.rs - HuffmanTree::from_data (line 131) ... ok Oct 16 06:09:30.908 INFO blam! test src/lib.rs - HuffmanTree (line 29) ... ok Oct 16 06:09:31.703 INFO blam! test src/lib.rs - HuffmanTree::from_table (line 90) ... ok Oct 16 06:09:31.715 INFO blam! test src/lib.rs - HuffmanWriter (line 229) ... ok Oct 16 06:09:31.964 INFO blam! test src/lib.rs - HuffmanReader (line 276) ... ok Oct 16 06:09:31.964 INFO blam! Oct 16 06:09:31.964 INFO blam! test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 06:09:31.964 INFO blam! Oct 16 06:09:31.983 INFO kablam! su: No module specific data is present Oct 16 06:09:32.550 INFO running `"docker" "rm" "-f" "12dacb6f625b3345d6ba7483ebc593feb9b098fa3f51fbd1b8f55ac59c4c1533"` Oct 16 06:09:32.833 INFO blam! 12dacb6f625b3345d6ba7483ebc593feb9b098fa3f51fbd1b8f55ac59c4c1533