[INFO] updating cached repository https://github.com/LukasKalbertodt/sort-bench [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 68ceb1210c10e4e9f1a34cf8322ab7ee36269aed [INFO] testing LukasKalbertodt/sort-bench against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FLukasKalbertodt%2Fsort-bench" "work/builds/worker-0/source"` [INFO] [stderr] Cloning into 'work/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LukasKalbertodt/sort-bench on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/LukasKalbertodt/sort-bench [INFO] finished tweaking git repo https://github.com/LukasKalbertodt/sort-bench [INFO] tweaked toml for git repo https://github.com/LukasKalbertodt/sort-bench written to work/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/LukasKalbertodt/sort-bench already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 65d15dda921a6ee33449aa68245c7668a8b100f61e29ee0f2fbbf8ced25522e8 [INFO] running `"docker" "start" "-a" "65d15dda921a6ee33449aa68245c7668a8b100f61e29ee0f2fbbf8ced25522e8"` [INFO] [stderr] Compiling libc v0.2.35 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling sort-bench v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: function is never used: `one_element` [INFO] [stderr] --> src/gen.rs:11:1 [INFO] [stderr] | [INFO] [stderr] 11 | pub fn one_element(count: usize, elem: T) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `simple_increasing` [INFO] [stderr] --> src/gen.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn simple_increasing(count: usize) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `simple_decreasing` [INFO] [stderr] --> src/gen.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn simple_decreasing(count: usize) -> Vec { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `quick_sort_hoare_center` [INFO] [stderr] --> src/impls/quick.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn $fn_name(arr: &mut [T]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 25 | gen_quick_sort!(quick_sort_hoare_center, partition_hoare, pivot_center); [INFO] [stderr] | ------------------------------------------------------------------------ in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: function is never used: `quick_sort_lomuto_center` [INFO] [stderr] --> src/impls/quick.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub fn $fn_name(arr: &mut [T]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 26 | gen_quick_sort!(quick_sort_lomuto_center, partition_lomuto, pivot_center); [INFO] [stderr] | -------------------------------------------------------------------------- in this macro invocation [INFO] [stderr] [INFO] [stderr] warning: function is never used: `pivot_center` [INFO] [stderr] --> src/impls/quick.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | fn pivot_center(arr: &[T]) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `partition_hoare` [INFO] [stderr] --> src/impls/quick.rs:41:1 [INFO] [stderr] | [INFO] [stderr] 41 | fn partition_hoare(arr: &mut [T], pivot_idx: usize) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `partition_lomuto` [INFO] [stderr] --> src/impls/quick.rs:87:1 [INFO] [stderr] | [INFO] [stderr] 87 | fn partition_lomuto(arr: &mut [T], pivot_idx: usize) -> usize { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.17s [INFO] running `"docker" "inspect" "65d15dda921a6ee33449aa68245c7668a8b100f61e29ee0f2fbbf8ced25522e8"` [INFO] running `"docker" "rm" "-f" "65d15dda921a6ee33449aa68245c7668a8b100f61e29ee0f2fbbf8ced25522e8"` [INFO] [stdout] 65d15dda921a6ee33449aa68245c7668a8b100f61e29ee0f2fbbf8ced25522e8 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 692c606275479a0e472363e5444986f57b2a2807487b8208ed3aadd35e8a6e1c [INFO] running `"docker" "start" "-a" "692c606275479a0e472363e5444986f57b2a2807487b8208ed3aadd35e8a6e1c"` [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.5 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling quickcheck v0.6.0 [INFO] [stderr] Compiling sort-bench v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.87s [INFO] running `"docker" "inspect" "692c606275479a0e472363e5444986f57b2a2807487b8208ed3aadd35e8a6e1c"` [INFO] running `"docker" "rm" "-f" "692c606275479a0e472363e5444986f57b2a2807487b8208ed3aadd35e8a6e1c"` [INFO] [stdout] 692c606275479a0e472363e5444986f57b2a2807487b8208ed3aadd35e8a6e1c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 869dc5d2e44d36519f06a7e40178399309ceb12a89ca3b89bbc86d432d0a93eb [INFO] running `"docker" "start" "-a" "869dc5d2e44d36519f06a7e40178399309ceb12a89ca3b89bbc86d432d0a93eb"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/sort_bench-e5978371be294987 [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test impls::quick::quick_sort_hoare_center::test_empty ... ok [INFO] [stdout] test impls::quick::quick_sort_lomuto_center::test_empty ... ok [INFO] [stdout] test impls::quick::quick_sort_hoare_center::test_simple_decr ... ok [INFO] [stdout] test impls::quick::quick_sort_hoare_center::test_simple_incr ... ok [INFO] [stdout] test impls::quick::quick_sort_hoare_center::test_zeroes ... ok [INFO] [stdout] test impls::quick::quick_sort_hoare_center::test_random ... ok [INFO] [stdout] test impls::quick::quick_sort_lomuto_center::test_simple_decr ... ok [INFO] [stdout] test impls::quick::quick_sort_lomuto_center::test_simple_incr ... ok [INFO] [stdout] test impls::quick::quick_sort_lomuto_center::test_zeroes ... ok [INFO] [stdout] test impls::quick::quick_sort_lomuto_center::test_random ... ok [INFO] [stdout] test impls::quick::quick_sort_hoare_center::test_quickcheck ... ok [INFO] [stdout] test impls::quick::quick_sort_lomuto_center::test_quickcheck ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "869dc5d2e44d36519f06a7e40178399309ceb12a89ca3b89bbc86d432d0a93eb"` [INFO] running `"docker" "rm" "-f" "869dc5d2e44d36519f06a7e40178399309ceb12a89ca3b89bbc86d432d0a93eb"` [INFO] [stdout] 869dc5d2e44d36519f06a7e40178399309ceb12a89ca3b89bbc86d432d0a93eb