Dec 14 13:16:37.706 INFO testing xsv-0.13.0 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 14 13:16:37.706 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 14 13:16:38.089 INFO [stdout] 9c419f9f81c3aa93cb2cd74fdfd9c6651fce05d094ed51752919614a02fc19c3 Dec 14 13:16:38.099 INFO running `"docker" "start" "-a" "9c419f9f81c3aa93cb2cd74fdfd9c6651fce05d094ed51752919614a02fc19c3"` Dec 14 13:16:38.779 INFO [stderr] usermod: no changes Dec 14 13:16:38.819 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 14 13:16:38.819 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 14 13:16:38.819 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 13:16:38.819 INFO [stderr] files will be included as a test target: Dec 14 13:16:38.819 INFO [stderr] Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_join.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_split.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_count.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_slice.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_fixlengths.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_table.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_index.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_frequency.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_flatten.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_search.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_headers.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_sort.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_stats.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_cat.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_partition.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_fmt.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/test_select.rs Dec 14 13:16:38.819 INFO [stderr] * /source/tests/workdir.rs Dec 14 13:16:38.819 INFO [stderr] Dec 14 13:16:38.819 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 13:16:38.819 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 14 13:16:38.819 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 14 13:16:38.819 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 13:16:38.819 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 13:16:38.819 INFO [stderr] Dec 14 13:16:38.819 INFO [stderr] For more information on this warning you can consult Dec 14 13:16:38.819 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 13:16:38.931 INFO [stderr] Compiling streaming-stats v0.2.2 Dec 14 13:16:38.931 INFO [stderr] Compiling chan v0.1.23 Dec 14 13:16:38.931 INFO [stderr] Compiling csv-index v0.1.5 Dec 14 13:16:38.931 INFO [stderr] Compiling docopt v1.0.2 Dec 14 13:16:44.047 INFO [stderr] Compiling xsv v0.13.0 (/source) Dec 14 13:16:53.337 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.54s Dec 14 13:16:53.344 INFO [stderr] su: No module specific data is present Dec 14 13:16:53.595 INFO running `"docker" "inspect" "9c419f9f81c3aa93cb2cd74fdfd9c6651fce05d094ed51752919614a02fc19c3"` Dec 14 13:16:53.708 INFO running `"docker" "rm" "-f" "9c419f9f81c3aa93cb2cd74fdfd9c6651fce05d094ed51752919614a02fc19c3"` Dec 14 13:16:53.802 INFO [stdout] 9c419f9f81c3aa93cb2cd74fdfd9c6651fce05d094ed51752919614a02fc19c3 Dec 14 13:16:53.805 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 14 13:16:54.125 INFO [stdout] 66dbfd2ae355b32639775ee3152b113990ce39bf4c181a6697cf2d849e49e396 Dec 14 13:16:54.131 INFO running `"docker" "start" "-a" "66dbfd2ae355b32639775ee3152b113990ce39bf4c181a6697cf2d849e49e396"` Dec 14 13:16:54.640 INFO [stderr] usermod: no changes Dec 14 13:16:54.668 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 14 13:16:54.668 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 14 13:16:54.668 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 13:16:54.668 INFO [stderr] files will be included as a test target: Dec 14 13:16:54.668 INFO [stderr] Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_join.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_split.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_count.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_slice.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_fixlengths.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_table.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_index.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_frequency.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_flatten.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_search.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_headers.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_sort.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_stats.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_cat.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_partition.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_fmt.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/test_select.rs Dec 14 13:16:54.668 INFO [stderr] * /source/tests/workdir.rs Dec 14 13:16:54.668 INFO [stderr] Dec 14 13:16:54.668 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 13:16:54.668 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 14 13:16:54.668 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 14 13:16:54.668 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 13:16:54.668 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 13:16:54.668 INFO [stderr] Dec 14 13:16:54.668 INFO [stderr] For more information on this warning you can consult Dec 14 13:16:54.668 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 13:16:54.718 INFO [stderr] Compiling quickcheck v0.6.2 Dec 14 13:16:56.774 INFO [stderr] Compiling xsv v0.13.0 (/source) Dec 14 13:17:33.675 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.01s Dec 14 13:17:33.683 INFO [stderr] su: No module specific data is present Dec 14 13:17:34.303 INFO running `"docker" "inspect" "66dbfd2ae355b32639775ee3152b113990ce39bf4c181a6697cf2d849e49e396"` Dec 14 13:17:34.503 INFO running `"docker" "rm" "-f" "66dbfd2ae355b32639775ee3152b113990ce39bf4c181a6697cf2d849e49e396"` Dec 14 13:17:34.738 INFO [stdout] 66dbfd2ae355b32639775ee3152b113990ce39bf4c181a6697cf2d849e49e396 Dec 14 13:17:34.740 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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"` Dec 14 13:17:35.111 INFO [stdout] 4d57812b082dc5c5405604b9db066d67d881762eb5b6e4c0634da42475123e62 Dec 14 13:17:35.113 INFO running `"docker" "start" "-a" "4d57812b082dc5c5405604b9db066d67d881762eb5b6e4c0634da42475123e62"` Dec 14 13:17:36.559 INFO [stderr] usermod: no changes Dec 14 13:17:36.647 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 14 13:17:36.647 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 14 13:17:36.647 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 13:17:36.647 INFO [stderr] files will be included as a test target: Dec 14 13:17:36.647 INFO [stderr] Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_join.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_split.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_count.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_slice.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_fixlengths.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_table.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_index.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_frequency.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_flatten.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_search.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_headers.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_sort.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_stats.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_cat.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_partition.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_fmt.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/test_select.rs Dec 14 13:17:36.647 INFO [stderr] * /source/tests/workdir.rs Dec 14 13:17:36.647 INFO [stderr] Dec 14 13:17:36.647 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 13:17:36.647 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 14 13:17:36.647 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 14 13:17:36.647 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 13:17:36.647 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 13:17:36.647 INFO [stderr] Dec 14 13:17:36.647 INFO [stderr] For more information on this warning you can consult Dec 14 13:17:36.647 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 13:17:36.787 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s Dec 14 13:17:36.787 INFO [stdout] Dec 14 13:17:36.787 INFO [stderr] Running /target/debug/deps/tests-6f0474289bd3e3df Dec 14 13:17:36.787 INFO [stdout] running 422 tests Dec 14 13:17:37.199 INFO [stdout] test test_cat::cat_cols_no_pad ... ok Dec 14 13:17:37.199 INFO [stdout] test test_cat::cat_rows_space ... ok Dec 14 13:17:37.263 INFO [stdout] test test_cat::cat_rows_headers ... ok Dec 14 13:17:37.331 INFO [stdout] test test_cat::cat_cols_pad ... ok Dec 14 13:17:37.332 INFO [stdout] test test_cat::cat_cols_headers ... ok Dec 14 13:17:37.399 INFO [stdout] test test_fixlengths::fixlengths_all_maxlen_trims ... ok Dec 14 13:17:37.531 INFO [stdout] test test_fixlengths::fixlengths_all_maxlen_trims_at_least_1 ... ok Dec 14 13:17:56.262 INFO [stdout] test test_fixlengths::prop_fixlengths_all_maxlen ... ok Dec 14 13:17:56.271 INFO [stdout] test test_fixlengths::prop_fixlengths_explicit_len ... ok Dec 14 13:17:56.394 INFO [stdout] test test_count::prop_count_headers ... ok Dec 14 13:17:56.430 INFO [stdout] test test_flatten::flatten_condense ... ok Dec 14 13:17:56.504 INFO [stdout] test test_flatten::flatten_separator ... ok Dec 14 13:17:56.548 INFO [stdout] test test_flatten::flatten_basic ... ok Dec 14 13:17:56.563 INFO [stdout] test test_cat::prop_cat_rows ... ok Dec 14 13:17:56.616 INFO [stdout] test test_fmt::fmt_quote_always ... ok Dec 14 13:17:56.626 INFO [stdout] test test_fmt::fmt_delimiter ... ok Dec 14 13:17:56.643 INFO [stdout] test test_flatten::flatten_no_headers ... ok Dec 14 13:17:56.644 INFO [stdout] test test_frequency::frequency_bom ... ok Dec 14 13:17:56.841 INFO [stdout] test test_fmt::fmt_crlf ... ok Dec 14 13:17:56.842 INFO [stdout] test test_fmt::fmt_weird_delimiter ... ok Dec 14 13:17:56.916 INFO [stdout] test test_frequency::frequency_asc ... ok Dec 14 13:17:56.936 INFO [stdout] test test_frequency::frequency_limit ... ok Dec 14 13:17:57.046 INFO [stdout] test test_frequency::frequency_select ... ok Dec 14 13:17:57.053 INFO [stdout] test test_frequency::frequency_no_nulls ... ok Dec 14 13:17:57.142 INFO [stdout] test test_frequency::frequency_no_headers ... ok Dec 14 13:17:57.210 INFO [stdout] test test_count::prop_count ... ok Dec 14 13:17:57.224 INFO [stdout] test test_frequency::frequency_nulls ... ok Dec 14 13:17:57.307 INFO [stdout] test test_headers::headers_basic ... ok Dec 14 13:17:57.340 INFO [stdout] test test_cat::prop_cat_cols ... ok Dec 14 13:17:57.508 INFO [stdout] test test_headers::headers_multiple ... ok Dec 14 13:17:57.508 INFO [stdout] test test_headers::headers_intersect ... ok Dec 14 13:17:57.531 INFO [stdout] test test_headers::headers_just_names ... ok Dec 14 13:17:57.659 INFO [stdout] test test_join::join_cross_no_headers ... ok Dec 14 13:17:57.683 INFO [stdout] test test_index::index_outdated ... ok Dec 14 13:17:57.724 INFO [stdout] test test_join::join_cross ... ok Dec 14 13:17:57.811 INFO [stdout] test test_join::join_inner::no_headers ... ok Dec 14 13:17:57.881 INFO [stdout] test test_join::join_inner_issue11 ... ok Dec 14 13:17:57.902 INFO [stdout] test test_join::join_inner::headers ... ok Dec 14 13:17:57.902 INFO [stdout] test test_join::join_outer_full::no_headers ... ok Dec 14 13:17:57.921 INFO [stdout] test test_join::join_outer_full::headers ... ok Dec 14 13:17:57.966 INFO [stdout] test test_join::join_outer_left::headers ... ok Dec 14 13:17:57.982 INFO [stdout] test test_join::join_outer_right::no_headers ... ok Dec 14 13:17:58.059 INFO [stdout] test test_join::join_outer_right::headers ... ok Dec 14 13:17:58.101 INFO [stdout] test test_join::join_outer_left::no_headers ... ok Dec 14 13:17:58.158 INFO [stdout] test test_partition::partition_custom_filename ... ok Dec 14 13:17:58.275 INFO [stdout] test test_partition::partition ... ok Dec 14 13:17:58.287 INFO [stdout] test test_partition::partition_into_new_directory ... ok Dec 14 13:17:58.303 INFO [stdout] test test_partition::partition_custom_filename_with_directory ... ok Dec 14 13:17:58.397 INFO [stdout] test test_partition::partition_with_tricky_key_values ... ok Dec 14 13:17:58.479 INFO [stdout] test test_partition::partition_invalid_filename ... ok Dec 14 13:17:58.528 INFO [stdout] test test_partition::partition_with_prefix_length ... ok Dec 14 13:17:58.670 INFO [stdout] test test_search::search_empty_no_headers ... ok Dec 14 13:17:58.671 INFO [stdout] test test_partition::partition_without_headers ... ok Dec 14 13:17:58.717 INFO [stdout] test test_search::search ... ok Dec 14 13:17:58.843 INFO [stdout] test test_search::search_empty ... ok Dec 14 13:17:58.872 INFO [stdout] test test_search::search_ignore_case ... ok Dec 14 13:17:58.916 INFO [stdout] test test_search::search_invert_match_no_headers ... ok Dec 14 13:17:58.992 INFO [stdout] test test_search::search_invert_match ... ok Dec 14 13:17:59.104 INFO [stdout] test test_search::search_select_no_headers ... ok Dec 14 13:17:59.150 INFO [stdout] test test_search::search_no_headers ... ok Dec 14 13:17:59.152 INFO [stdout] test test_search::search_select ... ok Dec 14 13:17:59.283 INFO [stdout] test test_select::select_duplicate::headers ... ok Dec 14 13:17:59.295 INFO [stdout] test test_select::select_duplicate::no_headers ... ok Dec 14 13:17:59.419 INFO [stdout] test test_select::select_duplicate_range::headers ... ok Dec 14 13:17:59.420 INFO [stdout] test test_select::select_duplicate_range::no_headers ... ok Dec 14 13:17:59.455 INFO [stdout] test test_select::select_duplicate_range_reverse::headers ... ok Dec 14 13:17:59.575 INFO [stdout] test test_select::select_err_idx_not_int ... ok Dec 14 13:17:59.591 INFO [stdout] test test_select::select_err_idx_as_name ... ok Dec 14 13:17:59.667 INFO [stdout] test test_select::select_duplicate_range_reverse::no_headers ... ok Dec 14 13:17:59.715 INFO [stdout] test test_select::select_err_expected_end_of_field ... ok Dec 14 13:17:59.751 INFO [stdout] test test_select::select_err_oob_high ... ok Dec 14 13:17:59.815 INFO [stdout] test test_select::select_err_idx_not_int_2 ... ok Dec 14 13:17:59.833 INFO [stdout] test test_select::select_err_unclosed_bracket ... ok Dec 14 13:17:59.833 INFO [stdout] test test_select::select_err_oob_low ... ok Dec 14 13:17:59.847 INFO [stdout] test test_select::select_err_idx_oob_high ... ok Dec 14 13:17:59.979 INFO [stdout] test test_select::select_err_unclosed_quote ... ok Dec 14 13:17:59.980 INFO [stdout] test test_select::select_not::no_headers ... ok Dec 14 13:17:59.982 INFO [stdout] test test_select::select_err_unknown_header ... ok Dec 14 13:17:59.997 INFO [stdout] test test_select::select_not::headers ... ok Dec 14 13:18:00.075 INFO [stdout] test test_select::select_not_range::no_headers ... ok Dec 14 13:18:00.096 INFO [stdout] test test_select::select_not_range::headers ... ok Dec 14 13:18:00.287 INFO [stdout] test test_select::select_quoted::no_headers ... ok Dec 14 13:18:00.315 INFO [stdout] test test_select::select_quoted::headers ... ok Dec 14 13:18:00.342 INFO [stdout] test test_select::select_quoted_idx::headers ... ok Dec 14 13:18:00.342 INFO [stdout] test test_select::select_quoted_idx::no_headers ... ok Dec 14 13:18:00.507 INFO [stdout] test test_select::select_range_multi::headers ... ok Dec 14 13:18:00.599 INFO [stdout] test test_select::select_range::headers ... ok Dec 14 13:18:00.673 INFO [stdout] test test_select::select_range::no_headers ... ok Dec 14 13:18:00.674 INFO [stdout] test test_select::select_range_multi::no_headers ... ok Dec 14 13:18:00.687 INFO [stdout] test test_select::select_range_multi_idx::headers ... ok Dec 14 13:18:00.904 INFO [stdout] test test_select::select_range_no_end::headers ... ok Dec 14 13:18:00.905 INFO [stdout] test test_select::select_range_no_end::no_headers ... ok Dec 14 13:18:01.035 INFO [stdout] test test_select::select_range_no_end_cat::no_headers ... ok Dec 14 13:18:01.063 INFO [stdout] test test_select::select_range_multi_idx::no_headers ... ok Dec 14 13:18:01.152 INFO [stdout] test test_select::select_range_no_start::no_headers ... ok Dec 14 13:18:01.247 INFO [stdout] test test_select::select_range_no_end_cat::headers ... ok Dec 14 13:18:01.275 INFO [stdout] test test_select::select_range_no_start_cat::headers ... ok Dec 14 13:18:01.367 INFO [stdout] test test_select::select_range_no_start::headers ... ok Dec 14 13:18:01.391 INFO [stdout] test test_select::select_reverse::headers ... ok Dec 14 13:18:01.424 INFO [stdout] test test_select::select_range_no_start_cat::no_headers ... ok Dec 14 13:18:01.567 INFO [stdout] test test_select::select_reverse::no_headers ... ok Dec 14 13:18:01.581 INFO [stdout] test test_select::select_simple::no_headers ... ok Dec 14 13:18:01.663 INFO [stdout] test test_select::select_simple::headers ... ok Dec 14 13:18:01.672 INFO [stdout] test test_select::select_simple_idx_2::headers ... ok Dec 14 13:18:01.727 INFO [stdout] test test_select::select_simple_idx::headers ... ok Dec 14 13:18:01.740 INFO [stdout] test test_select::select_simple_idx::no_headers ... ok Dec 14 13:18:01.875 INFO [stdout] test test_slice::slice_all::headers_no_index ... ok Dec 14 13:18:01.903 INFO [stdout] test test_slice::slice_all::headers_index ... ok Dec 14 13:18:02.003 INFO [stdout] test test_slice::slice_all::headers_no_index_len ... ok Dec 14 13:18:02.087 INFO [stdout] test test_select::select_simple_idx_2::no_headers ... ok Dec 14 13:18:02.115 INFO [stdout] test test_slice::slice_all::headers_index_len ... ok Dec 14 13:18:02.148 INFO [stdout] test test_slice::slice_all::no_headers_no_index ... ok Dec 14 13:18:02.183 INFO [stdout] test test_slice::slice_all::no_headers_index_len ... ok Dec 14 13:18:02.210 INFO [stdout] test test_slice::slice_all::no_headers_no_index_len ... ok Dec 14 13:18:02.255 INFO [stdout] test test_slice::slice_index ... ok Dec 14 13:18:02.333 INFO [stdout] test test_slice::slice_index_no_headers_withindex ... ok Dec 14 13:18:02.339 INFO [stdout] test test_slice::slice_index_no_headers ... ok Dec 14 13:18:02.441 INFO [stdout] test test_slice::slice_all::no_headers_index ... ok Dec 14 13:18:02.645 INFO [stdout] test test_slice::slice_index_withindex ... ok Dec 14 13:18:02.659 INFO [stdout] test test_slice::slice_no_end::headers_index ... ok Dec 14 13:18:02.731 INFO [stdout] test test_slice::slice_no_end::headers_index_len ... ok Dec 14 13:18:02.731 INFO [stdout] test test_slice::slice_no_end::headers_no_index ... ok Dec 14 13:18:02.831 INFO [stdout] test test_slice::slice_no_end::no_headers_no_index ... ok Dec 14 13:18:02.903 INFO [stdout] test test_slice::slice_no_end::no_headers_index_len ... ok Dec 14 13:18:02.941 INFO [stdout] test test_slice::slice_no_end::no_headers_no_index_len ... ok Dec 14 13:18:02.943 INFO [stdout] test test_slice::slice_no_end::headers_no_index_len ... ok Dec 14 13:18:03.043 INFO [stdout] test test_slice::slice_no_end::no_headers_index ... ok Dec 14 13:18:03.172 INFO [stdout] test test_slice::slice_no_start::headers_no_index ... ok Dec 14 13:18:03.207 INFO [stdout] test test_slice::slice_no_start::headers_no_index_len ... ok Dec 14 13:18:03.267 INFO [stdout] test test_slice::slice_no_start::headers_index ... ok Dec 14 13:18:03.415 INFO [stdout] test test_slice::slice_no_start::headers_index_len ... ok Dec 14 13:18:03.530 INFO [stdout] test test_slice::slice_no_start::no_headers_index_len ... ok Dec 14 13:18:03.551 INFO [stdout] test test_slice::slice_no_start::no_headers_no_index_len ... ok Dec 14 13:18:03.591 INFO [stdout] test test_slice::slice_no_start::no_headers_index ... ok Dec 14 13:18:03.635 INFO [stdout] test test_slice::slice_no_start::no_headers_no_index ... ok Dec 14 13:18:03.783 INFO [stdout] test test_slice::slice_simple::headers_no_index ... ok Dec 14 13:18:03.803 INFO [stdout] test test_slice::slice_simple::headers_index_len ... ok Dec 14 13:18:03.823 INFO [stdout] test test_slice::slice_simple::headers_no_index_len ... ok Dec 14 13:18:03.955 INFO [stdout] test test_slice::slice_simple::no_headers_no_index ... ok Dec 14 13:18:03.964 INFO [stdout] test test_slice::slice_simple::headers_index ... ok Dec 14 13:18:04.071 INFO [stdout] test test_slice::slice_simple::no_headers_index_len ... ok Dec 14 13:18:04.103 INFO [stdout] test test_slice::slice_simple::no_headers_no_index_len ... ok Dec 14 13:18:04.147 INFO [stdout] test test_slice::slice_simple::no_headers_index ... ok Dec 14 13:18:04.207 INFO [stdout] test test_slice::slice_simple_2::headers_no_index ... ok Dec 14 13:18:04.284 INFO [stdout] test test_slice::slice_simple_2::headers_no_index_len ... ok Dec 14 13:18:04.396 INFO [stdout] test test_slice::slice_simple_2::headers_index ... ok Dec 14 13:18:04.492 INFO [stdout] test test_slice::slice_simple_2::headers_index_len ... ok Dec 14 13:18:04.541 INFO [stdout] test test_slice::slice_simple_2::no_headers_index ... ok Dec 14 13:18:04.647 INFO [stdout] test test_slice::slice_simple_2::no_headers_no_index ... ok Dec 14 13:18:04.691 INFO [stdout] test test_slice::slice_simple_2::no_headers_index_len ... ok Dec 14 13:18:04.743 INFO [stdout] test test_slice::slice_simple_2::no_headers_no_index_len ... ok Dec 14 13:18:04.787 INFO [stdout] test test_sort::sort_numeric ... ok Dec 14 13:18:04.915 INFO [stdout] test test_sort::sort_numeric_non_natural ... ok Dec 14 13:18:04.962 INFO [stdout] test test_sort::sort_reverse ... ok Dec 14 13:18:05.063 INFO [stdout] test test_split::split ... ok Dec 14 13:18:05.083 INFO [stdout] test test_sort::sort_select ... ok Dec 14 13:18:05.291 INFO [stdout] test test_split::split_custom_filename ... ok Dec 14 13:18:05.429 INFO [stdout] test test_split::split_idx ... ok Dec 14 13:18:05.515 INFO [stdout] test test_split::split_no_headers ... ok Dec 14 13:18:05.608 INFO [stdout] test test_split::split_one ... ok Dec 14 13:18:05.844 INFO [stdout] test test_split::split_no_headers_idx ... ok Dec 14 13:18:05.940 INFO [stdout] test test_split::split_one_idx ... ok Dec 14 13:18:06.109 INFO [stdout] test test_split::split_uneven ... ok Dec 14 13:18:06.255 INFO [stdout] test test_split::split_zero ... ok Dec 14 13:18:06.279 INFO [stdout] test test_split::split_uneven_idx ... ok Dec 14 13:18:06.572 INFO [stdout] test test_stats::stats_cardinality::headers_no_index ... ok Dec 14 13:18:06.708 INFO [stdout] test test_stats::stats_cardinality::headers_index ... ok Dec 14 13:18:06.885 INFO [stdout] test test_stats::stats_cardinality::no_headers_index ... ok Dec 14 13:18:06.915 INFO [stdout] test test_stats::stats_cardinality::no_headers_no_index ... ok Dec 14 13:18:07.119 INFO [stdout] test test_stats::stats_header_fields::headers_no_index ... ok Dec 14 13:18:07.312 INFO [stdout] test test_stats::stats_header_fields::headers_index ... ok Dec 14 13:18:07.383 INFO [stdout] test test_stats::stats_header_fields::no_headers_index ... ok Dec 14 13:18:07.488 INFO [stdout] test test_stats::stats_header_fields::no_headers_no_index ... ok Dec 14 13:18:07.728 INFO [stdout] test test_stats::stats_includenulls_mean::headers_no_index ... ok Dec 14 13:18:07.803 INFO [stdout] test test_stats::stats_includenulls_mean::headers_index ... ok Dec 14 13:18:08.041 INFO [stdout] test test_stats::stats_includenulls_mean::no_headers_no_index ... ok Dec 14 13:18:08.063 INFO [stdout] test test_stats::stats_includenulls_mean::no_headers_index ... ok Dec 14 13:18:08.195 INFO [stdout] test test_stats::stats_includenulls_null_mean::headers_no_index ... ok Dec 14 13:18:08.360 INFO [stdout] test test_stats::stats_includenulls_null_mean::headers_index ... ok Dec 14 13:18:08.432 INFO [stdout] test test_stats::stats_includenulls_null_mean::no_headers_index ... ok Dec 14 13:18:08.674 INFO [stdout] test test_stats::stats_includenulls_null_mean::no_headers_no_index ... ok Dec 14 13:18:08.731 INFO [stdout] test test_stats::stats_includenulls_null_median::headers_index ... ok Dec 14 13:18:08.947 INFO [stdout] test test_stats::stats_includenulls_null_median::headers_no_index ... ok Dec 14 13:18:09.079 INFO [stdout] test test_stats::stats_includenulls_null_median::no_headers_no_index ... ok Dec 14 13:18:09.323 INFO [stdout] test test_stats::stats_includenulls_null_median::no_headers_index ... ok Dec 14 13:18:09.394 INFO [stdout] test test_stats::stats_includenulls_null_mode::headers_index ... ok Dec 14 13:18:09.495 INFO [stdout] test test_stats::stats_includenulls_null_mode::headers_no_index ... ok Dec 14 13:18:09.704 INFO [stdout] test test_stats::stats_includenulls_null_mode::no_headers_no_index ... ok Dec 14 13:18:09.819 INFO [stdout] test test_stats::stats_includenulls_null_mode::no_headers_index ... ok Dec 14 13:18:09.992 INFO [stdout] test test_stats::stats_includenulls_null_stddev::headers_index ... ok Dec 14 13:18:10.175 INFO [stdout] test test_stats::stats_includenulls_null_stddev::headers_no_index ... ok Dec 14 13:18:10.335 INFO [stdout] test test_stats::stats_includenulls_null_stddev::no_headers_index ... ok Dec 14 13:18:10.447 INFO [stdout] test test_stats::stats_includenulls_null_stddev::no_headers_no_index ... ok Dec 14 13:18:10.712 INFO [stdout] test test_stats::stats_infer_float::headers_no_index ... ok Dec 14 13:18:10.851 INFO [stdout] test test_stats::stats_infer_float::headers_index ... ok Dec 14 13:18:11.087 INFO [stdout] test test_stats::stats_infer_float::no_headers_index ... ok Dec 14 13:18:11.117 INFO [stdout] test test_stats::stats_infer_float::no_headers_no_index ... ok Dec 14 13:18:11.228 INFO [stdout] test test_stats::stats_infer_float_int::headers_no_index ... ok Dec 14 13:18:11.323 INFO [stdout] test test_stats::stats_infer_float_int::headers_index ... ok Dec 14 13:18:11.452 INFO [stdout] test test_stats::stats_infer_float_int::no_headers_no_index ... ok Dec 14 13:18:11.475 INFO [stdout] test test_stats::stats_infer_float_int::no_headers_index ... ok Dec 14 13:18:11.647 INFO [stdout] test test_stats::stats_infer_float_null::headers_no_index ... ok Dec 14 13:18:11.675 INFO [stdout] test test_stats::stats_infer_float_null::headers_index ... ok Dec 14 13:18:11.783 INFO [stdout] test test_stats::stats_infer_float_null::no_headers_no_index ... ok Dec 14 13:18:12.036 INFO [stdout] test test_stats::stats_infer_int::headers_index ... ok Dec 14 13:18:12.139 INFO [stdout] test test_stats::stats_infer_float_null::no_headers_index ... ok Dec 14 13:18:12.243 INFO [stdout] test test_stats::stats_infer_int::headers_no_index ... ok Dec 14 13:18:12.547 INFO [stdout] test test_stats::stats_infer_int::no_headers_no_index ... ok Dec 14 13:18:12.620 INFO [stdout] test test_stats::stats_infer_int::no_headers_index ... ok Dec 14 13:18:12.895 INFO [stdout] test test_stats::stats_infer_int_float::headers_no_index ... ok Dec 14 13:18:12.939 INFO [stdout] test test_stats::stats_infer_int_float::headers_index ... ok Dec 14 13:18:13.039 INFO [stdout] test test_stats::stats_infer_int_float::no_headers_no_index ... ok Dec 14 13:18:13.231 INFO [stdout] test test_stats::stats_infer_int_float::no_headers_index ... ok Dec 14 13:18:13.349 INFO [stdout] test test_stats::stats_infer_int_null::headers_no_index ... ok Dec 14 13:18:13.543 INFO [stdout] test test_stats::stats_infer_int_null::headers_index ... ok Dec 14 13:18:13.655 INFO [stdout] test test_stats::stats_infer_int_null::no_headers_no_index ... ok Dec 14 13:18:13.951 INFO [stdout] test test_stats::stats_infer_int_null::no_headers_index ... ok Dec 14 13:18:13.990 INFO [stdout] test test_stats::stats_infer_int_unicode::headers_index ... ok Dec 14 13:18:14.094 INFO [stdout] test test_stats::stats_infer_int_unicode::headers_no_index ... ok Dec 14 13:18:14.191 INFO [stdout] test test_stats::stats_infer_int_unicode::no_headers_index ... ok Dec 14 13:18:14.312 INFO [stdout] test test_stats::stats_infer_int_unicode::no_headers_no_index ... ok Dec 14 13:18:14.551 INFO [stdout] test test_stats::stats_infer_nothing::headers_no_index ... ok Dec 14 13:18:14.711 INFO [stdout] test test_stats::stats_infer_nothing::headers_index ... ok Dec 14 13:18:14.887 INFO [stdout] test test_count::prop_count_indexed ... ok Dec 14 13:18:15.171 INFO [stdout] test test_stats::stats_infer_null::headers_no_index ... ok Dec 14 13:18:15.291 INFO [stdout] test test_stats::stats_infer_null::headers_index ... ok Dec 14 13:18:15.427 INFO [stdout] test test_stats::stats_infer_null::no_headers_no_index ... ok Dec 14 13:18:15.579 INFO [stdout] test test_stats::stats_infer_null_float::headers_no_index ... ok Dec 14 13:18:15.688 INFO [stdout] test test_stats::stats_infer_null::no_headers_index ... ok Dec 14 13:18:15.855 INFO [stdout] test test_count::prop_count_indexed_headers ... ok Dec 14 13:18:15.929 INFO [stdout] test test_stats::stats_infer_null_float::no_headers_index ... ok Dec 14 13:18:15.971 INFO [stdout] test test_stats::stats_infer_null_float::headers_index ... ok Dec 14 13:18:16.055 INFO [stdout] test test_stats::stats_infer_null_int::headers_no_index ... ok Dec 14 13:18:16.151 INFO [stdout] test test_stats::stats_infer_null_float::no_headers_no_index ... ok Dec 14 13:18:16.419 INFO [stdout] test test_stats::stats_infer_null_int::headers_index ... ok Dec 14 13:18:16.491 INFO [stdout] test test_stats::stats_infer_null_int::no_headers_index ... ok Dec 14 13:18:16.492 INFO [stdout] test test_stats::stats_infer_null_int::no_headers_no_index ... ok Dec 14 13:18:16.803 INFO [stdout] test test_stats::stats_infer_null_int_float_unicode::headers_no_index ... ok Dec 14 13:18:16.896 INFO [stdout] test test_stats::stats_infer_null_int_float_unicode::headers_index ... ok Dec 14 13:18:17.029 INFO [stdout] test test_stats::stats_infer_null_int_float_unicode::no_headers_no_index ... ok Dec 14 13:18:17.280 INFO [stdout] test test_stats::stats_infer_null_unicode::headers_no_index ... ok Dec 14 13:18:17.347 INFO [stdout] test test_stats::stats_infer_null_int_float_unicode::no_headers_index ... ok Dec 14 13:18:17.484 INFO [stdout] test test_stats::stats_infer_null_unicode::headers_index ... ok Dec 14 13:18:17.578 INFO [stdout] test test_stats::stats_infer_null_unicode::no_headers_no_index ... ok Dec 14 13:18:17.614 INFO [stdout] test test_frequency::prop_frequency ... ok Dec 14 13:18:17.750 INFO [stdout] test test_stats::stats_infer_unicode::headers_index ... ok Dec 14 13:18:17.899 INFO [stdout] test test_stats::stats_infer_null_unicode::no_headers_index ... ok Dec 14 13:18:17.920 INFO [stdout] test test_stats::stats_infer_unicode::headers_no_index ... ok Dec 14 13:18:18.045 INFO [stdout] test test_stats::stats_infer_unicode_int::headers_no_index ... ok Dec 14 13:18:18.071 INFO [stdout] test test_stats::stats_infer_unicode::no_headers_no_index ... ok Dec 14 13:18:18.071 INFO [stdout] test test_stats::stats_infer_unicode::no_headers_index ... ok Dec 14 13:18:18.321 INFO [stdout] test test_stats::stats_infer_unicode_null::headers_no_index ... ok Dec 14 13:18:18.380 INFO [stdout] test test_stats::stats_infer_unicode_int::no_headers_no_index ... ok Dec 14 13:18:18.593 INFO [stdout] test test_stats::stats_infer_unicode_int::no_headers_index ... ok Dec 14 13:18:18.675 INFO [stdout] test test_stats::stats_infer_unicode_int::headers_index ... ok Dec 14 13:18:18.700 INFO [stdout] test test_stats::stats_infer_unicode_null::no_headers_no_index ... ok Dec 14 13:18:18.876 INFO [stdout] test test_stats::stats_infer_unicode_null::no_headers_index ... ok Dec 14 13:18:19.083 INFO [stdout] test test_stats::stats_infer_unicode_null::headers_index ... ok Dec 14 13:18:19.179 INFO [stdout] test test_stats::stats_len_max::headers_no_index ... ok Dec 14 13:18:19.224 INFO [stdout] test test_stats::stats_len_max::no_headers_no_index ... ok Dec 14 13:18:19.231 INFO [stdout] test test_stats::stats_len_max::headers_index ... ok Dec 14 13:18:19.425 INFO [stdout] test test_stats::stats_len_max_null::headers_no_index ... ok Dec 14 13:18:19.547 INFO [stdout] test test_stats::stats_len_max::no_headers_index ... ok Dec 14 13:18:19.580 INFO [stdout] test test_stats::stats_len_max_null::no_headers_no_index ... ok Dec 14 13:18:19.920 INFO [stdout] test test_stats::stats_len_max_null::headers_index ... ok Dec 14 13:18:20.036 INFO [stdout] test test_stats::stats_len_max_null::no_headers_index ... ok Dec 14 13:18:20.063 INFO [stdout] test test_stats::stats_len_min::headers_no_index ... ok Dec 14 13:18:20.282 INFO [stdout] test test_stats::stats_len_min::headers_index ... ok Dec 14 13:18:20.439 INFO [stdout] test test_stats::stats_len_min_null::headers_no_index ... ok Dec 14 13:18:20.461 INFO [stdout] test test_stats::stats_len_min::no_headers_no_index ... ok Dec 14 13:18:20.507 INFO [stdout] test test_stats::stats_len_min::no_headers_index ... ok Dec 14 13:18:20.759 INFO [stdout] test test_stats::stats_len_min_null::headers_index ... ok Dec 14 13:18:20.850 INFO [stdout] test test_stats::stats_len_min_null::no_headers_no_index ... ok Dec 14 13:18:20.975 INFO [stdout] test test_stats::stats_max::headers_no_index ... ok Dec 14 13:18:21.080 INFO [stdout] test test_stats::stats_len_min_null::no_headers_index ... ok Dec 14 13:18:21.143 INFO [stdout] test test_stats::stats_max::no_headers_no_index ... ok Dec 14 13:18:21.260 INFO [stdout] test test_stats::stats_max::headers_index ... ok Dec 14 13:18:21.361 INFO [stdout] test test_stats::stats_max_mix::headers_no_index ... ok Dec 14 13:18:21.545 INFO [stdout] test test_stats::stats_max_mix::headers_index ... ok Dec 14 13:18:21.562 INFO [stdout] test test_stats::stats_max::no_headers_index ... ok Dec 14 13:18:21.728 INFO [stdout] test test_stats::stats_max_mix::no_headers_no_index ... ok Dec 14 13:18:21.851 INFO [stdout] test test_stats::stats_max_null::headers_no_index ... ok Dec 14 13:18:21.863 INFO [stdout] test test_stats::stats_max_mix::no_headers_index ... ok Dec 14 13:18:21.987 INFO [stdout] test test_stats::stats_max_null::no_headers_no_index ... ok Dec 14 13:18:22.012 INFO [stdout] test test_stats::stats_max_null::headers_index ... ok Dec 14 13:18:22.160 INFO [stdout] test test_stats::stats_mean::headers_no_index ... ok Dec 14 13:18:22.336 INFO [stdout] test test_stats::stats_max_null::no_headers_index ... ok Dec 14 13:18:22.371 INFO [stdout] test test_stats::stats_mean::headers_index ... ok Dec 14 13:18:22.440 INFO [stdout] test test_stats::stats_mean::no_headers_no_index ... ok Dec 14 13:18:22.697 INFO [stdout] test test_stats::stats_mean_mix::headers_no_index ... ok Dec 14 13:18:22.784 INFO [stdout] test test_stats::stats_mean::no_headers_index ... ok Dec 14 13:18:22.835 INFO [stdout] test test_stats::stats_mean_mix::headers_index ... ok Dec 14 13:18:22.887 INFO [stdout] test test_stats::stats_mean_mix::no_headers_no_index ... ok Dec 14 13:18:23.138 INFO [stdout] test test_stats::stats_mean_mix::no_headers_index ... ok Dec 14 13:18:23.220 INFO [stdout] test test_stats::stats_mean_null::headers_no_index ... ok Dec 14 13:18:23.245 INFO [stdout] test test_stats::stats_mean_null::no_headers_no_index ... ok Dec 14 13:18:23.471 INFO [stdout] test test_stats::stats_mean_null::headers_index ... ok Dec 14 13:18:23.500 INFO [stdout] test test_stats::stats_mean_null::no_headers_index ... ok Dec 14 13:18:23.591 INFO [stdout] test test_stats::stats_median::headers_no_index ... ok Dec 14 13:18:23.840 INFO [stdout] test test_stats::stats_median::no_headers_no_index ... ok Dec 14 13:18:23.861 INFO [stdout] test test_stats::stats_median::headers_index ... ok Dec 14 13:18:23.923 INFO [stdout] test test_stats::stats_median_even::headers_no_index ... ok Dec 14 13:18:24.024 INFO [stdout] test test_stats::stats_median::no_headers_index ... ok Dec 14 13:18:24.193 INFO [stdout] test test_stats::stats_median_even::no_headers_no_index ... ok Dec 14 13:18:24.261 INFO [stdout] test test_stats::stats_median_even_null::headers_no_index ... ok Dec 14 13:18:24.308 INFO [stdout] test test_stats::stats_median_even::headers_index ... ok Dec 14 13:18:24.666 INFO [stdout] test test_stats::stats_median_even::no_headers_index ... ok Dec 14 13:18:24.683 INFO [stdout] test test_stats::stats_median_even_null::no_headers_no_index ... ok Dec 14 13:18:24.912 INFO [stdout] test test_stats::stats_median_even_null::headers_index ... ok Dec 14 13:18:24.952 INFO [stdout] test test_stats::stats_median_even_null::no_headers_index ... ok Dec 14 13:18:25.053 INFO [stdout] test test_stats::stats_median_mix::no_headers_no_index ... ok Dec 14 13:18:25.064 INFO [stdout] test test_stats::stats_median_mix::headers_index ... ok Dec 14 13:18:25.173 INFO [stdout] test test_stats::stats_median_null::headers_no_index ... ok Dec 14 13:18:25.250 INFO [stdout] test test_stats::stats_median_mix::headers_no_index ... ok Dec 14 13:18:25.336 INFO [stdout] test test_stats::stats_median_null::no_headers_no_index ... ok Dec 14 13:18:25.556 INFO [stdout] test test_stats::stats_median_mix::no_headers_index ... ok Dec 14 13:18:25.647 INFO [stdout] test test_stats::stats_min::headers_no_index ... ok Dec 14 13:18:25.851 INFO [stdout] test test_stats::stats_median_null::headers_index ... ok Dec 14 13:18:25.940 INFO [stdout] test test_stats::stats_median_null::no_headers_index ... ok Dec 14 13:18:26.012 INFO [stdout] test test_stats::stats_min::headers_index ... ok Dec 14 13:18:26.105 INFO [stdout] test test_stats::stats_min::no_headers_no_index ... ok Dec 14 13:18:26.308 INFO [stdout] test test_stats::stats_min_mix::headers_no_index ... ok Dec 14 13:18:26.353 INFO [stdout] test test_stats::stats_min::no_headers_index ... ok Dec 14 13:18:26.471 INFO [stdout] test test_stats::stats_min_mix::no_headers_no_index ... ok Dec 14 13:18:26.655 INFO [stdout] test test_stats::stats_min_mix::no_headers_index ... ok Dec 14 13:18:26.689 INFO [stdout] test test_stats::stats_min_null::headers_no_index ... ok Dec 14 13:18:26.730 INFO [stdout] test test_stats::stats_min_mix::headers_index ... ok Dec 14 13:18:26.975 INFO [stdout] test test_stats::stats_min_null::headers_index ... ok Dec 14 13:18:27.014 INFO [stdout] test test_stats::stats_min_null::no_headers_no_index ... ok Dec 14 13:18:27.171 INFO [stdout] test test_stats::stats_mode::headers_no_index ... ok Dec 14 13:18:27.231 INFO [stdout] test test_stats::stats_min_null::no_headers_index ... ok Dec 14 13:18:27.312 INFO [stdout] test test_stats::stats_mode::no_headers_no_index ... ok Dec 14 13:18:27.332 INFO [stdout] test test_stats::stats_mode::headers_index ... ok Dec 14 13:18:27.591 INFO [stdout] test test_stats::stats_mode_null::headers_index ... ok Dec 14 13:18:27.715 INFO [stdout] test test_stats::stats_mode_null::headers_no_index ... ok Dec 14 13:18:27.766 INFO [stdout] test test_stats::stats_mode_null::no_headers_index ... ok Dec 14 13:18:27.783 INFO [stdout] test test_stats::stats_mode_null::no_headers_no_index ... ok Dec 14 13:18:27.899 INFO [stdout] test test_stats::stats_no_mean::headers_no_index ... ok Dec 14 13:18:28.007 INFO [stdout] test test_stats::stats_mode::no_headers_index ... ok Dec 14 13:18:28.159 INFO [stdout] test test_stats::stats_no_mean::headers_index ... ok Dec 14 13:18:28.243 INFO [stdout] test test_stats::stats_no_mean::no_headers_no_index ... ok Dec 14 13:18:28.276 INFO [stdout] test test_stats::stats_no_median::headers_no_index ... ok Dec 14 13:18:28.381 INFO [stdout] test test_stats::stats_no_mean::no_headers_index ... ok Dec 14 13:18:28.558 INFO [stdout] test test_stats::stats_no_median::no_headers_no_index ... ok Dec 14 13:18:28.563 INFO [stdout] test test_sort::prop_sort_no_headers ... ok Dec 14 13:18:28.564 INFO [stdout] test test_stats::stats_no_median::headers_index ... ok Dec 14 13:18:28.627 INFO [stdout] test test_stats::stats_no_median::no_headers_index ... ok Dec 14 13:18:28.765 INFO [stdout] test test_sort::prop_sort_headers ... ok Dec 14 13:18:28.791 INFO [stdout] test test_stats::stats_no_mode::headers_no_index ... ok Dec 14 13:18:28.827 INFO [stdout] test test_stats::stats_no_stddev::headers_no_index ... ok Dec 14 13:18:28.860 INFO [stdout] test test_stats::stats_no_mode::headers_index ... ok Dec 14 13:18:28.903 INFO [stdout] test test_stats::stats_no_mode::no_headers_no_index ... ok Dec 14 13:18:29.050 INFO [stdout] test test_stats::stats_no_stddev::no_headers_no_index ... ok Dec 14 13:18:29.106 INFO [stdout] test test_stats::stats_null_mean::headers_no_index ... ok Dec 14 13:18:29.182 INFO [stdout] test test_stats::stats_no_stddev::headers_index ... ok Dec 14 13:18:29.191 INFO [stdout] test test_stats::stats_null_mean::no_headers_no_index ... ok Dec 14 13:18:29.266 INFO [stdout] test test_stats::stats_no_mode::no_headers_index ... ok Dec 14 13:18:29.320 INFO [stdout] test test_stats::stats_no_stddev::no_headers_index ... ok Dec 14 13:18:29.358 INFO [stdout] test test_stats::stats_null_mean::headers_index ... ok Dec 14 13:18:29.436 INFO [stdout] test test_stats::stats_null_mode::headers_no_index ... ok Dec 14 13:18:29.525 INFO [stdout] test test_stats::stats_null_median::headers_no_index ... ok Dec 14 13:18:29.532 INFO [stdout] test test_stats::stats_null_median::no_headers_no_index ... ok Dec 14 13:18:29.543 INFO [stdout] test test_stats::stats_null_mean::no_headers_index ... ok Dec 14 13:18:29.566 INFO [stdout] test test_stats::stats_null_median::no_headers_index ... ok Dec 14 13:18:29.782 INFO [stdout] test test_stats::stats_null_median::headers_index ... ok Dec 14 13:18:29.796 INFO [stdout] test test_stats::stats_null_mode::no_headers_no_index ... ok Dec 14 13:18:29.817 INFO [stdout] test test_stats::stats_null_stddev::headers_no_index ... ok Dec 14 13:18:29.867 INFO [stdout] test test_stats::stats_null_stddev::no_headers_no_index ... ok Dec 14 13:18:30.007 INFO [stdout] test test_stats::stats_null_stddev::headers_index ... ok Dec 14 13:18:30.139 INFO [stdout] test test_stats::stats_null_stddev::no_headers_index ... ok Dec 14 13:18:30.139 INFO [stdout] test test_stats::stats_stddev::no_headers_index ... ok Dec 14 13:18:30.159 INFO [stdout] test test_stats::stats_null_mode::no_headers_index ... ok Dec 14 13:18:30.276 INFO [stdout] test test_stats::stats_null_mode::headers_index ... ok Dec 14 13:18:30.291 INFO [stdout] test test_stats::stats_stddev::no_headers_no_index ... ok Dec 14 13:18:30.369 INFO [stdout] test test_stats::stats_stddev::headers_no_index ... ok Dec 14 13:18:30.427 INFO [stdout] test test_stats::stats_stddev::headers_index ... ok Dec 14 13:18:30.575 INFO [stdout] test test_stats::stats_stddev_mix::no_headers_no_index ... ok Dec 14 13:18:30.623 INFO [stdout] test test_stats::stats_stddev_null::headers_no_index ... ok Dec 14 13:18:30.658 INFO [stdout] test test_stats::stats_stddev_mix::headers_no_index ... ok Dec 14 13:18:30.775 INFO [stdout] test test_stats::stats_stddev_mix::no_headers_index ... ok Dec 14 13:18:30.783 INFO [stdout] test test_stats::stats_stddev_mix::headers_index ... ok Dec 14 13:18:30.843 INFO [stdout] test test_stats::stats_stddev_null::headers_index ... ok Dec 14 13:18:31.009 INFO [stdout] test test_stats::stats_stddev_null::no_headers_no_index ... ok Dec 14 13:18:31.059 INFO [stdout] test test_stats::stats_stddev_null::no_headers_index ... ok Dec 14 13:18:31.113 INFO [stdout] test test_stats::stats_sum_floats::headers_no_index ... ok Dec 14 13:18:31.119 INFO [stdout] test test_stats::stats_sum_floats::headers_index ... ok Dec 14 13:18:31.183 INFO [stdout] test test_stats::stats_sum_integers::headers_no_index ... ok Dec 14 13:18:31.183 INFO [stdout] test test_stats::stats_sum_floats::no_headers_no_index ... ok Dec 14 13:18:31.275 INFO [stdout] test test_stats::stats_sum_integers::headers_index ... ok Dec 14 13:18:31.312 INFO [stdout] test test_stats::stats_sum_mixed1::headers_no_index ... ok Dec 14 13:18:31.428 INFO [stdout] test test_stats::stats_sum_integers::no_headers_no_index ... ok Dec 14 13:18:31.441 INFO [stdout] test test_stats::stats_sum_integers::no_headers_index ... ok Dec 14 13:18:31.441 INFO [stdout] test test_stats::stats_sum_mixed1::no_headers_no_index ... ok Dec 14 13:18:31.468 INFO [stdout] test test_stats::stats_sum_mixed1::headers_index ... ok Dec 14 13:18:31.520 INFO [stdout] test test_stats::stats_sum_mixed1::no_headers_index ... ok Dec 14 13:18:31.564 INFO [stdout] test test_stats::stats_sum_floats::no_headers_index ... ok Dec 14 13:18:31.683 INFO [stdout] test test_stats::stats_sum_mixed2::no_headers_no_index ... ok Dec 14 13:18:31.777 INFO [stdout] test test_stats::stats_sum_mixed2::no_headers_index ... ok Dec 14 13:18:31.871 INFO [stdout] test test_stats::stats_sum_mixed3::headers_index ... ok Dec 14 13:18:31.872 INFO [stdout] test test_stats::stats_sum_mixed3::no_headers_no_index ... ok Dec 14 13:18:31.899 INFO [stdout] test test_stats::stats_sum_mixed2::headers_no_index ... ok Dec 14 13:18:31.911 INFO [stdout] test test_stats::stats_sum_mixed2::headers_index ... ok Dec 14 13:18:31.922 INFO [stdout] test test_stats::stats_sum_mixed3::headers_no_index ... ok Dec 14 13:18:32.149 INFO [stdout] test test_stats::stats_sum_nulls2::headers_no_index ... ok Dec 14 13:18:32.158 INFO [stdout] test test_stats::stats_sum_nulls1::headers_no_index ... ok Dec 14 13:18:32.165 INFO [stdout] test test_stats::stats_sum_mixed3::no_headers_index ... ok Dec 14 13:18:32.269 INFO [stdout] test test_stats::stats_sum_nulls1::no_headers_no_index ... ok Dec 14 13:18:32.279 INFO [stdout] test test_stats::stats_sum_nulls2::no_headers_no_index ... ok Dec 14 13:18:32.355 INFO [stdout] test test_stats::stats_sum_nulls1::headers_index ... ok Dec 14 13:18:32.411 INFO [stdout] test test_stats::stats_sum_nulls2::no_headers_index ... ok Dec 14 13:18:32.447 INFO [stdout] test test_stats::stats_zero_mean::headers_no_index ... ok Dec 14 13:18:32.459 INFO [stdout] test test_stats::stats_sum_nulls1::no_headers_index ... ok Dec 14 13:18:32.483 INFO [stdout] test test_stats::stats_zero_mean::headers_index ... ok Dec 14 13:18:32.575 INFO [stdout] test test_stats::stats_zero_cardinality::headers_no_index ... ok Dec 14 13:18:32.583 INFO [stdout] test test_stats::stats_zero_mode::headers_no_index ... ok Dec 14 13:18:32.599 INFO [stdout] test test_stats::stats_zero_median::headers_no_index ... ok Dec 14 13:18:32.643 INFO [stdout] test test_stats::stats_zero_median::headers_index ... ok Dec 14 13:18:32.695 INFO [stdout] test test_stats::stats_zero_cardinality::headers_index ... ok Dec 14 13:18:32.743 INFO [stdout] test test_stats::stats_sum_nulls2::headers_index ... ok Dec 14 13:18:32.768 INFO [stdout] test test_stats::stats_zero_mode::headers_index ... ok Dec 14 13:18:32.786 INFO [stdout] test test_table::table ... ok Dec 14 13:18:38.201 INFO [stdout] test test_frequency::prop_frequency_indexed ... ok Dec 14 13:18:38.201 INFO [stdout] Dec 14 13:18:38.201 INFO [stdout] test result: ok. 422 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 13:18:38.201 INFO [stdout] Dec 14 13:18:38.208 INFO [stderr] su: No module specific data is present Dec 14 13:18:38.672 INFO running `"docker" "inspect" "4d57812b082dc5c5405604b9db066d67d881762eb5b6e4c0634da42475123e62"` Dec 14 13:18:38.781 INFO running `"docker" "rm" "-f" "4d57812b082dc5c5405604b9db066d67d881762eb5b6e4c0634da42475123e62"` Dec 14 13:18:38.897 INFO [stdout] 4d57812b082dc5c5405604b9db066d67d881762eb5b6e4c0634da42475123e62