[INFO] fetching crate simd-kernels 0.5.0... [INFO] testing simd-kernels-0.5.0 against try#dec9417b8611e34e787a3e4c37686b5131f9e5c5 for pr-154210-1 [INFO] extracting crate simd-kernels 0.5.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate simd-kernels 0.5.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate simd-kernels 0.5.0 [INFO] tweaked toml for crates.io crate simd-kernels 0.5.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate simd-kernels 0.5.0 on toolchain dec9417b8611e34e787a3e4c37686b5131f9e5c5 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate simd-kernels 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 90977da016e04fd77f13e76edb645450a49d498f691992332fbc1668310d9e44 [INFO] running `Command { std: "docker" "start" "-a" "90977da016e04fd77f13e76edb645450a49d498f691992332fbc1668310d9e44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "90977da016e04fd77f13e76edb645450a49d498f691992332fbc1668310d9e44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "90977da016e04fd77f13e76edb645450a49d498f691992332fbc1668310d9e44", kill_on_drop: false }` [INFO] [stdout] 90977da016e04fd77f13e76edb645450a49d498f691992332fbc1668310d9e44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f1ed8534be7a6115a10b3c4465b42d97cab5115a0a4fbdb005a8ded835b508b4 [INFO] running `Command { std: "docker" "start" "-a" "f1ed8534be7a6115a10b3c4465b42d97cab5115a0a4fbdb005a8ded835b508b4", kill_on_drop: false }` [INFO] [stderr] Compiling minarrow v0.9.1 [INFO] [stderr] Compiling vec64 v0.4.2 [INFO] [stderr] Compiling simd-kernels v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/kernels/window.rs:910:1 [INFO] [stdout] | [INFO] [stdout] 910 | #[inline] [INFO] [stdout] | ^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/kernels/window.rs:908:1 [INFO] [stdout] | [INFO] [stdout] 908 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/kernels/window.rs:1284:1 [INFO] [stdout] | [INFO] [stdout] 1284 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/kernels/window.rs:1282:1 [INFO] [stdout] | [INFO] [stdout] 1282 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.96s [INFO] running `Command { std: "docker" "inspect" "f1ed8534be7a6115a10b3c4465b42d97cab5115a0a4fbdb005a8ded835b508b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1ed8534be7a6115a10b3c4465b42d97cab5115a0a4fbdb005a8ded835b508b4", kill_on_drop: false }` [INFO] [stdout] f1ed8534be7a6115a10b3c4465b42d97cab5115a0a4fbdb005a8ded835b508b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1ed47434cfc7e42b1fe8e44183df2ca08c6890a61e45aee335e3dcbabae6766 [INFO] running `Command { std: "docker" "start" "-a" "e1ed47434cfc7e42b1fe8e44183df2ca08c6890a61e45aee335e3dcbabae6766", kill_on_drop: false }` [INFO] [stderr] Compiling simd-kernels v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/kernels/window.rs:910:1 [INFO] [stdout] | [INFO] [stdout] 910 | #[inline] [INFO] [stdout] | ^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/kernels/window.rs:908:1 [INFO] [stdout] | [INFO] [stdout] 908 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/kernels/window.rs:1284:1 [INFO] [stdout] | [INFO] [stdout] 1284 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/kernels/window.rs:1282:1 [INFO] [stdout] | [INFO] [stdout] 1282 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/kernels/window.rs:910:1 [INFO] [stdout] | [INFO] [stdout] 910 | #[inline] [INFO] [stdout] | ^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/kernels/window.rs:908:1 [INFO] [stdout] | [INFO] [stdout] 908 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/kernels/window.rs:1284:1 [INFO] [stdout] | [INFO] [stdout] 1284 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/kernels/window.rs:1282:1 [INFO] [stdout] | [INFO] [stdout] 1282 | #[inline(always)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 20.08s [INFO] running `Command { std: "docker" "inspect" "e1ed47434cfc7e42b1fe8e44183df2ca08c6890a61e45aee335e3dcbabae6766", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1ed47434cfc7e42b1fe8e44183df2ca08c6890a61e45aee335e3dcbabae6766", kill_on_drop: false }` [INFO] [stdout] e1ed47434cfc7e42b1fe8e44183df2ca08c6890a61e45aee335e3dcbabae6766 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+dec9417b8611e34e787a3e4c37686b5131f9e5c5" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 970ac75d6e48e6ea9b335c72ba93b9de4420b6f9fa2b85f98f1ac047a610eb6c [INFO] running `Command { std: "docker" "start" "-a" "970ac75d6e48e6ea9b335c72ba93b9de4420b6f9fa2b85f98f1ac047a610eb6c", kill_on_drop: false }` [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/kernels/window.rs:910:1 [INFO] [stderr] | [INFO] [stderr] 910 | #[inline] [INFO] [stderr] | ^^^^^^^^^ help: remove this attribute [INFO] [stderr] | [INFO] [stderr] note: attribute also specified here [INFO] [stderr] --> src/kernels/window.rs:908:1 [INFO] [stderr] | [INFO] [stderr] 908 | #[inline] [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: unused attribute [INFO] [stderr] --> src/kernels/window.rs:1284:1 [INFO] [stderr] | [INFO] [stderr] 1284 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stderr] | [INFO] [stderr] note: attribute also specified here [INFO] [stderr] --> src/kernels/window.rs:1282:1 [INFO] [stderr] | [INFO] [stderr] 1282 | #[inline(always)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] [INFO] [stderr] warning: `simd-kernels` (lib) generated 2 warnings (run `cargo fix --lib -p simd-kernels` to apply 2 suggestions) [INFO] [stderr] warning: `simd-kernels` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stdout] [INFO] [stdout] running 618 tests [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/simd_kernels-de3cad2f658c6e9c) [INFO] [stdout] test kernels::aggregate::tests::test_agg_product_mask_all_null ... ok [INFO] [stdout] test kernels::aggregate::tests::test_agg_product_empty ... ok [INFO] [stdout] test kernels::aggregate::tests::test_agg_product_offset_and_mask ... ok [INFO] [stdout] test kernels::aggregate::tests::test_agg_product_zero_short_circuit ... ok [INFO] [stdout] test kernels::aggregate::tests::test_agg_product_dense ... ok [INFO] [stdout] test kernels::aggregate::tests::test_count_distinct_and_f ... ok [INFO] [stdout] test kernels::aggregate::tests::test_all_apis_singleton_and_nulls ... ok [INFO] [stdout] test kernels::aggregate::tests::test_geometric_mean_f64 ... ok [INFO] [stdout] test kernels::aggregate::tests::test_geometric_mean_uint ... ok [INFO] [stdout] test kernels::aggregate::tests::test_harmonic_mean_f64 ... ok [INFO] [stdout] test kernels::aggregate::tests::test_count_generic_raw ... ok [INFO] [stdout] test kernels::aggregate::tests::test_iqr_f32 ... ok [INFO] [stdout] test kernels::aggregate::tests::test_kurtosis_skewness_all_equal ... ok [INFO] [stdout] test kernels::aggregate::tests::test_empty_and_all_null_min_max ... ok [INFO] [stdout] test kernels::aggregate::tests::test_kurtosis_skewness_large_f32 ... ok [INFO] [stdout] test kernels::aggregate::tests::test_kurtosis_skewness_mixed_nulls ... ok [INFO] [stdout] test kernels::aggregate::tests::test_iqr_ord ... ok [INFO] [stdout] test kernels::aggregate::tests::test_kurtosis_skewness_no_valids ... ok [INFO] [stdout] test kernels::aggregate::tests::test_kurtosis_skewness_single_value ... ok [INFO] [stdout] test kernels::aggregate::tests::test_harmonic_and_geometric_mean ... ok [INFO] [stdout] test kernels::aggregate::tests::test_max_f32_regular ... ok [INFO] [stdout] test kernels::aggregate::tests::test_max_f64_nan ... ok [INFO] [stdout] test kernels::aggregate::tests::test_median_f_masked ... ok [INFO] [stdout] test kernels::aggregate::tests::test_kurtosis_skewness_large_masked_i32 ... ok [INFO] [stdout] test kernels::aggregate::tests::test_median_f64 ... ok [INFO] [stdout] test kernels::aggregate::tests::test_median_f_sorted ... ok [INFO] [stdout] test kernels::aggregate::tests::test_median_ord_even ... ok [INFO] [stdout] test kernels::aggregate::tests::test_min_f32_neg_inf ... ok [INFO] [stdout] test kernels::aggregate::tests::test_kurtosis_skewness_integers_large ... ok [INFO] [stdout] test kernels::aggregate::tests::test_agg_product_with_mask_all_valid ... ok [INFO] [stdout] test kernels::aggregate::tests::test_median_ord_with_mask ... ok [INFO] [stdout] test kernels::aggregate::tests::test_median_ord_masked ... ok [INFO] [stdout] test kernels::aggregate::tests::test_median_ord_odd ... ok [INFO] [stdout] test kernels::aggregate::tests::test_median_ord_sorted ... ok [INFO] [stdout] test kernels::aggregate::tests::test_min_max_range_f64_dense ... ok [INFO] [stdout] test kernels::aggregate::tests::test_min_max_range_f64_masked ... ok [INFO] [stdout] test kernels::aggregate::tests::test_min_max_range_i32_singleton ... ok [INFO] [stdout] test kernels::aggregate::tests::test_mode_and_count_distinct_exhaustive ... ok [INFO] [stdout] test kernels::aggregate::tests::test_mode_ord_and_f ... ok [INFO] [stdout] test kernels::aggregate::tests::test_percentile_ord_and_f ... ok [INFO] [stdout] test kernels::aggregate::tests::test_empty_arrays ... ok [INFO] [stdout] test kernels::aggregate::tests::test_iqr_i32 ... ok [INFO] [stdout] test kernels::aggregate::tests::test_agg_product_with_mask_some_nulls ... ok [INFO] [stdout] test kernels::aggregate::tests::test_min_f64_nan ... ok [INFO] [stdout] test kernels::aggregate::tests::test_median_ord_unsorted ... ok [INFO] [stdout] test kernels::aggregate::tests::test_quantile_f64 ... ok [INFO] [stdout] test kernels::aggregate::tests::test_quantile_ord ... ok [INFO] [stdout] test kernels::aggregate::tests::test_skewness_kurtosis_constant_none ... ok [INFO] [stdout] test kernels::aggregate::tests::test_quantile_ord_and_f ... ok [INFO] [stdout] test kernels::aggregate::tests::test_percentile_ord_and_f_all_cases ... ok [INFO] [stdout] test kernels::aggregate::tests::test_stat_moments_f64_dense ... ok [INFO] [stdout] test kernels::aggregate::tests::test_stat_moments_i32_dense ... ok [INFO] [stdout] test kernels::aggregate::tests::test_stat_moments_i32_masked ... ok [INFO] [stdout] test kernels::aggregate::tests::test_skewness_kurtosis_dense ... ok [INFO] [stdout] test kernels::aggregate::tests::test_reduce_min_max_for_all_types ... ok [INFO] [stdout] test kernels::aggregate::tests::test_stat_moments_all_types ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_and_avg_i32 ... ok [INFO] [stdout] test kernels::aggregate::tests::test_skewness_kurtosis_masked ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_cubes_empty ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_avg_and_variance_all_types ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_cubes_masked ... ok [INFO] [stdout] test kernels::aggregate::tests::test_stat_moments_f64_masked ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_powers_f64_extremes ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_quartics_basic ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_quartics_large ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_quartics_empty ... ok [INFO] [stdout] test kernels::aggregate::tests::test_quantile_f_and_ord_special_cases ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_cubes_large ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_cubes_basic ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_cubes_neg ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_powers_singleton ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_quartics_masked ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_quartics_neg ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_squares_basic ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_squares_empty ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_squares_masked ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_squares_large ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_dict_isnull_isnotnull_chunk ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_dict_isnull_isnotnull ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_dict_all_ops_chunk ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_squares_neg ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_dict_str ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_dict_str_chunk ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_f_all_ops_nan_patch ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_numeric_all_ops ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_dict_all_ops ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_numeric_isnull_isnotnull ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_str_all_ops ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_str_dict_chunk ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_str_isnull_isnotnull ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_str_isnull_isnotnull_chunk ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_str_set_ops_chunk ... ok [INFO] [stdout] test kernels::binary::tests::test_bool_is_null ... ok [INFO] [stdout] test kernels::binary::tests::test_merge_bitmasks_to_new_none_none ... ok [INFO] [stdout] test kernels::binary::tests::test_cmp_bool_w8 ... ok [INFO] [stdout] test kernels::binary::tests::test_merge_bitmasks_to_new_some_none ... ok [INFO] [stdout] test kernels::binary::tests::test_merge_bitmasks_to_new_both_some_and ... ok [INFO] [stdout] test kernels::aggregate::tests::test_iqr_f64 ... ok [INFO] [stdout] test kernels::aggregate::tests::test_sum_and_avg_f32 ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_str_set_ops ... ok [INFO] [stdout] test kernels::comparison::tests::bool_compare_all_ops ... ok [INFO] [stdout] test kernels::comparison::tests::dict_vs_dict_compare_gt ... ok [INFO] [stdout] test kernels::comparison::tests::dict_vs_string_compare_le ... ok [INFO] [stdout] test kernels::aggregate::tests::test_variance_f64 ... ok [INFO] [stdout] test kernels::comparison::tests::numeric_compare_no_nulls ... ok [INFO] [stdout] test kernels::comparison::tests::numeric_compare_with_nulls_generic_dispatch ... ok [INFO] [stdout] test kernels::comparison::tests::string_vs_dict_compare_with_nulls ... ok [INFO] [stdout] test kernels::comparison::tests::dict_vs_string_compare_le_chunk ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_bool_with_null ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_str_all_ops_chunk ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_dict32_basic ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_str_dict ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_dict32_basic_chunk ... ok [INFO] [stdout] test kernels::comparison::tests::dict_vs_dict_compare_gt_chunk ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_numeric_between_in_notin ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_numeric_edge_cases ... ok [INFO] [stdout] test kernels::comparison::tests::string_vs_dict_compare_with_nulls_chunk ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_bool_edge_cases ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_bool_no_null ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_dict32_edge_cases ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_dict32_edge_cases_chunk ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_dict32_with_null ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_dict32_with_null_chunk ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_float_type_dispatch ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_str_basic ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_numeric_no_null ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_str_edge_cases ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_str_edge_cases_chunk ... ok [INFO] [stdout] test kernels::logical::tests::between_and_in_empty_inputs ... ok [INFO] [stdout] test kernels::logical::tests::between_array_int32_rows ... ok [INFO] [stdout] test kernels::logical::tests::between_f64_scalar_and_nulls ... ok [INFO] [stdout] test kernels::logical::tests::between_i32_nulls_propagate ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_str_with_null ... ok [INFO] [stdout] test kernels::logical::tests::between_i32_per_row_rhs ... ok [INFO] [stdout] test kernels::logical::tests::between_i32_scalar_rhs ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_str_with_null_chunk ... ok [INFO] [stdout] test kernels::logical::tests::between_and_in_empty_inputs_chunk ... ok [INFO] [stdout] test kernels::logical::tests::between_per_row_bounds_on_last_row ... ok [INFO] [stdout] test kernels::logical::tests::dict_between_chunk ... ok [INFO] [stdout] test kernels::logical::tests::dict_in_nulls ... ok [INFO] [stdout] test kernels::logical::tests::between_array_float_generic ... ok [INFO] [stdout] test kernels::logical::tests::dict_between ... ok [INFO] [stdout] test kernels::logical::tests::between_masked_dispatch ... ok [INFO] [stdout] test kernels::logical::tests::in_array_int32_dispatch ... ok [INFO] [stdout] test kernels::logical::tests::in_array_f32_dispatch ... ok [INFO] [stdout] test kernels::logical::tests::dict_in_membership ... ok [INFO] [stdout] test kernels::logical::tests::dict_in_nulls_chunk ... ok [INFO] [stdout] test kernels::logical::tests::in_array_string_dispatch ... ok [INFO] [stdout] test kernels::logical::tests::in_array_dictionary_dispatch ... ok [INFO] [stdout] test kernels::logical::tests::between_array_type_mismatch ... ok [INFO] [stdout] test kernels::logical::tests::in_float_nan_and_normal ... ok [INFO] [stdout] test kernels::logical::tests::in_i32_small_rhs ... ok [INFO] [stdout] test kernels::logical::tests::in_i32_with_nulls ... ok [INFO] [stdout] test kernels::conditional::tests::test_conditional_copy_numeric_with_null ... ok [INFO] [stdout] test kernels::logical::tests::in_i64_large_rhs ... ok [INFO] [stdout] test kernels::logical::tests::is_null_and_is_not_null ... ok [INFO] [stdout] test kernels::logical::tests::is_null_not_null_dense ... ok [INFO] [stdout] test kernels::logical::tests::dict_in_membership_chunk ... ok [INFO] [stdout] test kernels::logical::tests::string_between ... ok [INFO] [stdout] test kernels::logical::tests::between_f32_generic_dispatch ... ok [INFO] [stdout] test kernels::logical::tests::string_in_basic ... ok [INFO] [stdout] test kernels::logical::tests::string_in_basic_chunk ... ok [INFO] [stdout] test kernels::logical::tests::test_cmp_dict_in_force_fallback ... ok [INFO] [stdout] test kernels::logical::tests::test_in_array_empty_rhs ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_binomial_cdf_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_binomial_quantile_cornish_fisher ... ok [INFO] [stdout] test kernels::logical::tests::in_integers_various_types ... ok [INFO] [stdout] test kernels::logical::tests::string_between_chunk ... ok [INFO] [stdout] test kernels::logical::tests::string_between_nulls_chunk ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_f_cdf_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_chi_square_cdf_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_gamma_func ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_ln_choose ... ok [INFO] [stdout] test kernels::logical::tests::test_cmp_dict_in_force_fallback_chunk ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_normal_quantile_scalar_std ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_incomplete_beta_inv ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_ln_gamma_additional_edges ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_student_t_cdf_scalar ... ok [INFO] [stdout] test kernels::logical::tests::string_between_nulls ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_ln_gamma_plus1 ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_empty_input ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_invalid_parameters_error ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_incomplete_beta ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_student_t_quantile_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_cdf_edges ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_cdf_exact_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_pdf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_ln_gamma ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_pdf_mask_and_nulls ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_pdf_exact_values ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_inv_reg_lower_gamma ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_quantile_domain_violations_nan ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_pdf_out_of_domain_zero ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_cdf_exact_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_invalid_parameter_errors ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_cdf_monotone ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_empty_inputs ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_pmf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_pmf_out_of_range_zero ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_quantile_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_quantile_domain_violations_nan ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_pmf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_quantile_bounds ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_quantile_exact_small_n ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::beta::beta_tests::beta_quantile_round_trip ... ok [INFO] [stdout] test kernels::scientific::distributions::shared::scalar::tests::test_reg_lower_gamma ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_quantile_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_pmf_exact_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::binomial::binomial_tests::binomial_round_trip_small_n ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_cdf_mask_nan_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_cdf_tails ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_pdf_basic_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_empty_inputs ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_pdf_inf_inputs_zero ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_invalid_param_errors ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_pdf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_pdf_location_scale ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_pdf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_quantile_domain_edges ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_cdf_mask_nan ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_cdf_reference ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_cdf_tail_limits ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_cdf_standard_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_cdf_symmetry ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_empty_inputs ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_quantile_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_quantile_reflection_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_pdf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_quantile_known_probs ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::cauchy::cauchy_tests::cauchy_quantile_location_scale ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_pdf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_invalid_params ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_pdf_basic ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_quantile_domain_edges ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_quantile_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_quantile_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_quantile_round_trip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_cdf_basic_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::chi_squared::chi_square_tests::chi_square_pdf_negative_and_infinite_inputs ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_pmf_basic_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_pmf_invalid_low_ge_high ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_pmf_bulk_vs_scalar_consistency ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_pmf_basic_values_with_negatives ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_pmf_sum_to_one ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_cdf_empty_input ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_quantile_null_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_cdf_null_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_cdf_with_negatives ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_pmf_empty_input ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_pmf_null_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_empty_inputs ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_invalid_lambda ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_pmf_single_point_range ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_quantile_clips_bounds ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_quantile_basic_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_cdf_tail_extremes ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::discrete_uniform::discrete_uniform_tests::du_quantile_with_negatives ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_cdf_basic_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_cdf_negative_x_zero ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_cdf_null_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_quantile_bounds ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_pdf_basic_values_lambda2 ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_quantile_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_pdf_basic_values_lambda1 ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_cdf_shape2_rate1_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_cdf_null_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_quantile_basic_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_invalid_parameters ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_cdf_tail_behaviour ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_pdf_bulk_vs_scalar_consistency ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_pdf_shape2_rate1_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_empty_inputs ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_pdf_negative_x_zero ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_pdf_bulk_vs_scalar_consistency ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_pdf_negative_x_zero ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_pdf_shape3_rate_half_example ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_pdf_null_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_quantile_roundtrip_shape2_rate1 ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_empty_inputs ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_pmf_basic_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_pmf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_invalid_parameters ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_quantile_basic ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_quantile_bounds_and_domain ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_cdf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_quantile_null_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_cdf_basic_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_quantile_domain_extremes ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_cdf_tail_behaviour ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_cdf_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_cdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_quantile_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_empty_fast_paths ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_quantile_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_pdf_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_cdf_tail_extremes ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_pdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::exponential::exponential_tests::exp_quantile_null_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gamma::gamma_tests::gamma_pdf_null_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_invalid_params_error ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_pdf_scalar_vs_bulk ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::hypergeometric::tests::hypergeom_pmf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_quantile_extremes ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_quantile_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::hypergeometric::tests::hypergeom_pmf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::hypergeometric::tests::hypergeom_pmf_invalid_params ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::hypergeometric::tests::hypergeom_cdf_is_monotone ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::geometric::geometric_tests::geom_pmf_scalar_vs_bulk ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::hypergeometric::tests::hypergeom_pmf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::hypergeometric::tests::hypergeom_cdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::hypergeometric::tests::hypergeom_pmf_out_of_range_is_zero ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_quantile_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::hypergeometric::tests::hypergeom_quantile_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::laplace::tests::cdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::gumbell::gumbel_tests::gumbel_quantile_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::laplace::tests::invalid_params_error ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::laplace::tests::cdf_tails ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::laplace::tests::pdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::laplace::tests::pdf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::laplace::tests::quantile_cdf_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::laplace::tests::quantile_domain_and_edges ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::laplace::tests::quantile_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::hypergeometric::tests::hypergeom_quantile_domain_and_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::hypergeometric::tests::hypergeom_quantile_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::hypergeometric::tests::hypergeom_quantile_invalid_params ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::laplace::tests::pdf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::laplace::tests::empty_input ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_cdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_cdf_mask_nan ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_cdf_tail_extremes ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_pdf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_cdf_empty ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_cdf_invalid_params ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::laplace::tests::quantile_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_pdf_invalid_params ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_pdf_location_scale ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_pdf_mask_propagation_nan ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_pdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_quantile_empty ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_quantile_domain_and_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_quantile_reflection_and_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::cdf_mask_nan_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::cdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_quantile_parametrised ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::empty_input_returns_empty ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::pdf_location_scale ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::pdf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_quantile_invalid_params ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::logistic::tests::logistic_quantile_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::pdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::mask_propagation_and_nan_output ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::quantile_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::quantile_reflection_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::multinomial::tests::empty_input_returns_empty ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::cdf_left_and_right_tails ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::invalid_parameters_error ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::multinomial::tests::invalid_input_dimension_errors ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::neg_binomial::tests::empty_input_returns_empty ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::multinomial::tests::invalid_probabilities_error ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::multinomial::tests::pmf_multiple_rows ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::pdf_negative_and_zero_x ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::multinomial::tests::pmf_null_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::multinomial::tests::pmf_reference_single_row ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::multinomial::tests::pmf_sum_x_not_equal_n_returns_zero ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::multinomial::tests::probabilities_do_not_sum_to_one_error ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::multinomial::tests::zero_trials_error ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::neg_binomial::tests::cdf_invalid_parameters ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::lognormal::tests::quantile_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::neg_binomial::tests::cdf_matches_cumulative_pmf ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::neg_binomial::tests::pmf_invalid_parameters ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::neg_binomial::tests::pmf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::neg_binomial::tests::quantile_basic_cases ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_cdf_invalid_params_error ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::neg_binomial::tests::pmf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::neg_binomial::tests::quantile_invalid_parameters ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::document_normal_quantile_reciprocal_identity_limitation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::neg_binomial::tests::pmf_sums_to_one_truncated_tail ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_cdf_empty_input ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::neg_binomial::tests::quantile_cdf_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_cdf_scipy_values_basic ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_pdf_bulk_vs_scalar_consistency ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_pdf_empty_array ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_cdf_mask_nan_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_pdf_invalid_params_error ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_pdf_left_right_tails ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_pdf_mask_propagation_and_nan_output ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_cdf_tail_extremes ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_left_tail ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_location_scale ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_nan_mean ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_nan_outside_unit_interval ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_pdf_out_of_domain_output_and_mask ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_pdf_scipy_values_centre ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_2p5_percentile ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_97p5_percentile ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_pdf_scipy_values_location_scale ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_bulk_null_mask_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_bulk_vs_scalar_consistency ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_centre ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_domain_and_null_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_empty_input ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_invalid_std_params ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_negative_std ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_one ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_nan_pi ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_nan_std ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_out_of_range_high ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_out_of_range_low ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_parametrised ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_reflection_and_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_zero ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_zero_std ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::poisson::tests::invalid_lambda_errors ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::poisson::tests::pmf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::poisson::tests::pmf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::poisson::tests::quantile_basic_cases ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::student_t::tests::empty_input_returns_empty ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::student_t::tests::invalid_df_errors ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::poisson::tests::quantile_cdf_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::student_t::tests::pdf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::student_t::tests::pdf_reference_values_df1 ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::poisson::tests::cdf_matches_manual_cumulative ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::student_t::tests::cdf_symmetry ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::poisson::tests::empty_input_returns_empty ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::student_t::tests::pdf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::poisson::tests::pmf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_right_tail ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::poisson::tests::pmf_sums_to_one_reasonably ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::normal::tests::normal_quantile_scipy_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::student_t::tests::quantile_end_points ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::student_t::tests::pdf_even_function ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::uniform::tests::cdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::student_t::tests::cdf_tail_extremes ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::uniform::tests::pdf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::uniform::tests::empty_input ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::uniform::tests::pdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::uniform::tests::invalid_parameter_errors ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::uniform::tests::pdf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::student_t::tests::quantile_cdf_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::uniform::tests::quantile_cdf_roundtrip ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::weibull::tests::cdf_tail_extremes ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::weibull::tests::invalid_parameter_errors ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::weibull::tests::pdf_bulk_vs_scalar ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::weibull::tests::pdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::weibull::tests::empty_input ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::weibull::tests::quantile_domain_and_edges ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::weibull::tests::quantile_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::weibull::tests::quantile_reference_values ... ok [INFO] [stdout] test kernels::scientific::erf::erf_simd_lanes ... ok [INFO] [stdout] test kernels::scientific::erf::erfc_simd_lanes ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::weibull::tests::quantile_cdf_roundtrip ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_erfc_sum_identity ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::weibull::tests::pdf_mask_propagation ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_half ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_minus_one ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_nan ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_neg_inf ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_odd_symmetry ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_pos_inf ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_three ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_zero ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erfc_four ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_one ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_two ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erfc_minus_one ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erfc_even_complement ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erfc_nan ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erfc_one ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erfc_neg_inf ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_six ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erfc_half ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erf_four ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erfc_six ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erfc_three ... ok [INFO] [stdout] test kernels::scientific::erf::tests::simd_erfc_region2 ... ok [INFO] [stdout] test kernels::scientific::erf::tests::simd_erfc_region4_5 ... ok [INFO] [stdout] test kernels::scientific::erf::tests::simd_erfc_specials ... ok [INFO] [stdout] test kernels::scientific::erf::tests::simd_region1 ... ok [INFO] [stdout] test kernels::scientific::erf::tests::simd_region2 ... ok [INFO] [stdout] test kernels::scientific::erf::tests::simd_region3 ... ok [INFO] [stdout] test kernels::scientific::erf::tests::simd_region4_5 ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erfc_pos_inf ... ok [INFO] [stdout] test kernels::scientific::erf::tests::simd_specials ... ok [INFO] [stdout] test kernels::scientific::erf::tests::erfc_two ... ok [INFO] [stdout] test kernels::scientific::erf::tests::simd_erfc_region1 ... ok [INFO] [stdout] test kernels::aggregate::tests::test_geometric_mean_int_negative - should panic ... ok [INFO] [stdout] test kernels::scientific::erf::tests::simd_erfc_region3 ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::weibull::tests::cdf_reference_values ... ok [INFO] [stdout] test kernels::scientific::fft::tests::fft8_radix_matches_scipy_seq0_7 ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::uniform::tests::quantile_mask_and_domain_handling ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_argsort_no_nulls ... ok [INFO] [stdout] test kernels::aggregate::tests::test_harmonic_mean_int_all_zeros - should panic ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_argsort_with_nulls ... ok [INFO] [stdout] test kernels::scientific::distributions::univariate::uniform::tests::quantile_reference_values ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_dot_all_nulls ... ok [INFO] [stdout] test kernels::scientific::fft::tests::block_fft_matches_scipy_seq0_15 ... ok [INFO] [stdout] test kernels::scientific::fft::tests::radix8_exact ... ok [INFO] [stdout] test kernels::scientific::fft::tests::block_fft_matches_scipy_seq0_7 ... ok [INFO] [stdout] test kernels::scientific::fft::tests::butterfly_radix8_impulse_all_ones ... ok [INFO] [stdout] test kernels::scientific::erf::tests::simd_symmetry_complement ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_axpy_no_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_histogram_all_nulls ... ok [INFO] [stdout] test kernels::scientific::fft::tests::block_fft_power_of_two_check ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_histogram_no_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_axpy_with_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_dot_no_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_dot_with_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_l2_norm_no_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_l2_norm_with_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_reservoir_sample_basic ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_scale_vec_no_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_scale_vec_with_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_vector_norm_all_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_scale_with_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_histogram_with_nulls ... ok [INFO] [stdout] test kernels::sort::tests::test_sort_float_empty_and_single ... ok [INFO] [stdout] test kernels::sort::tests::test_sort_float_f32_all_edge_cases ... ok [INFO] [stdout] test kernels::sort::tests::test_sort_float_f64_all_edge_cases ... ok [INFO] [stdout] test kernels::sort::tests::test_sorted_float_correct_for_f64 ... ok [INFO] [stdout] test kernels::sort::tests::test_sorted_float_immutability_and_return_type ... ok [INFO] [stdout] test kernels::sort::tests::test_total_cmp_f32_ordering_basic ... ok [INFO] [stdout] test kernels::sort::tests::test_total_cmp_f64_ordering_basic ... ok [INFO] [stdout] test kernels::sort::tests::test_total_cmp_nan_ordering_f32 ... ok [INFO] [stdout] test kernels::sort::tests::test_total_cmp_nan_ordering_f64 ... ok [INFO] [stdout] test kernels::sort::tests::test_total_cmp_zero_and_negzero ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_auto_descending ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_auto_i32_basic ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_auto_stable_preserves_order ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_auto_unstable_still_sorts_correctly ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_auto_with_comparison ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_basic ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_boolean_descending ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_boolean_basic ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_boolean_with_nulls ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_config_stable_default_true ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_scale_no_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_reservoir_sample_with_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_vector_norm_no_nulls ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_vector_norm_with_nulls ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_descending ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_radix_u32_descending ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_radix_i32_with_negatives ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_radix_i64_with_negatives ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_radix_u32_basic ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_radix_u64_basic ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_str_basic ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_empty ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_float_basic ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_float_with_nan ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_str_descending ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_argsort_string_array_basic ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_boolean_array_all_nulls_and_none ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_i64_sorts_produce_same_results ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_int_empty_and_single ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_slice_with_mask_all_true_and_all_false ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_str_basic ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_boolean_array_all_true_and_all_false ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_boolean_array_with_nulls ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_slice_with_mask_basic ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_str_empty_and_duplicate ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sorted_str_and_non_ascii ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_string_array_basic ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_stable_float_preserves_relative_order ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sorted_int_immutability_and_output ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_stable_sort_preserves_relative_order ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_u32_sorts_produce_same_results ... ok [INFO] [stdout] test kernels::unary::tests::neg_dispatch_f64 ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_u64_sorts_produce_same_results ... ok [INFO] [stdout] test kernels::unary::tests::neg_f32_dense ... ok [INFO] [stdout] test kernels::unary::tests::neg_f64_masked ... ok [INFO] [stdout] test kernels::unary::tests::neg_i64_all_nulls ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_categorical_lexical_basic_and_nulls ... ok [INFO] [stdout] test kernels::unary::tests::neg_i32_empty ... ok [INFO] [stdout] test kernels::unary::tests::neg_u64_to_i64 ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_int_order ... ok [INFO] [stdout] test kernels::unary::tests::neg_u32_to_i32 ... ok [INFO] [stdout] test kernels::unary::tests::not_bool_basic ... ok [INFO] [stdout] test kernels::unary::tests::reverse_str_basic ... ok [INFO] [stdout] test kernels::unary::tests::reverse_dict_basic_chunk ... ok [INFO] [stdout] test kernels::unary::tests::not_bool_masked ... ok [INFO] [stdout] test kernels::unary::tests::reverse_dict_basic ... ok [INFO] [stdout] test kernels::unary::tests::reverse_str_basic_chunk ... ok [INFO] [stdout] test kernels::unary::tests::test_unary_reverse_str_empty_and_all_nulls ... ok [INFO] [stdout] test kernels::unary::tests::reverse_str_with_nulls ... ok [INFO] [stdout] test kernels::unary::tests::test_unary_reverse_str_empty_and_all_nulls_chunk ... ok [INFO] [stdout] test kernels::unary::tests::reverse_str_with_nulls_chunk ... ok [INFO] [stdout] test kernels::window::tests::test_dense_rank_str_duplicates ... ok [INFO] [stdout] test kernels::window::tests::test_dense_rank_str_duplicates_chunk ... ok [INFO] [stdout] test kernels::window::tests::test_lag_lead_int ... ok [INFO] [stdout] test kernels::window::tests::test_lag_lead_str_chunk ... ok [INFO] [stdout] test kernels::window::tests::test_lag_str_null_propagation ... ok [INFO] [stdout] test kernels::window::tests::test_rank_int_basic ... ok [INFO] [stdout] test kernels::window::tests::test_rank_str_ties_and_nulls ... ok [INFO] [stdout] test kernels::window::tests::test_rolling_min_max_mean_count ... ok [INFO] [stdout] test kernels::window::tests::test_lag_str_null_propagation_chunk ... ok [INFO] [stdout] test kernels::window::tests::test_rank_float_with_nulls ... ok [INFO] [stdout] test kernels::window::tests::test_rank_str_ties_and_nulls_chunk ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_i32_sorts_produce_same_results ... ok [INFO] [stdout] test kernels::window::tests::test_rolling_sum_bool ... ok [INFO] [stdout] test kernels::window::tests::test_rolling_sum_bool_with_nulls ... ok [INFO] [stdout] test kernels::window::tests::test_rolling_sum_int_basic ... ok [INFO] [stdout] test kernels::window::tests::test_rolling_sum_int_masked ... ok [INFO] [stdout] test kernels::window::tests::test_shift_float_positive_negative_zero ... ok [INFO] [stdout] test kernels::window::tests::test_rolling_sum_int_edge_windows ... ok [INFO] [stdout] test kernels::window::tests::test_rolling_sum_float ... ok [INFO] [stdout] test kernels::window::tests::test_shift_str_large_offset_chunk ... ok [INFO] [stdout] test kernels::window::tests::test_rolling_sum_float_masked_nulls_propagate ... ok [INFO] [stdout] test kernels::window::tests::test_shift_str_large_offset ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_categorical_all_nulls_and_no_nulls ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_int_with_duplicates_and_negatives ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_sort_slice_with_mask_no_mask ... ok [INFO] [stdout] test kernels::binary::tests::test_apply_cmp_dict_isnull_isnotnull_chunk_invalid_indices - should panic ... ok [INFO] [stdout] test kernels::window::tests::test_lag_lead_str ... ok [INFO] [stdout] test kernels::sort::tests::tests::test_numeric_sorts_produce_same_results_large_dataset ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_l2_norm_large_compensated_accuracy ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_dot_large_compensated_accuracy ... ok [INFO] [stdout] test kernels::scientific::fft::tests::block_fft_random_lengths ... ok [INFO] [stdout] test kernels::scientific::vector::tests::test_dot_large_cancellation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 618 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s [INFO] [stdout] [INFO] [stderr] Running tests/aggregate_compensated.rs (/opt/rustwide/target/debug/deps/aggregate_compensated-e41fd3f3ccf07bac) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_compensated_pair_stats ... ok [INFO] [stdout] test test_compensated_stat_moments ... ok [INFO] [stdout] test test_compensated_sum_large_small_interleave ... ok [INFO] [stdout] test test_compensated_sum_alternating_sign ... ok [INFO] [stdout] test test_compensated_sum_squares ... ok [INFO] [stdout] test test_compensated_sum_harmonic ... ok [INFO] [stderr] Running tests/common.rs (/opt/rustwide/target/debug/deps/common-523ee5c1b0bdc122) [INFO] [stdout] [INFO] [stderr] Running tests/scipy_beta.rs (/opt/rustwide/target/debug/deps/scipy_beta-5fffed273e13fb85) [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.18s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test scipy_beta_tests::beta_cdf_cdf_domain_violations ... ok [INFO] [stdout] test scipy_beta_tests::beta_cdf_cdf_extreme_left_skew ... ok [INFO] [stdout] test scipy_beta_tests::beta_cdf_cdf_boundaries ... ok [INFO] [stdout] test scipy_beta_tests::beta_cdf_cdf_extreme_right_skew ... ok [INFO] [stdout] test scipy_beta_tests::beta_cdf_cdf_large_params ... ok [INFO] [stdout] test scipy_beta_tests::beta_cdf_cdf_left_skewed ... ok [INFO] [stdout] test scipy_beta_tests::beta_cdf_cdf_right_skewed ... ok [INFO] [stdout] test scipy_beta_tests::beta_cdf_cdf_symmetric ... ok [INFO] [stdout] test scipy_beta_tests::beta_cdf_cdf_uniform ... ok [INFO] [stdout] test scipy_beta_tests::beta_cdf_cdf_u_shaped ... ok [INFO] [stdout] test scipy_beta_tests::beta_pdf_boundaries ... ok [INFO] [stdout] test scipy_beta_tests::beta_pdf_large_params ... ok [INFO] [stdout] test scipy_beta_tests::beta_pdf_domain_violations ... ok [INFO] [stdout] test scipy_beta_tests::beta_pdf_left_skewed ... ok [INFO] [stdout] test scipy_beta_tests::beta_pdf_small_a ... ok [INFO] [stdout] test scipy_beta_tests::beta_pdf_right_skewed ... ok [INFO] [stdout] test scipy_beta_tests::beta_pdf_standard_symmetric ... ok [INFO] [stdout] test scipy_beta_tests::beta_pdf_u_shaped ... ok [INFO] [stdout] test scipy_beta_tests::beta_ppf_ppf_invalid_quantiles ... ok [INFO] [stdout] test scipy_beta_tests::beta_ppf_ppf_left_skewed ... ok [INFO] [stdout] test scipy_beta_tests::beta_ppf_ppf_large_params ... ok [INFO] [stdout] test scipy_beta_tests::beta_ppf_ppf_u_shaped ... ok [INFO] [stdout] test scipy_beta_tests::beta_ppf_ppf_right_skewed ... ok [INFO] [stdout] test scipy_beta_tests::beta_ppf_ppf_uniform ... ok [INFO] [stdout] test scipy_beta_tests::beta_ppf_ppf_symmetric ... ok [INFO] [stdout] test scipy_beta_tests::beta_ppf_ppf_extreme_quantiles ... ok [INFO] [stdout] test scipy_beta_tests::beta_pdf_small_b ... ok [INFO] [stdout] test scipy_beta_tests::beta_pdf_uniform ... ok [INFO] [stdout] test scipy_beta_tests::beta_ppf_ppf_small_params ... ok [INFO] [stdout] test scipy_beta_tests::beta_ppf_ppf_extreme_asymmetry ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/scipy_binomial.rs (/opt/rustwide/target/debug/deps/scipy_binomial-67961144741d0c59) [INFO] [stdout] running 23 tests [INFO] [stdout] test scipy_binomial_tests::binomial_cdf_cdf_fair ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_cdf_cdf_large_n ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_cdf_cdf_skewed_right ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_pmf_large_n ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_pmf_skewed_right ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_pmf_small_n_p ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_pmf_small_p ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_cdf_cdf_larger_n ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_ppf_ppf_fair ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_pmf_large_p ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_cdf_cdf_small_n_large_p ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_ppf_ppf_large_skewed ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_ppf_ppf_extreme ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_pmf_bernoulli ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_ppf_ppf_boundaries ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_ppf_ppf_small_n ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_ppf_ppf_skewed ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_pmf_skewed_left ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_cdf_cdf_medium ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_ppf_ppf_larger_n ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_pmf_larger_n ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_pmf_fair ... ok [INFO] [stdout] test scipy_binomial_tests::binomial_cdf_cdf_beyond_n ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_cauchy.rs (/opt/rustwide/target/debug/deps/scipy_cauchy-d5125bbcbfd1b4d7) [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test scipy_cauchy_tests::cauchy_cdf_cdf_extreme ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_cdf_cdf_negative ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_cdf_cdf_standard ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_cdf_cdf_scaled ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_cdf_cdf_positive_large ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_cdf_cdf_shifted ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_cdf_cdf_tiny_scale ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_pdf_scaled ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_pdf_extreme_values ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_pdf_shifted ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_pdf_tiny_scale ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_ppf_ppf_extreme ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_ppf_ppf_negative ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_ppf_ppf_scaled ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_ppf_ppf_standard ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_ppf_ppf_shifted ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_pdf_standard ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_ppf_ppf_tiny_scale ... ok [INFO] [stdout] test scipy_cauchy_tests::cauchy_pdf_negative_small_scale ... ok [INFO] [stderr] Running tests/scipy_chi2.rs (/opt/rustwide/target/debug/deps/scipy_chi2-cbaf3fb378a67a3b) [INFO] [stdout] test scipy_cauchy_tests::cauchy_pdf_positive_large_scale ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test scipy_chi2_tests::chi2_cdf_cdf_df_10 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_cdf_cdf_df_2 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_cdf_cdf_df_1 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_cdf_cdf_df_3 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_cdf_cdf_df_5 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_cdf_cdf_negative ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_pdf_df_10 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_pdf_df_3 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_pdf_negative_values ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_ppf_ppf_boundaries ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_ppf_ppf_df_10 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_pdf_large_df ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_ppf_ppf_df_5 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_ppf_ppf_df_3 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_cdf_cdf_near_zero ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_cdf_cdf_large_df ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_pdf_df_5 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_pdf_near_zero ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_ppf_ppf_df_1 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_pdf_extreme_values ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_ppf_ppf_large_df ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_ppf_ppf_extreme ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_pdf_df_2 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_ppf_ppf_df_2 ... ok [INFO] [stdout] test scipy_chi2_tests::chi2_pdf_df_1 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_dirichlet.rs (/opt/rustwide/target/debug/deps/scipy_dirichlet-6bb806b32251cd71) [INFO] [stderr] Running tests/scipy_discrete_uniform.rs (/opt/rustwide/target/debug/deps/scipy_discrete_uniform-f9ed56736243dfb6) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_cdf_coin_cdf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_cdf_cumulative ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_cdf_die_cdf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_cdf_duniform_cdf_standard ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_cdf_duniform_cdf_symmetric ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_cdf_duniform_cdf_zero_start ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_cdf_oob_cdf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_cdf_single_cdf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_pmf_coin_flip ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_cdf_negative_cdf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_pmf_duniform_large ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_pmf_duniform_symmetric ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_pmf_duniform_zero_start ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_pmf_duniform_standard ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_pmf_edge_boundaries ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_pmf_out_of_bounds ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_cdf_large_cdf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_cdf_edge_cdf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_pmf_single_value ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_pmf_huge_range ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_ppf_coin_ppf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_ppf_duniform_ppf_standard ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_ppf_die_ppf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_ppf_duniform_ppf_zero_start ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_ppf_decimal_ppf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_ppf_edge_ppf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_ppf_duniform_ppf_symmetric ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_pmf_large_range ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_pmf_die_roll ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_ppf_large_ppf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_ppf_single_ppf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_ppf_negative_ppf ... ok [INFO] [stdout] test scipy_discrete_uniform_tests::discrete_uniform_ppf_huge_ppf ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_exponential.rs (/opt/rustwide/target/debug/deps/scipy_exponential-47da04dfdced7615) [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test scipy_exponential_tests::exponential_cdf_cdf_rate_0_5 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_cdf_cdf_negative ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_cdf_cdf_approaching_one ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_cdf_cdf_rate_10_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_cdf_cdf_rate_1_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_cdf_cdf_rate_5_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_cdf_cdf_rate_2_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_cdf_cdf_small_rate ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_pdf_large_rate ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_pdf_extreme_values ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_pdf_rate_0_5 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_pdf_rate_10_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_pdf_negative_values ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_pdf_rate_1_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_ppf_ppf_boundaries ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_ppf_ppf_extreme ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_ppf_ppf_rate_0_5 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_ppf_ppf_rate_10_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_ppf_ppf_rate_1_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_ppf_ppf_rate_2_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_ppf_ppf_small_rate ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_ppf_ppf_rate_5_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_pdf_rate_2_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_pdf_rate_5_0 ... ok [INFO] [stdout] test scipy_exponential_tests::exponential_pdf_small_rate ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_gamma.rs (/opt/rustwide/target/debug/deps/scipy_gamma-e1fb15c4bece4864) [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test scipy_gamma_tests::gamma_cdf_cdf_erlang_2 ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_cdf_cdf_large_shape ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_cdf_cdf_equal_params ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_cdf_cdf_negative ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_cdf_cdf_near_zero ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_cdf_cdf_shape_less_1 ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_cdf_cdf_small_shape ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_pdf_equal_params ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_pdf_exponential ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_pdf_erlang_2 ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_pdf_large_shape ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_cdf_cdf_exponential ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_pdf_large_shape_2 ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_pdf_near_zero ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_pdf_very_small_shape ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_ppf_ppf_boundaries ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_ppf_ppf_equal_params ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_ppf_ppf_erlang_2 ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_pdf_negative_values ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_ppf_ppf_exponential ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_ppf_ppf_small_shape ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_pdf_shape_less_1 ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_ppf_ppf_shape_less_1 ... ok [INFO] [stderr] Running tests/scipy_geometric.rs (/opt/rustwide/target/debug/deps/scipy_geometric-3677011e4c70d102) [INFO] [stdout] test scipy_gamma_tests::gamma_ppf_ppf_extreme ... ok [INFO] [stdout] test scipy_gamma_tests::gamma_ppf_ppf_large_shape ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test scipy_geometric_tests::geometric_cdf_degenerate_cdf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_cdf_extended_cdf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_cdf_high_prob_cdf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_cdf_rare_cdf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_cdf_very_high_cdf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_pmf_degenerate ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_cdf_low_prob_cdf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_pmf_extended_range ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_pmf_high_prob ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_cdf_qc_cdf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_pmf_low_prob ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_pmf_medium_prob ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_cdf_medium_prob_cdf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_pmf_rare_event ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_pmf_very_high_prob ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_pmf_very_low_prob ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_pmf_quality_control ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_ppf_coin_flip_ppf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_ppf_medium_prob_ppf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_ppf_very_high_ppf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_ppf_very_low_ppf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_ppf_edge_quantiles ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_ppf_high_prob_ppf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_ppf_low_prob_ppf ... ok [INFO] [stdout] test scipy_geometric_tests::geometric_ppf_qc_ppf ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_gumbel.rs (/opt/rustwide/target/debug/deps/scipy_gumbel-cde7db0bd3a753f9) [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test scipy_gumbel_tests::gumbel_cdf_extended_cdf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_cdf_negative_loc_cdf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_cdf_scaled_cdf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_cdf_extreme_cdf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_cdf_large_scale_cdf ... ok [INFO] [stderr] Running tests/scipy_hypergeometric.rs (/opt/rustwide/target/debug/deps/scipy_hypergeometric-d85c51099cfdeb09) [INFO] [stdout] test scipy_gumbel_tests::gumbel_cdf_shifted_cdf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_cdf_shifted_scaled_cdf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_cdf_standard_cdf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_cdf_small_scale_cdf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_pdf_extended ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_pdf_large_scale ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_pdf_negative_loc ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_pdf_scaled ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_pdf_shifted_scaled ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_pdf_small_scale ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_pdf_standard ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_ppf_extreme_ppf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_ppf_negative_loc_ppf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_ppf_large_scale_ppf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_ppf_shifted_ppf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_ppf_scaled_ppf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_ppf_shifted_scaled_ppf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_ppf_small_scale_ppf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_ppf_standard_ppf ... ok [INFO] [stdout] test scipy_gumbel_tests::gumbel_pdf_shifted ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 25 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_cdf_draw_all_cdf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_cdf_high_rate_cdf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_cdf_equal_cdf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_cdf_hypergeometric_cdf_large ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_cdf_hypergeometric_cdf_standard ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_cdf_hypergeometric_cdf_half ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_cdf_large_cdf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_pmf_draw_all ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_cdf_qc_cdf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_cdf_single_cdf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_pmf_equal_success_draw ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_pmf_high_success_rate ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_cdf_small_cdf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_cdf_urn_cdf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_pmf_hypergeometric_pmf_half ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_pmf_hypergeometric_pmf_large ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_pmf_hypergeometric_pmf_standard ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_pmf_single_draw ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_pmf_quality_control ... ok [INFO] [stderr] Running tests/scipy_inv_wishart.rs (/opt/rustwide/target/debug/deps/scipy_inv_wishart-d182baf0f6f617bb) [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_pmf_urn_problem ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_ppf_equal_ppf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_ppf_high_rate_ppf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_ppf_hypergeometric_ppf_large ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_ppf_hypergeometric_ppf_half ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_ppf_hypergeometric_ppf_standard ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_ppf_draw_all_ppf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_ppf_large_ppf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_pmf_large_population ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_ppf_qc_ppf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_pmf_small_population ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_ppf_single_ppf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_ppf_small_ppf ... ok [INFO] [stdout] test scipy_hypergeometric_tests::hypergeometric_ppf_urn_ppf ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/scipy_laplace.rs (/opt/rustwide/target/debug/deps/scipy_laplace-47247288d7765db7) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test scipy_laplace_tests::laplace_cdf_laplace_cdf_large ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_cdf_laplace_cdf_standard ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_cdf_laplace_cdf_negative ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_cdf_laplace_cdf_scaled ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_pdf_laplace_scaled ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_pdf_laplace_negative ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_pdf_laplace_standard ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_pdf_laplace_shifted ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_pdf_laplace_large ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_ppf_laplace_ppf_large ... ok [INFO] [stderr] Running tests/scipy_logistic.rs (/opt/rustwide/target/debug/deps/scipy_logistic-93f7405d942c5cab) [INFO] [stdout] test scipy_laplace_tests::laplace_cdf_laplace_cdf_shifted ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_ppf_laplace_ppf_negative ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_ppf_laplace_ppf_scaled ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_ppf_laplace_ppf_shifted ... ok [INFO] [stdout] test scipy_laplace_tests::laplace_ppf_laplace_ppf_standard ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test scipy_logistic_tests::logistic_cdf_logistic_cdf_large ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_cdf_logistic_cdf_negative ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_cdf_logistic_cdf_standard ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_pdf_logistic_large ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_cdf_logistic_cdf_shifted ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_pdf_logistic_negative ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_pdf_logistic_shifted ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_pdf_logistic_scaled ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_pdf_logistic_standard ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_ppf_logistic_ppf_large ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_cdf_logistic_cdf_scaled ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_ppf_logistic_ppf_negative ... ok [INFO] [stderr] Running tests/scipy_lognormal.rs (/opt/rustwide/target/debug/deps/scipy_lognormal-5417989e81b225aa) [INFO] [stdout] test scipy_logistic_tests::logistic_ppf_logistic_ppf_scaled ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_ppf_logistic_ppf_shifted ... ok [INFO] [stdout] test scipy_logistic_tests::logistic_ppf_logistic_ppf_standard ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test scipy_lognormal_tests::lognormal_cdf_both_varied_cdf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_cdf_high_var_cdf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_cdf_large_sigma_cdf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_cdf_extended_cdf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_cdf_deterministic_cdf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_cdf_lognorm_cdf_low_var ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_cdf_lognorm_cdf_high_var ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_cdf_lognorm_cdf_standard ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_cdf_shifted_cdf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_cdf_small_sigma_cdf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_cdf_standard_cdf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_extended ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_high_variability ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_lognorm_low_var ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_lognorm_standard ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_lognorm_scaled ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_shifted_mean ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_standard ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_small_sigma ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_ppf_both_varied_ppf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_ppf_high_var_ppf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_ppf_deterministic_ppf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_ppf_large_sigma_ppf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_ppf_lognorm_ppf_low_var ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_ppf_lognorm_ppf_high_var ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_ppf_lognorm_ppf_standard ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_ppf_small_sigma_ppf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_deterministic ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_ppf_shifted_ppf ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_lognorm_high_var ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_both_varied ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_pdf_large_sigma ... ok [INFO] [stdout] test scipy_lognormal_tests::lognormal_ppf_standard_ppf ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_multinomial.rs (/opt/rustwide/target/debug/deps/scipy_multinomial-dd631d17f4107955) [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_academic_grades ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_biased_3cat ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_equal_5cat ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_customer_satisfaction ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_fair_4cat ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_age_demographics ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_dominant_cat ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_fair_3cat ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_fair_dice ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_large_trials ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_email_responses ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_inventory_turnover ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_binary ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_market_stack ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_multinom_3cat ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_multinom_4cat_equal ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_multinom_dominant ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_product_quality ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_quarterly_performance ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_project_phases ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_risk_categories ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_skewed_4cat ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_seasonal_sales ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_survey_4point ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_transport_modes ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_small_trials ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_multinom_skewed ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_website_sections ... ok [INFO] [stdout] test scipy_multinomial_tests::multinomial_pmf_single_trial ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_multivariate_normal.rs (/opt/rustwide/target/debug/deps/scipy_multivariate_normal-ddaa63f3a610ccd5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_mvn_condition.rs (/opt/rustwide/target/debug/deps/scipy_mvn_condition-3aa819a2e366478e) [INFO] [stderr] Running tests/scipy_negative_binomial.rs (/opt/rustwide/target/debug/deps/scipy_negative_binomial-dc5704c84deb6983) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 35 tests [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_balanced_cdf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_coin_flips_cdf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_high_success_cdf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_low_success_cdf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_near_certain_cdf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_extended_cdf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_many_successes_cdf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_negbinom_cdf_large_n ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_negbinom_cdf_standard ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_negbinom_cdf_small_n ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_quality_control_cdf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_balanced ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_coin_flips ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_high_success ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_low_success ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_negbinom_large_n ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_negbinom_low_p ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_negbinom_standard ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_negbinom_small_n ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_quality_control ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_ppf_balanced_ppf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_ppf_near_certain_ppf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_single_success ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_ppf_negbinom_ppf_small_n ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_ppf_low_success_ppf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_cdf_single_success_cdf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_many_successes ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_ppf_many_successes_ppf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_ppf_negbinom_ppf_large_n ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_ppf_coin_flips_ppf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_ppf_high_success_ppf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_ppf_single_success_ppf ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_ppf_negbinom_ppf_standard ... ok [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_ppf_quality_control_ppf ... ok [INFO] [stderr] Running tests/scipy_normal.rs (/opt/rustwide/target/debug/deps/scipy_normal-d75a2f09916b761d) [INFO] [stdout] test scipy_negative_binomial_tests::neg_binomial_pmf_near_certain ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test scipy_normal_tests::normal_cdf_cdf_extreme ... ok [INFO] [stdout] test scipy_normal_tests::normal_cdf_cdf_near_median ... ok [INFO] [stdout] test scipy_normal_tests::normal_cdf_cdf_positive_large_var ... ok [INFO] [stdout] test scipy_normal_tests::normal_cdf_cdf_negative_small_var ... ok [INFO] [stdout] test scipy_normal_tests::normal_cdf_cdf_right_tail ... ok [INFO] [stdout] test scipy_normal_tests::normal_cdf_cdf_scaled ... ok [INFO] [stdout] test scipy_normal_tests::normal_cdf_cdf_standard ... ok [INFO] [stdout] test scipy_normal_tests::normal_pdf_different_variance ... ok [INFO] [stdout] test scipy_normal_tests::normal_pdf_extreme_values ... ok [INFO] [stdout] test scipy_normal_tests::normal_cdf_cdf_small_var ... ok [INFO] [stdout] test scipy_normal_tests::normal_cdf_cdf_shifted ... ok [INFO] [stdout] test scipy_normal_tests::normal_pdf_multi_sd ... ok [INFO] [stdout] test scipy_normal_tests::normal_pdf_large_variance ... ok [INFO] [stdout] test scipy_normal_tests::normal_pdf_near_mean ... ok [INFO] [stdout] test scipy_normal_tests::normal_pdf_negative_mean ... ok [INFO] [stdout] test scipy_normal_tests::normal_pdf_small_variance ... ok [INFO] [stdout] test scipy_normal_tests::normal_pdf_standard ... ok [INFO] [stdout] test scipy_normal_tests::normal_ppf_ppf_extreme_quantiles ... ok [INFO] [stdout] test scipy_normal_tests::normal_ppf_ppf_large_var ... ok [INFO] [stdout] test scipy_normal_tests::normal_ppf_ppf_near_median ... ok [INFO] [stdout] test scipy_normal_tests::normal_ppf_ppf_negative_small_var ... ok [INFO] [stdout] test scipy_normal_tests::normal_ppf_ppf_positive_large_var ... ok [INFO] [stdout] test scipy_normal_tests::normal_ppf_ppf_scaled ... ok [INFO] [stdout] test scipy_normal_tests::normal_ppf_ppf_standard ... ok [INFO] [stdout] test scipy_normal_tests::normal_ppf_ppf_shifted ... ok [INFO] [stdout] test scipy_normal_tests::normal_ppf_ppf_small_var ... ok [INFO] [stdout] test scipy_normal_tests::normal_pdf_shifted_mean ... ok [INFO] [stdout] test scipy_normal_tests::normal_cdf_cdf_left_tail ... ok [INFO] [stdout] test scipy_normal_tests::normal_pdf_very_small_variance ... ok [INFO] [stdout] test scipy_normal_tests::normal_ppf_ppf_boundaries ... ok [INFO] [stderr] Running tests/scipy_param_validation.rs (/opt/rustwide/target/debug/deps/scipy_param_validation-7ea995443aabf274) [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test scipy_param_validation_tests::beta_pdf_negative_alpha ... ok [INFO] [stdout] test scipy_param_validation_tests::chi2_pdf_negative_df ... ok [INFO] [stdout] test scipy_param_validation_tests::beta_pdf_zero_beta ... ok [INFO] [stdout] test scipy_param_validation_tests::chi2_pdf_zero_df ... ok [INFO] [stdout] test scipy_param_validation_tests::exponential_pdf_negative_scale ... ok [INFO] [stdout] test scipy_param_validation_tests::gamma_pdf_negative_shape ... ok [INFO] [stdout] test scipy_param_validation_tests::normal_pdf_zero_scale ... ok [INFO] [stdout] test scipy_param_validation_tests::gamma_pdf_negative_scale ... ok [INFO] [stdout] test scipy_param_validation_tests::normal_pdf_negative_scale ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_poisson.rs (/opt/rustwide/target/debug/deps/scipy_poisson-138d847df92a6961) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test scipy_poisson_tests::poisson_cdf_cdf_fractional ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_cdf_cdf_large_lambda ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_pmf_fractional_rate ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_pmf_large_lambda ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_pmf_large_rate ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_cdf_cdf_large ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_cdf_cdf_medium ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_cdf_cdf_unit ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_pmf_medium_rate ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_pmf_small_rate ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_cdf_cdf_small ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_pmf_tiny_lambda ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_pmf_unit_rate ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_pmf_zero_lambda ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_ppf_ppf_extreme ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_ppf_ppf_fractional ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_ppf_ppf_large ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_ppf_ppf_medium ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_ppf_ppf_small ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_ppf_ppf_unit ... ok [INFO] [stdout] test scipy_poisson_tests::poisson_ppf_ppf_zero_lambda ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_statistical_identities.rs (/opt/rustwide/target/debug/deps/scipy_statistical_identities-9b7eee98880b5547) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test scipy_statistical_identities_tests::chi2_gamma_identity_gamma ... ok [INFO] [stdout] test scipy_statistical_identities_tests::nbinom_geom_identity_nbinom ... ok [INFO] [stdout] test scipy_statistical_identities_tests::chi2_gamma_identity_chi2 ... ok [INFO] [stdout] test scipy_statistical_identities_tests::weibull_expon_identity_expon ... ok [INFO] [stdout] test scipy_statistical_identities_tests::nbinom_geom_identity_geom ... ok [INFO] [stdout] test scipy_statistical_identities_tests::weibull_expon_identity_weibull ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_sum_to_one.rs (/opt/rustwide/target/debug/deps/scipy_sum_to_one-12099e42d887e6ce) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test scipy_sum_to_one_tests::sum_approx_one_poisson_mu_0p5 ... ok [INFO] [stdout] test scipy_sum_to_one_tests::sum_approx_one_poisson_mu_2p0 ... ok [INFO] [stdout] test scipy_sum_to_one_tests::sum_to_one_binomial_n10_p03 ... ok [INFO] [stdout] test scipy_sum_to_one_tests::sum_approx_one_poisson_mu_10p0 ... ok [INFO] [stdout] test scipy_sum_to_one_tests::sum_to_one_hypergeom_m20_n7_n12 ... ok [INFO] [stdout] test scipy_sum_to_one_tests::sum_to_one_discrete_uniform_1_7 ... ok [INFO] [stderr] Running tests/scipy_t.rs (/opt/rustwide/target/debug/deps/scipy_t-050f10f07ceb7c48) [INFO] [stdout] test scipy_sum_to_one_tests::sum_to_one_binomial_n5_p01 ... ok [INFO] [stdout] test scipy_sum_to_one_tests::sum_to_one_hypergeom_m10_n5_n5 ... ok [INFO] [stdout] test scipy_sum_to_one_tests::sum_to_one_binomial_n20_p07 ... ok [INFO] [stdout] test scipy_sum_to_one_tests::sum_to_one_discrete_uniform_minus_3_4 ... ok [INFO] [stdout] test scipy_sum_to_one_tests::sum_to_one_discrete_uniform_0_5 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test scipy_t_tests::student_t_cdf_cdf_cauchy ... ok [INFO] [stdout] test scipy_t_tests::student_t_cdf_cdf_heavy ... ok [INFO] [stdout] test scipy_t_tests::student_t_cdf_cdf_large_df ... ok [INFO] [stdout] test scipy_t_tests::student_t_cdf_cdf_moderate ... ok [INFO] [stdout] test scipy_t_tests::student_t_cdf_cdf_near_normal ... ok [INFO] [stdout] test scipy_t_tests::student_t_cdf_cdf_extreme ... ok [INFO] [stdout] test scipy_t_tests::student_t_cdf_cdf_lighter ... ok [INFO] [stdout] test scipy_t_tests::student_t_pdf_extreme_values ... ok [INFO] [stdout] test scipy_t_tests::student_t_pdf_approaching_normal ... ok [INFO] [stdout] test scipy_t_tests::student_t_pdf_heavy_tails ... ok [INFO] [stdout] test scipy_t_tests::student_t_pdf_cauchy_equiv ... ok [INFO] [stdout] test scipy_t_tests::t_ppf_ppf_cauchy ... ok [INFO] [stdout] test scipy_t_tests::student_t_pdf_lighter_tails ... ok [INFO] [stdout] test scipy_t_tests::t_ppf_ppf_moderate ... ok [INFO] [stdout] test scipy_t_tests::t_ppf_ppf_large_df ... ok [INFO] [stdout] test scipy_t_tests::student_t_pdf_moderate_tails ... ok [INFO] [stdout] test scipy_t_tests::t_ppf_ppf_near_normal ... ok [INFO] [stdout] test scipy_t_tests::t_ppf_ppf_heavy ... ok [INFO] [stdout] test scipy_t_tests::t_ppf_ppf_extreme ... ok [INFO] [stdout] test scipy_t_tests::student_t_pdf_large_df ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_weibull.rs (/opt/rustwide/target/debug/deps/scipy_weibull-a5a19b6215f2c747) [INFO] [stdout] [INFO] [stdout] running 17 tests [INFO] [stdout] test scipy_weibull_tests::weibull_cdf_weibull_cdf_exponential ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_cdf_weibull_cdf_normal_like ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_cdf_weibull_cdf_rayleigh ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_cdf_weibull_cdf_sharp ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_pdf_weibull_decreasing ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_pdf_weibull_exponential ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_cdf_weibull_cdf_decreasing ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_pdf_weibull_expon_identity_weibull ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_pdf_weibull_rayleigh ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_pdf_weibull_normal_like ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_pdf_weibull_rayleigh_identity_weibull ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_ppf_weibull_ppf_rayleigh ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_ppf_weibull_ppf_sharp ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_ppf_weibull_ppf_exponential ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_ppf_weibull_ppf_normal_like ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_pdf_weibull_sharp ... ok [INFO] [stdout] test scipy_weibull_tests::weibull_ppf_weibull_ppf_decreasing ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/scipy_wishart.rs (/opt/rustwide/target/debug/deps/scipy_wishart-559e85cf69cb2577) [INFO] [stdout] [INFO] [stderr] Running tests/util.rs (/opt/rustwide/target/debug/deps/util-6ee2cf56bdcac108) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests simd_kernels [INFO] [stdout] [INFO] [stdout] running 98 tests [INFO] [stdout] test src/kernels/binary.rs - kernels::binary::apply_cmp (line 137) ... ignored [INFO] [stdout] test src/kernels/comparison.rs - kernels::comparison::cmp_numeric (line 265) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/beta/mod.rs - kernels::scientific::distributions::univariate::beta::beta_cdf (line 201) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/beta/mod.rs - kernels::scientific::distributions::univariate::beta::beta_pdf (line 118) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/beta/mod.rs - kernels::scientific::distributions::univariate::beta::beta_quantile (line 277) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/cauchy/mod.rs - kernels::scientific::distributions::univariate::cauchy::cauchy_cdf (line 117) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/cauchy/mod.rs - kernels::scientific::distributions::univariate::cauchy::cauchy_pdf (line 64) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/cauchy/mod.rs - kernels::scientific::distributions::univariate::cauchy::cauchy_quantile (line 155) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/common/mod.rs - kernels::scientific::distributions::univariate::common::common_tests (line 73) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/gamma/mod.rs - kernels::scientific::distributions::univariate::gamma::gamma_cdf (line 177) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/gamma/mod.rs - kernels::scientific::distributions::univariate::gamma::gamma_pdf (line 100) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/gamma/mod.rs - kernels::scientific::distributions::univariate::gamma::gamma_quantile (line 259) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/gamma/simd.rs - kernels::scientific::distributions::univariate::gamma::simd::gamma_pdf_simd (line 156) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/geometric/mod.rs - kernels::scientific::distributions::univariate::geometric::geometric_quantile (line 233) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/geometric/simd.rs - kernels::scientific::distributions::univariate::geometric::simd::geometric_cdf_simd (line 477) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/geometric/simd.rs - kernels::scientific::distributions::univariate::geometric::simd::geometric_pmf_simd (line 233) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/geometric/simd.rs - kernels::scientific::distributions::univariate::geometric::simd::geometric_quantile_simd (line 712) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/gumbell/mod.rs - kernels::scientific::distributions::univariate::gumbell::gumbel_cdf (line 126) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/gumbell/mod.rs - kernels::scientific::distributions::univariate::gumbell::gumbel_pdf (line 68) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/gumbell/mod.rs - kernels::scientific::distributions::univariate::gumbell::gumbel_quantile (line 182) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/gumbell/simd.rs - kernels::scientific::distributions::univariate::gumbell::simd::gumbel_cdf_simd (line 250) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/gumbell/simd.rs - kernels::scientific::distributions::univariate::gumbell::simd::gumbel_pdf_simd (line 117) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/gumbell/simd.rs - kernels::scientific::distributions::univariate::gumbell::simd::gumbel_quantile_simd (line 366) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/hypergeometric/simd.rs - kernels::scientific::distributions::univariate::hypergeometric::simd::hypergeometric_pmf_simd (line 229) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/laplace/mod.rs - kernels::scientific::distributions::univariate::laplace::laplace_pdf (line 147) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/laplace/simd.rs - kernels::scientific::distributions::univariate::laplace::simd::laplace_pdf_simd (line 148) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/logistic/mod.rs - kernels::scientific::distributions::univariate::logistic::logistic_pdf (line 69) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/logistic/simd.rs - kernels::scientific::distributions::univariate::logistic::simd::logistic_cdf_simd (line 279) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/logistic/simd.rs - kernels::scientific::distributions::univariate::logistic::simd::logistic_pdf_simd (line 138) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/logistic/simd.rs - kernels::scientific::distributions::univariate::logistic::simd::logistic_quantile_simd (line 432) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/lognormal/mod.rs - kernels::scientific::distributions::univariate::lognormal::lognormal_pdf (line 133) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/lognormal/simd.rs - kernels::scientific::distributions::univariate::lognormal::simd::lognormal_cdf_simd (line 275) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/lognormal/simd.rs - kernels::scientific::distributions::univariate::lognormal::simd::lognormal_pdf_simd (line 136) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/multinomial.rs - kernels::scientific::distributions::univariate::multinomial::multinomial_pmf (line 69) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/neg_binomial/mod.rs - kernels::scientific::distributions::univariate::neg_binomial (line 12) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/normal/mod.rs - kernels::scientific::distributions::univariate::normal (line 12) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/poisson/mod.rs - kernels::scientific::distributions::univariate::poisson (line 43) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/student_t/mod.rs - kernels::scientific::distributions::univariate::student_t (line 20) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/uniform/mod.rs - kernels::scientific::distributions::univariate::uniform (line 19) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/weibull/mod.rs - kernels::scientific::distributions::univariate::weibull (line 37) ... ignored [INFO] [stdout] test src/kernels/scientific/distributions/univariate/weibull/mod.rs - kernels::scientific::distributions::univariate::weibull::weibull_pdf (line 177) ... ignored [INFO] [stdout] test src/kernels/scientific/erf.rs - kernels::scientific::erf (line 39) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::abs_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::acos_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::acosh_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::asin_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::asinh_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::atan_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::atanh_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::cbrt_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::ceil_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::cos_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::cosh_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::erf_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::erfc_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::exp2_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::exp_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::floor_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::gelu_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::ln_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::log10_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::log2_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::neg_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::recip_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::relu_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::round_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::sigmoid_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::sign_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::sin_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::sinh_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::softplus_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::sqrt_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::tan_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::tanh_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/scalar.rs - kernels::scientific::scalar::trunc_elem (line 51) ... ignored [INFO] [stdout] test src/kernels/scientific/vector.rs - kernels::scientific::vector (line 13) ... ignored [INFO] [stdout] test src/kernels/sort.rs - kernels::sort::sort_int (line 185) ... ignored [INFO] [stdout] test src/kernels/sort.rs - kernels::sort::sort_str (line 249) ... ignored [INFO] [stdout] test src/kernels/sort.rs - kernels::sort::sorted_int_to (line 213) ... ignored [INFO] [stdout] test src/kernels/sort.rs - kernels::sort::sorted_str (line 289) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::dense_rank_float (line 1341) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::dense_rank_int_to (line 1274) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::dense_rank_str (line 1392) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::lag_int_to (line 1564) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::lag_str (line 1815) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::lead_float (line 1753) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::lead_int_to (line 1623) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::lead_str (line 1846) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::rank_float (line 1091) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::rank_int_to (line 1015) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::rank_str (line 1144) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::rolling_count_to (line 903) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::shift_float (line 1937) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::shift_int (line 1889) ... ignored [INFO] [stdout] test src/kernels/window.rs - kernels::window::shift_str (line 1993) ... ignored [INFO] [stdout] test src/traits/to_bits.rs - traits::to_bits::ToBits::to_bits (line 32) ... ignored [INFO] [stdout] test src/kernels/binary.rs - kernels::binary::apply_cmp_f (line 232) ... ok [INFO] [stdout] test src/kernels/scientific/distributions/shared/scalar.rs - kernels::scientific::distributions::shared::scalar::normal_quantile_scalar (line 1039) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 96 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] all doctests ran in 0.65s; merged doctests compilation took 0.64s [INFO] running `Command { std: "docker" "inspect" "970ac75d6e48e6ea9b335c72ba93b9de4420b6f9fa2b85f98f1ac047a610eb6c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "970ac75d6e48e6ea9b335c72ba93b9de4420b6f9fa2b85f98f1ac047a610eb6c", kill_on_drop: false }` [INFO] [stdout] 970ac75d6e48e6ea9b335c72ba93b9de4420b6f9fa2b85f98f1ac047a610eb6c