[INFO] cloning repository https://github.com/Blondai/Stochastic-Simulation
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Blondai/Stochastic-Simulation" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlondai%2FStochastic-Simulation", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlondai%2FStochastic-Simulation'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 69be32e942d00ea583ce92a888f9a95717c54b17
[INFO] building Blondai/Stochastic-Simulation against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FBlondai%2FStochastic-Simulation" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Blondai/Stochastic-Simulation on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Blondai/Stochastic-Simulation
[INFO] finished tweaking git repo https://github.com/Blondai/Stochastic-Simulation
[INFO] tweaked toml for git repo https://github.com/Blondai/Stochastic-Simulation written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 34 packages to latest compatible versions
[INFO] [stderr]       Adding statrs v0.17.1 (available: v0.18.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bytemuck v1.21.0
[INFO] [stderr]   Downloaded nalgebra-macros v0.2.2
[INFO] [stderr]   Downloaded safe_arch v0.7.4
[INFO] [stderr]   Downloaded wide v0.7.31
[INFO] [stderr]   Downloaded statrs v0.17.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c79320bb3fa1bcf96aeacd973cf2dc213eb3dd27b3d3475e71005b2263f28148
[INFO] running `Command { std: "docker" "start" "-a" "c79320bb3fa1bcf96aeacd973cf2dc213eb3dd27b3d3475e71005b2263f28148", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c79320bb3fa1bcf96aeacd973cf2dc213eb3dd27b3d3475e71005b2263f28148", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c79320bb3fa1bcf96aeacd973cf2dc213eb3dd27b3d3475e71005b2263f28148", kill_on_drop: false }`
[INFO] [stdout] c79320bb3fa1bcf96aeacd973cf2dc213eb3dd27b3d3475e71005b2263f28148
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e23ad690b6e31ed56bb3ad505989bfff6df63bcfc7cc76d7251de701df4b34a7
[INFO] running `Command { std: "docker" "start" "-a" "e23ad690b6e31ed56bb3ad505989bfff6df63bcfc7cc76d7251de701df4b34a7", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling bytemuck v1.21.0
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling wide v0.7.31
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling syn v2.0.95
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling simba v0.8.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling nalgebra-macros v0.2.2
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[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.32.6
[INFO] [stderr]    Compiling statrs v0.17.1
[INFO] [stderr]    Compiling StochasticSimulation v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::density_function::DensityFunction`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::density_function::DensityFunction;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::distribution_function::DistributionFunction`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::distribution_function::DistributionFunction;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NormalDistribution`
[INFO] [stdout]  --> src/main.rs:3:34
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::normal_distribution::{NormalDistribution};
[INFO] [stdout]   |                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y_values`
[INFO] [stdout]   --> src/density_function.rs:28:42
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn _test_sorted(x_values: &Vec<f64>, y_values: &Vec<f64>) {
[INFO] [stdout]    |                                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y_values`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y_values`
[INFO] [stdout]   --> src/distribution_function.rs:28:42
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn _test_sorted(x_values: &Vec<f64>, y_values: &Vec<f64>) {
[INFO] [stdout]    |                                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DensityFunction` is never constructed
[INFO] [stdout]  --> src/density_function.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct DensityFunction {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/density_function.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl DensityFunction {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] 11 |     pub fn new(x_values: Vec<f64>, y_values: Vec<f64>) -> DensityFunction {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `integrate` is never used
[INFO] [stdout]   --> src/density_function.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl DensityFunction {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] 54 |     fn integrate(&self) -> (Vec<f64>, Vec<f64>) {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distribution` is never used
[INFO] [stdout]   --> src/density_function.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 69 | impl DensityFunction {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] 70 |     pub fn distribution(&self) -> DistributionFunction {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `gen` and `gens` are never used
[INFO] [stdout]   --> src/density_function.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 79 | impl DensityFunction {
[INFO] [stdout]    | -------------------- methods in this implementation
[INFO] [stdout] 80 |     pub fn gen(&self) -> f64 {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub fn gens(&self, number: usize) -> Vec<f64> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `export` is never used
[INFO] [stdout]   --> src/density_function.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 90 | impl DensityFunction {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] 91 |     pub fn export(self, file_name: &str, number: usize) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistributionFunction` is never constructed
[INFO] [stdout]  --> src/distribution_function.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct DistributionFunction {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/distribution_function.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl DistributionFunction {
[INFO] [stdout]   | ------------------------- associated function in this implementation
[INFO] [stdout] 9 |     pub fn new(x_values: Vec<f64>, y_values: Vec<f64>) -> DistributionFunction {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `eval` and `evals` are never used
[INFO] [stdout]    --> src/distribution_function.rs:97:12
[INFO] [stdout]     |
[INFO] [stdout] 65  | impl DistributionFunction {
[INFO] [stdout]     | ------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 97  |     pub fn eval(self, input_value: f64) -> f64 {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub fn evals(self, input_values: Vec<f64>) -> Vec<f64> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `solve` is never used
[INFO] [stdout]    --> src/distribution_function.rs:120:8
[INFO] [stdout]     |
[INFO] [stdout] 119 | impl DistributionFunction {
[INFO] [stdout]     | ------------------------- method in this implementation
[INFO] [stdout] 120 |     fn solve(&self, output_value: f64) -> f64 {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `gen` and `gens` are never used
[INFO] [stdout]    --> src/distribution_function.rs:178:12
[INFO] [stdout]     |
[INFO] [stdout] 177 | impl DistributionFunction {
[INFO] [stdout]     | ------------------------- methods in this implementation
[INFO] [stdout] 178 |     pub fn gen(&self) -> f64 {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn gens(&self, number: usize) -> Vec<f64> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `export` is never used
[INFO] [stdout]    --> src/distribution_function.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout] 188 | impl DistributionFunction {
[INFO] [stdout]     | ------------------------- method in this implementation
[INFO] [stdout] 189 |     pub fn export(self, file_name: &str, number: usize) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NormalDistribution` is never constructed
[INFO] [stdout]  --> src/normal_distribution.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct NormalDistribution {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/normal_distribution.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl NormalDistribution {
[INFO] [stdout]   | ----------------------- associated function in this implementation
[INFO] [stdout] 8 |     pub fn new(mu: f64, sigma: f64) -> NormalDistribution {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `SQRT_2`, `density`, and `distribution` are never used
[INFO] [stdout]   --> src/normal_distribution.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl NormalDistribution {
[INFO] [stdout]    | ----------------------- associated items in this implementation
[INFO] [stdout] 15 |     const SQRT_2: f64 = std::f64::consts::SQRT_2;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 16 |
[INFO] [stdout] 17 |     fn density(&self, input_value: f64) -> f64 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     fn distribution(&self, input_value: f64) -> f64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `distribution_function` and `density_function` are never used
[INFO] [stdout]   --> src/normal_distribution.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl NormalDistribution {
[INFO] [stdout]    | ----------------------- methods in this implementation
[INFO] [stdout] 31 |     pub fn distribution_function(&self, number: usize) -> (Vec<f64>, Vec<f64>) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn density_function(&self, number: usize) -> (Vec<f64>, Vec<f64>) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.81s
[INFO] running `Command { std: "docker" "inspect" "e23ad690b6e31ed56bb3ad505989bfff6df63bcfc7cc76d7251de701df4b34a7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e23ad690b6e31ed56bb3ad505989bfff6df63bcfc7cc76d7251de701df4b34a7", kill_on_drop: false }`
[INFO] [stdout] e23ad690b6e31ed56bb3ad505989bfff6df63bcfc7cc76d7251de701df4b34a7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9800ba5b63d9a17d639eda8f8fd79dd2efa9f87a0835a257a18b410ce2f472fe
[INFO] running `Command { std: "docker" "start" "-a" "9800ba5b63d9a17d639eda8f8fd79dd2efa9f87a0835a257a18b410ce2f472fe", kill_on_drop: false }`
[INFO] [stderr]    Compiling StochasticSimulation v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::density_function::DensityFunction`
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::density_function::DensityFunction;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::distribution_function::DistributionFunction`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::distribution_function::DistributionFunction;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NormalDistribution`
[INFO] [stdout]  --> src/main.rs:3:34
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::normal_distribution::{NormalDistribution};
[INFO] [stdout]   |                                  ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y_values`
[INFO] [stdout]   --> src/density_function.rs:28:42
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn _test_sorted(x_values: &Vec<f64>, y_values: &Vec<f64>) {
[INFO] [stdout]    |                                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y_values`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y_values`
[INFO] [stdout]   --> src/distribution_function.rs:28:42
[INFO] [stdout]    |
[INFO] [stdout] 28 |     fn _test_sorted(x_values: &Vec<f64>, y_values: &Vec<f64>) {
[INFO] [stdout]    |                                          ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_y_values`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DensityFunction` is never constructed
[INFO] [stdout]  --> src/density_function.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct DensityFunction {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> src/density_function.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 10 | impl DensityFunction {
[INFO] [stdout]    | -------------------- associated function in this implementation
[INFO] [stdout] 11 |     pub fn new(x_values: Vec<f64>, y_values: Vec<f64>) -> DensityFunction {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `integrate` is never used
[INFO] [stdout]   --> src/density_function.rs:54:8
[INFO] [stdout]    |
[INFO] [stdout] 53 | impl DensityFunction {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] 54 |     fn integrate(&self) -> (Vec<f64>, Vec<f64>) {
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `distribution` is never used
[INFO] [stdout]   --> src/density_function.rs:70:12
[INFO] [stdout]    |
[INFO] [stdout] 69 | impl DensityFunction {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] 70 |     pub fn distribution(&self) -> DistributionFunction {
[INFO] [stdout]    |            ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `gen` and `gens` are never used
[INFO] [stdout]   --> src/density_function.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 79 | impl DensityFunction {
[INFO] [stdout]    | -------------------- methods in this implementation
[INFO] [stdout] 80 |     pub fn gen(&self) -> f64 {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 84 |     pub fn gens(&self, number: usize) -> Vec<f64> {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `export` is never used
[INFO] [stdout]   --> src/density_function.rs:91:12
[INFO] [stdout]    |
[INFO] [stdout] 90 | impl DensityFunction {
[INFO] [stdout]    | -------------------- method in this implementation
[INFO] [stdout] 91 |     pub fn export(self, file_name: &str, number: usize) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `DistributionFunction` is never constructed
[INFO] [stdout]  --> src/distribution_function.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct DistributionFunction {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/distribution_function.rs:9:12
[INFO] [stdout]   |
[INFO] [stdout] 8 | impl DistributionFunction {
[INFO] [stdout]   | ------------------------- associated function in this implementation
[INFO] [stdout] 9 |     pub fn new(x_values: Vec<f64>, y_values: Vec<f64>) -> DistributionFunction {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `eval` and `evals` are never used
[INFO] [stdout]    --> src/distribution_function.rs:97:12
[INFO] [stdout]     |
[INFO] [stdout] 65  | impl DistributionFunction {
[INFO] [stdout]     | ------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 97  |     pub fn eval(self, input_value: f64) -> f64 {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 101 |     pub fn evals(self, input_values: Vec<f64>) -> Vec<f64> {
[INFO] [stdout]     |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `solve` is never used
[INFO] [stdout]    --> src/distribution_function.rs:120:8
[INFO] [stdout]     |
[INFO] [stdout] 119 | impl DistributionFunction {
[INFO] [stdout]     | ------------------------- method in this implementation
[INFO] [stdout] 120 |     fn solve(&self, output_value: f64) -> f64 {
[INFO] [stdout]     |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `gen` and `gens` are never used
[INFO] [stdout]    --> src/distribution_function.rs:178:12
[INFO] [stdout]     |
[INFO] [stdout] 177 | impl DistributionFunction {
[INFO] [stdout]     | ------------------------- methods in this implementation
[INFO] [stdout] 178 |     pub fn gen(&self) -> f64 {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     pub fn gens(&self, number: usize) -> Vec<f64> {
[INFO] [stdout]     |            ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `export` is never used
[INFO] [stdout]    --> src/distribution_function.rs:189:12
[INFO] [stdout]     |
[INFO] [stdout] 188 | impl DistributionFunction {
[INFO] [stdout]     | ------------------------- method in this implementation
[INFO] [stdout] 189 |     pub fn export(self, file_name: &str, number: usize) {
[INFO] [stdout]     |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NormalDistribution` is never constructed
[INFO] [stdout]  --> src/normal_distribution.rs:1:12
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub struct NormalDistribution {
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]  --> src/normal_distribution.rs:8:12
[INFO] [stdout]   |
[INFO] [stdout] 7 | impl NormalDistribution {
[INFO] [stdout]   | ----------------------- associated function in this implementation
[INFO] [stdout] 8 |     pub fn new(mu: f64, sigma: f64) -> NormalDistribution {
[INFO] [stdout]   |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `SQRT_2`, `density`, and `distribution` are never used
[INFO] [stdout]   --> src/normal_distribution.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 14 | impl NormalDistribution {
[INFO] [stdout]    | ----------------------- associated items in this implementation
[INFO] [stdout] 15 |     const SQRT_2: f64 = std::f64::consts::SQRT_2;
[INFO] [stdout]    |           ^^^^^^
[INFO] [stdout] 16 |
[INFO] [stdout] 17 |     fn density(&self, input_value: f64) -> f64 {
[INFO] [stdout]    |        ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 23 |     fn distribution(&self, input_value: f64) -> f64 {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `distribution_function` and `density_function` are never used
[INFO] [stdout]   --> src/normal_distribution.rs:31:12
[INFO] [stdout]    |
[INFO] [stdout] 30 | impl NormalDistribution {
[INFO] [stdout]    | ----------------------- methods in this implementation
[INFO] [stdout] 31 |     pub fn distribution_function(&self, number: usize) -> (Vec<f64>, Vec<f64>) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 |     pub fn density_function(&self, number: usize) -> (Vec<f64>, Vec<f64>) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "9800ba5b63d9a17d639eda8f8fd79dd2efa9f87a0835a257a18b410ce2f472fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9800ba5b63d9a17d639eda8f8fd79dd2efa9f87a0835a257a18b410ce2f472fe", kill_on_drop: false }`
[INFO] [stdout] 9800ba5b63d9a17d639eda8f8fd79dd2efa9f87a0835a257a18b410ce2f472fe
