Oct 27 10:51:29.120 INFO checking LukasKalbertodt/sort-bench against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 10:51:29.120 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 10:51:29.495 INFO blam! 8118662ea82bcb15b801f059a183e64d0dfe13da8436604ec9755480d5f4dabd Oct 27 10:51:29.503 INFO running `"docker" "start" "-a" "8118662ea82bcb15b801f059a183e64d0dfe13da8436604ec9755480d5f4dabd"` Oct 27 10:51:30.571 INFO kablam! usermod: no changes Oct 27 10:51:30.743 INFO kablam! Checking rand v0.4.2 Oct 27 10:51:30.743 INFO kablam! Checking env_logger v0.4.3 Oct 27 10:51:33.222 INFO kablam! Checking quickcheck v0.6.0 Oct 27 10:51:33.222 INFO kablam! Checking sort-bench v0.1.0 (/source) Oct 27 10:51:34.061 INFO kablam! warning: function is never used: `one_element` Oct 27 10:51:34.061 INFO kablam! --> src/gen.rs:11:1 Oct 27 10:51:34.061 INFO kablam! | Oct 27 10:51:34.061 INFO kablam! 11 | pub fn one_element(count: usize, elem: T) -> Vec { Oct 27 10:51:34.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:51:34.061 INFO kablam! | Oct 27 10:51:34.061 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 10:51:34.061 INFO kablam! Oct 27 10:51:34.061 INFO kablam! warning: function is never used: `simple_increasing` Oct 27 10:51:34.061 INFO kablam! --> src/gen.rs:15:1 Oct 27 10:51:34.061 INFO kablam! | Oct 27 10:51:34.061 INFO kablam! 15 | pub fn simple_increasing(count: usize) -> Vec { Oct 27 10:51:34.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:51:34.061 INFO kablam! Oct 27 10:51:34.061 INFO kablam! warning: function is never used: `simple_decreasing` Oct 27 10:51:34.061 INFO kablam! --> src/gen.rs:19:1 Oct 27 10:51:34.061 INFO kablam! | Oct 27 10:51:34.061 INFO kablam! 19 | pub fn simple_decreasing(count: usize) -> Vec { Oct 27 10:51:34.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:51:34.061 INFO kablam! Oct 27 10:51:34.061 INFO kablam! warning: function is never used: `quick_sort_hoare_center` Oct 27 10:51:34.061 INFO kablam! --> src/impls/quick.rs:4:9 Oct 27 10:51:34.061 INFO kablam! | Oct 27 10:51:34.061 INFO kablam! 4 | pub fn $fn_name(arr: &mut [T]) { Oct 27 10:51:34.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:51:34.061 INFO kablam! ... Oct 27 10:51:34.061 INFO kablam! 25 | gen_quick_sort!(quick_sort_hoare_center, partition_hoare, pivot_center); Oct 27 10:51:34.061 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Oct 27 10:51:34.061 INFO kablam! Oct 27 10:51:34.061 INFO kablam! warning: function is never used: `quick_sort_lomuto_center` Oct 27 10:51:34.061 INFO kablam! --> src/impls/quick.rs:4:9 Oct 27 10:51:34.061 INFO kablam! | Oct 27 10:51:34.061 INFO kablam! 4 | pub fn $fn_name(arr: &mut [T]) { Oct 27 10:51:34.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:51:34.061 INFO kablam! ... Oct 27 10:51:34.061 INFO kablam! 26 | gen_quick_sort!(quick_sort_lomuto_center, partition_lomuto, pivot_center); Oct 27 10:51:34.061 INFO kablam! | -------------------------------------------------------------------------- in this macro invocation Oct 27 10:51:34.061 INFO kablam! Oct 27 10:51:34.061 INFO kablam! warning: function is never used: `pivot_center` Oct 27 10:51:34.061 INFO kablam! --> src/impls/quick.rs:31:1 Oct 27 10:51:34.061 INFO kablam! | Oct 27 10:51:34.062 INFO kablam! 31 | fn pivot_center(arr: &[T]) -> usize { Oct 27 10:51:34.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:51:34.062 INFO kablam! Oct 27 10:51:34.062 INFO kablam! warning: function is never used: `partition_hoare` Oct 27 10:51:34.062 INFO kablam! --> src/impls/quick.rs:41:1 Oct 27 10:51:34.062 INFO kablam! | Oct 27 10:51:34.062 INFO kablam! 41 | fn partition_hoare(arr: &mut [T], pivot_idx: usize) -> usize { Oct 27 10:51:34.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:51:34.062 INFO kablam! Oct 27 10:51:34.062 INFO kablam! warning: function is never used: `partition_lomuto` Oct 27 10:51:34.062 INFO kablam! --> src/impls/quick.rs:87:1 Oct 27 10:51:34.062 INFO kablam! | Oct 27 10:51:34.062 INFO kablam! 87 | fn partition_lomuto(arr: &mut [T], pivot_idx: usize) -> usize { Oct 27 10:51:34.062 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 10:51:34.062 INFO kablam! Oct 27 10:51:36.972 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.37s Oct 27 10:51:36.979 INFO kablam! su: No module specific data is present Oct 27 10:51:37.823 INFO running `"docker" "rm" "-f" "8118662ea82bcb15b801f059a183e64d0dfe13da8436604ec9755480d5f4dabd"` Oct 27 10:51:38.251 INFO blam! 8118662ea82bcb15b801f059a183e64d0dfe13da8436604ec9755480d5f4dabd