Oct 11 12:29:46.460 INFO testing rustogram-0.1.4 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 12:29:46.460 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 12:29:46.460 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:29:46.687 INFO blam! 1f43c5398471aadc74ea88fb703289efdf21a352ec3080edb4a8e897de945eab Oct 11 12:29:46.689 INFO running `"docker" "start" "-a" "1f43c5398471aadc74ea88fb703289efdf21a352ec3080edb4a8e897de945eab"` Oct 11 12:29:47.136 INFO kablam! usermod: no changes Oct 11 12:29:47.164 INFO kablam! Compiling rustogram v0.1.4 (/source) Oct 11 12:29:47.790 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 12:29:47.790 INFO kablam! --> src/iter.rs:166:50 Oct 11 12:29:47.790 INFO kablam! | Oct 11 12:29:47.790 INFO kablam! 166 | / (self.total_count_to_current_index - Oct 11 12:29:47.790 INFO kablam! 167 | | self.total_count_to_prev_index), Oct 11 12:29:47.790 INFO kablam! | |_________________________________________________________________________________^ help: remove these parentheses Oct 11 12:29:47.790 INFO kablam! | Oct 11 12:29:47.790 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 12:29:47.790 INFO kablam! Oct 11 12:29:47.790 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 12:29:47.790 INFO kablam! --> src/iter.rs:170:50 Oct 11 12:29:47.790 INFO kablam! | Oct 11 12:29:47.790 INFO kablam! 170 | / ((100.0f64 * Oct 11 12:29:47.790 INFO kablam! 171 | | self.total_count_to_current_index as f64) / Oct 11 12:29:47.790 INFO kablam! 172 | | (self.array_total_count as f64)), Oct 11 12:29:47.790 INFO kablam! | |__________________________________________________________________________________^ Oct 11 12:29:47.790 INFO kablam! help: remove these parentheses Oct 11 12:29:47.790 INFO kablam! | Oct 11 12:29:47.790 INFO kablam! 170 | (100.0f64 * self.total_count_to_current_index as f64) / Oct 11 12:29:47.790 INFO kablam! 171 | (self.array_total_count as f64), Oct 11 12:29:47.790 INFO kablam! | Oct 11 12:29:47.790 INFO kablam! Oct 11 12:29:48.216 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 11 12:29:48.218 INFO kablam! su: No module specific data is present Oct 11 12:29:48.543 INFO running `"docker" "rm" "-f" "1f43c5398471aadc74ea88fb703289efdf21a352ec3080edb4a8e897de945eab"` Oct 11 12:29:48.632 INFO blam! 1f43c5398471aadc74ea88fb703289efdf21a352ec3080edb4a8e897de945eab Oct 11 12:29:48.632 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 12:29:48.632 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:29:48.778 INFO blam! 17da17baf176bc18915ec8107d754d339444b2392a8dbfc9411dd89a746fb83b Oct 11 12:29:48.783 INFO running `"docker" "start" "-a" "17da17baf176bc18915ec8107d754d339444b2392a8dbfc9411dd89a746fb83b"` Oct 11 12:29:49.353 INFO kablam! usermod: no changes Oct 11 12:29:49.374 INFO kablam! Compiling rustogram v0.1.4 (/source) Oct 11 12:29:50.238 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 12:29:50.238 INFO kablam! --> src/iter.rs:166:50 Oct 11 12:29:50.238 INFO kablam! | Oct 11 12:29:50.238 INFO kablam! 166 | / (self.total_count_to_current_index - Oct 11 12:29:50.238 INFO kablam! 167 | | self.total_count_to_prev_index), Oct 11 12:29:50.238 INFO kablam! | |_________________________________________________________________________________^ help: remove these parentheses Oct 11 12:29:50.238 INFO kablam! | Oct 11 12:29:50.238 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 12:29:50.238 INFO kablam! Oct 11 12:29:50.238 INFO kablam! warning: unnecessary parentheses around method argument Oct 11 12:29:50.238 INFO kablam! --> src/iter.rs:170:50 Oct 11 12:29:50.238 INFO kablam! | Oct 11 12:29:50.238 INFO kablam! 170 | / ((100.0f64 * Oct 11 12:29:50.238 INFO kablam! 171 | | self.total_count_to_current_index as f64) / Oct 11 12:29:50.238 INFO kablam! 172 | | (self.array_total_count as f64)), Oct 11 12:29:50.238 INFO kablam! | |__________________________________________________________________________________^ Oct 11 12:29:50.238 INFO kablam! help: remove these parentheses Oct 11 12:29:50.238 INFO kablam! | Oct 11 12:29:50.238 INFO kablam! 170 | (100.0f64 * self.total_count_to_current_index as f64) / Oct 11 12:29:50.238 INFO kablam! 171 | (self.array_total_count as f64), Oct 11 12:29:50.238 INFO kablam! | Oct 11 12:29:50.238 INFO kablam! Oct 11 12:29:51.410 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.04s Oct 11 12:29:51.414 INFO kablam! su: No module specific data is present Oct 11 12:29:52.081 INFO running `"docker" "rm" "-f" "17da17baf176bc18915ec8107d754d339444b2392a8dbfc9411dd89a746fb83b"` Oct 11 12:29:52.214 INFO blam! 17da17baf176bc18915ec8107d754d339444b2392a8dbfc9411dd89a746fb83b Oct 11 12:29:52.214 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 12:29:52.214 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 12:29:52.437 INFO blam! 9f8b8a8b26f0f84c1bac8469ecc91cf558c8eea12cd7c6e9059e9004078ed420 Oct 11 12:29:52.438 INFO running `"docker" "start" "-a" "9f8b8a8b26f0f84c1bac8469ecc91cf558c8eea12cd7c6e9059e9004078ed420"` Oct 11 12:29:52.912 INFO kablam! usermod: no changes Oct 11 12:29:52.938 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 11 12:29:52.939 INFO kablam! Running /target/debug/deps/rustogram-cf2d5124a0d099aa Oct 11 12:29:52.941 INFO blam! Oct 11 12:29:52.941 INFO blam! running 0 tests Oct 11 12:29:52.941 INFO blam! Oct 11 12:29:52.941 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:29:52.941 INFO blam! Oct 11 12:29:52.941 INFO kablam! Running /target/debug/deps/data_access-b06f98b71e046903 Oct 11 12:29:52.953 INFO blam! Oct 11 12:29:52.953 INFO blam! running 14 tests Oct 11 12:29:52.953 INFO blam! test test_get_count_between_values ... ok Oct 11 12:29:52.956 INFO blam! test test_get_max_value ... ok Oct 11 12:29:52.956 INFO blam! test test_get_mean_value ... ok Oct 11 12:29:52.962 INFO blam! test test_get_min_value ... ok Oct 11 12:29:52.962 INFO blam! test test_get_count_at_value ... ok Oct 11 12:29:52.984 INFO blam! test test_get_total_count ... ok Oct 11 12:29:52.992 INFO blam! test test_collect_method_returns_same_as_callback_method_for_recorded_values ... ok Oct 11 12:29:53.012 INFO blam! test test_get_percentile_at_or_below_value ... ok Oct 11 12:29:53.029 INFO blam! test test_get_value_at_percentile ... ok Oct 11 12:29:53.029 INFO blam! test test_get_recorded_values ... ok Oct 11 12:29:53.036 INFO blam! test test_get_std_deviation ... ok Oct 11 12:29:53.036 INFO blam! test test_get_all_values ... ok Oct 11 12:29:53.042 INFO blam! test test_collect_method_returns_same_as_callback_method_for_all_values ... ok Oct 11 12:29:53.186 INFO blam! test test_get_value_at_percentile_for_large_histogram ... ok Oct 11 12:29:53.186 INFO blam! Oct 11 12:29:53.186 INFO blam! test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:29:53.186 INFO blam! Oct 11 12:29:53.188 INFO blam! Oct 11 12:29:53.188 INFO kablam! Running /target/debug/deps/lib-d5c086094ae18d27 Oct 11 12:29:53.188 INFO blam! running 7 tests Oct 11 12:29:53.192 INFO blam! test test_construction_argument_gets ... ok Oct 11 12:29:53.192 INFO blam! test test_empty_histogram ... ok Oct 11 12:29:53.192 INFO blam! test test_get_max_value ... ok Oct 11 12:29:53.192 INFO blam! test test_record_value ... ok Oct 11 12:29:53.192 INFO blam! test test_get_min_value ... ok Oct 11 12:29:53.193 INFO blam! test test_construction_with_large_numbers ... ok Oct 11 12:29:53.195 INFO blam! test test_reset ... ok Oct 11 12:29:53.195 INFO blam! Oct 11 12:29:53.195 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:29:53.195 INFO blam! Oct 11 12:29:53.197 INFO kablam! Running /target/debug/deps/serialisation-cf08dd2aebc29e42 Oct 11 12:29:53.206 INFO blam! Oct 11 12:29:53.207 INFO blam! running 9 tests Oct 11 12:29:53.207 INFO blam! test test_i32_encoding_and_decoding ... ok Oct 11 12:29:53.207 INFO blam! test test_i64_encoding_and_decoding_limits ... ok Oct 11 12:29:53.208 INFO blam! test test_deserialise ... ok Oct 11 12:29:53.208 INFO blam! test test_i32_encoding_and_decoding_limits ... ok Oct 11 12:29:53.208 INFO blam! test test_zig_zag_encoding_for_multiple_values ... ok Oct 11 12:29:53.208 INFO blam! test test_sanity ... ok Oct 11 12:29:53.212 INFO blam! test test_i64_encoding_and_decoding ... ok Oct 11 12:29:53.212 INFO kablam! Doc-tests rustogram Oct 11 12:29:53.213 INFO blam! test test_zig_zag_encoding_for_limits ... ok Oct 11 12:29:53.213 INFO blam! test test_zig_zag_encoding_for_single_value ... ok Oct 11 12:29:53.213 INFO blam! Oct 11 12:29:53.213 INFO blam! test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:29:53.214 INFO blam! Oct 11 12:29:54.244 INFO blam! Oct 11 12:29:54.244 INFO blam! running 0 tests Oct 11 12:29:54.244 INFO blam! Oct 11 12:29:54.244 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 12:29:54.244 INFO blam! Oct 11 12:29:54.249 INFO kablam! su: No module specific data is present Oct 11 12:29:54.491 INFO running `"docker" "rm" "-f" "9f8b8a8b26f0f84c1bac8469ecc91cf558c8eea12cd7c6e9059e9004078ed420"` Oct 11 12:29:54.582 INFO blam! 9f8b8a8b26f0f84c1bac8469ecc91cf558c8eea12cd7c6e9059e9004078ed420