Oct 15 20:16:07.421 INFO testing rustogram-0.1.4 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 20:16:07.423 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 20:16:07.822 INFO blam! 0629a1af16381b340557375c193c5457d05910361aca06c163a86300e886bac2 Oct 15 20:16:07.827 INFO running `"docker" "start" "-a" "0629a1af16381b340557375c193c5457d05910361aca06c163a86300e886bac2"` Oct 15 20:16:08.629 INFO kablam! usermod: no changes Oct 15 20:16:08.659 INFO kablam! Compiling rustogram v0.1.4 (/source) Oct 15 20:16:09.020 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:16:09.020 INFO kablam! --> src/iter.rs:166:50 Oct 15 20:16:09.020 INFO kablam! | Oct 15 20:16:09.020 INFO kablam! 166 | / (self.total_count_to_current_index - Oct 15 20:16:09.020 INFO kablam! 167 | | self.total_count_to_prev_index), Oct 15 20:16:09.021 INFO kablam! | |_________________________________________________________________________________^ help: remove these parentheses Oct 15 20:16:09.021 INFO kablam! | Oct 15 20:16:09.021 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 20:16:09.021 INFO kablam! Oct 15 20:16:09.021 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:16:09.021 INFO kablam! --> src/iter.rs:170:50 Oct 15 20:16:09.021 INFO kablam! | Oct 15 20:16:09.021 INFO kablam! 170 | / ((100.0f64 * Oct 15 20:16:09.021 INFO kablam! 171 | | self.total_count_to_current_index as f64) / Oct 15 20:16:09.021 INFO kablam! 172 | | (self.array_total_count as f64)), Oct 15 20:16:09.021 INFO kablam! | |__________________________________________________________________________________^ Oct 15 20:16:09.021 INFO kablam! help: remove these parentheses Oct 15 20:16:09.021 INFO kablam! | Oct 15 20:16:09.021 INFO kablam! 170 | (100.0f64 * self.total_count_to_current_index as f64) / Oct 15 20:16:09.021 INFO kablam! 171 | (self.array_total_count as f64), Oct 15 20:16:09.021 INFO kablam! | Oct 15 20:16:09.021 INFO kablam! Oct 15 20:16:09.430 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.78s Oct 15 20:16:09.433 INFO kablam! su: No module specific data is present Oct 15 20:16:09.754 INFO running `"docker" "rm" "-f" "0629a1af16381b340557375c193c5457d05910361aca06c163a86300e886bac2"` Oct 15 20:16:09.865 INFO blam! 0629a1af16381b340557375c193c5457d05910361aca06c163a86300e886bac2 Oct 15 20:16:09.868 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 20:16:10.070 INFO blam! ef987e5e0a5913633f15c0d7698755a73d93851af006c4cec031a75456b5ae91 Oct 15 20:16:10.077 INFO running `"docker" "start" "-a" "ef987e5e0a5913633f15c0d7698755a73d93851af006c4cec031a75456b5ae91"` Oct 15 20:16:10.578 INFO kablam! usermod: no changes Oct 15 20:16:10.619 INFO kablam! Compiling rustogram v0.1.4 (/source) Oct 15 20:16:12.231 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:16:12.231 INFO kablam! --> src/iter.rs:166:50 Oct 15 20:16:12.231 INFO kablam! | Oct 15 20:16:12.231 INFO kablam! 166 | / (self.total_count_to_current_index - Oct 15 20:16:12.231 INFO kablam! 167 | | self.total_count_to_prev_index), Oct 15 20:16:12.231 INFO kablam! | |_________________________________________________________________________________^ help: remove these parentheses Oct 15 20:16:12.231 INFO kablam! | Oct 15 20:16:12.231 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 20:16:12.231 INFO kablam! Oct 15 20:16:12.231 INFO kablam! warning: unnecessary parentheses around method argument Oct 15 20:16:12.231 INFO kablam! --> src/iter.rs:170:50 Oct 15 20:16:12.231 INFO kablam! | Oct 15 20:16:12.231 INFO kablam! 170 | / ((100.0f64 * Oct 15 20:16:12.231 INFO kablam! 171 | | self.total_count_to_current_index as f64) / Oct 15 20:16:12.231 INFO kablam! 172 | | (self.array_total_count as f64)), Oct 15 20:16:12.231 INFO kablam! | |__________________________________________________________________________________^ Oct 15 20:16:12.231 INFO kablam! help: remove these parentheses Oct 15 20:16:12.231 INFO kablam! | Oct 15 20:16:12.231 INFO kablam! 170 | (100.0f64 * self.total_count_to_current_index as f64) / Oct 15 20:16:12.231 INFO kablam! 171 | (self.array_total_count as f64), Oct 15 20:16:12.231 INFO kablam! | Oct 15 20:16:12.231 INFO kablam! Oct 15 20:16:13.741 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.14s Oct 15 20:16:13.743 INFO kablam! su: No module specific data is present Oct 15 20:16:14.093 INFO running `"docker" "rm" "-f" "ef987e5e0a5913633f15c0d7698755a73d93851af006c4cec031a75456b5ae91"` Oct 15 20:16:14.375 INFO blam! ef987e5e0a5913633f15c0d7698755a73d93851af006c4cec031a75456b5ae91 Oct 15 20:16:14.378 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 20:16:14.809 INFO blam! 5bee3866da2784982a75bafbc44de0c1828c89e6b58efdc4e61a62ff91cc5e47 Oct 15 20:16:14.815 INFO running `"docker" "start" "-a" "5bee3866da2784982a75bafbc44de0c1828c89e6b58efdc4e61a62ff91cc5e47"` Oct 15 20:16:15.479 INFO kablam! usermod: no changes Oct 15 20:16:15.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 20:16:15.503 INFO kablam! Running /target/debug/deps/rustogram-c1f2176c937bb693 Oct 15 20:16:15.504 INFO blam! Oct 15 20:16:15.504 INFO blam! running 0 tests Oct 15 20:16:15.504 INFO blam! Oct 15 20:16:15.504 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:16:15.504 INFO blam! Oct 15 20:16:15.505 INFO kablam! Running /target/debug/deps/data_access-36692d62760f56f0 Oct 15 20:16:15.506 INFO blam! Oct 15 20:16:15.506 INFO blam! running 14 tests Oct 15 20:16:15.510 INFO blam! test test_get_count_between_values ... ok Oct 15 20:16:15.530 INFO blam! test test_get_count_at_value ... ok Oct 15 20:16:15.538 INFO blam! test test_get_min_value ... ok Oct 15 20:16:15.538 INFO blam! test test_get_mean_value ... ok Oct 15 20:16:15.547 INFO blam! test test_get_max_value ... ok Oct 15 20:16:15.559 INFO blam! test test_get_total_count ... ok Oct 15 20:16:15.559 INFO blam! test test_get_percentile_at_or_below_value ... ok Oct 15 20:16:15.559 INFO blam! test test_collect_method_returns_same_as_callback_method_for_recorded_values ... ok Oct 15 20:16:15.568 INFO blam! test test_get_std_deviation ... ok Oct 15 20:16:15.569 INFO blam! test test_get_value_at_percentile ... ok Oct 15 20:16:15.580 INFO blam! test test_get_recorded_values ... ok Oct 15 20:16:15.590 INFO blam! test test_collect_method_returns_same_as_callback_method_for_all_values ... ok Oct 15 20:16:15.592 INFO blam! test test_get_all_values ... ok Oct 15 20:16:15.723 INFO blam! test test_get_value_at_percentile_for_large_histogram ... ok Oct 15 20:16:15.723 INFO kablam! Running /target/debug/deps/lib-d84ce4e180a6d145 Oct 15 20:16:15.723 INFO blam! Oct 15 20:16:15.723 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:16:15.723 INFO blam! Oct 15 20:16:15.725 INFO blam! Oct 15 20:16:15.725 INFO blam! running 7 tests Oct 15 20:16:15.725 INFO blam! test test_construction_argument_gets ... ok Oct 15 20:16:15.725 INFO blam! test test_get_max_value ... ok Oct 15 20:16:15.726 INFO blam! test test_get_min_value ... ok Oct 15 20:16:15.729 INFO blam! test test_record_value ... ok Oct 15 20:16:15.729 INFO blam! test test_construction_with_large_numbers ... ok Oct 15 20:16:15.729 INFO blam! test test_empty_histogram ... ok Oct 15 20:16:15.729 INFO blam! test test_reset ... ok Oct 15 20:16:15.729 INFO blam! Oct 15 20:16:15.729 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:16:15.729 INFO blam! Oct 15 20:16:15.730 INFO kablam! Running /target/debug/deps/serialisation-ea7b50697479c378 Oct 15 20:16:15.731 INFO blam! Oct 15 20:16:15.732 INFO blam! running 9 tests Oct 15 20:16:15.732 INFO blam! test test_i64_encoding_and_decoding ... ok Oct 15 20:16:15.732 INFO blam! test test_i32_encoding_and_decoding ... ok Oct 15 20:16:15.732 INFO blam! test test_i32_encoding_and_decoding_limits ... ok Oct 15 20:16:15.733 INFO blam! test test_zig_zag_encoding_for_limits ... ok Oct 15 20:16:15.733 INFO blam! test test_deserialise ... ok Oct 15 20:16:15.733 INFO blam! test test_sanity ... ok Oct 15 20:16:15.733 INFO blam! test test_zig_zag_encoding_for_single_value ... ok Oct 15 20:16:15.735 INFO blam! test test_zig_zag_encoding_for_multiple_values ... ok Oct 15 20:16:15.735 INFO blam! test test_i64_encoding_and_decoding_limits ... ok Oct 15 20:16:15.735 INFO blam! Oct 15 20:16:15.735 INFO kablam! Doc-tests rustogram Oct 15 20:16:15.736 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:16:15.736 INFO blam! Oct 15 20:16:16.523 INFO blam! Oct 15 20:16:16.524 INFO blam! running 0 tests Oct 15 20:16:16.524 INFO blam! Oct 15 20:16:16.524 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 20:16:16.525 INFO blam! Oct 15 20:16:16.528 INFO kablam! su: No module specific data is present Oct 15 20:16:17.067 INFO running `"docker" "rm" "-f" "5bee3866da2784982a75bafbc44de0c1828c89e6b58efdc4e61a62ff91cc5e47"` Oct 15 20:16:17.355 INFO blam! 5bee3866da2784982a75bafbc44de0c1828c89e6b58efdc4e61a62ff91cc5e47