[INFO] fetching crate zima 0.1.0-alpha.2...
[INFO] testing zima-0.1.0-alpha.2 against 1.97.0-beta.6 for beta-1.98-1
[INFO] extracting crate zima 0.1.0-alpha.2 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate zima 0.1.0-alpha.2
[INFO] finished tweaking crates.io crate zima 0.1.0-alpha.2
[INFO] tweaked toml for crates.io crate zima 0.1.0-alpha.2 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate zima 0.1.0-alpha.2 on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate zima 0.1.0-alpha.2 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" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded comfy-table v6.2.0
[INFO] [stderr]   Downloaded crossterm v0.26.1
[INFO] [stderr]   Downloaded nalgebra v0.33.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea
[INFO] running `Command { std: "docker" "start" "8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling zerocopy v0.8.38
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling wide v0.7.33
[INFO] [stderr]    Compiling crossterm v0.26.1
[INFO] [stderr]    Compiling strum v0.24.1
[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 num-rational v0.4.2
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling simba v0.9.1
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling comfy-table v6.2.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling statrs v0.18.0
[INFO] [stderr]    Compiling zima v0.1.0-alpha.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]  --> src/hypothesis/kolmogorov.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{CDF, Statistic, TestResult}; // Assuming TestResult is defined in crate root
[INFO] [stdout]   |                             ^^^^^^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]  --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use mean::*;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]  --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use variance::*;
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]   --> src/hypothesis/kolmogorov.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl<D, F> Statistic<D, TestResult<F>> for KSTest
[INFO] [stdout]    |                         ^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub use mean::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub use variance::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]   --> src/hypothesis/kolmogorov.rs:30:36
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn compute(&self, data: &D) -> TestResult<F> {
[INFO] [stdout]    |                                    ^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub use mean::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub use variance::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]   --> src/hypothesis/kolmogorov.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 |             return TestResult {
[INFO] [stdout]    |                    ^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub use mean::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub use variance::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]    --> src/hypothesis/kolmogorov.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         TestResult {
[INFO] [stdout]     |         ^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]    --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]     |
[INFO] [stdout]   7 | pub use mean::*;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]    --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub use variance::*;
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.04s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: zima v0.1.0-alpha.2 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 3`
[INFO] running `Command { std: "docker" "inspect" "8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.38
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling zmij v1.0.19
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling csv-core v0.1.13
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling criterion-plot v0.8.2
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling rand_xoshiro v0.6.0
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling csv v1.4.0
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling zerocopy-derive v0.8.38
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling criterion v0.8.2
[INFO] [stderr]    Compiling rand_distr v0.4.3
[INFO] [stderr]    Compiling nalgebra v0.33.2
[INFO] [stderr]    Compiling statrs v0.18.0
[INFO] [stderr]    Compiling zima v0.1.0-alpha.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]  --> src/hypothesis/kolmogorov.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{CDF, Statistic, TestResult}; // Assuming TestResult is defined in crate root
[INFO] [stdout]   |                             ^^^^^^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]  --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use mean::*;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]  --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use variance::*;
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]   --> src/hypothesis/kolmogorov.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl<D, F> Statistic<D, TestResult<F>> for KSTest
[INFO] [stdout]    |                         ^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub use mean::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub use variance::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]   --> src/hypothesis/kolmogorov.rs:30:36
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn compute(&self, data: &D) -> TestResult<F> {
[INFO] [stdout]    |                                    ^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub use mean::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub use variance::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]   --> src/hypothesis/kolmogorov.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 |             return TestResult {
[INFO] [stdout]    |                    ^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub use mean::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub use variance::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]    --> src/hypothesis/kolmogorov.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         TestResult {
[INFO] [stdout]     |         ^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]    --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]     |
[INFO] [stdout]   7 | pub use mean::*;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]    --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub use variance::*;
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]  --> src/hypothesis/kolmogorov.rs:5:29
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{CDF, Statistic, TestResult}; // Assuming TestResult is defined in crate root
[INFO] [stdout]   |                             ^^^^^^^^^^ ambiguous name
[INFO] [stdout]   |
[INFO] [stdout]   = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]  --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use mean::*;
[INFO] [stdout]   |         ^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]  --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub use variance::*;
[INFO] [stdout]   |         ^^^^^^^^^^^
[INFO] [stdout]   = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout]   = note: `#[warn(ambiguous_glob_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]   --> src/hypothesis/kolmogorov.rs:25:25
[INFO] [stdout]    |
[INFO] [stdout] 25 | impl<D, F> Statistic<D, TestResult<F>> for KSTest
[INFO] [stdout]    |                         ^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub use mean::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub use variance::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]   --> src/hypothesis/kolmogorov.rs:30:36
[INFO] [stdout]    |
[INFO] [stdout] 30 |     fn compute(&self, data: &D) -> TestResult<F> {
[INFO] [stdout]    |                                    ^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub use mean::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub use variance::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]   --> src/hypothesis/kolmogorov.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 |             return TestResult {
[INFO] [stdout]    |                    ^^^^^^^^^^ ambiguous name
[INFO] [stdout]    |
[INFO] [stdout]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | pub use mean::*;
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]   --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub use variance::*;
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `TestResult` is ambiguous
[INFO] [stdout]    --> src/hypothesis/kolmogorov.rs:118:9
[INFO] [stdout]     |
[INFO] [stdout] 118 |         TestResult {
[INFO] [stdout]     |         ^^^^^^^^^^ ambiguous name
[INFO] [stdout]     |
[INFO] [stdout]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `TestResult` could refer to the struct imported here
[INFO] [stdout]    --> src/hypothesis/mod.rs:7:9
[INFO] [stdout]     |
[INFO] [stdout]   7 | pub use mean::*;
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] note: `TestResult` could also refer to the struct imported here
[INFO] [stdout]    --> src/hypothesis/mod.rs:8:9
[INFO] [stdout]     |
[INFO] [stdout]   8 | pub use variance::*;
[INFO] [stdout]     |         ^^^^^^^^^^^
[INFO] [stdout]     = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 56.62s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: zima v0.1.0-alpha.2 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: `TestResult` is ambiguous
[INFO] [stderr]  --> src/hypothesis/kolmogorov.rs:5:29
[INFO] [stderr]   |
[INFO] [stderr] 5 | use crate::{CDF, Statistic, TestResult}; // Assuming TestResult is defined in crate root
[INFO] [stderr]   |                             ^^^^^^^^^^ ambiguous name
[INFO] [stderr]   |
[INFO] [stderr]   = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `TestResult` could refer to the struct imported here
[INFO] [stderr]  --> src/hypothesis/mod.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub use mean::*;
[INFO] [stderr]   |         ^^^^^^^
[INFO] [stderr]   = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stderr] note: `TestResult` could also refer to the struct imported here
[INFO] [stderr]  --> src/hypothesis/mod.rs:8:9
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub use variance::*;
[INFO] [stdout] 
[INFO] [stderr]   |         ^^^^^^^^^^^
[INFO] [stdout] running 7 tests
[INFO] [stderr]   = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stdout] test statistics::mean::tests::empty_slice_returns_nan ... ok
[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] [stdout] test statistics::mean::tests::exact_integer_means ... ok
[INFO] [stderr]   = note: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stdout] test statistics::mean::tests::handles_negative_values_and_zero ... ok
[INFO] [stderr]   = note: `#[warn(ambiguous_glob_imports)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] test statistics::mean::tests::kahan_reduces_accumulation_error ... ok
[INFO] [stderr] 
[INFO] [stdout] test statistics::mean::tests::single_element_returns_value ... ok
[INFO] [stderr] warning: `TestResult` is ambiguous
[INFO] [stdout] test statistics::mean::tests::symmetric_distribution_yields_zero_mean ... ok
[INFO] [stderr]   --> src/hypothesis/kolmogorov.rs:25:25
[INFO] [stderr]    |
[INFO] [stderr] 25 | impl<D, F> Statistic<D, TestResult<F>> for KSTest
[INFO] [stderr]    |                         ^^^^^^^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `TestResult` could refer to the struct imported here
[INFO] [stderr]   --> src/hypothesis/mod.rs:7:9
[INFO] [stderr]    |
[INFO] [stderr]  7 | pub use mean::*;
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stderr] note: `TestResult` could also refer to the struct imported here
[INFO] [stderr]   --> src/hypothesis/mod.rs:8:9
[INFO] [stderr]    |
[INFO] [stderr]  8 | pub use variance::*;
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stderr] 
[INFO] [stderr] warning: `TestResult` is ambiguous
[INFO] [stderr]   --> src/hypothesis/kolmogorov.rs:30:36
[INFO] [stderr]    |
[INFO] [stderr] 30 |     fn compute(&self, data: &D) -> TestResult<F> {
[INFO] [stderr]    |                                    ^^^^^^^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `TestResult` could refer to the struct imported here
[INFO] [stderr]   --> src/hypothesis/mod.rs:7:9
[INFO] [stderr]    |
[INFO] [stderr]  7 | pub use mean::*;
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stderr] note: `TestResult` could also refer to the struct imported here
[INFO] [stderr]   --> src/hypothesis/mod.rs:8:9
[INFO] [stderr]    |
[INFO] [stderr]  8 | pub use variance::*;
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stderr] 
[INFO] [stderr] warning: `TestResult` is ambiguous
[INFO] [stderr]   --> src/hypothesis/kolmogorov.rs:36:20
[INFO] [stderr]    |
[INFO] [stderr] 36 |             return TestResult {
[INFO] [stderr]    |                    ^^^^^^^^^^ ambiguous name
[INFO] [stderr]    |
[INFO] [stderr]    = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `TestResult` could refer to the struct imported here
[INFO] [stderr]   --> src/hypothesis/mod.rs:7:9
[INFO] [stderr]    |
[INFO] [stderr]  7 | pub use mean::*;
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr]    = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stderr] note: `TestResult` could also refer to the struct imported here
[INFO] [stderr]   --> src/hypothesis/mod.rs:8:9
[INFO] [stderr]    |
[INFO] [stderr]  8 | pub use variance::*;
[INFO] [stderr]    |         ^^^^^^^^^^^
[INFO] [stderr]    = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stderr] 
[INFO] [stderr] warning: `TestResult` is ambiguous
[INFO] [stderr]    --> src/hypothesis/kolmogorov.rs:118:9
[INFO] [stderr]     |
[INFO] [stderr] 118 |         TestResult {
[INFO] [stderr]     |         ^^^^^^^^^^ ambiguous name
[INFO] [stderr]     |
[INFO] [stderr]     = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stderr] note: `TestResult` could refer to the struct imported here
[INFO] [stderr]    --> src/hypothesis/mod.rs:7:9
[INFO] [stderr]     |
[INFO] [stderr]   7 | pub use mean::*;
[INFO] [stderr]     |         ^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `TestResult` to disambiguate
[INFO] [stderr] note: `TestResult` could also refer to the struct imported here
[INFO] [stderr]    --> src/hypothesis/mod.rs:8:9
[INFO] [stderr]     |
[INFO] [stderr]   8 | pub use variance::*;
[INFO] [stderr]     |         ^^^^^^^^^^^
[INFO] [stderr]     = help: consider adding an explicit import of `TestResult` to disambiguate
[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: for more information, see issue #114095 <https://github.com/rust-lang/rust/issues/114095>
[INFO] [stderr] 
[INFO] [stderr] warning: `zima` (lib) generated 5 warnings
[INFO] [stderr] warning: `zima` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: zima v0.1.0-alpha.2 (/opt/rustwide/workdir)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zima-c437346f003d7dfb)
[INFO] [stdout] test statistics::mean::tests::maintains_precision_at_scale ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests zima
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test src/hypothesis/mean.rs - hypothesis::mean::MeanTest (line 18) ... FAILED
[INFO] [stdout] test src/hypothesis/mean.rs - hypothesis::mean::MeanTest<F>::zero (line 191) ... FAILED
[INFO] [stdout] test src/hypothesis/variance.rs - hypothesis::variance::VarianceTest (line 24) ... FAILED
[INFO] [stdout] test src/hypothesis/variance.rs - hypothesis::variance::VarianceTest<F>::unit (line 208) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/hypothesis/mean.rs - hypothesis::mean::MeanTest (line 18) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]   --> src/hypothesis/mean.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | use your_crate::MeanTest;
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hypothesis/mean.rs - hypothesis::mean::MeanTest<F>::zero (line 191) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `MeanTest` in this scope
[INFO] [stdout]    --> src/hypothesis/mean.rs:192:12
[INFO] [stdout]     |
[INFO] [stdout] 192 | let test = MeanTest::<f64>::zero(0.01);
[INFO] [stdout]     |            ^^^^^^^^ use of undeclared type `MeanTest`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hypothesis/variance.rs - hypothesis::variance::VarianceTest (line 24) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `your_crate`
[INFO] [stdout]   --> src/hypothesis/variance.rs:25:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | use your_crate::VarianceTest;
[INFO] [stdout]    |     ^^^^^^^^^^ use of unresolved module or unlinked crate `your_crate`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `your_crate`, use `cargo add your_crate` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hypothesis/variance.rs - hypothesis::variance::VarianceTest<F>::unit (line 208) stdout ----
[INFO] [stdout] error[E0433]: cannot find type `VarianceTest` in this scope
[INFO] [stdout]    --> src/hypothesis/variance.rs:209:12
[INFO] [stdout]     |
[INFO] [stdout] 209 | let test = VarianceTest::<f64>::unit(0.01);
[INFO] [stdout]     |            ^^^^^^^^^^^^ use of undeclared type `VarianceTest`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/hypothesis/mean.rs - hypothesis::mean::MeanTest (line 18)
[INFO] [stdout]     src/hypothesis/mean.rs - hypothesis::mean::MeanTest<F>::zero (line 191)
[INFO] [stdout]     src/hypothesis/variance.rs - hypothesis::variance::VarianceTest (line 24)
[INFO] [stdout]     src/hypothesis/variance.rs - hypothesis::variance::VarianceTest<F>::unit (line 208)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.42s; merged doctests compilation took 0.15s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea", kill_on_drop: false }`
[INFO] [stdout] 8b025652036b5a8349a00d8a0bcf825ff6abca8efa4ac9d87291f025cf6e9eea
