Oct 15 13:40:51.210 INFO testing xdlol-0.0.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:40:51.210 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 13:40:51.607 INFO blam! 1c7ee0e185549e0aa53accc28ea1c2f5c7ad08a17f97db6581de772fb9af2ba7 Oct 15 13:40:51.609 INFO running `"docker" "start" "-a" "1c7ee0e185549e0aa53accc28ea1c2f5c7ad08a17f97db6581de772fb9af2ba7"` Oct 15 13:40:52.432 INFO kablam! usermod: no changes Oct 15 13:40:52.581 INFO kablam! Compiling xdlol v0.0.0 (/source) Oct 15 13:40:54.072 INFO kablam! warning: function is never used: `p_value` Oct 15 13:40:54.072 INFO kablam! --> src/statistics/chi_square.rs:112:1 Oct 15 13:40:54.072 INFO kablam! | Oct 15 13:40:54.073 INFO kablam! 112 | pub fn p_value(dof: u64, critical_value: f64) -> f64 { Oct 15 13:40:54.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 13:40:54.074 INFO kablam! | Oct 15 13:40:54.074 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 13:40:54.074 INFO kablam! Oct 15 13:40:54.075 INFO kablam! warning: variable `K` should have a snake case name such as `k` Oct 15 13:40:54.075 INFO kablam! --> src/statistics/chi_square.rs:116:9 Oct 15 13:40:54.075 INFO kablam! | Oct 15 13:40:54.076 INFO kablam! 116 | let K: f64 = dof as f64 * 0.5; Oct 15 13:40:54.076 INFO kablam! | ^ Oct 15 13:40:54.076 INFO kablam! | Oct 15 13:40:54.076 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 13:40:54.076 INFO kablam! Oct 15 13:40:54.076 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 15 13:40:54.076 INFO kablam! --> src/statistics/chi_square.rs:117:9 Oct 15 13:40:54.077 INFO kablam! | Oct 15 13:40:54.077 INFO kablam! 117 | let X: f64 = critical_value * 0.5; Oct 15 13:40:54.077 INFO kablam! | ^ Oct 15 13:40:54.077 INFO kablam! Oct 15 13:40:54.407 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.94s Oct 15 13:40:54.413 INFO kablam! su: No module specific data is present Oct 15 13:40:54.734 INFO running `"docker" "rm" "-f" "1c7ee0e185549e0aa53accc28ea1c2f5c7ad08a17f97db6581de772fb9af2ba7"` Oct 15 13:40:54.847 INFO blam! 1c7ee0e185549e0aa53accc28ea1c2f5c7ad08a17f97db6581de772fb9af2ba7 Oct 15 13:40:54.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 13:40:55.141 INFO blam! 7b8f934347b08e2bf508800588029ecd7533a90849772269cbb1c94057a50664 Oct 15 13:40:55.143 INFO running `"docker" "start" "-a" "7b8f934347b08e2bf508800588029ecd7533a90849772269cbb1c94057a50664"` Oct 15 13:40:55.757 INFO kablam! usermod: no changes Oct 15 13:40:55.858 INFO kablam! Compiling xdlol v0.0.0 (/source) Oct 15 13:40:57.503 INFO kablam! warning: variable `K` should have a snake case name such as `k` Oct 15 13:40:57.504 INFO kablam! --> src/statistics/chi_square.rs:116:9 Oct 15 13:40:57.504 INFO kablam! | Oct 15 13:40:57.504 INFO kablam! 116 | let K: f64 = dof as f64 * 0.5; Oct 15 13:40:57.504 INFO kablam! | ^ Oct 15 13:40:57.504 INFO kablam! | Oct 15 13:40:57.504 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 13:40:57.504 INFO kablam! Oct 15 13:40:57.504 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 15 13:40:57.504 INFO kablam! --> src/statistics/chi_square.rs:117:9 Oct 15 13:40:57.504 INFO kablam! | Oct 15 13:40:57.504 INFO kablam! 117 | let X: f64 = critical_value * 0.5; Oct 15 13:40:57.504 INFO kablam! | ^ Oct 15 13:40:57.504 INFO kablam! Oct 15 13:40:59.439 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.66s Oct 15 13:40:59.447 INFO kablam! su: No module specific data is present Oct 15 13:40:59.883 INFO running `"docker" "rm" "-f" "7b8f934347b08e2bf508800588029ecd7533a90849772269cbb1c94057a50664"` Oct 15 13:40:59.973 INFO blam! 7b8f934347b08e2bf508800588029ecd7533a90849772269cbb1c94057a50664 Oct 15 13:40:59.976 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 15 13:41:00.175 INFO blam! 1ed1c80818d8672ae1ce5d42e7648a2a2ced1b3d4fc518522940a5dff28ff60c Oct 15 13:41:00.183 INFO running `"docker" "start" "-a" "1ed1c80818d8672ae1ce5d42e7648a2a2ced1b3d4fc518522940a5dff28ff60c"` Oct 15 13:41:00.784 INFO kablam! usermod: no changes Oct 15 13:41:00.894 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 15 13:41:00.909 INFO kablam! Running /target/debug/deps/xdlol-ee7a1c9854fb8a94 Oct 15 13:41:00.914 INFO blam! Oct 15 13:41:00.914 INFO blam! running 17 tests Oct 15 13:41:00.915 INFO blam! test statistics::chi_square::tests::p_value_against_scipy ... ok Oct 15 13:41:00.915 INFO blam! test statistics::chi_square::tests::chi_square_test_pass ... ok Oct 15 13:41:00.915 INFO blam! test statistics::chi_square::tests::p_value_basic ... ok Oct 15 13:41:00.915 INFO blam! test statistics::chi_square::tests::test_chi_square ... ok Oct 15 13:41:00.919 INFO blam! test statistics::chi_square::tests::chi_square_test_failure_sample_size_too_small ... ok Oct 15 13:41:00.919 INFO blam! test statistics::frequency::tests::frequency_map_insert_get ... ok Oct 15 13:41:00.919 INFO blam! test statistics::chi_square::tests::chi_square_test_failure_element_zero_frequency ... ok Oct 15 13:41:00.919 INFO blam! test statistics::frequency::tests::frequency_map_from_iter_get ... ok Oct 15 13:41:00.919 INFO blam! test statistics::chi_square::tests::chi_square_test_failure_element_frequency_too_small ... ok Oct 15 13:41:00.919 INFO blam! test statistics::tests::test_normalize_simple ... ok Oct 15 13:41:00.927 INFO blam! test statistics::tests::test_normalize_simple_offset ... ok Oct 15 13:41:00.927 INFO blam! test statistics::frequency::tests::frequency_map_insert_return ... ok Oct 15 13:41:00.927 INFO blam! test statistics::tests::test_histogram ... ok Oct 15 13:41:00.935 INFO blam! test statistics::chi_square::tests::test_chi_square_large_dataset ... ok Oct 15 13:41:00.940 INFO blam! test statistics::tests::test_normalize_value_out_of_range_high ... ok Oct 15 13:41:00.941 INFO blam! test statistics::tests::test_normalize_divide_by_zero ... ok Oct 15 13:41:00.941 INFO blam! test statistics::tests::test_normalize_value_out_of_range_low ... ok Oct 15 13:41:00.941 INFO blam! Oct 15 13:41:00.941 INFO blam! test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:41:00.941 INFO blam! Oct 15 13:41:00.944 INFO kablam! Doc-tests xdlol Oct 15 13:41:03.053 INFO blam! Oct 15 13:41:03.053 INFO blam! running 8 tests Oct 15 13:41:09.347 INFO blam! test src/statistics/frequency.rs - statistics::frequency::FrequencyMap::with_capacity (line 55) ... ok Oct 15 13:41:12.219 INFO blam! test src/statistics/frequency.rs - statistics::frequency::FrequencyMap::get (line 75) ... ok Oct 15 13:41:14.991 INFO blam! test src/statistics/frequency.rs - statistics::frequency::FrequencyMap::values (line 120) ... ok Oct 15 13:41:15.231 INFO blam! test src/statistics/chi_square.rs - statistics::chi_square::chi_square_test (line 22) ... ok Oct 15 13:41:15.663 INFO blam! test src/statistics/frequency.rs - statistics::frequency::FrequencyMap::new (line 36) ... ok Oct 15 13:41:15.811 INFO blam! test src/statistics/mod.rs - statistics::histogram (line 25) ... ok Oct 15 13:41:17.219 INFO blam! test src/statistics/frequency.rs - statistics::frequency::FrequencyMap::insert (line 102) ... ok Oct 15 13:41:17.559 INFO blam! test src/statistics/chi_square.rs - statistics::chi_square::chi_square (line 65) ... ok Oct 15 13:41:17.560 INFO blam! Oct 15 13:41:17.560 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:41:17.560 INFO blam! Oct 15 13:41:17.575 INFO kablam! su: No module specific data is present Oct 15 13:41:18.526 INFO running `"docker" "rm" "-f" "1ed1c80818d8672ae1ce5d42e7648a2a2ced1b3d4fc518522940a5dff28ff60c"` Oct 15 13:41:18.723 INFO blam! 1ed1c80818d8672ae1ce5d42e7648a2a2ced1b3d4fc518522940a5dff28ff60c