Sep 01 19:15:21.760 INFO checking wavelet-matrix-0.4.7 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 19:15:21.760 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 19:15:21.760 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 19:15:22.038 INFO blam! 5e35cfc1d78eb78e9158a4d92dc3b29f73c61f59f7a157c63ff4927ce830eb45 Sep 01 19:15:22.041 INFO running `"docker" "start" "-a" "5e35cfc1d78eb78e9158a4d92dc3b29f73c61f59f7a157c63ff4927ce830eb45"` Sep 01 19:15:22.825 INFO kablam! Checking easybench v0.1.4 Sep 01 19:15:22.825 INFO kablam! Checking succinct v0.4.4 Sep 01 19:15:25.347 INFO kablam! Checking wavelet-matrix v0.4.7 (file:///source) Sep 01 19:15:27.250 INFO kablam! warning: unused variable: `limit_secs` Sep 01 19:15:27.250 INFO kablam! --> benches/easybench.rs:57:55 Sep 01 19:15:27.250 INFO kablam! | Sep 01 19:15:27.250 INFO kablam! 57 | fn overall_helper(num: usize, desc: &str, upper: u64, limit_secs: u64) { Sep 01 19:15:27.250 INFO kablam! | ^^^^^^^^^^ help: consider using `_limit_secs` instead Sep 01 19:15:27.250 INFO kablam! | Sep 01 19:15:27.250 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 19:15:27.250 INFO kablam! Sep 01 19:15:27.251 INFO kablam! warning: value assigned to `errorpct` is never read Sep 01 19:15:27.251 INFO kablam! --> benches/easybench.rs:332:13 Sep 01 19:15:27.251 INFO kablam! | Sep 01 19:15:27.251 INFO kablam! 332 | let mut errorpct = 0.0; Sep 01 19:15:27.251 INFO kablam! | ^^^^^^^^ Sep 01 19:15:27.252 INFO kablam! | Sep 01 19:15:27.252 INFO kablam! = note: #[warn(unused_assignments)] on by default Sep 01 19:15:27.252 INFO kablam! Sep 01 19:15:27.255 INFO kablam! warning: variable does not need to be mutable Sep 01 19:15:27.255 INFO kablam! --> benches/easybench.rs:49:13 Sep 01 19:15:27.256 INFO kablam! | Sep 01 19:15:27.256 INFO kablam! 49 | let mut rng = rand::weak_rng(); Sep 01 19:15:27.256 INFO kablam! | ----^^^ Sep 01 19:15:27.256 INFO kablam! | | Sep 01 19:15:27.256 INFO kablam! | help: remove this `mut` Sep 01 19:15:27.256 INFO kablam! | Sep 01 19:15:27.256 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 19:15:27.256 INFO kablam! Sep 01 19:15:27.344 INFO kablam! warning: function is never used: `statstical_helper` Sep 01 19:15:27.344 INFO kablam! --> benches/easybench.rs:264:1 Sep 01 19:15:27.344 INFO kablam! | Sep 01 19:15:27.344 INFO kablam! 264 | fn statstical_helper(num: usize, lower: u64, upper: u64, k: usize) { Sep 01 19:15:27.344 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:15:27.344 INFO kablam! | Sep 01 19:15:27.345 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 19:15:27.345 INFO kablam! Sep 01 19:15:27.346 INFO kablam! warning: function is never used: `sum_uniform_find_sufficient_k` Sep 01 19:15:27.346 INFO kablam! --> benches/easybench.rs:330:1 Sep 01 19:15:27.346 INFO kablam! | Sep 01 19:15:27.346 INFO kablam! 330 | fn sum_uniform_find_sufficient_k(num: usize, lower: u64, upper: u64, accuracy_pct: f64) -> usize { Sep 01 19:15:27.346 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:15:27.347 INFO kablam! Sep 01 19:15:27.347 INFO kablam! warning: function is never used: `average` Sep 01 19:15:27.347 INFO kablam! --> benches/easybench.rs:373:1 Sep 01 19:15:27.347 INFO kablam! | Sep 01 19:15:27.347 INFO kablam! 373 | fn average(r: &std::ops::Range) -> u64 { Sep 01 19:15:27.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:15:27.347 INFO kablam! Sep 01 19:15:27.348 INFO kablam! warning: function is never used: `error_pct` Sep 01 19:15:27.348 INFO kablam! --> benches/easybench.rs:377:1 Sep 01 19:15:27.348 INFO kablam! | Sep 01 19:15:27.348 INFO kablam! 377 | fn error_pct(computed: u64, actual: u64) -> f64 { Sep 01 19:15:27.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:15:27.349 INFO kablam! Sep 01 19:15:27.349 INFO kablam! warning: function is never used: `statistical_performance` Sep 01 19:15:27.349 INFO kablam! --> benches/easybench.rs:392:1 Sep 01 19:15:27.349 INFO kablam! | Sep 01 19:15:27.349 INFO kablam! 392 | fn statistical_performance() { Sep 01 19:15:27.349 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:15:27.350 INFO kablam! Sep 01 19:15:27.350 INFO kablam! warning: function is never used: `statistical_sufficient_k` Sep 01 19:15:27.350 INFO kablam! --> benches/easybench.rs:421:1 Sep 01 19:15:27.350 INFO kablam! | Sep 01 19:15:27.350 INFO kablam! 421 | fn statistical_sufficient_k() { Sep 01 19:15:27.350 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 19:15:27.351 INFO kablam! Sep 01 19:15:27.570 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.81s Sep 01 19:15:27.574 INFO kablam! su: No module specific data is present Sep 01 19:15:27.954 INFO running `"docker" "rm" "-f" "5e35cfc1d78eb78e9158a4d92dc3b29f73c61f59f7a157c63ff4927ce830eb45"` Sep 01 19:15:28.073 INFO blam! 5e35cfc1d78eb78e9158a4d92dc3b29f73c61f59f7a157c63ff4927ce830eb45