Oct 27 13:18:52.396 INFO checking xdlol-0.0.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 13:18:52.396 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 13:18:52.716 INFO blam! be3a5b9e5a48b373d09bfe1d247fe65e1a4ecfb4652fdfcade4ee9087a9883bd Oct 27 13:18:52.717 INFO running `"docker" "start" "-a" "be3a5b9e5a48b373d09bfe1d247fe65e1a4ecfb4652fdfcade4ee9087a9883bd"` Oct 27 13:18:54.055 INFO kablam! usermod: no changes Oct 27 13:18:54.219 INFO kablam! Checking crossbeam-utils v0.2.2 Oct 27 13:18:54.247 INFO kablam! Checking float-cmp v0.4.0 Oct 27 13:18:55.596 INFO kablam! Checking crossbeam-epoch v0.3.1 Oct 27 13:18:56.595 INFO kablam! Checking crossbeam-deque v0.2.0 Oct 27 13:18:57.788 INFO kablam! Checking rayon-core v1.4.1 Oct 27 13:18:59.283 INFO kablam! Checking rayon v1.0.2 Oct 27 13:19:03.883 INFO kablam! Checking xdlol v0.0.0 (/source) Oct 27 13:19:05.735 INFO kablam! warning: function is never used: `p_value` Oct 27 13:19:05.735 INFO kablam! --> src/statistics/chi_square.rs:112:1 Oct 27 13:19:05.735 INFO kablam! | Oct 27 13:19:05.735 INFO kablam! 112 | pub fn p_value(dof: u64, critical_value: f64) -> f64 { Oct 27 13:19:05.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:19:05.735 INFO kablam! | Oct 27 13:19:05.735 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 13:19:05.735 INFO kablam! Oct 27 13:19:05.735 INFO kablam! warning: variable `K` should have a snake case name such as `k` Oct 27 13:19:05.735 INFO kablam! --> src/statistics/chi_square.rs:116:9 Oct 27 13:19:05.735 INFO kablam! | Oct 27 13:19:05.735 INFO kablam! 116 | let K: f64 = dof as f64 * 0.5; Oct 27 13:19:05.735 INFO kablam! | ^ Oct 27 13:19:05.735 INFO kablam! | Oct 27 13:19:05.735 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 13:19:05.735 INFO kablam! Oct 27 13:19:05.735 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 27 13:19:05.735 INFO kablam! --> src/statistics/chi_square.rs:117:9 Oct 27 13:19:05.735 INFO kablam! | Oct 27 13:19:05.735 INFO kablam! 117 | let X: f64 = critical_value * 0.5; Oct 27 13:19:05.735 INFO kablam! | ^ Oct 27 13:19:05.735 INFO kablam! Oct 27 13:19:06.401 INFO kablam! warning: variable `K` should have a snake case name such as `k` Oct 27 13:19:06.401 INFO kablam! --> src/statistics/chi_square.rs:116:9 Oct 27 13:19:06.401 INFO kablam! | Oct 27 13:19:06.401 INFO kablam! 116 | let K: f64 = dof as f64 * 0.5; Oct 27 13:19:06.401 INFO kablam! | ^ Oct 27 13:19:06.401 INFO kablam! | Oct 27 13:19:06.401 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 13:19:06.401 INFO kablam! Oct 27 13:19:06.401 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 27 13:19:06.401 INFO kablam! --> src/statistics/chi_square.rs:117:9 Oct 27 13:19:06.401 INFO kablam! | Oct 27 13:19:06.401 INFO kablam! 117 | let X: f64 = critical_value * 0.5; Oct 27 13:19:06.401 INFO kablam! | ^ Oct 27 13:19:06.401 INFO kablam! Oct 27 13:19:07.483 INFO kablam! warning: unused import: `IntoParallelRefIterator` Oct 27 13:19:07.483 INFO kablam! --> benches/frequency_map.rs:15:19 Oct 27 13:19:07.483 INFO kablam! | Oct 27 13:19:07.483 INFO kablam! 15 | use rayon::iter::{IntoParallelRefIterator, ParallelIterator}; Oct 27 13:19:07.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 13:19:07.483 INFO kablam! | Oct 27 13:19:07.483 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 13:19:07.483 INFO kablam! Oct 27 13:19:07.527 INFO kablam! warning: unused import: `ParallelIterator` Oct 27 13:19:07.527 INFO kablam! --> benches/frequency_map.rs:15:44 Oct 27 13:19:07.527 INFO kablam! | Oct 27 13:19:07.527 INFO kablam! 15 | use rayon::iter::{IntoParallelRefIterator, ParallelIterator}; Oct 27 13:19:07.527 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 13:19:07.527 INFO kablam! Oct 27 13:19:07.562 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.48s Oct 27 13:19:07.573 INFO kablam! su: No module specific data is present Oct 27 13:19:07.917 INFO running `"docker" "rm" "-f" "be3a5b9e5a48b373d09bfe1d247fe65e1a4ecfb4652fdfcade4ee9087a9883bd"` Oct 27 13:19:08.065 INFO blam! be3a5b9e5a48b373d09bfe1d247fe65e1a4ecfb4652fdfcade4ee9087a9883bd