[INFO] cloning repository https://github.com/ashpil/pdf_maker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ashpil/pdf_maker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashpil%2Fpdf_maker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashpil%2Fpdf_maker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d7c6f46e5ef8c97525b2e418f4f833d3bb2302ca [INFO] testing ashpil/pdf_maker against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_in_2025-retry-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fashpil%2Fpdf_maker" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/ashpil/pdf_maker [INFO] finished tweaking git repo https://github.com/ashpil/pdf_maker [INFO] tweaked toml for git repo https://github.com/ashpil/pdf_maker written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ashpil/pdf_maker on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 114 packages to latest Rust 1.89.0-nightly compatible versions [INFO] [stderr] Adding criterion v0.5.1 (available: v0.6.0) [INFO] [stderr] Adding rand v0.8.5 (available: v0.9.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded munge v0.4.5 [INFO] [stderr] Downloaded munge_macro v0.4.5 [INFO] [stderr] Downloaded sobol_burley v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d7399f0a4fdf256ae1be4ffbc17fa958e7b9c0fb99bc1c18be7476c97974fa3f [INFO] running `Command { std: "docker" "start" "-a" "d7399f0a4fdf256ae1be4ffbc17fa958e7b9c0fb99bc1c18be7476c97974fa3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d7399f0a4fdf256ae1be4ffbc17fa958e7b9c0fb99bc1c18be7476c97974fa3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d7399f0a4fdf256ae1be4ffbc17fa958e7b9c0fb99bc1c18be7476c97974fa3f", kill_on_drop: false }` [INFO] [stdout] d7399f0a4fdf256ae1be4ffbc17fa958e7b9c0fb99bc1c18be7476c97974fa3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e0b0d7717c4d47acdefb20a6d2585a43b5023c32fdbc074c6a2e1698ab782af7 [INFO] running `Command { std: "docker" "start" "-a" "e0b0d7717c4d47acdefb20a6d2585a43b5023c32fdbc074c6a2e1698ab782af7", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.15 [INFO] [stderr] Compiling autocfg v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling discrete_sampling v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data2d.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn iter(&self) -> core::slice::ChunksExact { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | pub fn iter(&self) -> core::slice::ChunksExact<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data2d.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn iter_mut(&mut self) -> core::slice::ChunksExactMut { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 69 | pub fn iter_mut(&mut self) -> core::slice::ChunksExactMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.98s [INFO] running `Command { std: "docker" "inspect" "e0b0d7717c4d47acdefb20a6d2585a43b5023c32fdbc074c6a2e1698ab782af7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e0b0d7717c4d47acdefb20a6d2585a43b5023c32fdbc074c6a2e1698ab782af7", kill_on_drop: false }` [INFO] [stdout] e0b0d7717c4d47acdefb20a6d2585a43b5023c32fdbc074c6a2e1698ab782af7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 8c0c68ef75a44106ef2bcd4933893b11af3258d4195602ded29453f4627d40d2 [INFO] running `Command { std: "docker" "start" "-a" "8c0c68ef75a44106ef2bcd4933893b11af3258d4195602ded29453f4627d40d2", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling zerocopy v0.8.26 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling bytemuck v1.23.1 [INFO] [stderr] Compiling matrixmultiply v0.3.10 [INFO] [stderr] Compiling typenum v1.18.0 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling safe_arch v0.7.4 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling clap_builder v4.5.40 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling wide v0.7.33 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling sobol_burley v0.5.0 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling num-complex v0.4.6 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling approx v0.5.1 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling zune-inflate v0.2.54 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling num-rational v0.4.2 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling bit_field v0.10.2 [INFO] [stderr] Compiling lebe v0.5.2 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling discrete_sampling v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data2d.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn iter(&self) -> core::slice::ChunksExact { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | pub fn iter(&self) -> core::slice::ChunksExact<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data2d.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn iter_mut(&mut self) -> core::slice::ChunksExactMut { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 69 | pub fn iter_mut(&mut self) -> core::slice::ChunksExactMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v4.5.40 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling exr v1.73.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling simba v0.9.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling rand_distr v0.4.3 [INFO] [stderr] Compiling nalgebra v0.33.2 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling statrs v0.18.0 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data2d.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 65 | pub fn iter(&self) -> core::slice::ChunksExact { [INFO] [stdout] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | pub fn iter(&self) -> core::slice::ChunksExact<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/data2d.rs:69:21 [INFO] [stdout] | [INFO] [stdout] 69 | pub fn iter_mut(&mut self) -> core::slice::ChunksExactMut { [INFO] [stdout] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stdout] | | [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 69 | pub fn iter_mut(&mut self) -> core::slice::ChunksExactMut<'_, T> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 50.20s [INFO] running `Command { std: "docker" "inspect" "8c0c68ef75a44106ef2bcd4933893b11af3258d4195602ded29453f4627d40d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c0c68ef75a44106ef2bcd4933893b11af3258d4195602ded29453f4627d40d2", kill_on_drop: false }` [INFO] [stdout] 8c0c68ef75a44106ef2bcd4933893b11af3258d4195602ded29453f4627d40d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 32124b4473ebed0466bf2221d5306403fda1d1b60ec94f724d3d9213c6b22c02 [INFO] running `Command { std: "docker" "start" "-a" "32124b4473ebed0466bf2221d5306403fda1d1b60ec94f724d3d9213c6b22c02", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/data2d.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | pub fn iter(&self) -> core::slice::ChunksExact { [INFO] [stderr] | ^^^^^ --------------------------- the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 65 | pub fn iter(&self) -> core::slice::ChunksExact<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/data2d.rs:69:21 [INFO] [stderr] | [INFO] [stderr] 69 | pub fn iter_mut(&mut self) -> core::slice::ChunksExactMut { [INFO] [stderr] | ^^^^^^^^^ ------------------------------ the lifetime gets resolved as `'_` [INFO] [stderr] | | [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 69 | pub fn iter_mut(&mut self) -> core::slice::ChunksExactMut<'_, T> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `discrete_sampling` (lib) generated 2 warnings (run `cargo fix --lib -p discrete_sampling` to apply 2 suggestions) [INFO] [stderr] warning: `discrete_sampling` (lib test) generated 2 warnings (2 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/discrete_sampling-de8ceb617cc902a3) [INFO] [stdout] [INFO] [stdout] running 39 tests [INFO] [stdout] test alias::tests::continuous_distribution_1d::continuous_discrete_matching_basic ... ok [INFO] [stdout] test alias::tests::continuous_distribution_1d::continuous_discrete_matching_increasing ... ok [INFO] [stdout] test alias::tests::continuous_distribution_1d::continuous_discrete_matching_uniform ... ok [INFO] [stdout] test alias::tests::continuous_distribution_1d::inverse_basic ... ok [INFO] [stdout] test alias::tests::continuous_distribution_1d::inverse_increasing ... ok [INFO] [stdout] test alias::tests::continuous_distribution_1d::surjective ... ok [INFO] [stdout] test hierarchical::tests::continuous_distribution_1d::continuous_discrete_matching_basic ... ok [INFO] [stdout] test hierarchical::tests::continuous_distribution_1d::continuous_discrete_matching_increasing ... ok [INFO] [stdout] test alias::tests::continuous_distribution_1d::injective ... ok [INFO] [stdout] test alias::tests::continuous_distribution_1d::inverse_uniform ... ok [INFO] [stdout] test alias::tests::distribution_1d::basic ... ok [INFO] [stdout] test hierarchical::tests::continuous_distribution_1d::injective ... ok [INFO] [stdout] test hierarchical::tests::continuous_distribution_1d::inverse_basic ... ok [INFO] [stdout] test hierarchical::tests::continuous_distribution_1d::surjective ... ok [INFO] [stdout] test hierarchical::tests::continuous_distribution_1d::continuous_discrete_matching_uniform ... ok [INFO] [stdout] test hierarchical::tests::continuous_distribution_1d::inverse_uniform ... ok [INFO] [stdout] test hierarchical::tests::continuous_distribution_1d::inverse_increasing ... ok [INFO] [stdout] test inversion::tests::continuous_distribution_1d::continuous_discrete_matching_uniform ... ok [INFO] [stdout] test inversion::tests::continuous_distribution_1d::continuous_discrete_matching_increasing ... ok [INFO] [stdout] test inversion::tests::continuous_distribution_1d::injective ... ok [INFO] [stdout] test inversion::tests::continuous_distribution_1d::inverse_basic ... ok [INFO] [stdout] test hierarchical::tests::distribution_1d::basic ... ok [INFO] [stdout] test inversion::tests::continuous_distribution_1d::continuous_discrete_matching_basic ... ok [INFO] [stdout] test inversion::tests::continuous_distribution_1d::surjective ... ok [INFO] [stdout] test inversion::tests::continuous_distribution_1d::inverse_uniform ... ok [INFO] [stdout] test inversion::tests::continuous_distribution_1d::inverse_increasing ... ok [INFO] [stdout] test adapter2d::tests::distribution_2d::basic ... ok [INFO] [stdout] test inversion::tests::distribution_1d::basic ... ok [INFO] [stdout] test hierarchical::tests::distribution_2d::basic ... ok [INFO] [stdout] test alias::tests::distribution_1d::increasing ... ok [INFO] [stdout] test inversion::tests::distribution_1d::increasing ... ok [INFO] [stdout] test adapter2d::tests::distribution_2d::increasing ... ok [INFO] [stdout] test hierarchical::tests::distribution_1d::increasing ... ok [INFO] [stdout] test hierarchical::tests::distribution_2d::increasing ... ok [INFO] [stdout] test alias::tests::distribution_1d::uniform ... ok [INFO] [stdout] test inversion::tests::distribution_1d::uniform ... ok [INFO] [stdout] test hierarchical::tests::distribution_1d::uniform ... ok [INFO] [stdout] test adapter2d::tests::distribution_2d::uniform ... ok [INFO] [stdout] test hierarchical::tests::distribution_2d::uniform ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 39 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.85s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "32124b4473ebed0466bf2221d5306403fda1d1b60ec94f724d3d9213c6b22c02", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32124b4473ebed0466bf2221d5306403fda1d1b60ec94f724d3d9213c6b22c02", kill_on_drop: false }` [INFO] [stdout] 32124b4473ebed0466bf2221d5306403fda1d1b60ec94f724d3d9213c6b22c02