[INFO] fetching crate differential-equations 0.5.0...
[INFO] testing differential-equations-0.5.0 against beta-2025-09-21 for beta-1.91-2
[INFO] extracting crate differential-equations 0.5.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate differential-equations 0.5.0
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate differential-equations 0.5.0
[INFO] tweaked toml for crates.io crate differential-equations 0.5.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate differential-equations 0.5.0 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate differential-equations 0.5.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5f7998ff431360963b2658854e374c0a29cd67d7ecda9519d143e5c94383045c
[INFO] running `Command { std: "docker" "start" "-a" "5f7998ff431360963b2658854e374c0a29cd67d7ecda9519d143e5c94383045c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f7998ff431360963b2658854e374c0a29cd67d7ecda9519d143e5c94383045c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f7998ff431360963b2658854e374c0a29cd67d7ecda9519d143e5c94383045c", kill_on_drop: false }`
[INFO] [stdout] 5f7998ff431360963b2658854e374c0a29cd67d7ecda9519d143e5c94383045c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 67aa87496e06f88c443a0aed08e366f760b82135767cfd6778c28357ee52019c
[INFO] running `Command { std: "docker" "start" "-a" "67aa87496e06f88c443a0aed08e366f760b82135767cfd6778c28357ee52019c", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bytemuck v1.22.0
[INFO] [stderr]    Compiling matrixmultiply v0.3.9
[INFO] [stderr]    Compiling rawpointer v0.2.1
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling safe_arch v0.7.4
[INFO] [stderr]    Compiling wide v0.7.32
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling differential-equations-derive v0.1.3
[INFO] [stderr]    Compiling nalgebra v0.34.0
[INFO] [stderr]    Compiling differential-equations v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ode/problem.rs:311:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn event<E>(&self, event: &'a E) -> ODEProblemSoloutPair<'_, T, Y, F, EventSolout<T, Y, E>>
[INFO] [stdout]     |                     ^^^^^                                        ^^           ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                            |
[INFO] [stdout]     |                     the lifetime is elided here                  the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn event<E>(&self, event: &'a E) -> ODEProblemSoloutPair<'_, T, Y, F, EventSolout<'_, T, Y, E>>
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.40s
[INFO] running `Command { std: "docker" "inspect" "67aa87496e06f88c443a0aed08e366f760b82135767cfd6778c28357ee52019c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "67aa87496e06f88c443a0aed08e366f760b82135767cfd6778c28357ee52019c", kill_on_drop: false }`
[INFO] [stdout] 67aa87496e06f88c443a0aed08e366f760b82135767cfd6778c28357ee52019c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 81fc72a2a12bacdd4fea69ddced4381570c5a0e933a95e0b95bdee59e9776e03
[INFO] running `Command { std: "docker" "start" "-a" "81fc72a2a12bacdd4fea69ddced4381570c5a0e933a95e0b95bdee59e9776e03", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]    Compiling zerocopy v0.8.24
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling prettyplease v0.2.34
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling half v2.5.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling clap_builder v4.5.34
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling svg v0.13.1
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling approx v0.5.1
[INFO] [stderr]    Compiling num-complex v0.4.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling clap v4.5.34
[INFO] [stderr]    Compiling simba v0.9.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling rand_distr v0.5.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling nalgebra-macros v0.3.0
[INFO] [stderr]    Compiling differential-equations-derive v0.1.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling bon-macros v3.6.4
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling nalgebra v0.34.0
[INFO] [stderr]    Compiling bon v3.6.4
[INFO] [stderr]    Compiling quill v0.2.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling differential-equations v0.5.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ode/problem.rs:311:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn event<E>(&self, event: &'a E) -> ODEProblemSoloutPair<'_, T, Y, F, EventSolout<T, Y, E>>
[INFO] [stdout]     |                     ^^^^^                                        ^^           ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                            |
[INFO] [stdout]     |                     the lifetime is elided here                  the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn event<E>(&self, event: &'a E) -> ODEProblemSoloutPair<'_, T, Y, F, EventSolout<'_, T, Y, E>>
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/ode/problem.rs:311:21
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn event<E>(&self, event: &'a E) -> ODEProblemSoloutPair<'_, T, Y, F, EventSolout<T, Y, E>>
[INFO] [stdout]     |                     ^^^^^                                        ^^           ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |                                            |
[INFO] [stdout]     |                     the lifetime is elided here                  the same lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 311 |     pub fn event<E>(&self, event: &'a E) -> ODEProblemSoloutPair<'_, T, Y, F, EventSolout<'_, T, Y, E>>
[INFO] [stdout]     |                                                                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 40.40s
[INFO] running `Command { std: "docker" "inspect" "81fc72a2a12bacdd4fea69ddced4381570c5a0e933a95e0b95bdee59e9776e03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81fc72a2a12bacdd4fea69ddced4381570c5a0e933a95e0b95bdee59e9776e03", kill_on_drop: false }`
[INFO] [stdout] 81fc72a2a12bacdd4fea69ddced4381570c5a0e933a95e0b95bdee59e9776e03
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] ebe201114b71df3600069587a197c6b86cc3b95d22998019dc0d53d6045f23c7
[INFO] running `Command { std: "docker" "start" "-a" "ebe201114b71df3600069587a197c6b86cc3b95d22998019dc0d53d6045f23c7", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/ode/problem.rs:311:21
[INFO] [stderr]     |
[INFO] [stderr] 311 |     pub fn event<E>(&self, event: &'a E) -> ODEProblemSoloutPair<'_, T, Y, F, EventSolout<T, Y, E>>
[INFO] [stderr]     |                     ^^^^^                                        ^^           ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |                     |                                            |
[INFO] [stderr]     |                     the lifetime is elided here                  the same lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 311 |     pub fn event<E>(&self, event: &'a E) -> ODEProblemSoloutPair<'_, T, Y, F, EventSolout<'_, T, Y, E>>
[INFO] [stderr]     |                                                                                           +++
[INFO] [stderr] 
[INFO] [stderr] warning: `differential-equations` (lib) generated 1 warning (run `cargo fix --lib -p differential-equations` to apply 1 suggestion)
[INFO] [stderr] warning: `differential-equations` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/differential_equations-1a89e8ba679675b9)
[INFO] [stdout] running 34 tests
[INFO] [stdout] test linalg::linear::tests::test_solc_simple ... ok
[INFO] [stdout] test linalg::lu::tests::test_dec_1x1 ... ok
[INFO] [stdout] test linalg::linear::tests::test_sol_simple ... ok
[INFO] [stdout] test linalg::lu::tests::test_dec_simple ... ok
[INFO] [stdout] test linalg::lu::tests::test_decc_1x1_singular ... ok
[INFO] [stdout] test linalg::matrix::add::tests::add_matrix_banded_banded ... ok
[INFO] [stdout] test linalg::lu::tests::test_dec_1x1_singular ... ok
[INFO] [stdout] test linalg::matrix::add::tests::add_matrix_full_full ... ok
[INFO] [stdout] test linalg::lu::tests::test_dec_singular ... ok
[INFO] [stdout] test linalg::matrix::add::tests::add_scalar_banded_zero_keeps_banded ... ok
[INFO] [stdout] test linalg::lu::tests::test_decc_singular ... ok
[INFO] [stdout] test linalg::matrix::base::tests::diagonal_constructor_sets_diagonal ... ok
[INFO] [stdout] test linalg::lu::tests::test_decc_1x1 ... ok
[INFO] [stdout] test linalg::matrix::add::tests::add_scalar_full ... ok
[INFO] [stdout] test linalg::matrix::base::tests::triangular_constructors_shape ... ok
[INFO] [stdout] test linalg::lu::tests::test_decc_simple ... ok
[INFO] [stdout] test linalg::matrix::sub::tests::sub_matrix_full_full ... ok
[INFO] [stdout] test linalg::matrix::index::tests::full_index_read_write ... ok
[INFO] [stdout] test linalg::matrix::linear::tests::solve_full_2x2 ... ok
[INFO] [stdout] test linalg::matrix::sub::tests::sub_scalar_banded_zero_keeps_banded ... ok
[INFO] [stdout] test linalg::matrix::macros::tests::macro_banded_by_diagonals ... ok
[INFO] [stdout] test linalg::matrix::macros::tests::macro_banded_matrix ... ok
[INFO] [stdout] test linalg::matrix::macros::tests::macro_full_matrix ... ok
[INFO] [stdout] test linalg::matrix::mul::tests::mul_identity ... ok
[INFO] [stdout] test linalg::matrix::sub::tests::sub_scalar_full ... ok
[INFO] [stdout] test linalg::schur::tests::schur_mixed_blocks_small_dense ... ok
[INFO] [stdout] test linalg::schur::tests::schur_trivial_identity_blocks ... ok
[INFO] [stdout] test linalg::matrix::index::tests::display_prints_dense_matrix ... ok
[INFO] [stdout] test linalg::matrix::index::tests::banded_inband_write_keeps_banded ... ok
[INFO] [stdout] test linalg::matrix::sub::tests::sub_matrix_banded_banded ... ok
[INFO] [stdout] test linalg::matrix::mul::tests::mul_assign ... ok
[INFO] [stdout] test linalg::matrix::mul::tests::mul_matrix_full ... ok
[INFO] [stdout] test linalg::matrix::index::tests::identity_panics_on_write - should panic ... ok
[INFO] [stdout] test linalg::matrix::index::tests::banded_out_of_band_write_panics - should panic ... ok
[INFO] [stderr]    Doc-tests differential_equations
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 25 tests
[INFO] [stdout] test src/linalg/linear.rs - linalg::linear::lin_solve (line 36) ... ignored
[INFO] [stdout] test src/linalg/linear.rs - linalg::linear::lin_solve_complex (line 131) ... ignored
[INFO] [stdout] test src/linalg/lu.rs - linalg::lu::lu_decomp (line 53) ... ignored
[INFO] [stdout] test src/linalg/lu.rs - linalg::lu::lu_decomp_complex (line 191) ... ignored
[INFO] [stdout] test src/methods/apc/apcf4.rs - methods::apc::apcf4::AdamsPredictorCorrector<Ordinary,Fixed,T,Y,4>::f4 (line 28) ... FAILED
[INFO] [stdout] test src/solout/crossing.rs - solout::crossing::CrossingSolout (line 25) ... FAILED
[INFO] [stdout] test src/lib.rs - (line 23) ... FAILED
[INFO] [stdout] test src/solout/default.rs - solout::default::DefaultSolout (line 25) ... FAILED
[INFO] [stdout] test src/solout/crossing.rs - solout::crossing::CrossingSolout<T>::with_direction (line 119) ... ok
[INFO] [stdout] test src/ode/problem.rs - ode::problem::ODEProblem (line 77) ... FAILED
[INFO] [stdout] test src/sde/problem.rs - sde::problem::SDEProblem (line 28) ... FAILED
[INFO] [stdout] test src/ode/problem.rs - ode::problem::ODEProblem (line 23) ... FAILED
[INFO] [stdout] test src/solout/even.rs - solout::even::EvenSolout (line 23) ... FAILED
[INFO] [stdout] test src/methods/apc/apcv4.rs - methods::apc::apcv4::AdamsPredictorCorrector<Ordinary,Adaptive,T,Y,4>::v4 (line 33) ... FAILED
[INFO] [stdout] test src/solout/crossing.rs - solout::crossing::CrossingSolout<T>::new (line 94) ... ok
[INFO] [stdout] test src/dde/problem.rs - dde::problem::DDEProblem (line 23) ... FAILED
[INFO] [stdout] test src/solout/crossing.rs - solout::crossing::CrossingSolout<T>::negative_only (line 167) ... ok
[INFO] [stdout] test src/solout/crossing.rs - solout::crossing::CrossingSolout (line 63) ... ok
[INFO] [stdout] test src/solout/dense.rs - solout::dense::DenseSolout (line 19) ... FAILED
[INFO] [stdout] test src/ode/problem.rs - ode::problem::ODEProblem<'a,T,Y,F>::event (line 277) ... ok
[INFO] [stdout] test src/sde/solve.rs - sde::solve::solve_sde (line 79) ... ok
[INFO] [stdout] test src/solout/crossing.rs - solout::crossing::CrossingSolout<T>::positive_only (line 146) ... ok
[INFO] [stdout] test src/solout/hyperplane.rs - solout::hyperplane::HyperplaneCrossingSolout (line 31) ... FAILED
[INFO] [stdout] test src/ode/solve.rs - ode::solve::solve_ode (line 74) ... ok
[INFO] [stdout] test src/solout/t_eval.rs - solout::t_eval::TEvalSolout (line 26) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/methods/apc/apcf4.rs - methods::apc::apcf4::AdamsPredictorCorrector<Ordinary,Fixed,T,Y,4>::f4 (line 28) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/methods/apc/apcf4.rs:48:31
[INFO] [stdout]     |
[INFO] [stdout]  23 | let results = ODEProblem::new(system, t0, tf, y0).solve(&mut apcf4).unwrap();
[INFO] [stdout]     |               --------------- ^^^^^^ expected `&_`, found `HarmonicOscillator`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `HarmonicOscillator`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/ode/problem.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn new(ode: &'a F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  23 | let results = ODEProblem::new(&system, t0, tf, y0).solve(&mut apcf4).unwrap();
[INFO] [stdout]     |                               +
[INFO] [stdout] 
[INFO] [stdout] error[E0689]: can't call method `abs` on ambiguous numeric type `{float}`
[INFO] [stdout]   --> src/methods/apc/apcf4.rs:50:54
[INFO] [stdout]    |
[INFO] [stdout] 25 | assert!((results.y.last().unwrap()[0] - expected[0]).abs() < 1e-2);
[INFO] [stdout]    |                                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0689]: can't call method `abs` on ambiguous numeric type `{float}`
[INFO] [stdout]   --> src/methods/apc/apcf4.rs:51:54
[INFO] [stdout]    |
[INFO] [stdout] 26 | assert!((results.y.last().unwrap()[1] - expected[1]).abs() < 1e-2);
[INFO] [stdout]    |                                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0689.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/solout/crossing.rs - solout::crossing::CrossingSolout (line 25) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/solout/crossing.rs:53:31
[INFO] [stdout]     |
[INFO] [stdout]  31 | let problem = ODEProblem::new(system, t0, tf, y0);
[INFO] [stdout]     |               --------------- ^^^^^^ expected `&_`, found `HarmonicOscillator`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `HarmonicOscillator`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/ode/problem.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn new(ode: &'a F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  31 | let problem = ODEProblem::new(&system, t0, tf, y0);
[INFO] [stdout]     |                               +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/lib.rs - (line 23) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/lib.rs:44:35
[INFO] [stdout]     |
[INFO] [stdout]  23 |     let problem = ODEProblem::new(system, t0, tf, y0);
[INFO] [stdout]     |                   --------------- ^^^^^^ expected `&_`, found `LinearEquation`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `LinearEquation`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/ode/problem.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn new(ode: &'a F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  23 |     let problem = ODEProblem::new(&system, t0, tf, y0);
[INFO] [stdout]     |                                   +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/solout/default.rs - solout::default::DefaultSolout (line 25) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/solout/default.rs:51:31
[INFO] [stdout]     |
[INFO] [stdout]  29 | let problem = ODEProblem::new(system, t0, tf, y0);
[INFO] [stdout]     |               --------------- ^^^^^^ expected `&_`, found `ExponentialGrowth`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `ExponentialGrowth`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/ode/problem.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn new(ode: &'a F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  29 | let problem = ODEProblem::new(&system, t0, tf, y0);
[INFO] [stdout]     |                               +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ode/problem.rs - ode::problem::ODEProblem (line 77) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/ode/problem.rs:95:31
[INFO] [stdout]     |
[INFO] [stdout]  21 | let problem = ODEProblem::new(ode, 0.0, 10.0, vector![1.0, 0.0]);
[INFO] [stdout]     |               --------------- ^^^ expected `&_`, found `HarmonicOscillator`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `HarmonicOscillator`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/ode/problem.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn new(ode: &'a F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  21 | let problem = ODEProblem::new(&ode, 0.0, 10.0, vector![1.0, 0.0]);
[INFO] [stdout]     |                               +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/sde/problem.rs - sde::problem::SDEProblem (line 28) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/sde/problem.rs:67:39
[INFO] [stdout]     |
[INFO] [stdout]  42 | let mut gbm_problem = SDEProblem::new(gbm, t0, tf, y0);
[INFO] [stdout]     |                       --------------- ^^^ expected `&mut _`, found `GBM`
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected mutable reference `&mut _`
[INFO] [stdout]                           found struct `GBM`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/sde/problem.rs:125:12
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn new(sde: &'a mut F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider mutably borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  42 | let mut gbm_problem = SDEProblem::new(&mut gbm, t0, tf, y0);
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/ode/problem.rs - ode::problem::ODEProblem (line 23) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/ode/problem.rs:46:31
[INFO] [stdout]     |
[INFO] [stdout]  26 | let problem = ODEProblem::new(ode, t0, tf, y0);
[INFO] [stdout]     |               --------------- ^^^ expected `&_`, found `LinearEquation`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `LinearEquation`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/ode/problem.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn new(ode: &'a F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  26 | let problem = ODEProblem::new(&ode, t0, tf, y0);
[INFO] [stdout]     |                               +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/solout/even.rs - solout::even::EvenSolout (line 23) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/solout/even.rs:51:31
[INFO] [stdout]     |
[INFO] [stdout]  31 | let problem = ODEProblem::new(system, t0, tf, y0);
[INFO] [stdout]     |               --------------- ^^^^^^ expected `&_`, found `HarmonicOscillator`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `HarmonicOscillator`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/ode/problem.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn new(ode: &'a F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  31 | let problem = ODEProblem::new(&system, t0, tf, y0);
[INFO] [stdout]     |                               +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/methods/apc/apcv4.rs - methods::apc::apcv4::AdamsPredictorCorrector<Ordinary,Adaptive,T,Y,4>::v4 (line 33) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/methods/apc/apcv4.rs:53:31
[INFO] [stdout]     |
[INFO] [stdout]  23 | let results = ODEProblem::new(system, t0, tf, y0).solve(&mut apcv4).unwrap();
[INFO] [stdout]     |               --------------- ^^^^^^ expected `&_`, found `HarmonicOscillator`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `HarmonicOscillator`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/ode/problem.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn new(ode: &'a F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  23 | let results = ODEProblem::new(&system, t0, tf, y0).solve(&mut apcv4).unwrap();
[INFO] [stdout]     |                               +
[INFO] [stdout] 
[INFO] [stdout] error[E0689]: can't call method `abs` on ambiguous numeric type `{float}`
[INFO] [stdout]   --> src/methods/apc/apcv4.rs:55:54
[INFO] [stdout]    |
[INFO] [stdout] 25 | assert!((results.y.last().unwrap()[0] - expected[0]).abs() < 1e-6);
[INFO] [stdout]    |                                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] error[E0689]: can't call method `abs` on ambiguous numeric type `{float}`
[INFO] [stdout]   --> src/methods/apc/apcv4.rs:56:54
[INFO] [stdout]    |
[INFO] [stdout] 26 | assert!((results.y.last().unwrap()[1] - expected[1]).abs() < 1e-6);
[INFO] [stdout]    |                                                      ^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0689.
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/dde/problem.rs - dde::problem::DDEProblem (line 23) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/dde/problem.rs:49:32
[INFO] [stdout]     |
[INFO] [stdout]  29 | let solution = DDEProblem::new(Example, t0, tf, y0, phi).solve(&mut rkf45).unwrap();
[INFO] [stdout]     |                --------------- ^^^^^^^ expected `&_`, found `Example`
[INFO] [stdout]     |                |
[INFO] [stdout]     |                arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `Example`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/dde/problem.rs:112:12
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn new(dde: &'a F, t0: T, tf: T, y0: Y, phi: H) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  29 | let solution = DDEProblem::new(&Example, t0, tf, y0, phi).solve(&mut rkf45).unwrap();
[INFO] [stdout]     |                                +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/solout/dense.rs - solout::dense::DenseSolout (line 19) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/solout/dense.rs:47:31
[INFO] [stdout]     |
[INFO] [stdout]  31 | let problem = ODEProblem::new(system, t0, tf, y0);
[INFO] [stdout]     |               --------------- ^^^^^^ expected `&_`, found `HarmonicOscillator`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `HarmonicOscillator`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/ode/problem.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn new(ode: &'a F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  31 | let problem = ODEProblem::new(&system, t0, tf, y0);
[INFO] [stdout]     |                               +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/solout/hyperplane.rs - solout::hyperplane::HyperplaneCrossingSolout (line 31) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/solout/hyperplane.rs:82:31
[INFO] [stdout]     |
[INFO] [stdout]  54 | let problem = ODEProblem::new(system, t0, tf, y0);
[INFO] [stdout]     |               --------------- ^^^^^^ expected `&_`, found `CR3BP`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `CR3BP`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/ode/problem.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn new(ode: &'a F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  54 | let problem = ODEProblem::new(&system, t0, tf, y0);
[INFO] [stdout]     |                               +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/solout/t_eval.rs - solout::t_eval::TEvalSolout (line 26) stdout ----
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]    --> src/solout/t_eval.rs:55:31
[INFO] [stdout]     |
[INFO] [stdout]  32 | let problem = ODEProblem::new(system, t0, tf, y0);
[INFO] [stdout]     |               --------------- ^^^^^^ expected `&_`, found `HarmonicOscillator`
[INFO] [stdout]     |               |
[INFO] [stdout]     |               arguments to this function are incorrect
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected reference `&_`
[INFO] [stdout]                   found struct `HarmonicOscillator`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]    --> /opt/rustwide/workdir/src/ode/problem.rs:134:12
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn new(ode: &'a F, t0: T, tf: T, y0: Y) -> Self {
[INFO] [stdout]     |            ^^^
[INFO] [stdout] help: consider borrowing here
[INFO] [stdout]     |
[INFO] [stdout]  32 | let problem = ODEProblem::new(&system, t0, tf, y0);
[INFO] [stdout]     |                               +
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0308`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/dde/problem.rs - dde::problem::DDEProblem (line 23)
[INFO] [stdout]     src/lib.rs - (line 23)
[INFO] [stdout]     src/methods/apc/apcf4.rs - methods::apc::apcf4::AdamsPredictorCorrector<Ordinary,Fixed,T,Y,4>::f4 (line 28)
[INFO] [stdout]     src/methods/apc/apcv4.rs - methods::apc::apcv4::AdamsPredictorCorrector<Ordinary,Adaptive,T,Y,4>::v4 (line 33)
[INFO] [stdout]     src/ode/problem.rs - ode::problem::ODEProblem (line 23)
[INFO] [stdout]     src/ode/problem.rs - ode::problem::ODEProblem (line 77)
[INFO] [stdout]     src/sde/problem.rs - sde::problem::SDEProblem (line 28)
[INFO] [stdout]     src/solout/crossing.rs - solout::crossing::CrossingSolout (line 25)
[INFO] [stdout]     src/solout/default.rs - solout::default::DefaultSolout (line 25)
[INFO] [stdout]     src/solout/dense.rs - solout::dense::DenseSolout (line 19)
[INFO] [stdout]     src/solout/even.rs - solout::even::EvenSolout (line 23)
[INFO] [stdout]     src/solout/hyperplane.rs - solout::hyperplane::HyperplaneCrossingSolout (line 31)
[INFO] [stdout]     src/solout/t_eval.rs - solout::t_eval::TEvalSolout (line 26)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 8 passed; 13 failed; 4 ignored; 0 measured; 0 filtered out; finished in 0.98s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 1.32s; merged doctests compilation took 0.34s
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "ebe201114b71df3600069587a197c6b86cc3b95d22998019dc0d53d6045f23c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ebe201114b71df3600069587a197c6b86cc3b95d22998019dc0d53d6045f23c7", kill_on_drop: false }`
[INFO] [stdout] ebe201114b71df3600069587a197c6b86cc3b95d22998019dc0d53d6045f23c7
