Oct 13 00:51:50.522 INFO testing sergorl/merkle_hash_tree against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 00:51:50.527 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 00:51:51.139 INFO blam! 56efbfbff6e68361b63d6948352c37df2ad396813ead709798eca86484259467 Oct 13 00:51:51.144 INFO running `"docker" "start" "-a" "56efbfbff6e68361b63d6948352c37df2ad396813ead709798eca86484259467"` Oct 13 00:51:52.335 INFO kablam! usermod: no changes Oct 13 00:51:52.430 INFO kablam! Compiling either v1.4.0 Oct 13 00:51:52.447 INFO kablam! Compiling num_cpus v0.2.13 Oct 13 00:51:52.459 INFO kablam! Compiling rust-crypto v0.2.36 Oct 13 00:51:53.675 INFO kablam! Compiling coco v0.1.1 Oct 13 00:51:54.655 INFO kablam! Compiling rayon-core v1.3.0 Oct 13 00:51:58.143 INFO kablam! Compiling rayon v0.9.0 Oct 13 00:52:07.689 INFO kablam! Compiling merkle_hash_tree v0.1.0 (/source) Oct 13 00:52:08.283 INFO kablam! warning: unused variable: `num_thread` Oct 13 00:52:08.283 INFO kablam! --> src/lib.rs:272:13 Oct 13 00:52:08.283 INFO kablam! | Oct 13 00:52:08.283 INFO kablam! 272 | let num_thread: usize; Oct 13 00:52:08.283 INFO kablam! | ^^^^^^^^^^ help: consider using `_num_thread` instead Oct 13 00:52:08.283 INFO kablam! | Oct 13 00:52:08.283 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:52:08.283 INFO kablam! Oct 13 00:52:08.283 INFO kablam! warning: unused variable: `num_cpus` Oct 13 00:52:08.283 INFO kablam! --> src/lib.rs:255:78 Oct 13 00:52:08.283 INFO kablam! | Oct 13 00:52:08.283 INFO kablam! 255 | fn create_hash_level(hash_tree: &mut Vec>, pool: &rayon::ThreadPool, num_cpus: usize) { Oct 13 00:52:08.283 INFO kablam! | ^^^^^^^^ help: consider using `_num_cpus` instead Oct 13 00:52:08.283 INFO kablam! Oct 13 00:52:08.283 INFO kablam! warning: unused variable: `num_cpus` Oct 13 00:52:08.283 INFO kablam! --> src/lib.rs:305:5 Oct 13 00:52:08.283 INFO kablam! | Oct 13 00:52:08.283 INFO kablam! 305 | num_cpus: usize, Oct 13 00:52:08.283 INFO kablam! | ^^^^^^^^ help: consider using `_num_cpus` instead Oct 13 00:52:08.283 INFO kablam! Oct 13 00:52:09.603 INFO kablam! warning: unused import: `merkle_tree::to_hex_string` Oct 13 00:52:09.604 INFO kablam! --> src/main.rs:6:5 Oct 13 00:52:09.604 INFO kablam! | Oct 13 00:52:09.604 INFO kablam! 6 | use merkle_tree::to_hex_string; Oct 13 00:52:09.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:52:09.604 INFO kablam! | Oct 13 00:52:09.605 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:52:09.605 INFO kablam! Oct 13 00:52:09.626 INFO kablam! warning: unused variable: `start` Oct 13 00:52:09.627 INFO kablam! --> src/main.rs:23:9 Oct 13 00:52:09.627 INFO kablam! | Oct 13 00:52:09.630 INFO kablam! 23 | let start = PreciseTime::now(); Oct 13 00:52:09.630 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 13 00:52:09.630 INFO kablam! | Oct 13 00:52:09.630 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:52:09.631 INFO kablam! Oct 13 00:52:09.631 INFO kablam! warning: unused variable: `end` Oct 13 00:52:09.631 INFO kablam! --> src/main.rs:25:9 Oct 13 00:52:09.631 INFO kablam! | Oct 13 00:52:09.632 INFO kablam! 25 | let end = PreciseTime::now(); Oct 13 00:52:09.632 INFO kablam! | ^^^ help: consider using `_end` instead Oct 13 00:52:09.632 INFO kablam! Oct 13 00:52:09.632 INFO kablam! warning: variable does not need to be mutable Oct 13 00:52:09.632 INFO kablam! --> src/main.rs:18:9 Oct 13 00:52:09.633 INFO kablam! | Oct 13 00:52:09.633 INFO kablam! 18 | let mut num_block: usize = 8 * 2; Oct 13 00:52:09.633 INFO kablam! | ----^^^^^^^^^ Oct 13 00:52:09.633 INFO kablam! | | Oct 13 00:52:09.634 INFO kablam! | help: remove this `mut` Oct 13 00:52:09.634 INFO kablam! | Oct 13 00:52:09.634 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:52:09.634 INFO kablam! Oct 13 00:52:09.634 INFO kablam! warning: variable does not need to be mutable Oct 13 00:52:09.635 INFO kablam! --> src/main.rs:19:9 Oct 13 00:52:09.635 INFO kablam! | Oct 13 00:52:09.635 INFO kablam! 19 | let mut size_block: usize = 32; Oct 13 00:52:09.635 INFO kablam! | ----^^^^^^^^^^ Oct 13 00:52:09.636 INFO kablam! | | Oct 13 00:52:09.636 INFO kablam! | help: remove this `mut` Oct 13 00:52:09.636 INFO kablam! Oct 13 00:52:10.404 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.03s Oct 13 00:52:10.409 INFO kablam! su: No module specific data is present Oct 13 00:52:11.531 INFO running `"docker" "rm" "-f" "56efbfbff6e68361b63d6948352c37df2ad396813ead709798eca86484259467"` Oct 13 00:52:11.831 INFO blam! 56efbfbff6e68361b63d6948352c37df2ad396813ead709798eca86484259467 Oct 13 00:52:11.840 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 00:52:12.297 INFO blam! a600ec586e518759cb1d4a567842b0e2ba021f538581b3e4d1b41e8e068324a7 Oct 13 00:52:12.299 INFO running `"docker" "start" "-a" "a600ec586e518759cb1d4a567842b0e2ba021f538581b3e4d1b41e8e068324a7"` Oct 13 00:52:14.582 INFO kablam! usermod: no changes Oct 13 00:52:14.748 INFO kablam! Compiling merkle_hash_tree v0.1.0 (/source) Oct 13 00:52:15.799 INFO kablam! warning: unused import: `merkle_tree::to_hex_string` Oct 13 00:52:15.799 INFO kablam! --> src/main.rs:6:5 Oct 13 00:52:15.799 INFO kablam! | Oct 13 00:52:15.799 INFO kablam! 6 | use merkle_tree::to_hex_string; Oct 13 00:52:15.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:52:15.811 INFO kablam! warning: unused import: `crypto::digest::Digest` Oct 13 00:52:15.811 INFO kablam! --> tests/test.rs:10:5 Oct 13 00:52:15.811 INFO kablam! | Oct 13 00:52:15.811 INFO kablam! 10 | use crypto::digest::Digest; Oct 13 00:52:15.811 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:52:15.811 INFO kablam! | Oct 13 00:52:15.811 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:52:15.811 INFO kablam! Oct 13 00:52:15.823 INFO kablam! | Oct 13 00:52:15.823 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:52:15.823 INFO kablam! Oct 13 00:52:15.823 INFO kablam! warning: unused import: `rand::Rng` Oct 13 00:52:15.823 INFO kablam! --> tests/test.rs:12:5 Oct 13 00:52:15.823 INFO kablam! | Oct 13 00:52:15.823 INFO kablam! 12 | use rand::Rng; Oct 13 00:52:15.823 INFO kablam! | ^^^^^^^^^ Oct 13 00:52:15.823 INFO kablam! Oct 13 00:52:15.875 INFO kablam! warning: unused variable: `start` Oct 13 00:52:15.875 INFO kablam! --> src/main.rs:23:9 Oct 13 00:52:15.875 INFO kablam! | Oct 13 00:52:15.875 INFO kablam! 23 | let start = PreciseTime::now(); Oct 13 00:52:15.875 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 13 00:52:15.875 INFO kablam! | Oct 13 00:52:15.875 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:52:15.875 INFO kablam! Oct 13 00:52:15.875 INFO kablam! warning: unused variable: `end` Oct 13 00:52:15.875 INFO kablam! --> src/main.rs:25:9 Oct 13 00:52:15.875 INFO kablam! | Oct 13 00:52:15.875 INFO kablam! 25 | let end = PreciseTime::now(); Oct 13 00:52:15.875 INFO kablam! | ^^^ help: consider using `_end` instead Oct 13 00:52:15.875 INFO kablam! Oct 13 00:52:15.883 INFO kablam! warning: variable does not need to be mutable Oct 13 00:52:15.883 INFO kablam! --> src/main.rs:18:9 Oct 13 00:52:15.883 INFO kablam! | Oct 13 00:52:15.883 INFO kablam! 18 | let mut num_block: usize = 8 * 2; Oct 13 00:52:15.883 INFO kablam! | ----^^^^^^^^^ Oct 13 00:52:15.883 INFO kablam! | | Oct 13 00:52:15.883 INFO kablam! | help: remove this `mut` Oct 13 00:52:15.883 INFO kablam! | Oct 13 00:52:15.883 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:52:15.883 INFO kablam! Oct 13 00:52:15.883 INFO kablam! warning: variable does not need to be mutable Oct 13 00:52:15.883 INFO kablam! --> src/main.rs:19:9 Oct 13 00:52:15.883 INFO kablam! | Oct 13 00:52:15.883 INFO kablam! 19 | let mut size_block: usize = 32; Oct 13 00:52:15.883 INFO kablam! | ----^^^^^^^^^^ Oct 13 00:52:15.883 INFO kablam! | | Oct 13 00:52:15.883 INFO kablam! | help: remove this `mut` Oct 13 00:52:15.883 INFO kablam! Oct 13 00:52:15.995 INFO kablam! warning: unused variable: `num_thread` Oct 13 00:52:15.995 INFO kablam! --> src/lib.rs:272:13 Oct 13 00:52:15.995 INFO kablam! | Oct 13 00:52:15.995 INFO kablam! 272 | let num_thread: usize; Oct 13 00:52:15.995 INFO kablam! | ^^^^^^^^^^ help: consider using `_num_thread` instead Oct 13 00:52:15.995 INFO kablam! | Oct 13 00:52:15.995 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:52:15.995 INFO kablam! Oct 13 00:52:15.995 INFO kablam! warning: unused variable: `num_cpus` Oct 13 00:52:15.995 INFO kablam! --> src/lib.rs:255:78 Oct 13 00:52:15.995 INFO kablam! | Oct 13 00:52:15.995 INFO kablam! 255 | fn create_hash_level(hash_tree: &mut Vec>, pool: &rayon::ThreadPool, num_cpus: usize) { Oct 13 00:52:15.995 INFO kablam! | ^^^^^^^^ help: consider using `_num_cpus` instead Oct 13 00:52:15.995 INFO kablam! Oct 13 00:52:16.015 INFO kablam! warning: unused variable: `num_cpus` Oct 13 00:52:16.015 INFO kablam! --> src/lib.rs:305:5 Oct 13 00:52:16.015 INFO kablam! | Oct 13 00:52:16.015 INFO kablam! 305 | num_cpus: usize, Oct 13 00:52:16.015 INFO kablam! | ^^^^^^^^ help: consider using `_num_cpus` instead Oct 13 00:52:16.015 INFO kablam! Oct 13 00:52:16.179 INFO kablam! warning: unused variable: `tree` Oct 13 00:52:16.179 INFO kablam! --> tests/test.rs:66:13 Oct 13 00:52:16.179 INFO kablam! | Oct 13 00:52:16.179 INFO kablam! 66 | let tree = MerkleTree::new(&data, num_cpus::get()); Oct 13 00:52:16.179 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 13 00:52:16.179 INFO kablam! | Oct 13 00:52:16.179 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:52:16.179 INFO kablam! Oct 13 00:52:16.179 INFO kablam! warning: unused variable: `tree` Oct 13 00:52:16.179 INFO kablam! --> tests/test.rs:74:13 Oct 13 00:52:16.179 INFO kablam! | Oct 13 00:52:16.179 INFO kablam! 74 | let tree = MerkleTree::new(&data, num_cpus::get()); Oct 13 00:52:16.179 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 13 00:52:16.179 INFO kablam! Oct 13 00:52:16.179 INFO kablam! warning: unused variable: `tree` Oct 13 00:52:16.179 INFO kablam! --> tests/test.rs:82:13 Oct 13 00:52:16.179 INFO kablam! | Oct 13 00:52:16.179 INFO kablam! 82 | let tree = MerkleTree::new(&data, num_cpus::get()); Oct 13 00:52:16.179 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 13 00:52:16.179 INFO kablam! Oct 13 00:52:17.966 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.34s Oct 13 00:52:17.970 INFO kablam! su: No module specific data is present Oct 13 00:52:19.011 INFO running `"docker" "rm" "-f" "a600ec586e518759cb1d4a567842b0e2ba021f538581b3e4d1b41e8e068324a7"` Oct 13 00:52:19.327 INFO blam! a600ec586e518759cb1d4a567842b0e2ba021f538581b3e4d1b41e8e068324a7 Oct 13 00:52:19.332 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13 00:52:19.844 INFO blam! 137a36c0afb41a498ddc36f178d35b832974c01a482f70e6edc769edc1690a60 Oct 13 00:52:19.847 INFO running `"docker" "start" "-a" "137a36c0afb41a498ddc36f178d35b832974c01a482f70e6edc769edc1690a60"` Oct 13 00:52:22.086 INFO kablam! usermod: no changes Oct 13 00:52:22.175 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 13 00:52:22.183 INFO kablam! Running /target/debug/deps/merkle_tree-e8bceaefa914bb0c Oct 13 00:52:22.183 INFO kablam! Running /target/debug/deps/merkle_hash_tree-ea21879145397bb5 Oct 13 00:52:22.183 INFO kablam! Running /target/debug/deps/test-14686eba23ba7dff Oct 13 00:52:22.183 INFO blam! Oct 13 00:52:22.183 INFO blam! running 0 tests Oct 13 00:52:22.183 INFO blam! Oct 13 00:52:22.183 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:52:22.183 INFO blam! Oct 13 00:52:22.183 INFO blam! Oct 13 00:52:22.183 INFO blam! running 0 tests Oct 13 00:52:22.183 INFO blam! Oct 13 00:52:22.183 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:52:22.183 INFO blam! Oct 13 00:52:22.191 INFO blam! Oct 13 00:52:22.191 INFO blam! running 16 tests Oct 13 00:52:22.255 INFO blam! test crypto_test::sha256_with_min_size_input ... ok Oct 13 00:52:22.431 INFO blam! test merkle_test::create_with_one_wrong_length_data_block_1 ... ok Oct 13 00:52:22.431 INFO blam! test merkle_test::create_with_empty ... ok Oct 13 00:52:22.431 INFO blam! test crypto_test::sha256_with_wrong_size_input ... ok Oct 13 00:52:22.431 INFO blam! test merkle_test::get_child ... ok Oct 13 00:52:22.457 INFO blam! test merkle_test::create_with_one_wrong_length_data_block_2 ... ok Oct 13 00:52:22.475 INFO blam! test merkle_test::get_child_with_wrong_index ... ok Oct 13 00:52:22.475 INFO blam! test merkle_test::get_child_with_wrong_level_greater ... ok Oct 13 00:52:22.532 INFO blam! test merkle_test::get_wrong_level ... ok Oct 13 00:52:22.599 INFO blam! test merkle_test::get_parent_with_wrong_index ... ok Oct 13 00:52:22.599 INFO blam! test merkle_test::get_child_with_wrong_level_less ... ok Oct 13 00:52:22.607 INFO blam! test merkle_test::get_hash_with_wrong_index ... ok Oct 13 00:52:22.796 INFO blam! test merkle_test::get_parent_with_wrong_level ... ok Oct 13 00:52:22.805 INFO blam! test merkle_test::get_hash_with_wrong_level ... ok Oct 13 00:52:22.815 INFO blam! test merkle_test::get_parent ... ok Oct 13 00:52:30.125 INFO blam! test merkle_test::equal_test_one_core_vs_few_cores ... ok Oct 13 00:52:30.126 INFO blam! Oct 13 00:52:30.126 INFO blam! test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:52:30.126 INFO blam! Oct 13 00:52:30.135 INFO kablam! Doc-tests merkle_tree Oct 13 00:52:30.691 INFO blam! Oct 13 00:52:30.691 INFO blam! running 1 test Oct 13 00:52:30.691 INFO blam! test src/lib.rs - (line 16) ... ignored Oct 13 00:52:30.691 INFO blam! Oct 13 00:52:30.691 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 13 00:52:30.691 INFO blam! Oct 13 00:52:30.699 INFO kablam! su: No module specific data is present Oct 13 00:52:31.863 INFO running `"docker" "rm" "-f" "137a36c0afb41a498ddc36f178d35b832974c01a482f70e6edc769edc1690a60"` Oct 13 00:52:32.191 INFO blam! 137a36c0afb41a498ddc36f178d35b832974c01a482f70e6edc769edc1690a60