[INFO] fetching crate talrost 0.1.2...
[INFO] checking talrost-0.1.2 against master#61cc47e367d7be91e13bcd01e4e96e0e233d4f6d for pr-133502-20
[INFO] extracting crate talrost 0.1.2 into /workspace/builds/worker-5-tc1/source
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate talrost 0.1.2
[INFO] finished tweaking crates.io crate talrost 0.1.2
[INFO] tweaked toml for crates.io crate talrost 0.1.2 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate talrost 0.1.2 on toolchain 61cc47e367d7be91e13bcd01e4e96e0e233d4f6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate talrost 0.1.2 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 60f7667ae26c14c97a6ce2b9bac5d81e241fb7d3a9ab7dce15758310ad1e00e7
[INFO] running `Command { std: "docker" "start" "-a" "60f7667ae26c14c97a6ce2b9bac5d81e241fb7d3a9ab7dce15758310ad1e00e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "60f7667ae26c14c97a6ce2b9bac5d81e241fb7d3a9ab7dce15758310ad1e00e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "60f7667ae26c14c97a6ce2b9bac5d81e241fb7d3a9ab7dce15758310ad1e00e7", kill_on_drop: false }`
[INFO] [stdout] 60f7667ae26c14c97a6ce2b9bac5d81e241fb7d3a9ab7dce15758310ad1e00e7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+61cc47e367d7be91e13bcd01e4e96e0e233d4f6d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cffb34fdf2900f3e153c32fc35873c6be268b11069d2ce74159be3d6c2b5ad3e
[INFO] running `Command { std: "docker" "start" "-a" "cffb34fdf2900f3e153c32fc35873c6be268b11069d2ce74159be3d6c2b5ad3e", kill_on_drop: false }`
[INFO] [stderr]     Checking talrost v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![feature(associated_type_bounds)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_arg_infer` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![feature(generic_arg_infer)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:11:12
[INFO] [stdout]    |
[INFO] [stdout] 11 | #![feature(associated_type_bounds)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `generic_arg_infer` has been stable since 1.89.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:13:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | #![feature(generic_arg_infer)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_float_bits_conv` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #![feature(const_float_bits_conv)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `const_float_bits_conv` has been stable since 1.83.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/lib.rs:15:12
[INFO] [stdout]    |
[INFO] [stdout] 15 | #![feature(const_float_bits_conv)]
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/solvers/yuksel.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     mut x0: f64,
[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/solvers/yuksel.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     mut x1: f64,
[INFO] [stdout]    |     ----^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y1`
[INFO] [stdout]   --> src/solvers/yuksel.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     y1: f64,
[INFO] [stdout]    |     ^^ help: if this is intentional, prefix it with an underscore: `_y1`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/solvers/yuksel.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 |     mut x0: 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/solvers/yuksel.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     mut y0: 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/solvers/yuksel.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     mut x1: 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/solvers/yuksel.rs:155:5
[INFO] [stdout]     |
[INFO] [stdout] 155 |     mut y1: f64,
[INFO] [stdout]     |     ----^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `N` should have a snake case name
[INFO] [stdout]   --> src/solvers/yuksel.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     N: usize,
[INFO] [stdout]    |     ^ help: convert the identifier to snake case: `n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `N` should have a snake case name
[INFO] [stdout]    --> src/solvers/yuksel.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 140 |     N: usize,
[INFO] [stdout]     |     ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `N` should have a snake case name
[INFO] [stdout]    --> src/solvers/yuksel.rs:151:5
[INFO] [stdout]     |
[INFO] [stdout] 151 |     N: usize,
[INFO] [stdout]     |     ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `N` should have a snake case name
[INFO] [stdout]    --> src/solvers/yuksel.rs:163:5
[INFO] [stdout]     |
[INFO] [stdout] 163 |     N: usize,
[INFO] [stdout]     |     ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `openMin` should have a snake case name
[INFO] [stdout]    --> src/solvers/yuksel.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 |     openMin: bool,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to snake case: `open_min`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `derivRoots` should have a snake case name
[INFO] [stdout]    --> src/solvers/yuksel.rs:298:9
[INFO] [stdout]     |
[INFO] [stdout] 298 |     let derivRoots = roots_cubic(&df, tol);
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `deriv_roots`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `A` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let [A, B, C] = [p.c[0], p.c[1] / (T::ONE + T::ONE), p.c[2]];
[INFO] [stdout]    |              ^ help: convert the identifier to snake case: `a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `B` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let [A, B, C] = [p.c[0], p.c[1] / (T::ONE + T::ONE), p.c[2]];
[INFO] [stdout]    |                 ^ help: convert the identifier to snake case: `b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `C` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let [A, B, C] = [p.c[0], p.c[1] / (T::ONE + T::ONE), p.c[2]];
[INFO] [stdout]    |                    ^ help: convert the identifier to snake case (notice the capitalization): `c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `D` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let D = B.mul_add(B, -(A * C));
[INFO] [stdout]    |             ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `E` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |             let E = D.sqrt();
[INFO] [stdout]    |                 ^ help: convert the identifier to snake case: `e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 let F = -B + E;
[INFO] [stdout]    |                     ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 36 |                     let F = (-A * C).sqrt();
[INFO] [stdout]    |                         ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:40:25
[INFO] [stdout]    |
[INFO] [stdout] 40 |                     let F = (-A * C).sqrt();
[INFO] [stdout]    |                         ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `A` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let [A, B, C] = [a, b / (T::ONE + T::ONE), c];
[INFO] [stdout]    |              ^ help: convert the identifier to snake case: `a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `B` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let [A, B, C] = [a, b / (T::ONE + T::ONE), c];
[INFO] [stdout]    |                 ^ help: convert the identifier to snake case: `b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `C` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:59:20
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let [A, B, C] = [a, b / (T::ONE + T::ONE), c];
[INFO] [stdout]    |                    ^ help: convert the identifier to snake case (notice the capitalization): `c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `D` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:60:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |         let D = B.mul_add(B, -(A * C));
[INFO] [stdout]    |             ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `E` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |             let E = D.sqrt();
[INFO] [stdout]    |                 ^ help: convert the identifier to snake case: `e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:70:21
[INFO] [stdout]    |
[INFO] [stdout] 70 |                 let F = -B + E;
[INFO] [stdout]    |                     ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:75:25
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     let F = (-A * C).sqrt();
[INFO] [stdout]    |                         ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |                     let F = (-A * C).sqrt();
[INFO] [stdout]    |                         ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ONE_THIRD` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:97:13
[INFO] [stdout]    |
[INFO] [stdout] 97 |         let ONE_THIRD: T = T::ONE / (T::ONE + T::ONE + T::ONE); // Should be const but can't use T here
[INFO] [stdout]    |             ^^^^^^^^^ help: convert the identifier to snake case: `one_third`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> src/solvers/yuksel.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 37 |     mut x0: f64,
[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/solvers/yuksel.rs:38:5
[INFO] [stdout]    |
[INFO] [stdout] 38 |     mut x1: f64,
[INFO] [stdout]    |     ----^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `y1`
[INFO] [stdout]   --> src/solvers/yuksel.rs:40:5
[INFO] [stdout]    |
[INFO] [stdout] 40 |     y1: f64,
[INFO] [stdout]    |     ^^ help: if this is intentional, prefix it with an underscore: `_y1`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/solvers/yuksel.rs:143:5
[INFO] [stdout]     |
[INFO] [stdout] 143 |     mut x0: 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/solvers/yuksel.rs:144:5
[INFO] [stdout]     |
[INFO] [stdout] 144 |     mut y0: 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/solvers/yuksel.rs:154:5
[INFO] [stdout]     |
[INFO] [stdout] 154 |     mut x1: 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/solvers/yuksel.rs:155:5
[INFO] [stdout]     |
[INFO] [stdout] 155 |     mut y1: f64,
[INFO] [stdout]     |     ----^^
[INFO] [stdout]     |     |
[INFO] [stdout]     |     help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `N` should have a snake case name
[INFO] [stdout]   --> src/solvers/yuksel.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 |     N: usize,
[INFO] [stdout]    |     ^ help: convert the identifier to snake case: `n`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `N` should have a snake case name
[INFO] [stdout]    --> src/solvers/yuksel.rs:140:5
[INFO] [stdout]     |
[INFO] [stdout] 140 |     N: usize,
[INFO] [stdout]     |     ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `N` should have a snake case name
[INFO] [stdout]    --> src/solvers/yuksel.rs:151:5
[INFO] [stdout]     |
[INFO] [stdout] 151 |     N: usize,
[INFO] [stdout]     |     ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `N` should have a snake case name
[INFO] [stdout]    --> src/solvers/yuksel.rs:163:5
[INFO] [stdout]     |
[INFO] [stdout] 163 |     N: usize,
[INFO] [stdout]     |     ^ help: convert the identifier to snake case: `n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `openMin` should have a snake case name
[INFO] [stdout]    --> src/solvers/yuksel.rs:170:5
[INFO] [stdout]     |
[INFO] [stdout] 170 |     openMin: bool,
[INFO] [stdout]     |     ^^^^^^^ help: convert the identifier to snake case: `open_min`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `derivRoots` should have a snake case name
[INFO] [stdout]    --> src/solvers/yuksel.rs:298:9
[INFO] [stdout]     |
[INFO] [stdout] 298 |     let derivRoots = roots_cubic(&df, tol);
[INFO] [stdout]     |         ^^^^^^^^^^ help: convert the identifier to snake case: `deriv_roots`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `A` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:20:14
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let [A, B, C] = [p.c[0], p.c[1] / (T::ONE + T::ONE), p.c[2]];
[INFO] [stdout]    |              ^ help: convert the identifier to snake case: `a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `B` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let [A, B, C] = [p.c[0], p.c[1] / (T::ONE + T::ONE), p.c[2]];
[INFO] [stdout]    |                 ^ help: convert the identifier to snake case: `b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `C` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |         let [A, B, C] = [p.c[0], p.c[1] / (T::ONE + T::ONE), p.c[2]];
[INFO] [stdout]    |                    ^ help: convert the identifier to snake case (notice the capitalization): `c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `D` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:21:13
[INFO] [stdout]    |
[INFO] [stdout] 21 |         let D = B.mul_add(B, -(A * C));
[INFO] [stdout]    |             ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `E` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:24:17
[INFO] [stdout]    |
[INFO] [stdout] 24 |             let E = D.sqrt();
[INFO] [stdout]    |                 ^ help: convert the identifier to snake case: `e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |                 let F = -B + E;
[INFO] [stdout]    |                     ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:36:25
[INFO] [stdout]    |
[INFO] [stdout] 36 |                     let F = (-A * C).sqrt();
[INFO] [stdout]    |                         ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:40:25
[INFO] [stdout]    |
[INFO] [stdout] 40 |                     let F = (-A * C).sqrt();
[INFO] [stdout]    |                         ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `A` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:59:14
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let [A, B, C] = [a, b / (T::ONE + T::ONE), c];
[INFO] [stdout]    |              ^ help: convert the identifier to snake case: `a`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `B` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let [A, B, C] = [a, b / (T::ONE + T::ONE), c];
[INFO] [stdout]    |                 ^ help: convert the identifier to snake case: `b`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `C` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:59:20
[INFO] [stdout]    |
[INFO] [stdout] 59 |         let [A, B, C] = [a, b / (T::ONE + T::ONE), c];
[INFO] [stdout]    |                    ^ help: convert the identifier to snake case (notice the capitalization): `c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `D` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:60:13
[INFO] [stdout]    |
[INFO] [stdout] 60 |         let D = B.mul_add(B, -(A * C));
[INFO] [stdout]    |             ^ help: convert the identifier to snake case: `d`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `E` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:63:17
[INFO] [stdout]    |
[INFO] [stdout] 63 |             let E = D.sqrt();
[INFO] [stdout]    |                 ^ help: convert the identifier to snake case: `e`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:70:21
[INFO] [stdout]    |
[INFO] [stdout] 70 |                 let F = -B + E;
[INFO] [stdout]    |                     ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:75:25
[INFO] [stdout]    |
[INFO] [stdout] 75 |                     let F = (-A * C).sqrt();
[INFO] [stdout]    |                         ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `F` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:79:25
[INFO] [stdout]    |
[INFO] [stdout] 79 |                     let F = (-A * C).sqrt();
[INFO] [stdout]    |                         ^ help: convert the identifier to snake case (notice the capitalization): `f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `ONE_THIRD` should have a snake case name
[INFO] [stdout]   --> src/solvers/blinn.rs:97:13
[INFO] [stdout]    |
[INFO] [stdout] 97 |         let ONE_THIRD: T = T::ONE / (T::ONE + T::ONE + T::ONE); // Should be const but can't use T here
[INFO] [stdout]    |             ^^^^^^^^^ help: convert the identifier to snake case: `one_third`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.98s
[INFO] running `Command { std: "docker" "inspect" "cffb34fdf2900f3e153c32fc35873c6be268b11069d2ce74159be3d6c2b5ad3e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cffb34fdf2900f3e153c32fc35873c6be268b11069d2ce74159be3d6c2b5ad3e", kill_on_drop: false }`
[INFO] [stdout] cffb34fdf2900f3e153c32fc35873c6be268b11069d2ce74159be3d6c2b5ad3e
