[INFO] cloning repository https://github.com/jalexcole/numerical_recipes [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jalexcole/numerical_recipes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjalexcole%2Fnumerical_recipes", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjalexcole%2Fnumerical_recipes'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f20e499d3265e6af4fed08d63c719ea47e270350 [INFO] checking jalexcole/numerical_recipes against master#9e293ae9f8abecb0be5105787d181518c9012a19 for pr-146440-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjalexcole%2Fnumerical_recipes" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/jalexcole/numerical_recipes [INFO] finished tweaking git repo https://github.com/jalexcole/numerical_recipes [INFO] tweaked toml for git repo https://github.com/jalexcole/numerical_recipes written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/jalexcole/numerical_recipes on toolchain 9e293ae9f8abecb0be5105787d181518c9012a19 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/jalexcole/numerical_recipes 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" "+9e293ae9f8abecb0be5105787d181518c9012a19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 70ec759e741d97629f3e6cd374bb09ff2dda104567fa4a6b47afb4207c25a4cf [INFO] running `Command { std: "docker" "start" "-a" "70ec759e741d97629f3e6cd374bb09ff2dda104567fa4a6b47afb4207c25a4cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "70ec759e741d97629f3e6cd374bb09ff2dda104567fa4a6b47afb4207c25a4cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "70ec759e741d97629f3e6cd374bb09ff2dda104567fa4a6b47afb4207c25a4cf", kill_on_drop: false }` [INFO] [stdout] 70ec759e741d97629f3e6cd374bb09ff2dda104567fa4a6b47afb4207c25a4cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d238d3a62ad4965cc044b3de9826c4b40dcdef9f4628d5e44354c5ac84096e9 [INFO] running `Command { std: "docker" "start" "-a" "1d238d3a62ad4965cc044b3de9826c4b40dcdef9f4628d5e44354c5ac84096e9", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Checking numerical_recipes v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/fourier.rs:262:15 [INFO] [stdout] | [INFO] [stdout] 262 | } else if (isign == -1) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 262 - } else if (isign == -1) { [INFO] [stdout] 262 + } else if isign == -1 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/fourier.rs:325:12 [INFO] [stdout] | [INFO] [stdout] 325 | if (ntot < 2 || ntot & (ntot - 1) != 0) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 325 - if (ntot < 2 || ntot & (ntot - 1) != 0) { [INFO] [stdout] 325 + if ntot < 2 || ntot & (ntot - 1) != 0 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/fourier.rs:349:23 [INFO] [stdout] | [INFO] [stdout] 349 | while (ibit >= ip1 && i2rev + 1 > ibit) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 349 - while (ibit >= ip1 && i2rev + 1 > ibit) { [INFO] [stdout] 349 + while ibit >= ip1 && i2rev + 1 > ibit { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/nr3.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::ptr; [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: `Neg` [INFO] [stdout] --> src/nr3.rs:4:31 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::{Add, Div, Mul, Neg, Rem, Sub}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `simple_throw` [INFO] [stdout] --> src/nr3.rs:288:14 [INFO] [stdout] | [INFO] [stdout] 288 | macro_rules! simple_throw { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `advanced_throw` [INFO] [stdout] --> src/nr3.rs:346:14 [INFO] [stdout] | [INFO] [stdout] 346 | macro_rules! advanced_throw { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `throw` [INFO] [stdout] --> src/nr3.rs:353:14 [INFO] [stdout] | [INFO] [stdout] 353 | macro_rules! throw { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/roots.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | if (x1 == x2) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 11 - if (x1 == x2) { [INFO] [stdout] 11 + if x1 == x2 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/roots.rs:22:19 [INFO] [stdout] | [INFO] [stdout] 22 | *x1 = (x1.clone() + FACTOR * (x1.clone() - x2.clone())); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 22 - *x1 = (x1.clone() + FACTOR * (x1.clone() - x2.clone())); [INFO] [stdout] 22 + *x1 = x1.clone() + FACTOR * (x1.clone() - x2.clone()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice` [INFO] [stdout] --> src/roots_poly.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/roots_poly.rs:106:12 [INFO] [stdout] | [INFO] [stdout] 106 | if (x.im().abs() <= 2.0 * EPS * x.re().abs()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 106 - if (x.im().abs() <= 2.0 * EPS * x.re().abs()) { [INFO] [stdout] 106 + if x.im().abs() <= 2.0 * EPS * x.re().abs() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/convlv.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | if (isign == 1) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 30 - if (isign == 1) { [INFO] [stdout] 30 + if isign == 1 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/convlv.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | } else if (isign == -1) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 39 - } else if (isign == -1) { [INFO] [stdout] 39 + } else if isign == -1 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/convlv.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | if (temp[0] == 0.0 || temp[1] == 0.0) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 50 - if (temp[0] == 0.0 || temp[1] == 0.0) { [INFO] [stdout] 50 + if temp[0] == 0.0 || temp[1] == 0.0 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/fourier.rs:262:15 [INFO] [stdout] | [INFO] [stdout] 262 | } else if (isign == -1) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 262 - } else if (isign == -1) { [INFO] [stdout] 262 + } else if isign == -1 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/fourier.rs:325:12 [INFO] [stdout] | [INFO] [stdout] 325 | if (ntot < 2 || ntot & (ntot - 1) != 0) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 325 - if (ntot < 2 || ntot & (ntot - 1) != 0) { [INFO] [stdout] 325 + if ntot < 2 || ntot & (ntot - 1) != 0 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/fourier.rs:349:23 [INFO] [stdout] | [INFO] [stdout] 349 | while (ibit >= ip1 && i2rev + 1 > ibit) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 349 - while (ibit >= ip1 && i2rev + 1 > ibit) { [INFO] [stdout] 349 + while ibit >= ip1 && i2rev + 1 > ibit { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ptr` [INFO] [stdout] --> src/nr3.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use std::ptr; [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: `Neg` [INFO] [stdout] --> src/nr3.rs:4:31 [INFO] [stdout] | [INFO] [stdout] 4 | use std::ops::{Add, Div, Mul, Neg, Rem, Sub}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `simple_throw` [INFO] [stdout] --> src/nr3.rs:288:14 [INFO] [stdout] | [INFO] [stdout] 288 | macro_rules! simple_throw { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `advanced_throw` [INFO] [stdout] --> src/nr3.rs:346:14 [INFO] [stdout] | [INFO] [stdout] 346 | macro_rules! advanced_throw { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused macro definition: `throw` [INFO] [stdout] --> src/nr3.rs:353:14 [INFO] [stdout] | [INFO] [stdout] 353 | macro_rules! throw { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/roots.rs:11:8 [INFO] [stdout] | [INFO] [stdout] 11 | if (x1 == x2) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 11 - if (x1 == x2) { [INFO] [stdout] 11 + if x1 == x2 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/roots.rs:22:19 [INFO] [stdout] | [INFO] [stdout] 22 | *x1 = (x1.clone() + FACTOR * (x1.clone() - x2.clone())); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 22 - *x1 = (x1.clone() + FACTOR * (x1.clone() - x2.clone())); [INFO] [stdout] 22 + *x1 = x1.clone() + FACTOR * (x1.clone() - x2.clone()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::slice` [INFO] [stdout] --> src/roots_poly.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use std::slice; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/roots_poly.rs:106:12 [INFO] [stdout] | [INFO] [stdout] 106 | if (x.im().abs() <= 2.0 * EPS * x.re().abs()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 106 - if (x.im().abs() <= 2.0 * EPS * x.re().abs()) { [INFO] [stdout] 106 + if x.im().abs() <= 2.0 * EPS * x.re().abs() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/convlv.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | if (isign == 1) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 30 - if (isign == 1) { [INFO] [stdout] 30 + if isign == 1 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/convlv.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | } else if (isign == -1) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 39 - } else if (isign == -1) { [INFO] [stdout] 39 + } else if isign == -1 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/convlv.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | if (temp[0] == 0.0 || temp[1] == 0.0) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 50 - if (temp[0] == 0.0 || temp[1] == 0.0) { [INFO] [stdout] 50 + if temp[0] == 0.0 || temp[1] == 0.0 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/mcmc.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | let mut plog = Plog { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/mcmc.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | let mut plog = Plog { [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `d` is never read [INFO] [stdout] --> src/banded.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | let mut d = 1.0; [INFO] [stdout] | ^^^ this value is reassigned later and never used [INFO] [stdout] ... [INFO] [stdout] 101 | d = 1.0; [INFO] [stdout] | ------- `d` is overwritten here before the previous value is read [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `ifp1` is never read [INFO] [stdout] --> src/fourier.rs:305:20 [INFO] [stdout] | [INFO] [stdout] 305 | let mut ifp1 = 0; [INFO] [stdout] | ^ this value is reassigned later and never used [INFO] [stdout] ... [INFO] [stdout] 355 | ifp1 = ip1; //Here begins the Danielson-Lanczos section of the routine. [INFO] [stdout] | ---------- `ifp1` is overwritten here before the previous value is read [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `ifp1` is never read [INFO] [stdout] --> src/fourier.rs:387:13 [INFO] [stdout] | [INFO] [stdout] 387 | ifp1 = ifp2; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `nprev` is never read [INFO] [stdout] --> src/fourier.rs:389:9 [INFO] [stdout] | [INFO] [stdout] 389 | nprev *= n; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `wi` is never read [INFO] [stdout] --> src/fourier.rs:385:17 [INFO] [stdout] | [INFO] [stdout] 385 | wi = wi * wpr + wtemp * wpi + wi; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `wr` is never read [INFO] [stdout] --> src/fourier.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | wr += wtemp * wpr - wi * wpi; //Trigonometric recurrence. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/odient.rs:119:46 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn save_dense(&mut self, s: &S, xout: f64, h: f64) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `h` [INFO] [stdout] --> src/odient.rs:119:64 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn save_dense(&mut self, s: &S, xout: f64, h: f64) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/odient.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | for i in 0..self.nvar { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `d` is never read [INFO] [stdout] --> src/banded.rs:82:21 [INFO] [stdout] | [INFO] [stdout] 82 | let mut d = 1.0; [INFO] [stdout] | ^^^ this value is reassigned later and never used [INFO] [stdout] ... [INFO] [stdout] 101 | d = 1.0; [INFO] [stdout] | ------- `d` is overwritten here before the previous value is read [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/qrdcmp.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | let mut c: f64; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/qrdcmp.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | let mut s: f64; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/qrdcmp.rs:274:9 [INFO] [stdout] | [INFO] [stdout] 274 | let mut qr2 = qr.clone(); // Use a clone since solve() doesn't change the decomposition. [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `h` [INFO] [stdout] --> src/stepper.rs:108:24 [INFO] [stdout] | [INFO] [stdout] 108 | fn step(&mut self, h: f64) -> Result<(), String> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `ifp1` is never read [INFO] [stdout] --> src/fourier.rs:305:20 [INFO] [stdout] | [INFO] [stdout] 305 | let mut ifp1 = 0; [INFO] [stdout] | ^ this value is reassigned later and never used [INFO] [stdout] ... [INFO] [stdout] 355 | ifp1 = ip1; //Here begins the Danielson-Lanczos section of the routine. [INFO] [stdout] | ---------- `ifp1` is overwritten here before the previous value is read [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `ifp1` is never read [INFO] [stdout] --> src/fourier.rs:387:13 [INFO] [stdout] | [INFO] [stdout] 387 | ifp1 = ifp2; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `nprev` is never read [INFO] [stdout] --> src/fourier.rs:389:9 [INFO] [stdout] | [INFO] [stdout] 389 | nprev *= n; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `wi` is never read [INFO] [stdout] --> src/fourier.rs:385:17 [INFO] [stdout] | [INFO] [stdout] 385 | wi = wi * wpr + wtemp * wpi + wi; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `wr` is never read [INFO] [stdout] --> src/fourier.rs:384:17 [INFO] [stdout] | [INFO] [stdout] 384 | wr += wtemp * wpr - wi * wpi; //Trigonometric recurrence. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `i2` is assigned to, but never used [INFO] [stdout] --> src/fourier_ndim.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | let mut i2; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_i2` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i1` [INFO] [stdout] --> src/fourier_ndim.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | for i1 in 0..nn1 { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_i1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wpr` [INFO] [stdout] --> src/fourier_ndim.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | let wpr = -2.0 * wtemp * wtemp; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_wpr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wpi` [INFO] [stdout] --> src/fourier_ndim.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | let wpi = theta.sin(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_wpi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `i2` is never read [INFO] [stdout] --> src/fourier_ndim.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | i2 = 0; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `s` [INFO] [stdout] --> src/odient.rs:119:46 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn save_dense(&mut self, s: &S, xout: f64, h: f64) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_s` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `h` [INFO] [stdout] --> src/odient.rs:119:64 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn save_dense(&mut self, s: &S, xout: f64, h: f64) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i` [INFO] [stdout] --> src/odient.rs:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | for i in 0..self.nvar { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_i` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `spec` [INFO] [stdout] --> src/spectrum.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | let spec = vec![0.0; self.m as usize + 1]; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_spec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/qrdcmp.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | let mut c: f64; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/qrdcmp.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | let mut s: f64; [INFO] [stdout] | ----^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/linpredict.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | let mut polish = true; [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/qrdcmp.rs:274:9 [INFO] [stdout] | [INFO] [stdout] 274 | let mut qr2 = qr.clone(); // Use a clone since solve() doesn't change the decomposition. [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/banded.rs:193:4 [INFO] [stdout] | [INFO] [stdout] 193 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/cholesky.rs:164:4 [INFO] [stdout] | [INFO] [stdout] 164 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `bet` is never read [INFO] [stdout] --> src/distributions.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Expondist { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 8 | bet: f64 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `d` is never read [INFO] [stdout] --> src/ludcmp.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct LUdcmp { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 30 | d: f64, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `USE_NR_ERROR_CLASS` is never used [INFO] [stdout] --> src/nr3.rs:285:7 [INFO] [stdout] | [INFO] [stdout] 285 | const USE_NR_ERROR_CLASS: bool = true; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/odient.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Odeint<'a, T> { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 4 | eps: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] 5 | nok: i32, [INFO] [stdout] | ^^^ [INFO] [stdout] 6 | nbad: i32, [INFO] [stdout] | ^^^^ [INFO] [stdout] 7 | nvar: i32, [INFO] [stdout] | ^^^^ [INFO] [stdout] 8 | x1: f64, [INFO] [stdout] | ^^ [INFO] [stdout] 9 | x2: f64, [INFO] [stdout] | ^^ [INFO] [stdout] 10 | hmin: f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] 11 | dense: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 12 | y: Vec, [INFO] [stdout] | ^ [INFO] [stdout] 13 | dydx: f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] 14 | ystart: &'a Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 15 | s: T, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MAXSTP` is never used [INFO] [stdout] --> src/odient.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 18 | impl<'a, T> Odeint<'a, T> { [INFO] [stdout] | ------------------------- associated constant in this implementation [INFO] [stdout] 19 | const MAXSTP: usize = 50000; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/qrdcmp.rs:249:4 [INFO] [stdout] | [INFO] [stdout] 249 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/svd.rs:216:4 [INFO] [stdout] | [INFO] [stdout] 216 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `m`, `kcalls`, `ker`, `y`, and `data` are never read [INFO] [stdout] --> src/svm.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Svmgenkernel<'a>{ [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 5 | /// Number of data points [INFO] [stdout] 6 | m: usize, [INFO] [stdout] | ^ [INFO] [stdout] 7 | /// counter for kernel calls [INFO] [stdout] 8 | kcalls: usize, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 9 | /// Kernel matrix [INFO] [stdout] 10 | ker: Vec>, [INFO] [stdout] | ^^^ [INFO] [stdout] 11 | y: &'a [f64], [INFO] [stdout] | ^ [INFO] [stdout] 12 | data: &'a [&'a [f64]], [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/toeplz.rs:105:4 [INFO] [stdout] | [INFO] [stdout] 105 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/tridag.rs:48:4 [INFO] [stdout] | [INFO] [stdout] 48 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/vander.rs:51:4 [INFO] [stdout] | [INFO] [stdout] 51 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `nn` is never read [INFO] [stdout] --> src/spectrum.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 78 | pub struct Hann { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 79 | nn: usize, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `first` and `fullseg` are never read [INFO] [stdout] --> src/spectrum.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 109 | pub struct Spectolap { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 110 | first: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 111 | fullseg: [f64; M] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/stochsim.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Stochsim { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 2 | s: Vec, [INFO] [stdout] | ^ [INFO] [stdout] 3 | a: Vec, [INFO] [stdout] | ^ [INFO] [stdout] 4 | instate: Vec>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 5 | outstate: Vec>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 6 | pr: Vec, [INFO] [stdout] | ^^ [INFO] [stdout] 7 | t: f64, [INFO] [stdout] | ^ [INFO] [stdout] 8 | asum: f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `h` [INFO] [stdout] --> src/stepper.rs:108:24 [INFO] [stdout] | [INFO] [stdout] 108 | fn step(&mut self, h: f64) -> Result<(), String> { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_h` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `i2` is assigned to, but never used [INFO] [stdout] --> src/fourier_ndim.rs:37:9 [INFO] [stdout] | [INFO] [stdout] 37 | let mut i2; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_i2` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `i1` [INFO] [stdout] --> src/fourier_ndim.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | for i1 in 0..nn1 { [INFO] [stdout] | ^^ help: if this is intentional, prefix it with an underscore: `_i1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wpr` [INFO] [stdout] --> src/fourier_ndim.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | let wpr = -2.0 * wtemp * wtemp; [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_wpr` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `wpi` [INFO] [stdout] --> src/fourier_ndim.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | let wpi = theta.sin(); [INFO] [stdout] | ^^^ help: if this is intentional, prefix it with an underscore: `_wpi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `i2` is never read [INFO] [stdout] --> src/fourier_ndim.rs:77:13 [INFO] [stdout] | [INFO] [stdout] 77 | i2 = 0; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `spec` [INFO] [stdout] --> src/spectrum.rs:61:13 [INFO] [stdout] | [INFO] [stdout] 61 | let spec = vec![0.0; self.m as usize + 1]; [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_spec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/linpredict.rs:155:9 [INFO] [stdout] | [INFO] [stdout] 155 | let mut polish = true; [INFO] [stdout] | ----^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/banded.rs:193:4 [INFO] [stdout] | [INFO] [stdout] 193 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/cholesky.rs:164:4 [INFO] [stdout] | [INFO] [stdout] 164 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `bet` is never read [INFO] [stdout] --> src/distributions.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Expondist { [INFO] [stdout] | --------- field in this struct [INFO] [stdout] 8 | bet: f64 [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `d` is never read [INFO] [stdout] --> src/ludcmp.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 26 | pub struct LUdcmp { [INFO] [stdout] | ------ field in this struct [INFO] [stdout] ... [INFO] [stdout] 30 | d: f64, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `USE_NR_ERROR_CLASS` is never used [INFO] [stdout] --> src/nr3.rs:285:7 [INFO] [stdout] | [INFO] [stdout] 285 | const USE_NR_ERROR_CLASS: bool = true; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/odient.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct Odeint<'a, T> { [INFO] [stdout] | ------ fields in this struct [INFO] [stdout] 4 | eps: f64, [INFO] [stdout] | ^^^ [INFO] [stdout] 5 | nok: i32, [INFO] [stdout] | ^^^ [INFO] [stdout] 6 | nbad: i32, [INFO] [stdout] | ^^^^ [INFO] [stdout] 7 | nvar: i32, [INFO] [stdout] | ^^^^ [INFO] [stdout] 8 | x1: f64, [INFO] [stdout] | ^^ [INFO] [stdout] 9 | x2: f64, [INFO] [stdout] | ^^ [INFO] [stdout] 10 | hmin: f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] 11 | dense: bool, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 12 | y: Vec, [INFO] [stdout] | ^ [INFO] [stdout] 13 | dydx: f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] 14 | ystart: &'a Vec, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 15 | s: T, [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated constant `MAXSTP` is never used [INFO] [stdout] --> src/odient.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 18 | impl<'a, T> Odeint<'a, T> { [INFO] [stdout] | ------------------------- associated constant in this implementation [INFO] [stdout] 19 | const MAXSTP: usize = 50000; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/qrdcmp.rs:249:4 [INFO] [stdout] | [INFO] [stdout] 249 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/svd.rs:216:4 [INFO] [stdout] | [INFO] [stdout] 216 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `m`, `kcalls`, `ker`, `y`, and `data` are never read [INFO] [stdout] --> src/svm.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub struct Svmgenkernel<'a>{ [INFO] [stdout] | ------------ fields in this struct [INFO] [stdout] 5 | /// Number of data points [INFO] [stdout] 6 | m: usize, [INFO] [stdout] | ^ [INFO] [stdout] 7 | /// counter for kernel calls [INFO] [stdout] 8 | kcalls: usize, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 9 | /// Kernel matrix [INFO] [stdout] 10 | ker: Vec>, [INFO] [stdout] | ^^^ [INFO] [stdout] 11 | y: &'a [f64], [INFO] [stdout] | ^ [INFO] [stdout] 12 | data: &'a [&'a [f64]], [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/toeplz.rs:105:4 [INFO] [stdout] | [INFO] [stdout] 105 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/tridag.rs:48:4 [INFO] [stdout] | [INFO] [stdout] 48 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `main` is never used [INFO] [stdout] --> src/vander.rs:51:4 [INFO] [stdout] | [INFO] [stdout] 51 | fn main() { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `nn` is never read [INFO] [stdout] --> src/spectrum.rs:79:5 [INFO] [stdout] | [INFO] [stdout] 78 | pub struct Hann { [INFO] [stdout] | ---- field in this struct [INFO] [stdout] 79 | nn: usize, [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `first` and `fullseg` are never read [INFO] [stdout] --> src/spectrum.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 109 | pub struct Spectolap { [INFO] [stdout] | --------- fields in this struct [INFO] [stdout] 110 | first: usize, [INFO] [stdout] | ^^^^^ [INFO] [stdout] 111 | fullseg: [f64; M] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple fields are never read [INFO] [stdout] --> src/stochsim.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 1 | pub struct Stochsim { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 2 | s: Vec, [INFO] [stdout] | ^ [INFO] [stdout] 3 | a: Vec, [INFO] [stdout] | ^ [INFO] [stdout] 4 | instate: Vec>, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 5 | outstate: Vec>, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 6 | pr: Vec, [INFO] [stdout] | ^^ [INFO] [stdout] 7 | t: f64, [INFO] [stdout] | ^ [INFO] [stdout] 8 | asum: f64, [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.28s [INFO] running `Command { std: "docker" "inspect" "1d238d3a62ad4965cc044b3de9826c4b40dcdef9f4628d5e44354c5ac84096e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d238d3a62ad4965cc044b3de9826c4b40dcdef9f4628d5e44354c5ac84096e9", kill_on_drop: false }` [INFO] [stdout] 1d238d3a62ad4965cc044b3de9826c4b40dcdef9f4628d5e44354c5ac84096e9