Nov 17 13:49:53.648 INFO testing LukasKalbertodt/sort-bench against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 13:49:53.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 13:49:53.907 INFO [stdout] 637ad5127f8f8d91c7e6f8b74f67399bcc7387ce344658fc8f288bf353828030 Nov 17 13:49:53.907 INFO running `"docker" "start" "-a" "637ad5127f8f8d91c7e6f8b74f67399bcc7387ce344658fc8f288bf353828030"` Nov 17 13:49:54.879 INFO [stderr] usermod: no changes Nov 17 13:49:54.939 INFO [stderr] Compiling sort-bench v0.1.0 (/source) Nov 17 13:49:55.513 INFO [stderr] warning: function is never used: `one_element` Nov 17 13:49:55.513 INFO [stderr] --> src/gen.rs:11:1 Nov 17 13:49:55.513 INFO [stderr] | Nov 17 13:49:55.513 INFO [stderr] 11 | pub fn one_element(count: usize, elem: T) -> Vec { Nov 17 13:49:55.513 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 13:49:55.513 INFO [stderr] | Nov 17 13:49:55.513 INFO [stderr] = note: #[warn(dead_code)] on by default Nov 17 13:49:55.513 INFO [stderr] Nov 17 13:49:55.513 INFO [stderr] warning: function is never used: `simple_increasing` Nov 17 13:49:55.513 INFO [stderr] --> src/gen.rs:15:1 Nov 17 13:49:55.513 INFO [stderr] | Nov 17 13:49:55.513 INFO [stderr] 15 | pub fn simple_increasing(count: usize) -> Vec { Nov 17 13:49:55.513 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 13:49:55.513 INFO [stderr] Nov 17 13:49:55.513 INFO [stderr] warning: function is never used: `simple_decreasing` Nov 17 13:49:55.513 INFO [stderr] --> src/gen.rs:19:1 Nov 17 13:49:55.513 INFO [stderr] | Nov 17 13:49:55.513 INFO [stderr] 19 | pub fn simple_decreasing(count: usize) -> Vec { Nov 17 13:49:55.513 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 13:49:55.513 INFO [stderr] Nov 17 13:49:55.513 INFO [stderr] warning: function is never used: `quick_sort_hoare_center` Nov 17 13:49:55.513 INFO [stderr] --> src/impls/quick.rs:4:9 Nov 17 13:49:55.513 INFO [stderr] | Nov 17 13:49:55.513 INFO [stderr] 4 | pub fn $fn_name(arr: &mut [T]) { Nov 17 13:49:55.513 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 13:49:55.513 INFO [stderr] ... Nov 17 13:49:55.513 INFO [stderr] 25 | gen_quick_sort!(quick_sort_hoare_center, partition_hoare, pivot_center); Nov 17 13:49:55.513 INFO [stderr] | ------------------------------------------------------------------------ in this macro invocation Nov 17 13:49:55.513 INFO [stderr] Nov 17 13:49:55.513 INFO [stderr] warning: function is never used: `quick_sort_lomuto_center` Nov 17 13:49:55.513 INFO [stderr] --> src/impls/quick.rs:4:9 Nov 17 13:49:55.513 INFO [stderr] | Nov 17 13:49:55.513 INFO [stderr] 4 | pub fn $fn_name(arr: &mut [T]) { Nov 17 13:49:55.513 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 13:49:55.513 INFO [stderr] ... Nov 17 13:49:55.513 INFO [stderr] 26 | gen_quick_sort!(quick_sort_lomuto_center, partition_lomuto, pivot_center); Nov 17 13:49:55.513 INFO [stderr] | -------------------------------------------------------------------------- in this macro invocation Nov 17 13:49:55.513 INFO [stderr] Nov 17 13:49:55.513 INFO [stderr] warning: function is never used: `pivot_center` Nov 17 13:49:55.513 INFO [stderr] --> src/impls/quick.rs:31:1 Nov 17 13:49:55.513 INFO [stderr] | Nov 17 13:49:55.513 INFO [stderr] 31 | fn pivot_center(arr: &[T]) -> usize { Nov 17 13:49:55.513 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 13:49:55.513 INFO [stderr] Nov 17 13:49:55.513 INFO [stderr] warning: function is never used: `partition_hoare` Nov 17 13:49:55.513 INFO [stderr] --> src/impls/quick.rs:41:1 Nov 17 13:49:55.513 INFO [stderr] | Nov 17 13:49:55.513 INFO [stderr] 41 | fn partition_hoare(arr: &mut [T], pivot_idx: usize) -> usize { Nov 17 13:49:55.513 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 13:49:55.513 INFO [stderr] Nov 17 13:49:55.513 INFO [stderr] warning: function is never used: `partition_lomuto` Nov 17 13:49:55.513 INFO [stderr] --> src/impls/quick.rs:87:1 Nov 17 13:49:55.513 INFO [stderr] | Nov 17 13:49:55.513 INFO [stderr] 87 | fn partition_lomuto(arr: &mut [T], pivot_idx: usize) -> usize { Nov 17 13:49:55.513 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Nov 17 13:49:55.513 INFO [stderr] Nov 17 13:49:56.035 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.13s Nov 17 13:49:56.043 INFO [stderr] su: No module specific data is present Nov 17 13:49:56.579 INFO running `"docker" "inspect" "637ad5127f8f8d91c7e6f8b74f67399bcc7387ce344658fc8f288bf353828030"` Nov 17 13:49:56.770 INFO running `"docker" "rm" "-f" "637ad5127f8f8d91c7e6f8b74f67399bcc7387ce344658fc8f288bf353828030"` Nov 17 13:49:57.037 INFO [stdout] 637ad5127f8f8d91c7e6f8b74f67399bcc7387ce344658fc8f288bf353828030 Nov 17 13:49:57.047 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 13:49:57.564 INFO [stdout] c645845269dda080f7098841e7537d5988725609ad9640cbcd15621706cae1cf Nov 17 13:49:57.567 INFO running `"docker" "start" "-a" "c645845269dda080f7098841e7537d5988725609ad9640cbcd15621706cae1cf"` Nov 17 13:49:59.351 INFO [stderr] usermod: no changes Nov 17 13:49:59.439 INFO [stderr] Compiling memchr v2.0.1 Nov 17 13:50:00.147 INFO [stderr] Compiling aho-corasick v0.6.4 Nov 17 13:50:01.535 INFO [stderr] Compiling regex v0.2.5 Nov 17 13:50:09.807 INFO [stderr] Compiling env_logger v0.4.3 Nov 17 13:50:11.396 INFO [stderr] Compiling quickcheck v0.6.0 Nov 17 13:50:14.656 INFO [stderr] Compiling sort-bench v0.1.0 (/source) Nov 17 13:50:17.463 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.09s Nov 17 13:50:17.467 INFO [stderr] su: No module specific data is present Nov 17 13:50:18.423 INFO running `"docker" "inspect" "c645845269dda080f7098841e7537d5988725609ad9640cbcd15621706cae1cf"` Nov 17 13:50:18.746 INFO running `"docker" "rm" "-f" "c645845269dda080f7098841e7537d5988725609ad9640cbcd15621706cae1cf"` Nov 17 13:50:19.030 INFO [stdout] c645845269dda080f7098841e7537d5988725609ad9640cbcd15621706cae1cf Nov 17 13:50:19.042 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-3/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 17 13:50:19.514 INFO [stdout] c394d5b2c8c86b18324e8700df4ce551e43c9cf9c1ac8c239fe4a7cb99af72cb Nov 17 13:50:19.521 INFO running `"docker" "start" "-a" "c394d5b2c8c86b18324e8700df4ce551e43c9cf9c1ac8c239fe4a7cb99af72cb"` Nov 17 13:50:20.519 INFO [stderr] usermod: no changes Nov 17 13:50:20.591 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s Nov 17 13:50:20.591 INFO [stderr] Running /target/debug/deps/sort_bench-e1a1cde42af5ac30 Nov 17 13:50:20.595 INFO [stdout] Nov 17 13:50:20.595 INFO [stdout] running 12 tests Nov 17 13:50:20.627 INFO [stdout] test impls::quick::quick_sort_hoare_center::test_quickcheck ... ok Nov 17 13:50:20.627 INFO [stdout] test impls::quick::quick_sort_hoare_center::test_empty ... ok Nov 17 13:50:20.627 INFO [stdout] test impls::quick::quick_sort_hoare_center::test_simple_decr ... ok Nov 17 13:50:20.627 INFO [stdout] test impls::quick::quick_sort_hoare_center::test_random ... ok Nov 17 13:50:20.627 INFO [stdout] test impls::quick::quick_sort_hoare_center::test_simple_incr ... ok Nov 17 13:50:20.627 INFO [stdout] test impls::quick::quick_sort_lomuto_center::test_zeroes ... ok Nov 17 13:50:20.627 INFO [stdout] test impls::quick::quick_sort_lomuto_center::test_simple_incr ... ok Nov 17 13:50:20.627 INFO [stdout] test impls::quick::quick_sort_lomuto_center::test_simple_decr ... ok Nov 17 13:50:20.627 INFO [stdout] test impls::quick::quick_sort_lomuto_center::test_empty ... ok Nov 17 13:50:20.627 INFO [stdout] test impls::quick::quick_sort_lomuto_center::test_random ... ok Nov 17 13:50:20.627 INFO [stdout] test impls::quick::quick_sort_hoare_center::test_zeroes ... ok Nov 17 13:50:20.635 INFO [stdout] test impls::quick::quick_sort_lomuto_center::test_quickcheck ... ok Nov 17 13:50:20.635 INFO [stdout] Nov 17 13:50:20.635 INFO [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 13:50:20.635 INFO [stdout] Nov 17 13:50:20.646 INFO [stderr] su: No module specific data is present Nov 17 13:50:21.604 INFO running `"docker" "inspect" "c394d5b2c8c86b18324e8700df4ce551e43c9cf9c1ac8c239fe4a7cb99af72cb"` Nov 17 13:50:21.889 INFO running `"docker" "rm" "-f" "c394d5b2c8c86b18324e8700df4ce551e43c9cf9c1ac8c239fe4a7cb99af72cb"` Nov 17 13:50:22.267 INFO [stdout] c394d5b2c8c86b18324e8700df4ce551e43c9cf9c1ac8c239fe4a7cb99af72cb