Oct 15 09:04:11.076 INFO testing LukasKalbertodt/sort-bench against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 09:04:11.076 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 09:04:11.254 INFO blam! d19f38123fbc4bce14b6b9ab3e29edfbc8a9594b29d1b7383e4acb0e794db34e Oct 15 09:04:11.256 INFO running `"docker" "start" "-a" "d19f38123fbc4bce14b6b9ab3e29edfbc8a9594b29d1b7383e4acb0e794db34e"` Oct 15 09:04:11.608 INFO kablam! usermod: no changes Oct 15 09:04:11.655 INFO kablam! Compiling sort-bench v0.1.0 (/source) Oct 15 09:04:12.145 INFO kablam! warning: function is never used: `one_element` Oct 15 09:04:12.145 INFO kablam! --> src/gen.rs:11:1 Oct 15 09:04:12.145 INFO kablam! | Oct 15 09:04:12.145 INFO kablam! 11 | pub fn one_element(count: usize, elem: T) -> Vec { Oct 15 09:04:12.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:12.145 INFO kablam! | Oct 15 09:04:12.145 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:04:12.145 INFO kablam! Oct 15 09:04:12.145 INFO kablam! warning: function is never used: `simple_increasing` Oct 15 09:04:12.145 INFO kablam! --> src/gen.rs:15:1 Oct 15 09:04:12.145 INFO kablam! | Oct 15 09:04:12.145 INFO kablam! 15 | pub fn simple_increasing(count: usize) -> Vec { Oct 15 09:04:12.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:12.145 INFO kablam! Oct 15 09:04:12.145 INFO kablam! warning: function is never used: `simple_decreasing` Oct 15 09:04:12.145 INFO kablam! --> src/gen.rs:19:1 Oct 15 09:04:12.145 INFO kablam! | Oct 15 09:04:12.145 INFO kablam! 19 | pub fn simple_decreasing(count: usize) -> Vec { Oct 15 09:04:12.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:12.145 INFO kablam! Oct 15 09:04:12.145 INFO kablam! warning: function is never used: `quick_sort_hoare_center` Oct 15 09:04:12.145 INFO kablam! --> src/impls/quick.rs:4:9 Oct 15 09:04:12.145 INFO kablam! | Oct 15 09:04:12.145 INFO kablam! 4 | pub fn $fn_name(arr: &mut [T]) { Oct 15 09:04:12.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:12.145 INFO kablam! ... Oct 15 09:04:12.145 INFO kablam! 25 | gen_quick_sort!(quick_sort_hoare_center, partition_hoare, pivot_center); Oct 15 09:04:12.145 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Oct 15 09:04:12.145 INFO kablam! Oct 15 09:04:12.145 INFO kablam! warning: function is never used: `quick_sort_lomuto_center` Oct 15 09:04:12.145 INFO kablam! --> src/impls/quick.rs:4:9 Oct 15 09:04:12.145 INFO kablam! | Oct 15 09:04:12.145 INFO kablam! 4 | pub fn $fn_name(arr: &mut [T]) { Oct 15 09:04:12.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:12.145 INFO kablam! ... Oct 15 09:04:12.145 INFO kablam! 26 | gen_quick_sort!(quick_sort_lomuto_center, partition_lomuto, pivot_center); Oct 15 09:04:12.145 INFO kablam! | -------------------------------------------------------------------------- in this macro invocation Oct 15 09:04:12.145 INFO kablam! Oct 15 09:04:12.145 INFO kablam! warning: function is never used: `pivot_center` Oct 15 09:04:12.145 INFO kablam! --> src/impls/quick.rs:31:1 Oct 15 09:04:12.145 INFO kablam! | Oct 15 09:04:12.145 INFO kablam! 31 | fn pivot_center(arr: &[T]) -> usize { Oct 15 09:04:12.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:12.145 INFO kablam! Oct 15 09:04:12.145 INFO kablam! warning: function is never used: `partition_hoare` Oct 15 09:04:12.145 INFO kablam! --> src/impls/quick.rs:41:1 Oct 15 09:04:12.145 INFO kablam! | Oct 15 09:04:12.145 INFO kablam! 41 | fn partition_hoare(arr: &mut [T], pivot_idx: usize) -> usize { Oct 15 09:04:12.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:12.145 INFO kablam! Oct 15 09:04:12.145 INFO kablam! warning: function is never used: `partition_lomuto` Oct 15 09:04:12.145 INFO kablam! --> src/impls/quick.rs:87:1 Oct 15 09:04:12.145 INFO kablam! | Oct 15 09:04:12.145 INFO kablam! 87 | fn partition_lomuto(arr: &mut [T], pivot_idx: usize) -> usize { Oct 15 09:04:12.145 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:12.147 INFO kablam! Oct 15 09:04:12.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.03s Oct 15 09:04:12.657 INFO kablam! su: No module specific data is present Oct 15 09:04:12.981 INFO running `"docker" "rm" "-f" "d19f38123fbc4bce14b6b9ab3e29edfbc8a9594b29d1b7383e4acb0e794db34e"` Oct 15 09:04:13.050 INFO blam! d19f38123fbc4bce14b6b9ab3e29edfbc8a9594b29d1b7383e4acb0e794db34e Oct 15 09:04:13.052 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 09:04:13.235 INFO blam! f3ac83686d76863f9c6e06733762efba2f6a431971aa8faa4910f6da2cb31743 Oct 15 09:04:13.237 INFO running `"docker" "start" "-a" "f3ac83686d76863f9c6e06733762efba2f6a431971aa8faa4910f6da2cb31743"` Oct 15 09:04:13.852 INFO kablam! usermod: no changes Oct 15 09:04:13.935 INFO kablam! Compiling quickcheck v0.6.0 Oct 15 09:04:16.428 INFO kablam! Compiling sort-bench v0.1.0 (/source) Oct 15 09:04:19.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.30s Oct 15 09:04:19.191 INFO kablam! su: No module specific data is present Oct 15 09:04:20.123 INFO running `"docker" "rm" "-f" "f3ac83686d76863f9c6e06733762efba2f6a431971aa8faa4910f6da2cb31743"` Oct 15 09:04:20.431 INFO blam! f3ac83686d76863f9c6e06733762efba2f6a431971aa8faa4910f6da2cb31743 Oct 15 09:04:20.437 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-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 15 09:04:20.915 INFO blam! c25b8f25ddfd6e6fa0c1c38fa2bb659ef4b791a643c852fca1f9dd5d75c1e9a0 Oct 15 09:04:20.921 INFO running `"docker" "start" "-a" "c25b8f25ddfd6e6fa0c1c38fa2bb659ef4b791a643c852fca1f9dd5d75c1e9a0"` Oct 15 09:04:22.067 INFO kablam! usermod: no changes Oct 15 09:04:22.144 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 09:04:22.155 INFO kablam! Running /target/debug/deps/sort_bench-04da1201e14db374 Oct 15 09:04:22.155 INFO blam! Oct 15 09:04:22.155 INFO blam! running 12 tests Oct 15 09:04:22.174 INFO blam! test impls::quick::quick_sort_hoare_center::test_simple_incr ... ok Oct 15 09:04:22.174 INFO blam! test impls::quick::quick_sort_hoare_center::test_zeroes ... ok Oct 15 09:04:22.175 INFO blam! test impls::quick::quick_sort_hoare_center::test_simple_decr ... ok Oct 15 09:04:22.183 INFO blam! test impls::quick::quick_sort_lomuto_center::test_empty ... ok Oct 15 09:04:22.199 INFO blam! test impls::quick::quick_sort_hoare_center::test_quickcheck ... ok Oct 15 09:04:22.199 INFO blam! test impls::quick::quick_sort_hoare_center::test_empty ... ok Oct 15 09:04:22.199 INFO blam! test impls::quick::quick_sort_hoare_center::test_random ... ok Oct 15 09:04:22.199 INFO blam! test impls::quick::quick_sort_lomuto_center::test_simple_decr ... ok Oct 15 09:04:22.199 INFO blam! test impls::quick::quick_sort_lomuto_center::test_zeroes ... ok Oct 15 09:04:22.199 INFO blam! test impls::quick::quick_sort_lomuto_center::test_simple_incr ... ok Oct 15 09:04:22.200 INFO blam! test impls::quick::quick_sort_lomuto_center::test_random ... ok Oct 15 09:04:22.219 INFO blam! test impls::quick::quick_sort_lomuto_center::test_quickcheck ... ok Oct 15 09:04:22.219 INFO kablam! su: No module specific data is present Oct 15 09:04:22.219 INFO blam! Oct 15 09:04:22.219 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:04:22.219 INFO blam! Oct 15 09:04:22.746 INFO running `"docker" "rm" "-f" "c25b8f25ddfd6e6fa0c1c38fa2bb659ef4b791a643c852fca1f9dd5d75c1e9a0"` Oct 15 09:04:23.011 INFO blam! c25b8f25ddfd6e6fa0c1c38fa2bb659ef4b791a643c852fca1f9dd5d75c1e9a0