Oct 13 06:06:59.010 INFO checking xdlol-0.0.0 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 06:06:59.010 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-0/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 06:06:59.592 INFO blam! 8386c824591eb568efdfae2f86c0152b61fe64e0cee027469e49af749c5bb7e3 Oct 13 06:06:59.592 INFO running `"docker" "start" "-a" "8386c824591eb568efdfae2f86c0152b61fe64e0cee027469e49af749c5bb7e3"` Oct 13 06:07:00.824 INFO kablam! usermod: no changes Oct 13 06:07:01.016 INFO kablam! Checking statrs v0.9.0 Oct 13 06:07:03.276 INFO kablam! Checking xdlol v0.0.0 (/source) Oct 13 06:07:05.572 INFO kablam! warning: function is never used: `p_value` Oct 13 06:07:05.572 INFO kablam! --> src/statistics/chi_square.rs:112:1 Oct 13 06:07:05.572 INFO kablam! | Oct 13 06:07:05.572 INFO kablam! 112 | pub fn p_value(dof: u64, critical_value: f64) -> f64 { Oct 13 06:07:05.572 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:07:05.572 INFO kablam! | Oct 13 06:07:05.572 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:07:05.572 INFO kablam! Oct 13 06:07:05.572 INFO kablam! warning: variable `K` should have a snake case name such as `k` Oct 13 06:07:05.572 INFO kablam! --> src/statistics/chi_square.rs:116:9 Oct 13 06:07:05.572 INFO kablam! | Oct 13 06:07:05.572 INFO kablam! 116 | let K: f64 = dof as f64 * 0.5; Oct 13 06:07:05.572 INFO kablam! | ^ Oct 13 06:07:05.572 INFO kablam! | Oct 13 06:07:05.572 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 06:07:05.572 INFO kablam! Oct 13 06:07:05.572 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 13 06:07:05.572 INFO kablam! --> src/statistics/chi_square.rs:117:9 Oct 13 06:07:05.572 INFO kablam! | Oct 13 06:07:05.572 INFO kablam! 117 | let X: f64 = critical_value * 0.5; Oct 13 06:07:05.572 INFO kablam! | ^ Oct 13 06:07:05.572 INFO kablam! Oct 13 06:07:06.124 INFO kablam! warning: variable `K` should have a snake case name such as `k` Oct 13 06:07:06.124 INFO kablam! --> src/statistics/chi_square.rs:116:9 Oct 13 06:07:06.124 INFO kablam! | Oct 13 06:07:06.124 INFO kablam! 116 | let K: f64 = dof as f64 * 0.5; Oct 13 06:07:06.124 INFO kablam! | ^ Oct 13 06:07:06.124 INFO kablam! | Oct 13 06:07:06.124 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 13 06:07:06.124 INFO kablam! Oct 13 06:07:06.124 INFO kablam! warning: variable `X` should have a snake case name such as `x` Oct 13 06:07:06.124 INFO kablam! --> src/statistics/chi_square.rs:117:9 Oct 13 06:07:06.124 INFO kablam! | Oct 13 06:07:06.124 INFO kablam! 117 | let X: f64 = critical_value * 0.5; Oct 13 06:07:06.124 INFO kablam! | ^ Oct 13 06:07:06.124 INFO kablam! Oct 13 06:07:07.423 INFO kablam! warning: unused import: `IntoParallelRefIterator` Oct 13 06:07:07.423 INFO kablam! --> benches/frequency_map.rs:15:19 Oct 13 06:07:07.423 INFO kablam! | Oct 13 06:07:07.424 INFO kablam! 15 | use rayon::iter::{IntoParallelRefIterator, ParallelIterator}; Oct 13 06:07:07.425 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:07:07.425 INFO kablam! | Oct 13 06:07:07.425 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:07:07.425 INFO kablam! Oct 13 06:07:07.476 INFO kablam! warning: unused import: `ParallelIterator` Oct 13 06:07:07.477 INFO kablam! --> benches/frequency_map.rs:15:44 Oct 13 06:07:07.478 INFO kablam! | Oct 13 06:07:07.478 INFO kablam! 15 | use rayon::iter::{IntoParallelRefIterator, ParallelIterator}; Oct 13 06:07:07.479 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:07:07.479 INFO kablam! Oct 13 06:07:07.533 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.68s Oct 13 06:07:07.552 INFO kablam! su: No module specific data is present Oct 13 06:07:08.076 INFO running `"docker" "rm" "-f" "8386c824591eb568efdfae2f86c0152b61fe64e0cee027469e49af749c5bb7e3"` Oct 13 06:07:08.180 INFO blam! 8386c824591eb568efdfae2f86c0152b61fe64e0cee027469e49af749c5bb7e3