Oct 13 03:44:16.392 INFO checking LukasKalbertodt/sort-bench against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 03:44:16.393 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 03:44:16.815 INFO blam! ba9da06a7e9506d07b2179f4adddbee038bc613c85452eeac4c593028f1aff88 Oct 13 03:44:16.836 INFO running `"docker" "start" "-a" "ba9da06a7e9506d07b2179f4adddbee038bc613c85452eeac4c593028f1aff88"` Oct 13 03:44:18.212 INFO kablam! usermod: no changes Oct 13 03:44:18.320 INFO kablam! Checking sort-bench v0.1.0 (/source) Oct 13 03:44:18.360 INFO kablam! Checking env_logger v0.4.3 Oct 13 03:44:19.205 INFO kablam! warning: function is never used: `one_element` Oct 13 03:44:19.205 INFO kablam! --> src/gen.rs:11:1 Oct 13 03:44:19.206 INFO kablam! | Oct 13 03:44:19.206 INFO kablam! 11 | pub fn one_element(count: usize, elem: T) -> Vec { Oct 13 03:44:19.206 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:19.207 INFO kablam! | Oct 13 03:44:19.207 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 03:44:19.207 INFO kablam! Oct 13 03:44:19.208 INFO kablam! warning: function is never used: `simple_increasing` Oct 13 03:44:19.208 INFO kablam! --> src/gen.rs:15:1 Oct 13 03:44:19.208 INFO kablam! | Oct 13 03:44:19.208 INFO kablam! 15 | pub fn simple_increasing(count: usize) -> Vec { Oct 13 03:44:19.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:19.209 INFO kablam! Oct 13 03:44:19.209 INFO kablam! warning: function is never used: `simple_decreasing` Oct 13 03:44:19.209 INFO kablam! --> src/gen.rs:19:1 Oct 13 03:44:19.210 INFO kablam! | Oct 13 03:44:19.210 INFO kablam! 19 | pub fn simple_decreasing(count: usize) -> Vec { Oct 13 03:44:19.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:19.210 INFO kablam! Oct 13 03:44:19.210 INFO kablam! warning: function is never used: `quick_sort_hoare_center` Oct 13 03:44:19.211 INFO kablam! --> src/impls/quick.rs:4:9 Oct 13 03:44:19.211 INFO kablam! | Oct 13 03:44:19.211 INFO kablam! 4 | pub fn $fn_name(arr: &mut [T]) { Oct 13 03:44:19.211 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:19.212 INFO kablam! ... Oct 13 03:44:19.212 INFO kablam! 25 | gen_quick_sort!(quick_sort_hoare_center, partition_hoare, pivot_center); Oct 13 03:44:19.212 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Oct 13 03:44:19.213 INFO kablam! Oct 13 03:44:19.213 INFO kablam! warning: function is never used: `quick_sort_lomuto_center` Oct 13 03:44:19.213 INFO kablam! --> src/impls/quick.rs:4:9 Oct 13 03:44:19.213 INFO kablam! | Oct 13 03:44:19.214 INFO kablam! 4 | pub fn $fn_name(arr: &mut [T]) { Oct 13 03:44:19.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:19.214 INFO kablam! ... Oct 13 03:44:19.214 INFO kablam! 26 | gen_quick_sort!(quick_sort_lomuto_center, partition_lomuto, pivot_center); Oct 13 03:44:19.215 INFO kablam! | -------------------------------------------------------------------------- in this macro invocation Oct 13 03:44:19.215 INFO kablam! Oct 13 03:44:19.215 INFO kablam! warning: function is never used: `pivot_center` Oct 13 03:44:19.215 INFO kablam! --> src/impls/quick.rs:31:1 Oct 13 03:44:19.215 INFO kablam! | Oct 13 03:44:19.215 INFO kablam! 31 | fn pivot_center(arr: &[T]) -> usize { Oct 13 03:44:19.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:19.215 INFO kablam! Oct 13 03:44:19.215 INFO kablam! warning: function is never used: `partition_hoare` Oct 13 03:44:19.215 INFO kablam! --> src/impls/quick.rs:41:1 Oct 13 03:44:19.215 INFO kablam! | Oct 13 03:44:19.215 INFO kablam! 41 | fn partition_hoare(arr: &mut [T], pivot_idx: usize) -> usize { Oct 13 03:44:19.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:19.215 INFO kablam! Oct 13 03:44:19.215 INFO kablam! warning: function is never used: `partition_lomuto` Oct 13 03:44:19.215 INFO kablam! --> src/impls/quick.rs:87:1 Oct 13 03:44:19.215 INFO kablam! | Oct 13 03:44:19.215 INFO kablam! 87 | fn partition_lomuto(arr: &mut [T], pivot_idx: usize) -> usize { Oct 13 03:44:19.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 03:44:19.215 INFO kablam! Oct 13 03:44:19.874 INFO kablam! Checking quickcheck v0.6.0 Oct 13 03:44:23.473 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.22s Oct 13 03:44:23.478 INFO kablam! su: No module specific data is present Oct 13 03:44:24.444 INFO running `"docker" "rm" "-f" "ba9da06a7e9506d07b2179f4adddbee038bc613c85452eeac4c593028f1aff88"` Oct 13 03:44:24.754 INFO blam! ba9da06a7e9506d07b2179f4adddbee038bc613c85452eeac4c593028f1aff88