[INFO] fetching crate rlapack 0.0.5... [INFO] testing rlapack-0.0.5 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate rlapack 0.0.5 into /workspace/builds/worker-15/source [INFO] validating manifest of crates.io crate rlapack 0.0.5 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rlapack 0.0.5 [INFO] finished tweaking crates.io crate rlapack 0.0.5 [INFO] tweaked toml for crates.io crate rlapack 0.0.5 written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a04d5f37ee042ea5b945cd4fee521eeb60966e14b98a0a3ce4ac9612f8c2dd7e [INFO] running `Command { std: "docker" "start" "-a" "a04d5f37ee042ea5b945cd4fee521eeb60966e14b98a0a3ce4ac9612f8c2dd7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a04d5f37ee042ea5b945cd4fee521eeb60966e14b98a0a3ce4ac9612f8c2dd7e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a04d5f37ee042ea5b945cd4fee521eeb60966e14b98a0a3ce4ac9612f8c2dd7e", kill_on_drop: false }` [INFO] [stdout] a04d5f37ee042ea5b945cd4fee521eeb60966e14b98a0a3ce4ac9612f8c2dd7e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d4d692e22ddb1b0b6e5899d0c96929584e2070305037f11d2f2dc3b0f656de72 [INFO] running `Command { std: "docker" "start" "-a" "d4d692e22ddb1b0b6e5899d0c96929584e2070305037f11d2f2dc3b0f656de72", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.95 [INFO] [stderr] Compiling rlapack v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:20:43 [INFO] [stdout] | [INFO] [stdout] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:20:65 [INFO] [stdout] | [INFO] [stdout] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BandMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:24:47 [INFO] [stdout] | [INFO] [stdout] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:24:69 [INFO] [stdout] | [INFO] [stdout] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TridiagonalMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:28:54 [INFO] [stdout] | [INFO] [stdout] 28 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:32:52 [INFO] [stdout] | [INFO] [stdout] 32 | fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | fn pbsv(a: &mut M, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:44:32 [INFO] [stdout] | [INFO] [stdout] 44 | fn ptsv(a: &mut M, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:48:52 [INFO] [stdout] | [INFO] [stdout] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:48:74 [INFO] [stdout] | [INFO] [stdout] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:52:52 [INFO] [stdout] | [INFO] [stdout] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:52:74 [INFO] [stdout] | [INFO] [stdout] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:56:52 [INFO] [stdout] | [INFO] [stdout] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:56:74 [INFO] [stdout] | [INFO] [stdout] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:60:52 [INFO] [stdout] | [INFO] [stdout] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:60:74 [INFO] [stdout] | [INFO] [stdout] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:65:45 [INFO] [stdout] | [INFO] [stdout] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:65:65 [INFO] [stdout] | [INFO] [stdout] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn BandMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:79:49 [INFO] [stdout] | [INFO] [stdout] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:79:69 [INFO] [stdout] | [INFO] [stdout] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TridiagonalMatrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:95:58 [INFO] [stdout] | [INFO] [stdout] 95 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:110:25 [INFO] [stdout] | [INFO] [stdout] 110 | fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:110:54 [INFO] [stdout] | [INFO] [stdout] 110 | fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:124:54 [INFO] [stdout] | [INFO] [stdout] 124 | fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:138:36 [INFO] [stdout] | [INFO] [stdout] 138 | fn pbsv(a: &mut M, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:158:25 [INFO] [stdout] | [INFO] [stdout] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:158:54 [INFO] [stdout] | [INFO] [stdout] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:158:74 [INFO] [stdout] | [INFO] [stdout] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:177:25 [INFO] [stdout] | [INFO] [stdout] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:177:56 [INFO] [stdout] | [INFO] [stdout] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:177:78 [INFO] [stdout] | [INFO] [stdout] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:194:25 [INFO] [stdout] | [INFO] [stdout] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:194:54 [INFO] [stdout] | [INFO] [stdout] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:194:74 [INFO] [stdout] | [INFO] [stdout] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:213:56 [INFO] [stdout] | [INFO] [stdout] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:213:78 [INFO] [stdout] | [INFO] [stdout] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:21:37 [INFO] [stdout] | [INFO] [stdout] 21 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:21:59 [INFO] [stdout] | [INFO] [stdout] 21 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:22:42 [INFO] [stdout] | [INFO] [stdout] 22 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:22:64 [INFO] [stdout] | [INFO] [stdout] 22 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:23:30 [INFO] [stdout] | [INFO] [stdout] 23 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:23:52 [INFO] [stdout] | [INFO] [stdout] 23 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/least_squares.rs:31:28 [INFO] [stdout] | [INFO] [stdout] 31 | let work_len = try!(Gels::gels_work_len(a, b)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:28:41 [INFO] [stdout] | [INFO] [stdout] 28 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:28:63 [INFO] [stdout] | [INFO] [stdout] 28 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:40:46 [INFO] [stdout] | [INFO] [stdout] 40 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:40:68 [INFO] [stdout] | [INFO] [stdout] 40 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:103:34 [INFO] [stdout] | [INFO] [stdout] 103 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:103:56 [INFO] [stdout] | [INFO] [stdout] 103 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/least_squares.rs:31:28 [INFO] [stdout] | [INFO] [stdout] 31 | let work_len = try!(Gels::gels_work_len(a, b)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.36s [INFO] running `Command { std: "docker" "inspect" "d4d692e22ddb1b0b6e5899d0c96929584e2070305037f11d2f2dc3b0f656de72", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d4d692e22ddb1b0b6e5899d0c96929584e2070305037f11d2f2dc3b0f656de72", kill_on_drop: false }` [INFO] [stdout] d4d692e22ddb1b0b6e5899d0c96929584e2070305037f11d2f2dc3b0f656de72 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f7a6bf65630b639c9f95f8239d87bc2ef5d13ad9961a4e89b0f83b52a5c780e7 [INFO] running `Command { std: "docker" "start" "-a" "f7a6bf65630b639c9f95f8239d87bc2ef5d13ad9961a4e89b0f83b52a5c780e7", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:20:43 [INFO] [stdout] | [INFO] [stdout] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:20:65 [INFO] [stdout] | [INFO] [stdout] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BandMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:24:47 [INFO] [stdout] | [INFO] [stdout] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:24:69 [INFO] [stdout] | [INFO] [stdout] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TridiagonalMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:28:54 [INFO] [stdout] | [INFO] [stdout] 28 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:32:52 [INFO] [stdout] | [INFO] [stdout] 32 | fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | fn pbsv(a: &mut M, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:44:32 [INFO] [stdout] | [INFO] [stdout] 44 | fn ptsv(a: &mut M, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:48:52 [INFO] [stdout] | [INFO] [stdout] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:48:74 [INFO] [stdout] | [INFO] [stdout] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:52:52 [INFO] [stdout] | [INFO] [stdout] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:52:74 [INFO] [stdout] | [INFO] [stdout] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:56:52 [INFO] [stdout] | [INFO] [stdout] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:56:74 [INFO] [stdout] | [INFO] [stdout] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:60:52 [INFO] [stdout] | [INFO] [stdout] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:60:74 [INFO] [stdout] | [INFO] [stdout] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:65:45 [INFO] [stdout] | [INFO] [stdout] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:65:65 [INFO] [stdout] | [INFO] [stdout] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn BandMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:79:49 [INFO] [stdout] | [INFO] [stdout] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:79:69 [INFO] [stdout] | [INFO] [stdout] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TridiagonalMatrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:95:58 [INFO] [stdout] | [INFO] [stdout] 95 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:110:25 [INFO] [stdout] | [INFO] [stdout] 110 | fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:110:54 [INFO] [stdout] | [INFO] [stdout] 110 | fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:124:54 [INFO] [stdout] | [INFO] [stdout] 124 | fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:138:36 [INFO] [stdout] | [INFO] [stdout] 138 | fn pbsv(a: &mut M, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:158:25 [INFO] [stdout] | [INFO] [stdout] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:158:54 [INFO] [stdout] | [INFO] [stdout] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:158:74 [INFO] [stdout] | [INFO] [stdout] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:177:25 [INFO] [stdout] | [INFO] [stdout] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:177:56 [INFO] [stdout] | [INFO] [stdout] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:177:78 [INFO] [stdout] | [INFO] [stdout] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:194:25 [INFO] [stdout] | [INFO] [stdout] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:194:54 [INFO] [stdout] | [INFO] [stdout] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:194:74 [INFO] [stdout] | [INFO] [stdout] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:213:56 [INFO] [stdout] | [INFO] [stdout] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:213:78 [INFO] [stdout] | [INFO] [stdout] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:21:37 [INFO] [stdout] | [INFO] [stdout] 21 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:21:59 [INFO] [stdout] | [INFO] [stdout] 21 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:22:42 [INFO] [stdout] | [INFO] [stdout] 22 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:22:64 [INFO] [stdout] | [INFO] [stdout] 22 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:23:30 [INFO] [stdout] | [INFO] [stdout] 23 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:23:52 [INFO] [stdout] | [INFO] [stdout] 23 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/least_squares.rs:31:28 [INFO] [stdout] | [INFO] [stdout] 31 | let work_len = try!(Gels::gels_work_len(a, b)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:28:41 [INFO] [stdout] | [INFO] [stdout] 28 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:28:63 [INFO] [stdout] | [INFO] [stdout] 28 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:40:46 [INFO] [stdout] | [INFO] [stdout] 40 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:40:68 [INFO] [stdout] | [INFO] [stdout] 40 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rlapack v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:103:34 [INFO] [stdout] | [INFO] [stdout] 103 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:103:56 [INFO] [stdout] | [INFO] [stdout] 103 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/least_squares.rs:31:28 [INFO] [stdout] | [INFO] [stdout] 31 | let work_len = try!(Gels::gels_work_len(a, b)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:20:21 [INFO] [stdout] | [INFO] [stdout] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:20:43 [INFO] [stdout] | [INFO] [stdout] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:20:65 [INFO] [stdout] | [INFO] [stdout] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:24:21 [INFO] [stdout] | [INFO] [stdout] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BandMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:24:47 [INFO] [stdout] | [INFO] [stdout] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:24:69 [INFO] [stdout] | [INFO] [stdout] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:28:21 [INFO] [stdout] | [INFO] [stdout] 28 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TridiagonalMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:28:54 [INFO] [stdout] | [INFO] [stdout] 28 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:32:21 [INFO] [stdout] | [INFO] [stdout] 32 | fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:32:52 [INFO] [stdout] | [INFO] [stdout] 32 | fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:36:52 [INFO] [stdout] | [INFO] [stdout] 36 | fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:40:32 [INFO] [stdout] | [INFO] [stdout] 40 | fn pbsv(a: &mut M, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:44:32 [INFO] [stdout] | [INFO] [stdout] 44 | fn ptsv(a: &mut M, b: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:48:21 [INFO] [stdout] | [INFO] [stdout] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:48:52 [INFO] [stdout] | [INFO] [stdout] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:48:74 [INFO] [stdout] | [INFO] [stdout] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:52:52 [INFO] [stdout] | [INFO] [stdout] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:52:74 [INFO] [stdout] | [INFO] [stdout] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:56:21 [INFO] [stdout] | [INFO] [stdout] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:56:52 [INFO] [stdout] | [INFO] [stdout] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:56:74 [INFO] [stdout] | [INFO] [stdout] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:60:21 [INFO] [stdout] | [INFO] [stdout] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:60:52 [INFO] [stdout] | [INFO] [stdout] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:60:74 [INFO] [stdout] | [INFO] [stdout] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:65:45 [INFO] [stdout] | [INFO] [stdout] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:65:65 [INFO] [stdout] | [INFO] [stdout] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:79:25 [INFO] [stdout] | [INFO] [stdout] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn BandMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:79:49 [INFO] [stdout] | [INFO] [stdout] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:79:69 [INFO] [stdout] | [INFO] [stdout] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:95:25 [INFO] [stdout] | [INFO] [stdout] 95 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TridiagonalMatrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:95:58 [INFO] [stdout] | [INFO] [stdout] 95 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:110:25 [INFO] [stdout] | [INFO] [stdout] 110 | fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:110:54 [INFO] [stdout] | [INFO] [stdout] 110 | fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:124:25 [INFO] [stdout] | [INFO] [stdout] 124 | fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:124:54 [INFO] [stdout] | [INFO] [stdout] 124 | fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:138:36 [INFO] [stdout] | [INFO] [stdout] 138 | fn pbsv(a: &mut M, b: &mut Matrix<$t>) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:158:25 [INFO] [stdout] | [INFO] [stdout] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:158:54 [INFO] [stdout] | [INFO] [stdout] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:158:74 [INFO] [stdout] | [INFO] [stdout] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:177:25 [INFO] [stdout] | [INFO] [stdout] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:177:56 [INFO] [stdout] | [INFO] [stdout] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:177:78 [INFO] [stdout] | [INFO] [stdout] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:194:25 [INFO] [stdout] | [INFO] [stdout] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:194:54 [INFO] [stdout] | [INFO] [stdout] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:194:74 [INFO] [stdout] | [INFO] [stdout] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:213:25 [INFO] [stdout] | [INFO] [stdout] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:213:56 [INFO] [stdout] | [INFO] [stdout] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/linear_equations.rs:213:78 [INFO] [stdout] | [INFO] [stdout] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:21:37 [INFO] [stdout] | [INFO] [stdout] 21 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:21:59 [INFO] [stdout] | [INFO] [stdout] 21 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:22:42 [INFO] [stdout] | [INFO] [stdout] 22 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:22:64 [INFO] [stdout] | [INFO] [stdout] 22 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:23:30 [INFO] [stdout] | [INFO] [stdout] 23 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:23:52 [INFO] [stdout] | [INFO] [stdout] 23 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/least_squares.rs:31:28 [INFO] [stdout] | [INFO] [stdout] 31 | let work_len = try!(Gels::gels_work_len(a, b)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:28:41 [INFO] [stdout] | [INFO] [stdout] 28 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:28:63 [INFO] [stdout] | [INFO] [stdout] 28 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:40:46 [INFO] [stdout] | [INFO] [stdout] 40 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:40:68 [INFO] [stdout] | [INFO] [stdout] 40 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:103:34 [INFO] [stdout] | [INFO] [stdout] 103 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/least_squares.rs:103:56 [INFO] [stdout] | [INFO] [stdout] 103 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/least_squares.rs:31:28 [INFO] [stdout] | [INFO] [stdout] 31 | let work_len = try!(Gels::gels_work_len(a, b)); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `Command { std: "docker" "inspect" "f7a6bf65630b639c9f95f8239d87bc2ef5d13ad9961a4e89b0f83b52a5c780e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f7a6bf65630b639c9f95f8239d87bc2ef5d13ad9961a4e89b0f83b52a5c780e7", kill_on_drop: false }` [INFO] [stdout] f7a6bf65630b639c9f95f8239d87bc2ef5d13ad9961a4e89b0f83b52a5c780e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 76dbe9ff4188ee6b2ecca715ab8bf96eec53e7d01db9e0589baf18a53e102888 [INFO] running `Command { std: "docker" "start" "-a" "76dbe9ff4188ee6b2ecca715ab8bf96eec53e7d01db9e0589baf18a53e102888", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:20:43 [INFO] [stderr] | [INFO] [stderr] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:20:65 [INFO] [stderr] | [INFO] [stderr] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BandMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:24:47 [INFO] [stderr] | [INFO] [stderr] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:24:69 [INFO] [stderr] | [INFO] [stderr] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TridiagonalMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:28:54 [INFO] [stderr] | [INFO] [stderr] 28 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:32:52 [INFO] [stderr] | [INFO] [stderr] 32 | fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:36:21 [INFO] [stderr] | [INFO] [stderr] 36 | fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:36:52 [INFO] [stderr] | [INFO] [stderr] 36 | fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | fn pbsv(a: &mut M, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:44:32 [INFO] [stderr] | [INFO] [stderr] 44 | fn ptsv(a: &mut M, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:48:52 [INFO] [stderr] | [INFO] [stderr] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:48:74 [INFO] [stderr] | [INFO] [stderr] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:52:21 [INFO] [stderr] | [INFO] [stderr] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:52:52 [INFO] [stderr] | [INFO] [stderr] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:52:74 [INFO] [stderr] | [INFO] [stderr] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:56:21 [INFO] [stderr] | [INFO] [stderr] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:56:52 [INFO] [stderr] | [INFO] [stderr] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:56:74 [INFO] [stderr] | [INFO] [stderr] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:60:52 [INFO] [stderr] | [INFO] [stderr] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:60:74 [INFO] [stderr] | [INFO] [stderr] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:65:25 [INFO] [stderr] | [INFO] [stderr] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:65:45 [INFO] [stderr] | [INFO] [stderr] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:65:65 [INFO] [stderr] | [INFO] [stderr] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:79:25 [INFO] [stderr] | [INFO] [stderr] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn BandMatrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:79:49 [INFO] [stderr] | [INFO] [stderr] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:79:69 [INFO] [stderr] | [INFO] [stderr] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:95:25 [INFO] [stderr] | [INFO] [stderr] 95 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TridiagonalMatrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:95:58 [INFO] [stderr] | [INFO] [stderr] 95 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:110:25 [INFO] [stderr] | [INFO] [stderr] 110 | fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:110:54 [INFO] [stderr] | [INFO] [stderr] 110 | fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:124:25 [INFO] [stderr] | [INFO] [stderr] 124 | fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:124:54 [INFO] [stderr] | [INFO] [stderr] 124 | fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:138:36 [INFO] [stderr] | [INFO] [stderr] 138 | fn pbsv(a: &mut M, b: &mut Matrix<$t>) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:158:25 [INFO] [stderr] | [INFO] [stderr] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:158:54 [INFO] [stderr] | [INFO] [stderr] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:158:74 [INFO] [stderr] | [INFO] [stderr] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:177:25 [INFO] [stderr] | [INFO] [stderr] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:177:56 [INFO] [stderr] | [INFO] [stderr] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:177:78 [INFO] [stderr] | [INFO] [stderr] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:194:25 [INFO] [stderr] | [INFO] [stderr] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:194:54 [INFO] [stderr] | [INFO] [stderr] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:194:74 [INFO] [stderr] | [INFO] [stderr] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:213:25 [INFO] [stderr] | [INFO] [stderr] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:213:56 [INFO] [stderr] | [INFO] [stderr] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:213:78 [INFO] [stderr] | [INFO] [stderr] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:21:37 [INFO] [stderr] | [INFO] [stderr] 21 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:21:59 [INFO] [stderr] | [INFO] [stderr] 21 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:22:42 [INFO] [stderr] | [INFO] [stderr] 22 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:22:64 [INFO] [stderr] | [INFO] [stderr] 22 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:23:30 [INFO] [stderr] | [INFO] [stderr] 23 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:23:52 [INFO] [stderr] | [INFO] [stderr] 23 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/least_squares.rs:31:28 [INFO] [stderr] | [INFO] [stderr] 31 | let work_len = try!(Gels::gels_work_len(a, b)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:28:41 [INFO] [stderr] | [INFO] [stderr] 28 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:28:63 [INFO] [stderr] | [INFO] [stderr] 28 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:40:46 [INFO] [stderr] | [INFO] [stderr] 40 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:40:68 [INFO] [stderr] | [INFO] [stderr] 40 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:103:34 [INFO] [stderr] | [INFO] [stderr] 103 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:103:56 [INFO] [stderr] | [INFO] [stderr] 103 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/least_squares.rs:31:28 [INFO] [stderr] | [INFO] [stderr] 31 | let work_len = try!(Gels::gels_work_len(a, b)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 65 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:20:43 [INFO] [stderr] | [INFO] [stderr] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:20:65 [INFO] [stderr] | [INFO] [stderr] 20 | fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BandMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:24:47 [INFO] [stderr] | [INFO] [stderr] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:24:69 [INFO] [stderr] | [INFO] [stderr] 24 | fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:28:21 [INFO] [stderr] | [INFO] [stderr] 28 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TridiagonalMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:28:54 [INFO] [stderr] | [INFO] [stderr] 28 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:32:52 [INFO] [stderr] | [INFO] [stderr] 32 | fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:36:21 [INFO] [stderr] | [INFO] [stderr] 36 | fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:36:52 [INFO] [stderr] | [INFO] [stderr] 36 | fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:40:32 [INFO] [stderr] | [INFO] [stderr] 40 | fn pbsv(a: &mut M, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:44:32 [INFO] [stderr] | [INFO] [stderr] 44 | fn ptsv(a: &mut M, b: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:48:21 [INFO] [stderr] | [INFO] [stderr] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:48:52 [INFO] [stderr] | [INFO] [stderr] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:48:74 [INFO] [stderr] | [INFO] [stderr] 48 | fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:52:21 [INFO] [stderr] | [INFO] [stderr] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:52:52 [INFO] [stderr] | [INFO] [stderr] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:52:74 [INFO] [stderr] | [INFO] [stderr] 52 | fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:56:21 [INFO] [stderr] | [INFO] [stderr] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:56:52 [INFO] [stderr] | [INFO] [stderr] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:56:74 [INFO] [stderr] | [INFO] [stderr] 56 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:60:21 [INFO] [stderr] | [INFO] [stderr] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:60:52 [INFO] [stderr] | [INFO] [stderr] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:60:74 [INFO] [stderr] | [INFO] [stderr] 60 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:65:25 [INFO] [stderr] | [INFO] [stderr] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:65:45 [INFO] [stderr] | [INFO] [stderr] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:65:65 [INFO] [stderr] | [INFO] [stderr] 65 | fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:79:25 [INFO] [stderr] | [INFO] [stderr] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn BandMatrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:79:49 [INFO] [stderr] | [INFO] [stderr] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:79:69 [INFO] [stderr] | [INFO] [stderr] 79 | fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:95:25 [INFO] [stderr] | [INFO] [stderr] 95 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn TridiagonalMatrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:95:58 [INFO] [stderr] | [INFO] [stderr] 95 | fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:110:25 [INFO] [stderr] | [INFO] [stderr] 110 | fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:110:54 [INFO] [stderr] | [INFO] [stderr] 110 | fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:124:25 [INFO] [stderr] | [INFO] [stderr] 124 | fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:124:54 [INFO] [stderr] | [INFO] [stderr] 124 | fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:138:36 [INFO] [stderr] | [INFO] [stderr] 138 | fn pbsv(a: &mut M, b: &mut Matrix<$t>) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:158:25 [INFO] [stderr] | [INFO] [stderr] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:158:54 [INFO] [stderr] | [INFO] [stderr] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:158:74 [INFO] [stderr] | [INFO] [stderr] 158 | fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:177:25 [INFO] [stderr] | [INFO] [stderr] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:177:56 [INFO] [stderr] | [INFO] [stderr] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:177:78 [INFO] [stderr] | [INFO] [stderr] 177 | fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 228 | lin_eq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:194:25 [INFO] [stderr] | [INFO] [stderr] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:194:54 [INFO] [stderr] | [INFO] [stderr] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn Matrix<$t>` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:194:74 [INFO] [stderr] | [INFO] [stderr] 194 | fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:213:25 [INFO] [stderr] | [INFO] [stderr] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn SymmetricMatrix` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:213:56 [INFO] [stderr] | [INFO] [stderr] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/linear_equations.rs:213:78 [INFO] [stderr] | [INFO] [stderr] 213 | fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 229 | complex_lin_eq_impl!(Complex32, Complex64); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `complex_lin_eq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:21:37 [INFO] [stderr] | [INFO] [stderr] 21 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:21:59 [INFO] [stderr] | [INFO] [stderr] 21 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:22:42 [INFO] [stderr] | [INFO] [stderr] 22 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:22:64 [INFO] [stderr] | [INFO] [stderr] 22 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:23:30 [INFO] [stderr] | [INFO] [stderr] 23 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:23:52 [INFO] [stderr] | [INFO] [stderr] 23 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/least_squares.rs:31:28 [INFO] [stderr] | [INFO] [stderr] 31 | let work_len = try!(Gels::gels_work_len(a, b)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:28:41 [INFO] [stderr] | [INFO] [stderr] 28 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:28:63 [INFO] [stderr] | [INFO] [stderr] 28 | fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:40:46 [INFO] [stderr] | [INFO] [stderr] 40 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:40:68 [INFO] [stderr] | [INFO] [stderr] 40 | fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:103:34 [INFO] [stderr] | [INFO] [stderr] 103 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/least_squares.rs:103:56 [INFO] [stderr] | [INFO] [stderr] 103 | fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn Matrix` [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stderr] --> src/least_squares.rs:31:28 [INFO] [stderr] | [INFO] [stderr] 31 | let work_len = try!(Gels::gels_work_len(a, b)); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 134 | least_sq_impl!(f32, f64, Complex32, Complex64); [INFO] [stderr] | ----------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `least_sq_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 65 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rlapack-86d764796c4c3cb6) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test util::tests::transpose ... ok [INFO] [stdout] test linear_equations::gesv_tests::real ... ok [INFO] [stdout] test least_squares::gesv_tests::row_major ... FAILED [INFO] [stdout] test least_squares::gesv_tests::col_major ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- least_squares::gesv_tests::row_major stdout ---- [INFO] [stdout] thread 'least_squares::gesv_tests::row_major' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[0.9999999, -0.00000011480889, -0.000000060447675, 1.0000001, 0.000001558884, 0.00000023841858]`, [INFO] [stdout] right: `[1.0, 0.0, 0.0, 1.0, 0.0, 0.0]`', src/least_squares.rs:160:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x556210edbe10 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x556210edbe10 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556210edbe10 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x556210edbe10 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x556210efee3c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x556210ed8e85 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x556210eddf7b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x556210eddf7b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x556210eddf7b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x556210edda8c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x556210ede621 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x556210ede127 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x556210edc2ec - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x556210ede089 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x556210e824b1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x556210efcee8 - core::panicking::assert_failed_inner::h4fdb1013d187f202 [INFO] [stdout] 16: 0x556210e8a06a - core::panicking::assert_failed::h4c3ffdb1febca5c8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x556210e86542 - rlapack::least_squares::gesv_tests::row_major::h46e9b36b5620cf84 [INFO] [stdout] at /opt/rustwide/workdir/src/least_squares.rs:160:9 [INFO] [stdout] 18: 0x556210e8620a - rlapack::least_squares::gesv_tests::row_major::{{closure}}::h54e13a870f763b34 [INFO] [stdout] at /opt/rustwide/workdir/src/least_squares.rs:153:5 [INFO] [stdout] 19: 0x556210e89b6e - core::ops::function::FnOnce::call_once::h59eb16d51aaede9f [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x556210eb26e3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x556210eb26e3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x556210eb1190 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x556210eb1190 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x556210eb1190 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x556210eb1190 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x556210eb1190 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x556210eb1190 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x556210eb1190 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x556210e8c462 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x556210e8c462 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x556210e901d8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x556210e901d8 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x556210e901d8 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x556210e901d8 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x556210e901d8 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x556210e901d8 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x556210e901d8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x556210ee30d7 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x556210ee30d7 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x556210ee30d7 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f06b85db609 - start_thread [INFO] [stdout] 42: 0x7f06b83ad293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- least_squares::gesv_tests::col_major stdout ---- [INFO] [stdout] thread 'least_squares::gesv_tests::col_major' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `[0.9999999, -0.000000060447675, 0.000001558884, -0.00000022961778, 2.0000002, 0.00000047683716]`, [INFO] [stdout] right: `[1.0, 0.0, 0.0, 0.0, 2.0, 0.0]`', src/least_squares.rs:149:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x556210edbe10 - std::backtrace_rs::backtrace::libunwind::trace::h1037ca7e6eeef65c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x556210edbe10 - std::backtrace_rs::backtrace::trace_unsynchronized::haaefac1bc3669450 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x556210edbe10 - std::sys_common::backtrace::_print_fmt::h863a6f5e6d995885 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x556210edbe10 - ::fmt::h767e17e1aa7df6a8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x556210efee3c - core::fmt::write::h7aa6cd0067dca82a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x556210ed8e85 - std::io::Write::write_fmt::h6f1a9b91376a1376 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x556210eddf7b - std::sys_common::backtrace::_print::h2769edb26a7eb606 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x556210eddf7b - std::sys_common::backtrace::print::ha71f3549862b4cb6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x556210eddf7b - std::panicking::default_hook::{{closure}}::h95488a3bade217f6 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x556210edda8c - std::panicking::default_hook::h290aa602c0fb11df [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x556210ede621 - std::panicking::rust_panic_with_hook::hf32c4fa635e215f2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x556210ede127 - std::panicking::begin_panic_handler::{{closure}}::h95197ccd88846f7a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x556210edc2ec - std::sys_common::backtrace::__rust_end_short_backtrace::h7641df9566f7b7d0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x556210ede089 - rust_begin_unwind [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x556210e824b1 - core::panicking::panic_fmt::hbe99dddd3092ba3c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x556210efcee8 - core::panicking::assert_failed_inner::h4fdb1013d187f202 [INFO] [stdout] 16: 0x556210e8a06a - core::panicking::assert_failed::h4c3ffdb1febca5c8 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x556210e861a2 - rlapack::least_squares::gesv_tests::col_major::h52d5640047977fd4 [INFO] [stdout] at /opt/rustwide/workdir/src/least_squares.rs:149:9 [INFO] [stdout] 18: 0x556210e85e6a - rlapack::least_squares::gesv_tests::col_major::{{closure}}::hea54497e0c6776a4 [INFO] [stdout] at /opt/rustwide/workdir/src/least_squares.rs:142:5 [INFO] [stdout] 19: 0x556210e89abe - core::ops::function::FnOnce::call_once::h07e0dc851eae8cbf [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x556210eb26e3 - core::ops::function::FnOnce::call_once::h673fbe3f96486fd2 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x556210eb26e3 - test::__rust_begin_short_backtrace::h8eedc24e104ef6a0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x556210eb1190 - as core::ops::function::FnOnce>::call_once::h028d0969d3f94d78 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x556210eb1190 - as core::ops::function::FnOnce<()>>::call_once::h7634b01590b1722b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x556210eb1190 - std::panicking::try::do_call::hf74f869706dec63b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x556210eb1190 - std::panicking::try::hd0b7346ebfaaae44 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x556210eb1190 - std::panic::catch_unwind::hdbf6904f7c253080 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x556210eb1190 - test::run_test_in_process::h87e95a014ac91067 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x556210eb1190 - test::run_test::run_test_inner::{{closure}}::hdd69ae44aaab3470 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x556210e8c462 - test::run_test::run_test_inner::{{closure}}::hc159305704d5b68a [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x556210e8c462 - std::sys_common::backtrace::__rust_begin_short_backtrace::h33d8a8ad5f788fcc [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x556210e901d8 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h6181011ddf4b8353 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x556210e901d8 - as core::ops::function::FnOnce<()>>::call_once::hf924ea0a0f25a1c0 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x556210e901d8 - std::panicking::try::do_call::hd58061792d05fa5c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x556210e901d8 - std::panicking::try::h3080747417e5af37 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x556210e901d8 - std::panic::catch_unwind::hfeba515dcf36cb66 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x556210e901d8 - std::thread::Builder::spawn_unchecked::{{closure}}::h29d57a62faff749b [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x556210e901d8 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h44709d312d2a9c59 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x556210ee30d7 - as core::ops::function::FnOnce>::call_once::h902e2cf6655e1b0c [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x556210ee30d7 - as core::ops::function::FnOnce>::call_once::h893a5452154309d1 [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x556210ee30d7 - std::sys::unix::thread::Thread::new::thread_start::hdedcb57c96ab37cd [INFO] [stdout] at /rustc/99e3aef02079e9c10583638520cd0c134dc3a01d/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f06b85db609 - start_thread [INFO] [stdout] 42: 0x7f06b83ad293 - clone [INFO] [stdout] 43: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] least_squares::gesv_tests::col_major [INFO] [stdout] least_squares::gesv_tests::row_major [INFO] [stdout] [INFO] [stdout] test result: FAILED. 2 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "76dbe9ff4188ee6b2ecca715ab8bf96eec53e7d01db9e0589baf18a53e102888", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "76dbe9ff4188ee6b2ecca715ab8bf96eec53e7d01db9e0589baf18a53e102888", kill_on_drop: false }` [INFO] [stdout] 76dbe9ff4188ee6b2ecca715ab8bf96eec53e7d01db9e0589baf18a53e102888