Oct 15 09:04:11.044 INFO testing LukasKalbertodt/sort-bench against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 09:04:11.044 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.235 INFO blam! 71074d71a9d3f37062940ea017905e9b266e86f5e0cc71cd7e717e936781f362 Oct 15 09:04:11.237 INFO running `"docker" "start" "-a" "71074d71a9d3f37062940ea017905e9b266e86f5e0cc71cd7e717e936781f362"` Oct 15 09:04:11.616 INFO kablam! usermod: no changes Oct 15 09:04:11.665 INFO kablam! Compiling rand v0.4.2 Oct 15 09:04:13.660 INFO kablam! Compiling sort-bench v0.1.0 (/source) Oct 15 09:04:14.131 INFO kablam! warning: function is never used: `one_element` Oct 15 09:04:14.131 INFO kablam! --> src/gen.rs:11:1 Oct 15 09:04:14.131 INFO kablam! | Oct 15 09:04:14.131 INFO kablam! 11 | pub fn one_element(count: usize, elem: T) -> Vec { Oct 15 09:04:14.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:14.131 INFO kablam! | Oct 15 09:04:14.131 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 09:04:14.131 INFO kablam! Oct 15 09:04:14.131 INFO kablam! warning: function is never used: `simple_increasing` Oct 15 09:04:14.131 INFO kablam! --> src/gen.rs:15:1 Oct 15 09:04:14.131 INFO kablam! | Oct 15 09:04:14.131 INFO kablam! 15 | pub fn simple_increasing(count: usize) -> Vec { Oct 15 09:04:14.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:14.131 INFO kablam! Oct 15 09:04:14.131 INFO kablam! warning: function is never used: `simple_decreasing` Oct 15 09:04:14.131 INFO kablam! --> src/gen.rs:19:1 Oct 15 09:04:14.131 INFO kablam! | Oct 15 09:04:14.131 INFO kablam! 19 | pub fn simple_decreasing(count: usize) -> Vec { Oct 15 09:04:14.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:14.131 INFO kablam! Oct 15 09:04:14.131 INFO kablam! warning: function is never used: `quick_sort_hoare_center` Oct 15 09:04:14.131 INFO kablam! --> src/impls/quick.rs:4:9 Oct 15 09:04:14.131 INFO kablam! | Oct 15 09:04:14.131 INFO kablam! 4 | pub fn $fn_name(arr: &mut [T]) { Oct 15 09:04:14.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:14.131 INFO kablam! ... Oct 15 09:04:14.131 INFO kablam! 25 | gen_quick_sort!(quick_sort_hoare_center, partition_hoare, pivot_center); Oct 15 09:04:14.131 INFO kablam! | ------------------------------------------------------------------------ in this macro invocation Oct 15 09:04:14.131 INFO kablam! Oct 15 09:04:14.131 INFO kablam! warning: function is never used: `quick_sort_lomuto_center` Oct 15 09:04:14.131 INFO kablam! --> src/impls/quick.rs:4:9 Oct 15 09:04:14.131 INFO kablam! | Oct 15 09:04:14.131 INFO kablam! 4 | pub fn $fn_name(arr: &mut [T]) { Oct 15 09:04:14.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:14.131 INFO kablam! ... Oct 15 09:04:14.131 INFO kablam! 26 | gen_quick_sort!(quick_sort_lomuto_center, partition_lomuto, pivot_center); Oct 15 09:04:14.131 INFO kablam! | -------------------------------------------------------------------------- in this macro invocation Oct 15 09:04:14.131 INFO kablam! Oct 15 09:04:14.131 INFO kablam! warning: function is never used: `pivot_center` Oct 15 09:04:14.131 INFO kablam! --> src/impls/quick.rs:31:1 Oct 15 09:04:14.131 INFO kablam! | Oct 15 09:04:14.131 INFO kablam! 31 | fn pivot_center(arr: &[T]) -> usize { Oct 15 09:04:14.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:14.131 INFO kablam! Oct 15 09:04:14.131 INFO kablam! warning: function is never used: `partition_hoare` Oct 15 09:04:14.131 INFO kablam! --> src/impls/quick.rs:41:1 Oct 15 09:04:14.131 INFO kablam! | Oct 15 09:04:14.131 INFO kablam! 41 | fn partition_hoare(arr: &mut [T], pivot_idx: usize) -> usize { Oct 15 09:04:14.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:14.131 INFO kablam! Oct 15 09:04:14.131 INFO kablam! warning: function is never used: `partition_lomuto` Oct 15 09:04:14.131 INFO kablam! --> src/impls/quick.rs:87:1 Oct 15 09:04:14.132 INFO kablam! | Oct 15 09:04:14.132 INFO kablam! 87 | fn partition_lomuto(arr: &mut [T], pivot_idx: usize) -> usize { Oct 15 09:04:14.132 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 09:04:14.132 INFO kablam! Oct 15 09:04:14.655 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.02s Oct 15 09:04:14.655 INFO kablam! su: No module specific data is present Oct 15 09:04:14.949 INFO running `"docker" "rm" "-f" "71074d71a9d3f37062940ea017905e9b266e86f5e0cc71cd7e717e936781f362"` Oct 15 09:04:15.051 INFO blam! 71074d71a9d3f37062940ea017905e9b266e86f5e0cc71cd7e717e936781f362 Oct 15 09:04:15.052 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:15.310 INFO blam! d33e689da9d6a8e55cb145db2b3349294c09fed88ea774f68f31ceda2567693b Oct 15 09:04:15.316 INFO running `"docker" "start" "-a" "d33e689da9d6a8e55cb145db2b3349294c09fed88ea774f68f31ceda2567693b"` Oct 15 09:04:15.865 INFO kablam! usermod: no changes Oct 15 09:04:15.925 INFO kablam! Compiling env_logger v0.4.3 Oct 15 09:04:17.546 INFO kablam! Compiling quickcheck v0.6.0 Oct 15 09:04:20.532 INFO kablam! Compiling sort-bench v0.1.0 (/source) Oct 15 09:04:23.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.45s Oct 15 09:04:23.335 INFO kablam! su: No module specific data is present Oct 15 09:04:23.830 INFO running `"docker" "rm" "-f" "d33e689da9d6a8e55cb145db2b3349294c09fed88ea774f68f31ceda2567693b"` Oct 15 09:04:24.115 INFO blam! d33e689da9d6a8e55cb145db2b3349294c09fed88ea774f68f31ceda2567693b Oct 15 09:04:24.126 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:24.565 INFO blam! e86f776d6c50d22914fdb0c70ca464f6763a2adcabb50c91512809ac38e6a408 Oct 15 09:04:24.566 INFO running `"docker" "start" "-a" "e86f776d6c50d22914fdb0c70ca464f6763a2adcabb50c91512809ac38e6a408"` Oct 15 09:04:25.839 INFO kablam! usermod: no changes Oct 15 09:04:25.930 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 15 09:04:25.939 INFO kablam! Running /target/debug/deps/sort_bench-578a6a4768c371b8 Oct 15 09:04:25.940 INFO blam! Oct 15 09:04:25.940 INFO blam! running 12 tests Oct 15 09:04:25.955 INFO blam! test impls::quick::quick_sort_hoare_center::test_empty ... ok Oct 15 09:04:25.955 INFO blam! test impls::quick::quick_sort_hoare_center::test_zeroes ... ok Oct 15 09:04:25.955 INFO blam! test impls::quick::quick_sort_lomuto_center::test_empty ... ok Oct 15 09:04:25.955 INFO blam! test impls::quick::quick_sort_hoare_center::test_random ... ok Oct 15 09:04:25.955 INFO blam! test impls::quick::quick_sort_hoare_center::test_quickcheck ... ok Oct 15 09:04:25.955 INFO blam! test impls::quick::quick_sort_hoare_center::test_simple_incr ... ok Oct 15 09:04:25.955 INFO blam! test impls::quick::quick_sort_hoare_center::test_simple_decr ... ok Oct 15 09:04:25.955 INFO blam! test impls::quick::quick_sort_lomuto_center::test_zeroes ... ok Oct 15 09:04:25.955 INFO blam! test impls::quick::quick_sort_lomuto_center::test_simple_incr ... ok Oct 15 09:04:25.967 INFO blam! test impls::quick::quick_sort_lomuto_center::test_simple_decr ... ok Oct 15 09:04:25.968 INFO kablam! su: No module specific data is present Oct 15 09:04:25.968 INFO blam! test impls::quick::quick_sort_lomuto_center::test_random ... ok Oct 15 09:04:25.968 INFO blam! test impls::quick::quick_sort_lomuto_center::test_quickcheck ... ok Oct 15 09:04:25.969 INFO blam! Oct 15 09:04:25.969 INFO blam! test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 09:04:25.969 INFO blam! Oct 15 09:04:27.555 INFO running `"docker" "rm" "-f" "e86f776d6c50d22914fdb0c70ca464f6763a2adcabb50c91512809ac38e6a408"` Oct 15 09:04:27.953 INFO blam! e86f776d6c50d22914fdb0c70ca464f6763a2adcabb50c91512809ac38e6a408