[INFO] crate ida 0.1.1 is already in cache [INFO] checking ida-0.1.1 against beta-2019-10-27 for pr-65897 [INFO] extracting crate ida 0.1.1 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate ida 0.1.1 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ida 0.1.1 [INFO] finished tweaking crates.io crate ida 0.1.1 [INFO] tweaked toml for crates.io crate ida 0.1.1 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9d47cdf47b30fec04dffced30c34236d4608ddf6b8f6b03276747db83484d16d [INFO] running `"docker" "start" "-a" "9d47cdf47b30fec04dffced30c34236d4608ddf6b8f6b03276747db83484d16d"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ndarray v0.12.1 [INFO] [stderr] Compiling ndarray v0.13.0 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking env_logger v0.6.2 [INFO] [stderr] Checking pretty_env_logger v0.3.1 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Checking prettytable-rs v0.8.0 [INFO] [stderr] Checking ndarray-rand v0.9.0 [INFO] [stderr] Checking ida v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Checking nearly_eq v0.2.4 [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/get_solution.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | assert_nearly_eq!(ida.get_yy(), yret_expect); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::get_solution::test_get_solution::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/get_solution.rs:60:5 [INFO] [stderr] | [INFO] [stderr] 60 | assert_nearly_eq!(ida.get_yp(), ypret_expect); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::get_solution::test_get_solution::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 2]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/predict.rs:74:5 [INFO] [stderr] | [INFO] [stderr] 74 | assert_nearly_eq!(ida.ida_phi, ida_phi); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 2]>>` [INFO] [stderr] | required by this bound in `tests::predict::test1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/predict.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | assert_nearly_eq!(ida.nlp.ida_yypredict, ida_yypredict); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::predict::test1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/predict.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | assert_nearly_eq!(ida.nlp.ida_yppredict, ida_yppredict); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::predict::test1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/restore.rs:97:5 [INFO] [stderr] | [INFO] [stderr] 97 | assert_nearly_eq!(ida.ida_cvals, cvals_after); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::restore::test_restore1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/restore.rs:98:5 [INFO] [stderr] | [INFO] [stderr] 98 | assert_nearly_eq!(ida.ida_beta, beta_after); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::restore::test_restore1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/restore.rs:99:5 [INFO] [stderr] | [INFO] [stderr] 99 | assert_nearly_eq!(ida.ida_psi, psi_after); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::restore::test_restore1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 2]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/restore.rs:100:5 [INFO] [stderr] | [INFO] [stderr] 100 | assert_nearly_eq!(ida.ida_phi, phi_after); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 2]>>` [INFO] [stderr] | required by this bound in `tests::restore::test_restore1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:153:5 [INFO] [stderr] | [INFO] [stderr] 153 | assert_nearly_eq!(ida.ida_beta, ida_beta); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:154:5 [INFO] [stderr] | [INFO] [stderr] 154 | assert_nearly_eq!(ida.ida_alpha, ida_alpha); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:155:5 [INFO] [stderr] | [INFO] [stderr] 155 | assert_nearly_eq!(ida.ida_gamma, ida_gamma); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | assert_nearly_eq!(ida.ida_sigma, ida_sigma); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 2]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:157:5 [INFO] [stderr] | [INFO] [stderr] 157 | assert_nearly_eq!(ida.ida_phi, ida_phi); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 2]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:158:5 [INFO] [stderr] | [INFO] [stderr] 158 | assert_nearly_eq!(ida.ida_psi, ida_psi); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:332:9 [INFO] [stderr] | [INFO] [stderr] 332 | assert_nearly_eq!(ida.ida_beta, ida_beta); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test2::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:333:9 [INFO] [stderr] | [INFO] [stderr] 333 | assert_nearly_eq!(ida.ida_alpha, ida_alpha); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test2::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:334:9 [INFO] [stderr] | [INFO] [stderr] 334 | assert_nearly_eq!(ida.ida_gamma, ida_gamma); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test2::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 335 | assert_nearly_eq!(ida.ida_sigma, ida_sigma); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test2::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 2]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:336:9 [INFO] [stderr] | [INFO] [stderr] 336 | assert_nearly_eq!(ida.ida_phi, ida_phi); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 2]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test2::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/tests/set_coeffs.rs:337:9 [INFO] [stderr] | [INFO] [stderr] 337 | assert_nearly_eq!(ida.ida_psi, ida_psi); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `tests::set_coeffs::test2::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/linear/dense.rs:318:9 [INFO] [stderr] | [INFO] [stderr] 318 | assert_nearly_eq!(x, expected); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `linear::dense::tests::test_dense1::nearly_eq_noeps` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>: nearly_eq::NearlyEq<_, _>` is not satisfied [INFO] [stderr] --> src/nonlinear/newton.rs:363:9 [INFO] [stderr] | [INFO] [stderr] 363 | assert_nearly_eq!(&y - &y_exp, expected_err, 1e-9); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | the trait `nearly_eq::NearlyEq<_, _>` is not implemented for `ndarray::ArrayBase, ndarray::dimension::dim::Dim<[usize; 1]>>` [INFO] [stderr] | required by this bound in `nonlinear::newton::tests::test_newton::nearly_eq` [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 23 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `ida`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "9d47cdf47b30fec04dffced30c34236d4608ddf6b8f6b03276747db83484d16d"` [INFO] running `"docker" "rm" "-f" "9d47cdf47b30fec04dffced30c34236d4608ddf6b8f6b03276747db83484d16d"` [INFO] [stdout] 9d47cdf47b30fec04dffced30c34236d4608ddf6b8f6b03276747db83484d16d