Oct 21 21:02:51.960 INFO checking LukasKalbertodt/sort-bench against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 21:02:51.960 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/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 21 21:02:52.592 INFO blam! 7704e6f0586856903ea2053f09d150124052083ff57c51932c2796a8076bc6d8 Oct 21 21:02:52.604 INFO running `"docker" "start" "-a" "7704e6f0586856903ea2053f09d150124052083ff57c51932c2796a8076bc6d8"` Oct 21 21:02:53.692 INFO kablam! usermod: no changes Oct 21 21:02:53.950 INFO kablam! Checking sort-bench v0.1.0 (/source) Oct 21 21:02:53.950 INFO kablam! Checking quickcheck v0.6.0 Oct 21 21:02:54.624 INFO kablam! warning: function is never used: `one_element` Oct 21 21:02:54.624 INFO kablam! --> src/gen.rs:11:1 Oct 21 21:02:54.624 INFO kablam! | Oct 21 21:02:54.624 INFO kablam! 11 | pub fn one_element(count: usize, elem: T) -> Vec { Oct 21 21:02:54.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:02:54.624 INFO kablam! | Oct 21 21:02:54.624 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 21:02:54.624 INFO kablam! Oct 21 21:02:54.624 INFO kablam! warning: function is never used: `simple_increasing` Oct 21 21:02:54.624 INFO kablam! --> src/gen.rs:15:1 Oct 21 21:02:54.624 INFO kablam! | Oct 21 21:02:54.624 INFO kablam! 15 | pub fn simple_increasing(count: usize) -> Vec { Oct 21 21:02:54.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:02:54.624 INFO kablam! Oct 21 21:02:54.624 INFO kablam! warning: function is never used: `simple_decreasing` Oct 21 21:02:54.624 INFO kablam! --> src/gen.rs:19:1 Oct 21 21:02:54.624 INFO kablam! | Oct 21 21:02:54.624 INFO kablam! 19 | pub fn simple_decreasing(count: usize) -> Vec { Oct 21 21:02:54.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:02:54.624 INFO kablam! Oct 21 21:02:54.624 INFO kablam! warning: function is never used: `quick_sort_hoare_center` Oct 21 21:02:54.624 INFO kablam! --> src/impls/quick.rs:4:9 Oct 21 21:02:54.624 INFO kablam! | Oct 21 21:02:54.624 INFO kablam! 4 | pub fn $fn_name(arr: &mut [T]) { Oct 21 21:02:54.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:02:54.624 INFO kablam! ... Oct 21 21:02:54.624 INFO kablam! 25 | gen_quick_sort!(quick_sort_hoare_center, partition_hoare, pivot_center); Oct 21 21:02:54.624 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Oct 21 21:02:54.624 INFO kablam! Oct 21 21:02:54.624 INFO kablam! warning: function is never used: `quick_sort_lomuto_center` Oct 21 21:02:54.624 INFO kablam! --> src/impls/quick.rs:4:9 Oct 21 21:02:54.624 INFO kablam! | Oct 21 21:02:54.624 INFO kablam! 4 | pub fn $fn_name(arr: &mut [T]) { Oct 21 21:02:54.624 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:02:54.624 INFO kablam! ... Oct 21 21:02:54.624 INFO kablam! 26 | gen_quick_sort!(quick_sort_lomuto_center, partition_lomuto, pivot_center); Oct 21 21:02:54.624 INFO kablam! | -------------------------------------------------------------------------- in this macro invocation Oct 21 21:02:54.624 INFO kablam! Oct 21 21:02:54.624 INFO kablam! warning: function is never used: `pivot_center` Oct 21 21:02:54.624 INFO kablam! --> src/impls/quick.rs:31:1 Oct 21 21:02:54.624 INFO kablam! | Oct 21 21:02:54.624 INFO kablam! 31 | fn pivot_center(arr: &[T]) -> usize { Oct 21 21:02:54.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:02:54.625 INFO kablam! Oct 21 21:02:54.625 INFO kablam! warning: function is never used: `partition_hoare` Oct 21 21:02:54.625 INFO kablam! --> src/impls/quick.rs:41:1 Oct 21 21:02:54.625 INFO kablam! | Oct 21 21:02:54.625 INFO kablam! 41 | fn partition_hoare(arr: &mut [T], pivot_idx: usize) -> usize { Oct 21 21:02:54.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:02:54.625 INFO kablam! Oct 21 21:02:54.625 INFO kablam! warning: function is never used: `partition_lomuto` Oct 21 21:02:54.625 INFO kablam! --> src/impls/quick.rs:87:1 Oct 21 21:02:54.625 INFO kablam! | Oct 21 21:02:54.625 INFO kablam! 87 | fn partition_lomuto(arr: &mut [T], pivot_idx: usize) -> usize { Oct 21 21:02:54.625 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 21:02:54.625 INFO kablam! Oct 21 21:02:58.232 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.51s Oct 21 21:02:58.236 INFO kablam! su: No module specific data is present Oct 21 21:02:59.355 INFO running `"docker" "rm" "-f" "7704e6f0586856903ea2053f09d150124052083ff57c51932c2796a8076bc6d8"` Oct 21 21:02:59.632 INFO blam! 7704e6f0586856903ea2053f09d150124052083ff57c51932c2796a8076bc6d8