[INFO] fetching crate newton_rootfinder 0.9.1... [INFO] testing newton_rootfinder-0.9.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate newton_rootfinder 0.9.1 into /workspace/builds/worker-23/source [INFO] validating manifest of crates.io crate newton_rootfinder 0.9.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate newton_rootfinder 0.9.1 [INFO] finished tweaking crates.io crate newton_rootfinder 0.9.1 [INFO] tweaked toml for crates.io crate newton_rootfinder 0.9.1 written to /workspace/builds/worker-23/source/Cargo.toml [INFO] crate crates.io crate newton_rootfinder 0.9.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d32ebe294acf4ff2521cf7fab3b0c8b25f4acd1fb38baa3bb4a03101910af2fe [INFO] running `Command { std: "docker" "start" "-a" "d32ebe294acf4ff2521cf7fab3b0c8b25f4acd1fb38baa3bb4a03101910af2fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d32ebe294acf4ff2521cf7fab3b0c8b25f4acd1fb38baa3bb4a03101910af2fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d32ebe294acf4ff2521cf7fab3b0c8b25f4acd1fb38baa3bb4a03101910af2fe", kill_on_drop: false }` [INFO] [stdout] d32ebe294acf4ff2521cf7fab3b0c8b25f4acd1fb38baa3bb4a03101910af2fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 35ecfe727df57b312231e3cb7f294daacaca0d762cd4cb9b265d97a12057ece5 [INFO] running `Command { std: "docker" "start" "-a" "35ecfe727df57b312231e3cb7f294daacaca0d762cd4cb9b265d97a12057ece5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling paste v1.0.6 [INFO] [stderr] Compiling rawpointer v0.2.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling matrixmultiply v0.3.1 [INFO] [stderr] Compiling safe_arch v0.6.0 [INFO] [stderr] Compiling wide v0.7.1 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling approx v0.5.0 [INFO] [stderr] Compiling simba v0.6.0 [INFO] [stderr] Compiling nalgebra-macros v0.1.0 [INFO] [stderr] Compiling nalgebra v0.29.0 [INFO] [stderr] Compiling newton_rootfinder v0.9.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `omatrix_zeros_like` [INFO] [stdout] --> src/solver_n_dimensional/util_nalgebra.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn omatrix_zeros_like(input: &nalgebra::OMatrix) -> nalgebra::OMatrix [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.05s [INFO] running `Command { std: "docker" "inspect" "35ecfe727df57b312231e3cb7f294daacaca0d762cd4cb9b265d97a12057ece5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "35ecfe727df57b312231e3cb7f294daacaca0d762cd4cb9b265d97a12057ece5", kill_on_drop: false }` [INFO] [stdout] 35ecfe727df57b312231e3cb7f294daacaca0d762cd4cb9b265d97a12057ece5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-23/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a7161ad2362e4fabdedb0173d472624b6cf15d7fabca6d9c3dc41a0798fe90d3 [INFO] running `Command { std: "docker" "start" "-a" "a7161ad2362e4fabdedb0173d472624b6cf15d7fabca6d9c3dc41a0798fe90d3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling semver v1.0.4 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling libc v0.2.107 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling serde_json v1.0.69 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling plotters-backend v0.3.2 [INFO] [stderr] Compiling unicode-width v0.1.9 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling half v1.8.2 [INFO] [stderr] Compiling oorandom v11.1.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling plotters-svg v0.3.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.1 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling cast v0.2.7 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling approx v0.5.0 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling float-cmp v0.9.0 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling criterion-plot v0.4.4 [INFO] [stderr] Compiling simba v0.6.0 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling nalgebra v0.29.0 [INFO] [stderr] Compiling newton_rootfinder v0.9.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: function is never used: `omatrix_zeros_like` [INFO] [stdout] --> src/solver_n_dimensional/util_nalgebra.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn omatrix_zeros_like(input: &nalgebra::OMatrix) -> nalgebra::OMatrix [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `omatrix_zeros_like` [INFO] [stdout] --> src/solver_n_dimensional/util_nalgebra.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 13 | pub fn omatrix_zeros_like(input: &nalgebra::OMatrix) -> nalgebra::OMatrix [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/jacobian/broyden.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use util::test_cases::broyden1965; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use util::test_cases::broyden1965::*; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/broyden1_inv_jac/polynom.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use util::test_cases::polynom; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use util::test_cases::broyden1965::*; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/broyden1_jac/polynom.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use util::test_cases::polynom; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use util::test_cases::broyden1965::*; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/broyden2_inv_jac/polynom.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use util::test_cases::polynom; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use util::test_cases::broyden1965::*; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/broyden2_jac/polynom.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use util::test_cases::polynom; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use util::test_cases::broyden1965::*; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/polynom.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use util::test_cases::polynom; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use util::test_cases::broyden1965::*; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/greenstadt1_jac/polynom.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use util::test_cases::polynom; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use util::test_cases::broyden1965::*; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/polynom.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use util::test_cases::polynom; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use util::test_cases::broyden1965::*; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/greenstadt2_jac/polynom.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use util::test_cases::polynom; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use util::test_cases::broyden1965::*; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/newton_raphson/polynom.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use util::test_cases::polynom; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use util::test_cases::broyden1965::*; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/solver/stationary_newton/polynom.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use util::test_cases::polynom; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `util` [INFO] [stdout] --> tests/user_model/broyden.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use util::test_cases::broyden1965::*; [INFO] [stdout] | ^^^^ use of undeclared crate or module `util` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | let inputs = broyden1965::init_broyden1965_case5(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:14:62 [INFO] [stdout] | [INFO] [stdout] 14 | nrf::model::UserModelFromFunction::new(problem_size, broyden1965::broyden1965_case5); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 24 | let jac_ref = broyden1965::broyden1965_case5_jac(&inputs); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | let inputs = broyden1965::init_broyden1965_case6(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:34:62 [INFO] [stdout] | [INFO] [stdout] 34 | nrf::model::UserModelFromFunction::new(problem_size, broyden1965::broyden1965_case6); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:44:19 [INFO] [stdout] | [INFO] [stdout] 44 | let jac_ref = broyden1965::broyden1965_case6_jac(&inputs); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:54:18 [INFO] [stdout] | [INFO] [stdout] 54 | let inputs = broyden1965::init_broyden1965_case7(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:57:62 [INFO] [stdout] | [INFO] [stdout] 57 | nrf::model::UserModelFromFunction::new(problem_size, broyden1965::broyden1965_case7); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | let jac_ref = broyden1965::broyden1965_case7_jac(&inputs); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | let inputs = broyden1965::init_broyden1965_case8(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:78:62 [INFO] [stdout] | [INFO] [stdout] 78 | nrf::model::UserModelFromFunction::new(problem_size, broyden1965::broyden1965_case8); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:89:19 [INFO] [stdout] | [INFO] [stdout] 89 | let jac_ref = broyden1965::broyden1965_case8_jac(&inputs); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:96:18 [INFO] [stdout] | [INFO] [stdout] 96 | let inputs = broyden1965::init_broyden1965_case9(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:99:62 [INFO] [stdout] | [INFO] [stdout] 99 | nrf::model::UserModelFromFunction::new(problem_size, broyden1965::broyden1965_case9); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:110:19 [INFO] [stdout] | [INFO] [stdout] 110 | let jac_ref = broyden1965::broyden1965_case9_jac(&inputs); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:117:18 [INFO] [stdout] | [INFO] [stdout] 117 | let inputs = broyden1965::init_broyden1965_case10(); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:120:62 [INFO] [stdout] | [INFO] [stdout] 120 | nrf::model::UserModelFromFunction::new(problem_size, broyden1965::broyden1965_case10); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `broyden1965` [INFO] [stdout] --> tests/jacobian/broyden.rs:131:19 [INFO] [stdout] | [INFO] [stdout] 131 | let jac_ref = broyden1965::broyden1965_case10_jac(&inputs); [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `broyden1965` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_inv_jac/polynom.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_inv_jac/polynom.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_inv_jac/polynom.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_inv_jac/polynom.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | polynom::dsquare, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_inv_jac/polynom.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_inv_jac/polynom.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | polynom::root_with_high_derivative_jac, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_jac/polynom.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_jac/polynom.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_jac/polynom.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_jac/polynom.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | polynom::dsquare, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_jac/polynom.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden1_jac/polynom.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | polynom::root_with_high_derivative_jac, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_inv_jac/polynom.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_inv_jac/polynom.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_inv_jac/polynom.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_inv_jac/polynom.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | polynom::dsquare, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_inv_jac/polynom.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_inv_jac/polynom.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | polynom::root_with_high_derivative_jac, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_jac/polynom.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_jac/polynom.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_jac/polynom.rs:46:9 [INFO] [stdout] | [INFO] [stdout] 46 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_jac/polynom.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | polynom::dsquare, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_jac/polynom.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/broyden2_jac/polynom.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | polynom::root_with_high_derivative_jac, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/polynom.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/polynom.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/polynom.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/polynom.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | polynom::dsquare, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/polynom.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/polynom.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | polynom::root_with_high_derivative_jac, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_jac/polynom.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_jac/polynom.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_jac/polynom.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_jac/polynom.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | polynom::dsquare, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_jac/polynom.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt1_jac/polynom.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | polynom::root_with_high_derivative_jac, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/polynom.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/polynom.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/polynom.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/polynom.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | polynom::dsquare, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/polynom.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/polynom.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | polynom::root_with_high_derivative_jac, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_jac/polynom.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_jac/polynom.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_jac/polynom.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_jac/polynom.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | polynom::dsquare, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_jac/polynom.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/greenstadt2_jac/polynom.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | polynom::root_with_high_derivative_jac, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/newton_raphson/polynom.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/newton_raphson/polynom.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/newton_raphson/polynom.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/newton_raphson/polynom.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | polynom::dsquare, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/newton_raphson/polynom.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/newton_raphson/polynom.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | polynom::root_with_high_derivative_jac, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/stationary_newton/polynom.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/stationary_newton/polynom.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/stationary_newton/polynom.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | polynom::square2, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/stationary_newton/polynom.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | polynom::dsquare, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/stationary_newton/polynom.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | polynom::root_with_high_derivative, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `polynom` [INFO] [stdout] --> tests/solver/stationary_newton/polynom.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | polynom::root_with_high_derivative_jac, [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `polynom` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | broyden1965_case5_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | broyden1965_case6_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | broyden1965_case7_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | broyden1965_case8_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | broyden1965_case9_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_inv_jac/broyden.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | broyden1965_case5_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | broyden1965_case6_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | broyden1965_case7_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | broyden1965_case8_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | broyden1965_case9_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden1_jac/broyden.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | broyden1965_case5_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | broyden1965_case6_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | broyden1965_case7_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | broyden1965_case8_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | broyden1965_case9_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_inv_jac/broyden.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | broyden1965_case5_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | broyden1965_case6_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | broyden1965_case7_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | broyden1965_case8_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | broyden1965_case9_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/broyden2_jac/broyden.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | broyden1965_case5_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | broyden1965_case6_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | broyden1965_case7_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | broyden1965_case8_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | broyden1965_case9_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_inv_jac/broyden.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | broyden1965_case5_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | broyden1965_case6_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | broyden1965_case7_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | broyden1965_case8_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | broyden1965_case9_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt1_jac/broyden.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | broyden1965_case5_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | broyden1965_case6_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | broyden1965_case7_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | broyden1965_case8_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | broyden1965_case9_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_inv_jac/broyden.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | broyden1965_case5_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:32:9 [INFO] [stdout] | [INFO] [stdout] 32 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:47:9 [INFO] [stdout] | [INFO] [stdout] 47 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:48:9 [INFO] [stdout] | [INFO] [stdout] 48 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:49:9 [INFO] [stdout] | [INFO] [stdout] 49 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:64:9 [INFO] [stdout] | [INFO] [stdout] 64 | broyden1965_case6_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:66:9 [INFO] [stdout] | [INFO] [stdout] 66 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:82:9 [INFO] [stdout] | [INFO] [stdout] 82 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:96:9 [INFO] [stdout] | [INFO] [stdout] 96 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:97:9 [INFO] [stdout] | [INFO] [stdout] 97 | broyden1965_case7_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | broyden1965_case8_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:148:9 [INFO] [stdout] | [INFO] [stdout] 148 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:162:9 [INFO] [stdout] | [INFO] [stdout] 162 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:163:9 [INFO] [stdout] | [INFO] [stdout] 163 | broyden1965_case9_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:164:9 [INFO] [stdout] | [INFO] [stdout] 164 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/greenstadt2_jac/broyden.rs:165:9 [INFO] [stdout] | [INFO] [stdout] 165 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:26:9 [INFO] [stdout] | [INFO] [stdout] 26 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:27:9 [INFO] [stdout] | [INFO] [stdout] 27 | broyden1965_case5_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:42:9 [INFO] [stdout] | [INFO] [stdout] 42 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:55:9 [INFO] [stdout] | [INFO] [stdout] 55 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:56:9 [INFO] [stdout] | [INFO] [stdout] 56 | broyden1965_case6_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:70:9 [INFO] [stdout] | [INFO] [stdout] 70 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:71:9 [INFO] [stdout] | [INFO] [stdout] 71 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | broyden1965_case7_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:113:9 [INFO] [stdout] | [INFO] [stdout] 113 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | broyden1965_case8_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:129:9 [INFO] [stdout] | [INFO] [stdout] 129 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | broyden1965_case9_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/newton_raphson/broyden.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 14 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:28:9 [INFO] [stdout] | [INFO] [stdout] 28 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:29:9 [INFO] [stdout] | [INFO] [stdout] 29 | broyden1965_case5_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:30:9 [INFO] [stdout] | [INFO] [stdout] 30 | init_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case5` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:31:9 [INFO] [stdout] | [INFO] [stdout] 31 | solution_broyden1965_case5(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:44:9 [INFO] [stdout] | [INFO] [stdout] 44 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:58:9 [INFO] [stdout] | [INFO] [stdout] 58 | broyden1965_case6_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | init_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case6` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | solution_broyden1965_case6(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:74:9 [INFO] [stdout] | [INFO] [stdout] 74 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:87:9 [INFO] [stdout] | [INFO] [stdout] 87 | broyden1965_case7_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:88:9 [INFO] [stdout] | [INFO] [stdout] 88 | init_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case7` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:89:9 [INFO] [stdout] | [INFO] [stdout] 89 | solution_broyden1965_case7(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:101:9 [INFO] [stdout] | [INFO] [stdout] 101 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:102:9 [INFO] [stdout] | [INFO] [stdout] 102 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:103:9 [INFO] [stdout] | [INFO] [stdout] 103 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:115:9 [INFO] [stdout] | [INFO] [stdout] 115 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | broyden1965_case8_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:117:9 [INFO] [stdout] | [INFO] [stdout] 117 | init_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case8` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:118:9 [INFO] [stdout] | [INFO] [stdout] 118 | solution_broyden1965_case8(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:130:9 [INFO] [stdout] | [INFO] [stdout] 130 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:144:9 [INFO] [stdout] | [INFO] [stdout] 144 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:145:9 [INFO] [stdout] | [INFO] [stdout] 145 | broyden1965_case9_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:146:9 [INFO] [stdout] | [INFO] [stdout] 146 | init_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `solution_broyden1965_case9` in this scope [INFO] [stdout] --> tests/solver/stationary_newton/broyden.rs:147:9 [INFO] [stdout] | [INFO] [stdout] 147 | solution_broyden1965_case9(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case5` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:11:22 [INFO] [stdout] | [INFO] [stdout] 11 | let init_guess = init_broyden1965_case5(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | broyden1965_case5, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:17:9 [INFO] [stdout] | [INFO] [stdout] 17 | broyden1965_case5_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `broyden1965_case5_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:25:19 [INFO] [stdout] | [INFO] [stdout] 25 | let jac_ref = broyden1965_case5_jac(&init_guess); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case6` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:34:22 [INFO] [stdout] | [INFO] [stdout] 34 | let init_guess = init_broyden1965_case6(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:39:9 [INFO] [stdout] | [INFO] [stdout] 39 | broyden1965_case6, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | broyden1965_case6_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `broyden1965_case6_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:48:19 [INFO] [stdout] | [INFO] [stdout] 48 | let jac_ref = broyden1965_case6_jac(&init_guess); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case7` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:57:22 [INFO] [stdout] | [INFO] [stdout] 57 | let init_guess = init_broyden1965_case7(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | broyden1965_case7, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:63:9 [INFO] [stdout] | [INFO] [stdout] 63 | broyden1965_case7_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `broyden1965_case7_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:71:19 [INFO] [stdout] | [INFO] [stdout] 71 | let jac_ref = broyden1965_case7_jac(&init_guess); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case8` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:80:22 [INFO] [stdout] | [INFO] [stdout] 80 | let init_guess = init_broyden1965_case8(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:85:9 [INFO] [stdout] | [INFO] [stdout] 85 | broyden1965_case8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:86:9 [INFO] [stdout] | [INFO] [stdout] 86 | broyden1965_case8_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `broyden1965_case8_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:94:19 [INFO] [stdout] | [INFO] [stdout] 94 | let jac_ref = broyden1965_case8_jac(&init_guess); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case9` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:103:22 [INFO] [stdout] | [INFO] [stdout] 103 | let init_guess = init_broyden1965_case9(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:108:9 [INFO] [stdout] | [INFO] [stdout] 108 | broyden1965_case9, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:109:9 [INFO] [stdout] | [INFO] [stdout] 109 | broyden1965_case9_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `broyden1965_case9_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:117:19 [INFO] [stdout] | [INFO] [stdout] 117 | let jac_ref = broyden1965_case9_jac(&init_guess); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init_broyden1965_case10` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:126:22 [INFO] [stdout] | [INFO] [stdout] 126 | let init_guess = init_broyden1965_case10(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case10` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:131:9 [INFO] [stdout] | [INFO] [stdout] 131 | broyden1965_case10, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `broyden1965_case10_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:132:9 [INFO] [stdout] | [INFO] [stdout] 132 | broyden1965_case10_jac, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `broyden1965_case10_jac` in this scope [INFO] [stdout] --> tests/user_model/broyden.rs:140:19 [INFO] [stdout] | [INFO] [stdout] 140 | let jac_ref = broyden1965_case10_jac(&init_guess); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 474 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `newton_rootfinder` due to 475 previous errors [INFO] running `Command { std: "docker" "inspect" "a7161ad2362e4fabdedb0173d472624b6cf15d7fabca6d9c3dc41a0798fe90d3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7161ad2362e4fabdedb0173d472624b6cf15d7fabca6d9c3dc41a0798fe90d3", kill_on_drop: false }` [INFO] [stdout] a7161ad2362e4fabdedb0173d472624b6cf15d7fabca6d9c3dc41a0798fe90d3