[INFO] fetching crate gosh-fire 0.1.1...
[INFO] checking gosh-fire-0.1.1 against try#012cd62c9add58ab3910e44c137d87db3ab70f61 for pr-155915
[INFO] extracting crate gosh-fire 0.1.1 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate gosh-fire 0.1.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate gosh-fire 0.1.1
[INFO] tweaked toml for crates.io crate gosh-fire 0.1.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gosh-fire 0.1.1 on toolchain 012cd62c9add58ab3910e44c137d87db3ab70f61
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gosh-fire 0.1.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "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-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 77a52f1be8c7a6f6e3644866b903cbc795d80d3b19c067e56fafee10c4028c0e
[INFO] running `Command { std: "docker" "start" "-a" "77a52f1be8c7a6f6e3644866b903cbc795d80d3b19c067e56fafee10c4028c0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "77a52f1be8c7a6f6e3644866b903cbc795d80d3b19c067e56fafee10c4028c0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "77a52f1be8c7a6f6e3644866b903cbc795d80d3b19c067e56fafee10c4028c0e", kill_on_drop: false }`
[INFO] [stdout] 77a52f1be8c7a6f6e3644866b903cbc795d80d3b19c067e56fafee10c4028c0e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+012cd62c9add58ab3910e44c137d87db3ab70f61" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0d4f51f2dbd684561af359b898181c640566b07379e5045b769ff961048561ac
[INFO] running `Command { std: "docker" "start" "-a" "0d4f51f2dbd684561af359b898181c640566b07379e5045b769ff961048561ac", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking memchr v2.7.5
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking termcolor v1.4.1
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]     Checking linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]     Checking cfg-if v1.0.1
[INFO] [stderr]     Checking humantime v2.2.0
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking safe_arch v0.7.4
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling matrixmultiply v0.3.10
[INFO] [stderr]     Checking anstyle v1.0.11
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking anstyle-query v1.1.3
[INFO] [stderr]     Checking os_str_bytes v6.6.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking hashbrown v0.15.4
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking anstream v0.6.19
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking clap_lex v0.2.4
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]     Checking shell-escape v0.1.5
[INFO] [stderr]     Checking wide v0.7.33
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking textwrap v0.16.2
[INFO] [stderr]     Checking clap_lex v0.7.5
[INFO] [stderr]     Checking deranged v0.4.0
[INFO] [stderr]     Checking clap_builder v4.5.40
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]     Checking os_pipe v1.2.2
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking getrandom v0.3.3
[INFO] [stderr]     Checking indexmap v2.9.0
[INFO] [stderr]     Checking is-terminal v0.4.16
[INFO] [stderr]     Checking sigchld v0.2.3
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking num-conv v0.1.0
[INFO] [stderr]     Checking shared_child v1.1.0
[INFO] [stderr]     Checking time-core v0.1.4
[INFO] [stderr]     Checking cfg-if v0.1.10
[INFO] [stderr]    Compiling inventory v0.1.11
[INFO] [stderr]    Compiling unindent v0.1.11
[INFO] [stderr]     Checking parking_lot_core v0.7.3
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking duct v0.13.7
[INFO] [stderr]     Checking lock_api v0.3.4
[INFO] [stderr]    Compiling paste-impl v0.1.18
[INFO] [stderr]    Compiling pyo3 v0.10.1
[INFO] [stderr]     Checking time v0.3.41
[INFO] [stderr]     Checking parking_lot v0.10.2
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking paste v0.1.18
[INFO] [stderr]     Checking tempfile v3.20.0
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_logger v0.9.3
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling pyo3-derive-backend v0.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling ghost v0.1.19
[INFO] [stderr]    Compiling clap_derive v3.2.25
[INFO] [stderr]    Compiling nalgebra-macros v0.1.0
[INFO] [stderr]    Compiling ctor v0.1.26
[INFO] [stderr]    Compiling indoc-impl v0.3.6
[INFO] [stderr]    Compiling inventory-impl v0.1.11
[INFO] [stderr]     Checking indoc v0.3.6
[INFO] [stderr]    Compiling pyo3cls v0.10.1
[INFO] [stderr]     Checking clap v3.2.25
[INFO] [stderr]     Checking clap v4.5.40
[INFO] [stderr]     Checking num-complex v0.4.6
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking toml v0.5.11
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking toml_edit v0.19.15
[INFO] [stderr]     Checking simba v0.7.3
[INFO] [stderr]     Checking ordered-float v3.9.2
[INFO] [stderr]     Checking gchemol-gut v0.3.1
[INFO] [stderr]     Checking toml v0.7.8
[INFO] [stderr]     Checking gosh-linesearch v0.1.0
[INFO] [stderr]     Checking gchemol-gut v0.4.4
[INFO] [stderr]     Checking nalgebra v0.31.4
[INFO] [stderr]     Checking vecfx v0.1.6
[INFO] [stderr]     Checking gosh-fire v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Input` and `Output`
[INFO] [stdout]    --> src/fire.rs:546:37
[INFO] [stdout]     |
[INFO] [stdout] 546 | use crate::base::{EvaluateFunction, Input, Output};
[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 imports: `Input` and `Output`
[INFO] [stdout]    --> src/fire.rs:546:37
[INFO] [stdout]     |
[INFO] [stdout] 546 | use crate::base::{EvaluateFunction, Input, Output};
[INFO] [stdout]     |                                     ^^^^^  ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `GradientBasedMinimizer`: plan to be removed, please use minimize_iter method instead
[INFO] [stdout]   --> src/fire.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::GradientBasedMinimizer;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `GradientBasedMinimizer`: plan to be removed, please use minimize_iter method instead
[INFO] [stdout]    --> src/fire.rs:409:6
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl GradientBasedMinimizer for FIRE {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `GradientBasedMinimizer`: plan to be removed, please use minimize_iter method instead
[INFO] [stdout]   --> src/fire.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | use crate::GradientBasedMinimizer;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `GradientBasedMinimizer`: plan to be removed, please use minimize_iter method instead
[INFO] [stdout]    --> src/fire.rs:409:6
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl GradientBasedMinimizer for FIRE {
[INFO] [stdout]     |      ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::common`
[INFO] [stdout]   --> src/cache.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::common::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::common`
[INFO] [stdout]   --> src/cache.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::common::*;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/fire.rs:411:52
[INFO] [stdout]     |
[INFO] [stdout] 411 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[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/fire.rs:411:52
[INFO] [stdout]     |
[INFO] [stdout] 411 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[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/fire.rs:558:13
[INFO] [stdout]     |
[INFO] [stdout] 558 |         let mut fire = self.fire.take().expect("fire fire");
[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/fire.rs:558:13
[INFO] [stdout]     |
[INFO] [stdout] 558 |         let mut fire = self.fire.take().expect("fire fire");
[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/fire.rs:567:40
[INFO] [stdout]     |
[INFO] [stdout] 567 |     pub fn minimize_iter<'a, E: 'a, U>(mut self, x0: Vec<f64>, f: E) -> FireIter<'a, U>
[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/fire.rs:567:40
[INFO] [stdout]     |
[INFO] [stdout] 567 |     pub fn minimize_iter<'a, E: 'a, U>(mut self, x0: Vec<f64>, f: E) -> FireIter<'a, U>
[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/lib.rs:178:20
[INFO] [stdout]     |
[INFO] [stdout] 178 |     fn minimize<E>(mut self, x: &mut [f64], mut f: E)
[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/lib.rs:178:20
[INFO] [stdout]     |
[INFO] [stdout] 178 |     fn minimize<E>(mut self, x: &mut [f64], mut f: E)
[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/lib.rs:178:45
[INFO] [stdout]     |
[INFO] [stdout] 178 |     fn minimize<E>(mut self, x: &mut [f64], mut f: E)
[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/lib.rs:185:27
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[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/lib.rs:185:52
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[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/lib.rs:185:62
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[INFO] [stdout]     |                                                              ----^^^^^^^^
[INFO] [stdout]     |                                                              |
[INFO] [stdout]     |                                                              help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/lib.rs:185:37
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[INFO] [stdout]     |                                     ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> src/lib.rs:185:52
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[INFO] [stdout]     |                                                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stopping`
[INFO] [stdout]    --> src/lib.rs:185:62
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stopping`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/lib.rs:178:45
[INFO] [stdout]     |
[INFO] [stdout] 178 |     fn minimize<E>(mut self, x: &mut [f64], mut f: E)
[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/lib.rs:185:27
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[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/lib.rs:185:52
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[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/lib.rs:185:62
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[INFO] [stdout]     |                                                              ----^^^^^^^^
[INFO] [stdout]     |                                                              |
[INFO] [stdout]     |                                                              help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> src/lib.rs:185:37
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[INFO] [stdout]     |                                     ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `f`
[INFO] [stdout]    --> src/lib.rs:185:52
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[INFO] [stdout]     |                                                    ^^^^^ help: if this is intentional, prefix it with an underscore: `_f`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `stopping`
[INFO] [stdout]    --> src/lib.rs:185:62
[INFO] [stdout]     |
[INFO] [stdout] 185 |     fn minimize_alt<E, G>(mut self, x: &mut [f64], mut f: E, mut stopping: Option<G>)
[INFO] [stdout]     |                                                              ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_stopping`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `x` is never read
[INFO] [stdout]   --> src/lib.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct Progress<'a> {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     x: &'a [f64],
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Progress` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `x` is never read
[INFO] [stdout]   --> src/lib.rs:75:5
[INFO] [stdout]    |
[INFO] [stdout] 57 | pub struct Progress<'a> {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 75 |     x: &'a [f64],
[INFO] [stdout]    |     ^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Progress` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `value_prev` and `position` are never used
[INFO] [stdout]    --> src/base.rs:98:12
[INFO] [stdout]     |
[INFO] [stdout]  80 | impl<'a, U> Problem<'a, U> {
[INFO] [stdout]     | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  98 |     pub fn value_prev(&self) -> f64 {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn position(&self) -> &[f64] {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `value_prev` and `position` are never used
[INFO] [stdout]    --> src/base.rs:98:12
[INFO] [stdout]     |
[INFO] [stdout]  80 | impl<'a, U> Problem<'a, U> {
[INFO] [stdout]     | -------------------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout]  98 |     pub fn value_prev(&self) -> f64 {
[INFO] [stdout]     |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 119 |     pub fn position(&self) -> &[f64] {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `value_prev` and `position` are never used
[INFO] [stdout]    --> src/cache.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout]  42 | / impl<E> CachedProblem<E>
[INFO] [stdout]  43 | | where
[INFO] [stdout]  44 | |     E: FnMut(&[f64], &mut [f64]) -> f64,
[INFO] [stdout]     | |________________________________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 104 |       pub fn value_prev(&self) -> f64 {
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |       pub fn position(&self) -> &[f64] {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `value_prev` and `position` are never used
[INFO] [stdout]    --> src/cache.rs:104:12
[INFO] [stdout]     |
[INFO] [stdout]  42 | / impl<E> CachedProblem<E>
[INFO] [stdout]  43 | | where
[INFO] [stdout]  44 | |     E: FnMut(&[f64], &mut [f64]) -> f64,
[INFO] [stdout]     | |________________________________________- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 104 |       pub fn value_prev(&self) -> f64 {
[INFO] [stdout]     |              ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |       pub fn position(&self) -> &[f64] {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `gosh_fire::monitor`
[INFO] [stdout]  --> tests/rosenbrock.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |     use gosh_fire::monitor;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated trait `gosh_fire::GradientBasedMinimizer`: plan to be removed, please use minimize_iter method instead
[INFO] [stdout]  --> tests/rosenbrock.rs:6:20
[INFO] [stdout]   |
[INFO] [stdout] 6 |     use gosh_fire::GradientBasedMinimizer;
[INFO] [stdout]   |                    ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gosh_fire::GradientBasedMinimizer::minimize`: plan to be removed, please use minimize_iter method instead
[INFO] [stdout]   --> tests/rosenbrock.rs:37:10
[INFO] [stdout]    |
[INFO] [stdout] 37 |         .minimize(&mut x, evaluate);
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `specialization` is incomplete and may not be safe to use and/or cause compiler crashes
[INFO] [stdout]  --> tests/ase.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: see issue #31844 <https://github.com/rust-lang/rust/issues/31844> for more information
[INFO] [stdout]   = help: consider using `min_specialization` instead, which is more stable and complete
[INFO] [stdout]   = note: `#[warn(incomplete_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.30s
[INFO] [stdout] warning: use of deprecated method `gosh_fire::GradientBasedMinimizer::minimize_alt`: plan to be removed, please use minimize_iter method instead
[INFO] [stdout]   --> tests/ase.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 |             .minimize_alt(
[INFO] [stdout]    |              ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated method `gosh_fire::GradientBasedMinimizer::minimize_alt`: plan to be removed, please use minimize_iter method instead
[INFO] [stdout]   --> tests/lj.rs:58:18
[INFO] [stdout]    |
[INFO] [stdout] 58 |     fire.clone().minimize_alt(
[INFO] [stdout]    |                  ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: feature `specialization` is declared but not used
[INFO] [stdout]  --> tests/ase.rs:2:12
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(specialization)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_features)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: pyo3 v0.10.1, pyo3-derive-backend v0.10.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "0d4f51f2dbd684561af359b898181c640566b07379e5045b769ff961048561ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0d4f51f2dbd684561af359b898181c640566b07379e5045b769ff961048561ac", kill_on_drop: false }`
[INFO] [stdout] 0d4f51f2dbd684561af359b898181c640566b07379e5045b769ff961048561ac
