[INFO] cloning repository https://github.com/mabruzzo/pairwise
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mabruzzo/pairwise" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmabruzzo%2Fpairwise", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmabruzzo%2Fpairwise'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8a589cb0eac2cefe086ff729b4d15d0c909ef264
[INFO] testing mabruzzo/pairwise against beta-2025-09-21 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmabruzzo%2Fpairwise" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mabruzzo/pairwise
[INFO] finished tweaking git repo https://github.com/mabruzzo/pairwise
[INFO] tweaked toml for git repo https://github.com/mabruzzo/pairwise written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mabruzzo/pairwise on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mabruzzo/pairwise 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7860300ac4fcb3b279c6e239307fd1d79ae799f751b333e672bdec3c914cc128
[INFO] running `Command { std: "docker" "start" "-a" "7860300ac4fcb3b279c6e239307fd1d79ae799f751b333e672bdec3c914cc128", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7860300ac4fcb3b279c6e239307fd1d79ae799f751b333e672bdec3c914cc128", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7860300ac4fcb3b279c6e239307fd1d79ae799f751b333e672bdec3c914cc128", kill_on_drop: false }`
[INFO] [stdout] 7860300ac4fcb3b279c6e239307fd1d79ae799f751b333e672bdec3c914cc128
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cfa03b514ba4e1aff290bead17777ef7c37540d32f10d5cfff9ae51ba3f52a85
[INFO] running `Command { std: "docker" "start" "-a" "cfa03b514ba4e1aff290bead17777ef7c37540d32f10d5cfff9ae51ba3f52a85", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_xoshiro v0.7.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling pairstat_nostd_internal v0.1.0 (/opt/rustwide/workdir/crates/pairstat_nostd_internal)
[INFO] [stderr]    Compiling pairstat v0.1.0 (/opt/rustwide/workdir/crates/pairstat)
[INFO] [stderr]    Compiling pairstat_test v0.1.0 (/opt/rustwide/workdir/crates/pairstat_test)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/pairstat/src/wrapped_reducer.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn make_reducer(config: &Config) -> ReducerKind {
[INFO] [stdout]     |                         ^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn make_reducer(config: &Config) -> ReducerKind<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/pairstat/src/wrapped_reducer.rs:232:48
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub(crate) fn reducer_kind_from_config(config: &Config) -> Result<ReducerKind, Error> {
[INFO] [stdout]     |                                                ^^^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                |
[INFO] [stdout]     |                                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub(crate) fn reducer_kind_from_config(config: &Config) -> Result<ReducerKind<'_>, Error> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.16s
[INFO] running `Command { std: "docker" "inspect" "cfa03b514ba4e1aff290bead17777ef7c37540d32f10d5cfff9ae51ba3f52a85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cfa03b514ba4e1aff290bead17777ef7c37540d32f10d5cfff9ae51ba3f52a85", kill_on_drop: false }`
[INFO] [stdout] cfa03b514ba4e1aff290bead17777ef7c37540d32f10d5cfff9ae51ba3f52a85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 47eebc8d78f6631987e03cbb8c33871282c43103a45f0c03b8d6003009d5eb85
[INFO] running `Command { std: "docker" "start" "-a" "47eebc8d78f6631987e03cbb8c33871282c43103a45f0c03b8d6003009d5eb85", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling clap_builder v4.5.44
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling ndarray v0.16.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling clap v4.5.45
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling pairstat_nostd_internal v0.1.0 (/opt/rustwide/workdir/crates/pairstat_nostd_internal)
[INFO] [stderr]    Compiling pairstat_test v0.1.0 (/opt/rustwide/workdir/crates/pairstat_test)
[INFO] [stderr]    Compiling pairstat v0.1.0 (/opt/rustwide/workdir/crates/pairstat)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/pairstat/src/wrapped_reducer.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn make_reducer(config: &Config) -> ReducerKind {
[INFO] [stdout]     |                         ^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn make_reducer(config: &Config) -> ReducerKind<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/pairstat/src/wrapped_reducer.rs:232:48
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub(crate) fn reducer_kind_from_config(config: &Config) -> Result<ReducerKind, Error> {
[INFO] [stdout]     |                                                ^^^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                |
[INFO] [stdout]     |                                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub(crate) fn reducer_kind_from_config(config: &Config) -> Result<ReducerKind<'_>, Error> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling serde_json v1.0.142
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/pairstat/src/wrapped_reducer.rs:226:25
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn make_reducer(config: &Config) -> ReducerKind {
[INFO] [stdout]     |                         ^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 226 | fn make_reducer(config: &Config) -> ReducerKind<'_> {
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> crates/pairstat/src/wrapped_reducer.rs:232:48
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub(crate) fn reducer_kind_from_config(config: &Config) -> Result<ReducerKind, Error> {
[INFO] [stdout]     |                                                ^^^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                                |
[INFO] [stdout]     |                                                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 232 | pub(crate) fn reducer_kind_from_config(config: &Config) -> Result<ReducerKind<'_>, Error> {
[INFO] [stdout]     |                                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 31.53s
[INFO] running `Command { std: "docker" "inspect" "47eebc8d78f6631987e03cbb8c33871282c43103a45f0c03b8d6003009d5eb85", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47eebc8d78f6631987e03cbb8c33871282c43103a45f0c03b8d6003009d5eb85", kill_on_drop: false }`
[INFO] [stdout] 47eebc8d78f6631987e03cbb8c33871282c43103a45f0c03b8d6003009d5eb85
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9fa319f27da50885105e7e0ae4da71409d2e59cea469ab7219b7dc216d196f76
[INFO] running `Command { std: "docker" "start" "-a" "9fa319f27da50885105e7e0ae4da71409d2e59cea469ab7219b7dc216d196f76", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/pairstat/src/wrapped_reducer.rs:226:25
[INFO] [stderr]     |
[INFO] [stderr] 226 | fn make_reducer(config: &Config) -> ReducerKind {
[INFO] [stderr]     |                         ^^^^^^^     ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                         |
[INFO] [stderr]     |                         the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 226 | fn make_reducer(config: &Config) -> ReducerKind<'_> {
[INFO] [stderr]     |                                                ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> crates/pairstat/src/wrapped_reducer.rs:232:48
[INFO] [stderr]     |
[INFO] [stderr] 232 | pub(crate) fn reducer_kind_from_config(config: &Config) -> Result<ReducerKind, Error> {
[INFO] [stderr]     |                                                ^^^^^^^            ^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                                                |
[INFO] [stderr]     |                                                the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 232 | pub(crate) fn reducer_kind_from_config(config: &Config) -> Result<ReducerKind<'_>, Error> {
[INFO] [stderr]     |                                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `pairstat` (lib) generated 2 warnings (run `cargo fix --lib -p pairstat` to apply 2 suggestions)
[INFO] [stderr] warning: `pairstat` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pairstat-0bdfc57ae2bb62bb)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test accumulator::tests::builder_invalid_name ... ok
[INFO] [stdout] test accumulator::tests::didnt_receive_bucket_edges ... ok
[INFO] [stdout] test accumulator::tests::shouldnt_receive_bucket_edges ... ok
[INFO] [stdout] test accumulator::tests::builder_negative_dist2_bin_edge ... ok
[INFO] [stdout] test accumulator::tests::builder_negative_dist_bin_edge ... ok
[INFO] [stdout] test accumulator::tests::valid_hist ... ok
[INFO] [stdout] test accumulator::tests::builder_negative_regular_dist2_bin_edge ... ok
[INFO] [stdout] test accumulator::tests::valid_name ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/accumulator_tests.rs (/opt/rustwide/target/debug/deps/accumulator_tests-aa69c4722dc8f366)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::mean_consume_once ... ok
[INFO] [stdout] test tests::hist_consume ... ok
[INFO] [stdout] test tests::mean_consume_twice ... ok
[INFO] [stdout] test tests::merge ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration_tests.rs (/opt/rustwide/target/debug/deps/integration_tests-10e5e02b7a06fc1f)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test test_apply_accum_auto ... ok
[INFO] [stdout] test test_apply_accum_auto_hist ... ok
[INFO] [stdout] test test_apply_accum_auto_corr ... ok
[INFO] [stdout] test test_apply_accum_cross ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]      Running tests/parallel_tests.rs (/opt/rustwide/target/debug/deps/parallel_tests-509ab4068a936c86)
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::test_reduce_sample ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pairstat_nostd_internal-ef3743c417a24dee)
[INFO] [stdout] 
[INFO] [stdout] running 38 tests
[INFO] [stdout] test bins::tests::irregular_bins_invalid_creation ... ok
[INFO] [stdout] test misc::tests::idx_props_errs ... ok
[INFO] [stdout] test misc::tests::idx_spec_contig ... ok
[INFO] [stdout] test bins::tests::regular_and_irregular_bin_indexing ... ok
[INFO] [stdout] test bins::tests::irregular_bins_bin_indexing ... ok
[INFO] [stdout] test misc::tests::idx_spec_simple ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_pair_case1b ... ok
[INFO] [stdout] test misc::tests::segment_edge_cases ... ok
[INFO] [stdout] test misc::tests::segment_evenly_split ... ok
[INFO] [stdout] test misc::tests::segment_more_segments_than_indices ... ok
[INFO] [stdout] test misc::tests::segment_unevenly_split ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_pair_same_shape ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_pair_case1a ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_pair_single_pair ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_pair_case2a ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_pair_case2b ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_pair_case3a ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_pair_case3b ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_pair_diff_shapes ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_pair_one_elem_lopsided ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_pair_one_elem_lopsided_reverse ... ok
[INFO] [stdout] test bins::tests::regular_bins_invalid_creation ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_single_1pair_c ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_single_1pair_a ... ok
[INFO] [stdout] test twopoint::spatial::tests::cartesian_block ... ok
[INFO] [stdout] test twopoint::unstructured::tests::not_evenly_divisible ... ok
[INFO] [stdout] test twopoint::spatial::tests::cartesian_block_err ... ok
[INFO] [stdout] test twopoint::unstructured::tests::npoints_stride_mismatch ... ok
[INFO] [stdout] test twopoint::unstructured::tests::pos_vel_mismatch ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_single_1pair_b ... ok
[INFO] [stdout] test twopoint::unstructured::tests::strided_points_success ... ok
[INFO] [stdout] test twopoint::unstructured::tests::no_points ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_single_arbitrary_a ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_single_arbitrary_b ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::block_single_arbitrary_c ... ok
[INFO] [stdout] test twopoint::unstructured::tests::weights_mismatch ... ok
[INFO] [stdout] test twopoint::unstructured::tests::simple_points_success ... ok
[INFO] [stdout] test twopoint::idx_3d_offset::tests::check_auto_single_element ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pairstat_test-cd3032e51a772db3)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests pairstat
[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 pairstat_nostd_internal
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test crates/pairstat_nostd_internal/src/parallel.rs - parallel::ReductionSpec (line 165) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests pairstat_test
[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] running `Command { std: "docker" "inspect" "9fa319f27da50885105e7e0ae4da71409d2e59cea469ab7219b7dc216d196f76", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9fa319f27da50885105e7e0ae4da71409d2e59cea469ab7219b7dc216d196f76", kill_on_drop: false }`
[INFO] [stdout] 9fa319f27da50885105e7e0ae4da71409d2e59cea469ab7219b7dc216d196f76
