Oct 13 00:51:39.234 INFO testing sergorl/merkle_hash_tree against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 13 00:51:39.236 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 00:51:39.797 INFO blam! d9374859c4fadf14705ff86fc7f0bdb6de6c3a3c3e676de5490d9810823604a3 Oct 13 00:51:39.799 INFO running `"docker" "start" "-a" "d9374859c4fadf14705ff86fc7f0bdb6de6c3a3c3e676de5490d9810823604a3"` Oct 13 00:51:42.246 INFO kablam! usermod: no changes Oct 13 00:51:42.439 INFO kablam! Compiling num_cpus v0.2.13 Oct 13 00:51:42.439 INFO kablam! Compiling rust-crypto v0.2.36 Oct 13 00:51:51.627 INFO kablam! Compiling merkle_hash_tree v0.1.0 (/source) Oct 13 00:51:52.148 INFO kablam! warning: unused variable: `num_thread` Oct 13 00:51:52.148 INFO kablam! --> src/lib.rs:272:13 Oct 13 00:51:52.148 INFO kablam! | Oct 13 00:51:52.148 INFO kablam! 272 | let num_thread: usize; Oct 13 00:51:52.148 INFO kablam! | ^^^^^^^^^^ help: consider using `_num_thread` instead Oct 13 00:51:52.148 INFO kablam! | Oct 13 00:51:52.148 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:51:52.148 INFO kablam! Oct 13 00:51:52.148 INFO kablam! warning: unused variable: `num_cpus` Oct 13 00:51:52.148 INFO kablam! --> src/lib.rs:255:78 Oct 13 00:51:52.148 INFO kablam! | Oct 13 00:51:52.148 INFO kablam! 255 | fn create_hash_level(hash_tree: &mut Vec>, pool: &rayon::ThreadPool, num_cpus: usize) { Oct 13 00:51:52.148 INFO kablam! | ^^^^^^^^ help: consider using `_num_cpus` instead Oct 13 00:51:52.148 INFO kablam! Oct 13 00:51:52.148 INFO kablam! warning: unused variable: `num_cpus` Oct 13 00:51:52.148 INFO kablam! --> src/lib.rs:305:5 Oct 13 00:51:52.148 INFO kablam! | Oct 13 00:51:52.148 INFO kablam! 305 | num_cpus: usize, Oct 13 00:51:52.148 INFO kablam! | ^^^^^^^^ help: consider using `_num_cpus` instead Oct 13 00:51:52.148 INFO kablam! Oct 13 00:51:53.703 INFO kablam! warning: unused import: `merkle_tree::to_hex_string` Oct 13 00:51:53.703 INFO kablam! --> src/main.rs:6:5 Oct 13 00:51:53.704 INFO kablam! | Oct 13 00:51:53.704 INFO kablam! 6 | use merkle_tree::to_hex_string; Oct 13 00:51:53.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:51:53.705 INFO kablam! | Oct 13 00:51:53.705 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:51:53.705 INFO kablam! Oct 13 00:51:53.715 INFO kablam! warning: unused variable: `start` Oct 13 00:51:53.715 INFO kablam! --> src/main.rs:23:9 Oct 13 00:51:53.715 INFO kablam! | Oct 13 00:51:53.715 INFO kablam! 23 | let start = PreciseTime::now(); Oct 13 00:51:53.715 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 13 00:51:53.715 INFO kablam! | Oct 13 00:51:53.715 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:51:53.715 INFO kablam! Oct 13 00:51:53.715 INFO kablam! warning: unused variable: `end` Oct 13 00:51:53.715 INFO kablam! --> src/main.rs:25:9 Oct 13 00:51:53.715 INFO kablam! | Oct 13 00:51:53.715 INFO kablam! 25 | let end = PreciseTime::now(); Oct 13 00:51:53.715 INFO kablam! | ^^^ help: consider using `_end` instead Oct 13 00:51:53.715 INFO kablam! Oct 13 00:51:53.723 INFO kablam! warning: variable does not need to be mutable Oct 13 00:51:53.723 INFO kablam! --> src/main.rs:18:9 Oct 13 00:51:53.723 INFO kablam! | Oct 13 00:51:53.723 INFO kablam! 18 | let mut num_block: usize = 8 * 2; Oct 13 00:51:53.723 INFO kablam! | ----^^^^^^^^^ Oct 13 00:51:53.723 INFO kablam! | | Oct 13 00:51:53.723 INFO kablam! | help: remove this `mut` Oct 13 00:51:53.723 INFO kablam! | Oct 13 00:51:53.723 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:51:53.723 INFO kablam! Oct 13 00:51:53.723 INFO kablam! warning: variable does not need to be mutable Oct 13 00:51:53.723 INFO kablam! --> src/main.rs:19:9 Oct 13 00:51:53.723 INFO kablam! | Oct 13 00:51:53.723 INFO kablam! 19 | let mut size_block: usize = 32; Oct 13 00:51:53.723 INFO kablam! | ----^^^^^^^^^^ Oct 13 00:51:53.723 INFO kablam! | | Oct 13 00:51:53.723 INFO kablam! | help: remove this `mut` Oct 13 00:51:53.723 INFO kablam! Oct 13 00:51:54.660 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.37s Oct 13 00:51:54.667 INFO kablam! su: No module specific data is present Oct 13 00:51:55.806 INFO running `"docker" "rm" "-f" "d9374859c4fadf14705ff86fc7f0bdb6de6c3a3c3e676de5490d9810823604a3"` Oct 13 00:51:56.091 INFO blam! d9374859c4fadf14705ff86fc7f0bdb6de6c3a3c3e676de5490d9810823604a3 Oct 13 00:51:56.097 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 00:51:56.608 INFO blam! bdec561db00bfae4f22cc47c4cab7a41b6a273dc254d59b3910fa41242527a41 Oct 13 00:51:56.610 INFO running `"docker" "start" "-a" "bdec561db00bfae4f22cc47c4cab7a41b6a273dc254d59b3910fa41242527a41"` Oct 13 00:51:59.479 INFO kablam! usermod: no changes Oct 13 00:51:59.632 INFO kablam! Compiling merkle_hash_tree v0.1.0 (/source) Oct 13 00:52:00.631 INFO kablam! warning: unused import: `merkle_tree::to_hex_string` Oct 13 00:52:00.631 INFO kablam! --> src/main.rs:6:5 Oct 13 00:52:00.631 INFO kablam! | Oct 13 00:52:00.631 INFO kablam! 6 | use merkle_tree::to_hex_string; Oct 13 00:52:00.631 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:52:00.631 INFO kablam! | Oct 13 00:52:00.631 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:52:00.631 INFO kablam! Oct 13 00:52:00.643 INFO kablam! warning: unused import: `crypto::digest::Digest` Oct 13 00:52:00.643 INFO kablam! --> tests/test.rs:10:5 Oct 13 00:52:00.643 INFO kablam! | Oct 13 00:52:00.643 INFO kablam! 10 | use crypto::digest::Digest; Oct 13 00:52:00.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:52:00.643 INFO kablam! | Oct 13 00:52:00.643 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 00:52:00.643 INFO kablam! Oct 13 00:52:00.643 INFO kablam! warning: unused import: `rand::Rng` Oct 13 00:52:00.643 INFO kablam! --> tests/test.rs:12:5 Oct 13 00:52:00.643 INFO kablam! | Oct 13 00:52:00.643 INFO kablam! 12 | use rand::Rng; Oct 13 00:52:00.643 INFO kablam! | ^^^^^^^^^ Oct 13 00:52:00.643 INFO kablam! Oct 13 00:52:00.699 INFO kablam! warning: unused variable: `start` Oct 13 00:52:00.699 INFO kablam! --> src/main.rs:23:9 Oct 13 00:52:00.699 INFO kablam! | Oct 13 00:52:00.699 INFO kablam! 23 | let start = PreciseTime::now(); Oct 13 00:52:00.699 INFO kablam! | ^^^^^ help: consider using `_start` instead Oct 13 00:52:00.699 INFO kablam! | Oct 13 00:52:00.699 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:52:00.699 INFO kablam! Oct 13 00:52:00.699 INFO kablam! warning: unused variable: `end` Oct 13 00:52:00.699 INFO kablam! --> src/main.rs:25:9 Oct 13 00:52:00.699 INFO kablam! | Oct 13 00:52:00.699 INFO kablam! 25 | let end = PreciseTime::now(); Oct 13 00:52:00.699 INFO kablam! | ^^^ help: consider using `_end` instead Oct 13 00:52:00.699 INFO kablam! Oct 13 00:52:00.717 INFO kablam! warning: variable does not need to be mutable Oct 13 00:52:00.717 INFO kablam! --> src/main.rs:18:9 Oct 13 00:52:00.717 INFO kablam! | Oct 13 00:52:00.717 INFO kablam! 18 | let mut num_block: usize = 8 * 2; Oct 13 00:52:00.717 INFO kablam! | ----^^^^^^^^^ Oct 13 00:52:00.717 INFO kablam! | | Oct 13 00:52:00.717 INFO kablam! | help: remove this `mut` Oct 13 00:52:00.731 INFO kablam! | Oct 13 00:52:00.731 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 00:52:00.731 INFO kablam! Oct 13 00:52:00.731 INFO kablam! warning: variable does not need to be mutable Oct 13 00:52:00.731 INFO kablam! --> src/main.rs:19:9 Oct 13 00:52:00.731 INFO kablam! | Oct 13 00:52:00.731 INFO kablam! 19 | let mut size_block: usize = 32; Oct 13 00:52:00.731 INFO kablam! | ----^^^^^^^^^^ Oct 13 00:52:00.731 INFO kablam! | | Oct 13 00:52:00.731 INFO kablam! | help: remove this `mut` Oct 13 00:52:00.731 INFO kablam! Oct 13 00:52:00.968 INFO kablam! warning: unused variable: `num_thread` Oct 13 00:52:00.968 INFO kablam! --> src/lib.rs:272:13 Oct 13 00:52:00.968 INFO kablam! | Oct 13 00:52:00.968 INFO kablam! 272 | let num_thread: usize; Oct 13 00:52:00.968 INFO kablam! | ^^^^^^^^^^ help: consider using `_num_thread` instead Oct 13 00:52:00.968 INFO kablam! | Oct 13 00:52:00.968 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:52:00.968 INFO kablam! Oct 13 00:52:00.968 INFO kablam! warning: unused variable: `num_cpus` Oct 13 00:52:00.968 INFO kablam! --> src/lib.rs:255:78 Oct 13 00:52:00.968 INFO kablam! | Oct 13 00:52:00.968 INFO kablam! 255 | fn create_hash_level(hash_tree: &mut Vec>, pool: &rayon::ThreadPool, num_cpus: usize) { Oct 13 00:52:00.968 INFO kablam! | ^^^^^^^^ help: consider using `_num_cpus` instead Oct 13 00:52:00.968 INFO kablam! Oct 13 00:52:00.968 INFO kablam! warning: unused variable: `num_cpus` Oct 13 00:52:00.968 INFO kablam! --> src/lib.rs:305:5 Oct 13 00:52:00.968 INFO kablam! | Oct 13 00:52:00.968 INFO kablam! 305 | num_cpus: usize, Oct 13 00:52:00.968 INFO kablam! | ^^^^^^^^ help: consider using `_num_cpus` instead Oct 13 00:52:00.968 INFO kablam! Oct 13 00:52:01.043 INFO kablam! warning: unused variable: `tree` Oct 13 00:52:01.043 INFO kablam! --> tests/test.rs:66:13 Oct 13 00:52:01.043 INFO kablam! | Oct 13 00:52:01.043 INFO kablam! 66 | let tree = MerkleTree::new(&data, num_cpus::get()); Oct 13 00:52:01.043 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 13 00:52:01.043 INFO kablam! | Oct 13 00:52:01.043 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:52:01.043 INFO kablam! Oct 13 00:52:01.043 INFO kablam! warning: unused variable: `tree` Oct 13 00:52:01.043 INFO kablam! --> tests/test.rs:74:13 Oct 13 00:52:01.043 INFO kablam! | Oct 13 00:52:01.043 INFO kablam! 74 | let tree = MerkleTree::new(&data, num_cpus::get()); Oct 13 00:52:01.043 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 13 00:52:01.043 INFO kablam! Oct 13 00:52:01.043 INFO kablam! warning: unused variable: `tree` Oct 13 00:52:01.043 INFO kablam! --> tests/test.rs:82:13 Oct 13 00:52:01.043 INFO kablam! | Oct 13 00:52:01.043 INFO kablam! 82 | let tree = MerkleTree::new(&data, num_cpus::get()); Oct 13 00:52:01.043 INFO kablam! | ^^^^ help: consider using `_tree` instead Oct 13 00:52:01.043 INFO kablam! Oct 13 00:52:03.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.76s Oct 13 00:52:03.297 INFO kablam! su: No module specific data is present Oct 13 00:52:04.615 INFO running `"docker" "rm" "-f" "bdec561db00bfae4f22cc47c4cab7a41b6a273dc254d59b3910fa41242527a41"` Oct 13 00:52:04.875 INFO blam! bdec561db00bfae4f22cc47c4cab7a41b6a273dc254d59b3910fa41242527a41 Oct 13 00:52:04.887 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 13 00:52:05.308 INFO blam! 9b9737fc6dc8e00617744fddeea85f22222950128d3423ed11dd951966de5b63 Oct 13 00:52:05.311 INFO running `"docker" "start" "-a" "9b9737fc6dc8e00617744fddeea85f22222950128d3423ed11dd951966de5b63"` Oct 13 00:52:07.318 INFO kablam! usermod: no changes Oct 13 00:52:07.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 13 00:52:07.455 INFO kablam! Running /target/debug/deps/merkle_tree-821fca588dbec798 Oct 13 00:52:07.463 INFO blam! Oct 13 00:52:07.463 INFO blam! running 0 tests Oct 13 00:52:07.463 INFO blam! Oct 13 00:52:07.463 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:52:07.463 INFO blam! Oct 13 00:52:07.463 INFO blam! Oct 13 00:52:07.463 INFO blam! running 0 tests Oct 13 00:52:07.463 INFO blam! Oct 13 00:52:07.463 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:52:07.463 INFO blam! Oct 13 00:52:07.463 INFO blam! Oct 13 00:52:07.463 INFO blam! running 16 tests Oct 13 00:52:07.466 INFO kablam! Running /target/debug/deps/merkle_hash_tree-64ab8905277bf004 Oct 13 00:52:07.466 INFO kablam! Running /target/debug/deps/test-805be061cc880819 Oct 13 00:52:07.495 INFO blam! test crypto_test::sha256_with_min_size_input ... ok Oct 13 00:52:07.559 INFO blam! test merkle_test::get_child ... ok Oct 13 00:52:07.682 INFO blam! test merkle_test::create_with_empty ... ok Oct 13 00:52:07.691 INFO blam! test merkle_test::create_with_one_wrong_length_data_block_1 ... ok Oct 13 00:52:07.691 INFO blam! test crypto_test::sha256_with_wrong_size_input ... ok Oct 13 00:52:07.691 INFO blam! test merkle_test::get_child_with_wrong_index ... ok Oct 13 00:52:07.691 INFO blam! test merkle_test::get_child_with_wrong_level_greater ... ok Oct 13 00:52:07.691 INFO blam! test merkle_test::create_with_one_wrong_length_data_block_2 ... ok Oct 13 00:52:07.691 INFO blam! test merkle_test::get_child_with_wrong_level_less ... ok Oct 13 00:52:07.759 INFO blam! test merkle_test::get_hash_with_wrong_index ... ok Oct 13 00:52:07.799 INFO blam! test merkle_test::get_hash_with_wrong_level ... ok Oct 13 00:52:07.807 INFO blam! test merkle_test::get_parent_with_wrong_index ... ok Oct 13 00:52:07.807 INFO blam! test merkle_test::get_wrong_level ... ok Oct 13 00:52:07.809 INFO blam! test merkle_test::get_parent_with_wrong_level ... ok Oct 13 00:52:07.899 INFO blam! test merkle_test::get_parent ... ok Oct 13 00:52:15.083 INFO blam! test merkle_test::equal_test_one_core_vs_few_cores ... ok Oct 13 00:52:15.083 INFO blam! Oct 13 00:52:15.083 INFO blam! test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 00:52:15.083 INFO blam! Oct 13 00:52:15.095 INFO kablam! Doc-tests merkle_tree Oct 13 00:52:15.628 INFO blam! Oct 13 00:52:15.628 INFO blam! running 1 test Oct 13 00:52:15.628 INFO blam! test src/lib.rs - (line 16) ... ignored Oct 13 00:52:15.628 INFO blam! Oct 13 00:52:15.628 INFO blam! test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out Oct 13 00:52:15.628 INFO blam! Oct 13 00:52:15.636 INFO kablam! su: No module specific data is present Oct 13 00:52:17.330 INFO running `"docker" "rm" "-f" "9b9737fc6dc8e00617744fddeea85f22222950128d3423ed11dd951966de5b63"` Oct 13 00:52:17.627 INFO blam! 9b9737fc6dc8e00617744fddeea85f22222950128d3423ed11dd951966de5b63