[INFO] fetching crate spc-rs 0.3.1...
[INFO] building spc-rs-0.3.1 against try#d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6 for pr-146237-1
[INFO] extracting crate spc-rs 0.3.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate spc-rs 0.3.1
[INFO] finished tweaking crates.io crate spc-rs 0.3.1
[INFO] tweaked toml for crates.io crate spc-rs 0.3.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate spc-rs 0.3.1 on toolchain d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate spc-rs 0.3.1 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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2e0cab94dc66195ba4977f730c4e649ea9666b4b61751075fbd9a8453b19a8e8
[INFO] running `Command { std: "docker" "start" "-a" "2e0cab94dc66195ba4977f730c4e649ea9666b4b61751075fbd9a8453b19a8e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2e0cab94dc66195ba4977f730c4e649ea9666b4b61751075fbd9a8453b19a8e8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e0cab94dc66195ba4977f730c4e649ea9666b4b61751075fbd9a8453b19a8e8", kill_on_drop: false }`
[INFO] [stdout] 2e0cab94dc66195ba4977f730c4e649ea9666b4b61751075fbd9a8453b19a8e8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6ef6c6de4b0c8e06022478891088d252b27992a10a159526c2f9a925e5b3e2d5
[INFO] running `Command { std: "docker" "start" "-a" "6ef6c6de4b0c8e06022478891088d252b27992a10a159526c2f9a925e5b3e2d5", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]    Compiling rust_decimal v1.36.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling spc-rs v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::Pow`
[INFO] [stdout]  --> src/statistics.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use num_traits::Pow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::statistics::Statistics`
[INFO] [stdout]   --> src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::statistics::Statistics;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::Float`
[INFO] [stdout]  --> src/attribute_stats.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use num_traits::Float;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::float::FloatCore`
[INFO] [stdout]  --> src/statistics.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use num_traits::float::FloatCore;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::real::Real`
[INFO] [stdout]  --> src/statistics.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use num_traits::real::Real;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]    --> src/group_stats.rs:179:47
[INFO] [stdout]     |
[INFO] [stdout] 179 | ...                   for (offset, &value) in window.iter().enumerate() {
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 179 |                                 for (offset, &_value) in window.iter().enumerate() {
[INFO] [stdout]     |                                               +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `ACC`
[INFO] [stdout]     |
[INFO] [stdout] 179 -                                 for (offset, &value) in window.iter().enumerate() {
[INFO] [stdout] 179 +                                 for (offset, &ACC) in window.iter().enumerate() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `A2` is never used
[INFO] [stdout]  --> src/moving_stats.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | const A2: [f64; 11] = [
[INFO] [stdout]   |       ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `cl`, `ucl`, `lcl`, `sub_group_size`, and `all_data` are never read
[INFO] [stdout]   --> src/moving_stats.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct MovingStats {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 29 |     cl: f64,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 30 |     ucl: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 31 |     lcl: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     sub_group_size: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 36 |     range_span_size: usize,
[INFO] [stdout] 37 |     all_data: Vec<f64>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MovingStats` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:487:28
[INFO] [stdout]     |
[INFO] [stdout] 487 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:522:26
[INFO] [stdout]     |
[INFO] [stdout] 522 |             Some(x) => *x.borrow(),
[INFO] [stdout]     |                          ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:529:28
[INFO] [stdout]     |
[INFO] [stdout] 529 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:549:28
[INFO] [stdout]     |
[INFO] [stdout] 549 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:552:30
[INFO] [stdout]     |
[INFO] [stdout] 552 |                 Some(x) => *x.borrow(),
[INFO] [stdout]     |                              ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:579:28
[INFO] [stdout]     |
[INFO] [stdout] 579 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:582:30
[INFO] [stdout]     |
[INFO] [stdout] 582 |                 Some(x) => *x.borrow(),
[INFO] [stdout]     |                              ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:600:28
[INFO] [stdout]     |
[INFO] [stdout] 600 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:678:31
[INFO] [stdout]     |
[INFO] [stdout] 678 |             let x_f64 = *x_val.borrow();
[INFO] [stdout]     |                               ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:679:31
[INFO] [stdout]     |
[INFO] [stdout] 679 |             let y_f64 = *y_val.borrow();
[INFO] [stdout]     |                               ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:688:55
[INFO] [stdout]     |
[INFO] [stdout] 688 |             let y_sum: f64 = iter_y.map(|y_val| *y_val.borrow()).sum();
[INFO] [stdout]     |                                                       ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `d2` should have an upper case name
[INFO] [stdout]  --> src/group_stats.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const d2: [f64; 26] = [
[INFO] [stdout]   |       ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]   |
[INFO] [stdout] 8 - const d2: [f64; 26] = [
[INFO] [stdout] 8 + const D2: [f64; 26] = [
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `c4` should have an upper case name
[INFO] [stdout]   --> src/group_stats.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 | const c4: [f64; 26] = [
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 26 - const c4: [f64; 26] = [
[INFO] [stdout] 26 + const C4: [f64; 26] = [
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `d2` should have an upper case name
[INFO] [stdout]   --> src/moving_stats.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const d2: [f64; 11] = [
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 10 - const d2: [f64; 11] = [
[INFO] [stdout] 10 + const D2: [f64; 11] = [
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.63s
[INFO] running `Command { std: "docker" "inspect" "6ef6c6de4b0c8e06022478891088d252b27992a10a159526c2f9a925e5b3e2d5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6ef6c6de4b0c8e06022478891088d252b27992a10a159526c2f9a925e5b3e2d5", kill_on_drop: false }`
[INFO] [stdout] 6ef6c6de4b0c8e06022478891088d252b27992a10a159526c2f9a925e5b3e2d5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d79d87d4c0f7f0d0785ad6e493cf8cf718ed89a6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2c9a73be5ceba58e0bc1a4506a95580be487975171301b7f469cf0e6d6c3ee69
[INFO] running `Command { std: "docker" "start" "-a" "2c9a73be5ceba58e0bc1a4506a95580be487975171301b7f469cf0e6d6c3ee69", kill_on_drop: false }`
[INFO] [stderr]    Compiling spc-rs v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::Pow`
[INFO] [stdout]  --> src/statistics.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use num_traits::Pow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::statistics::Statistics`
[INFO] [stdout]   --> src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::statistics::Statistics;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::Float`
[INFO] [stdout]  --> src/attribute_stats.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use num_traits::Float;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::float::FloatCore`
[INFO] [stdout]  --> src/statistics.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use num_traits::float::FloatCore;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::real::Real`
[INFO] [stdout]  --> src/statistics.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use num_traits::real::Real;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]    --> src/group_stats.rs:179:47
[INFO] [stdout]     |
[INFO] [stdout] 179 | ...                   for (offset, &value) in window.iter().enumerate() {
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 179 |                                 for (offset, &_value) in window.iter().enumerate() {
[INFO] [stdout]     |                                               +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `ACC`
[INFO] [stdout]     |
[INFO] [stdout] 179 -                                 for (offset, &value) in window.iter().enumerate() {
[INFO] [stdout] 179 +                                 for (offset, &ACC) in window.iter().enumerate() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `A2` is never used
[INFO] [stdout]  --> src/moving_stats.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | const A2: [f64; 11] = [
[INFO] [stdout]   |       ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `cl`, `ucl`, `lcl`, `sub_group_size`, and `all_data` are never read
[INFO] [stdout]   --> src/moving_stats.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct MovingStats {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 29 |     cl: f64,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 30 |     ucl: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 31 |     lcl: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     sub_group_size: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 36 |     range_span_size: usize,
[INFO] [stdout] 37 |     all_data: Vec<f64>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MovingStats` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:487:28
[INFO] [stdout]     |
[INFO] [stdout] 487 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:522:26
[INFO] [stdout]     |
[INFO] [stdout] 522 |             Some(x) => *x.borrow(),
[INFO] [stdout]     |                          ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:529:28
[INFO] [stdout]     |
[INFO] [stdout] 529 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:549:28
[INFO] [stdout]     |
[INFO] [stdout] 549 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:552:30
[INFO] [stdout]     |
[INFO] [stdout] 552 |                 Some(x) => *x.borrow(),
[INFO] [stdout]     |                              ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:579:28
[INFO] [stdout]     |
[INFO] [stdout] 579 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:582:30
[INFO] [stdout]     |
[INFO] [stdout] 582 |                 Some(x) => *x.borrow(),
[INFO] [stdout]     |                              ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:600:28
[INFO] [stdout]     |
[INFO] [stdout] 600 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:678:31
[INFO] [stdout]     |
[INFO] [stdout] 678 |             let x_f64 = *x_val.borrow();
[INFO] [stdout]     |                               ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:679:31
[INFO] [stdout]     |
[INFO] [stdout] 679 |             let y_f64 = *y_val.borrow();
[INFO] [stdout]     |                               ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:688:55
[INFO] [stdout]     |
[INFO] [stdout] 688 |             let y_sum: f64 = iter_y.map(|y_val| *y_val.borrow()).sum();
[INFO] [stdout]     |                                                       ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `d2` should have an upper case name
[INFO] [stdout]  --> src/group_stats.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const d2: [f64; 26] = [
[INFO] [stdout]   |       ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]   |
[INFO] [stdout] 8 - const d2: [f64; 26] = [
[INFO] [stdout] 8 + const D2: [f64; 26] = [
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `c4` should have an upper case name
[INFO] [stdout]   --> src/group_stats.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 | const c4: [f64; 26] = [
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 26 - const c4: [f64; 26] = [
[INFO] [stdout] 26 + const C4: [f64; 26] = [
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `d2` should have an upper case name
[INFO] [stdout]   --> src/moving_stats.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const d2: [f64; 11] = [
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 10 - const d2: [f64; 11] = [
[INFO] [stdout] 10 + const D2: [f64; 11] = [
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::Pow`
[INFO] [stdout]  --> src/statistics.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use num_traits::Pow;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::statistics::Statistics`
[INFO] [stdout]   --> src/lib.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::statistics::Statistics;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::Float`
[INFO] [stdout]  --> src/attribute_stats.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use num_traits::Float;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::float::FloatCore`
[INFO] [stdout]  --> src/statistics.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use num_traits::float::FloatCore;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `num_traits::real::Real`
[INFO] [stdout]  --> src/statistics.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use num_traits::real::Real;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `value`
[INFO] [stdout]    --> src/group_stats.rs:179:47
[INFO] [stdout]     |
[INFO] [stdout] 179 | ...                   for (offset, &value) in window.iter().enumerate() {
[INFO] [stdout]     |                                     ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: if this is intentional, prefix it with an underscore
[INFO] [stdout]     |
[INFO] [stdout] 179 |                                 for (offset, &_value) in window.iter().enumerate() {
[INFO] [stdout]     |                                               +
[INFO] [stdout] help: you might have meant to pattern match on the similarly named constant `ACC`
[INFO] [stdout]     |
[INFO] [stdout] 179 -                                 for (offset, &value) in window.iter().enumerate() {
[INFO] [stdout] 179 +                                 for (offset, &ACC) in window.iter().enumerate() {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `A2` is never used
[INFO] [stdout]  --> src/moving_stats.rs:4:7
[INFO] [stdout]   |
[INFO] [stdout] 4 | const A2: [f64; 11] = [
[INFO] [stdout]   |       ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `cl`, `ucl`, `lcl`, `sub_group_size`, and `all_data` are never read
[INFO] [stdout]   --> src/moving_stats.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 28 | pub struct MovingStats {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 29 |     cl: f64,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 30 |     ucl: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 31 |     lcl: f64,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 |     sub_group_size: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 36 |     range_span_size: usize,
[INFO] [stdout] 37 |     all_data: Vec<f64>,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `MovingStats` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `d2` should have an upper case name
[INFO] [stdout]  --> src/group_stats.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const d2: [f64; 26] = [
[INFO] [stdout]   |       ^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(non_upper_case_globals)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]   |
[INFO] [stdout] 8 - const d2: [f64; 26] = [
[INFO] [stdout] 8 + const D2: [f64; 26] = [
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `c4` should have an upper case name
[INFO] [stdout]   --> src/group_stats.rs:26:7
[INFO] [stdout]    |
[INFO] [stdout] 26 | const c4: [f64; 26] = [
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case (notice the capitalization)
[INFO] [stdout]    |
[INFO] [stdout] 26 - const c4: [f64; 26] = [
[INFO] [stdout] 26 + const C4: [f64; 26] = [
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `d2` should have an upper case name
[INFO] [stdout]   --> src/moving_stats.rs:10:7
[INFO] [stdout]    |
[INFO] [stdout] 10 | const d2: [f64; 11] = [
[INFO] [stdout]    |       ^^
[INFO] [stdout]    |
[INFO] [stdout] help: convert the identifier to upper case
[INFO] [stdout]    |
[INFO] [stdout] 10 - const d2: [f64; 11] = [
[INFO] [stdout] 10 + const D2: [f64; 11] = [
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:487:28
[INFO] [stdout]     |
[INFO] [stdout] 487 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:522:26
[INFO] [stdout]     |
[INFO] [stdout] 522 |             Some(x) => *x.borrow(),
[INFO] [stdout]     |                          ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:529:28
[INFO] [stdout]     |
[INFO] [stdout] 529 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:549:28
[INFO] [stdout]     |
[INFO] [stdout] 549 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:552:30
[INFO] [stdout]     |
[INFO] [stdout] 552 |                 Some(x) => *x.borrow(),
[INFO] [stdout]     |                              ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:579:28
[INFO] [stdout]     |
[INFO] [stdout] 579 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:582:30
[INFO] [stdout]     |
[INFO] [stdout] 582 |                 Some(x) => *x.borrow(),
[INFO] [stdout]     |                              ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:600:28
[INFO] [stdout]     |
[INFO] [stdout] 600 |             let borrow = *x.borrow();
[INFO] [stdout]     |                            ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:678:31
[INFO] [stdout]     |
[INFO] [stdout] 678 |             let x_f64 = *x_val.borrow();
[INFO] [stdout]     |                               ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:679:31
[INFO] [stdout]     |
[INFO] [stdout] 679 |             let y_f64 = *y_val.borrow();
[INFO] [stdout]     |                               ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.borrow()` on a reference in this situation does nothing
[INFO] [stdout]    --> src/statistics.rs:688:55
[INFO] [stdout]     |
[INFO] [stdout] 688 |             let y_sum: f64 = iter_y.map(|y_val| *y_val.borrow()).sum();
[INFO] [stdout]     |                                                       ^^^^^^^^^ help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `f64` does not implement `Borrow`, so calling `borrow` on `&f64` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s
[INFO] running `Command { std: "docker" "inspect" "2c9a73be5ceba58e0bc1a4506a95580be487975171301b7f469cf0e6d6c3ee69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c9a73be5ceba58e0bc1a4506a95580be487975171301b7f469cf0e6d6c3ee69", kill_on_drop: false }`
[INFO] [stdout] 2c9a73be5ceba58e0bc1a4506a95580be487975171301b7f469cf0e6d6c3ee69
