[INFO] fetching crate rlapack 0.0.5... [INFO] testing rlapack-0.0.5 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate rlapack 0.0.5 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate rlapack 0.0.5 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "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-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 56579ac4460d5a737864e5b8f162a62416f8be9958e1bf8257c0fee831c85ea7 [INFO] running `Command { std: "docker" "start" "-a" "56579ac4460d5a737864e5b8f162a62416f8be9958e1bf8257c0fee831c85ea7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "56579ac4460d5a737864e5b8f162a62416f8be9958e1bf8257c0fee831c85ea7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "56579ac4460d5a737864e5b8f162a62416f8be9958e1bf8257c0fee831c85ea7", kill_on_drop: false }` [INFO] [stdout] 56579ac4460d5a737864e5b8f162a62416f8be9958e1bf8257c0fee831c85ea7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 89788e8f85a0a8cfb2a5671cd0461731b6520701e53968f11635670d80f5c3c5 [INFO] running `Command { std: "docker" "start" "-a" "89788e8f85a0a8cfb2a5671cd0461731b6520701e53968f11635670d80f5c3c5", 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.55s [INFO] running `Command { std: "docker" "inspect" "89788e8f85a0a8cfb2a5671cd0461731b6520701e53968f11635670d80f5c3c5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89788e8f85a0a8cfb2a5671cd0461731b6520701e53968f11635670d80f5c3c5", kill_on_drop: false }` [INFO] [stdout] 89788e8f85a0a8cfb2a5671cd0461731b6520701e53968f11635670d80f5c3c5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03c0a67629e776b6debbe3bcfb8606afd3b4bd7553768122a0ce0a65c12b67fc [INFO] running `Command { std: "docker" "start" "-a" "03c0a67629e776b6debbe3bcfb8606afd3b4bd7553768122a0ce0a65c12b67fc", 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] [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: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] [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.31s [INFO] running `Command { std: "docker" "inspect" "03c0a67629e776b6debbe3bcfb8606afd3b4bd7553768122a0ce0a65c12b67fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03c0a67629e776b6debbe3bcfb8606afd3b4bd7553768122a0ce0a65c12b67fc", kill_on_drop: false }` [INFO] [stdout] 03c0a67629e776b6debbe3bcfb8606afd3b4bd7553768122a0ce0a65c12b67fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4258aa3d7497af6070d00a9fcc2ba3f35a2d95569906fd496e964eea269ef63c [INFO] running `Command { std: "docker" "start" "-a" "4258aa3d7497af6070d00a9fcc2ba3f35a2d95569906fd496e964eea269ef63c", 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.04s [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: 0x562fdb3d4de0 - std[77c0456e0eb29f0c]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x562fdb3d4de0 - std[77c0456e0eb29f0c]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x562fdb3d4de0 - std[77c0456e0eb29f0c]::sys_common::backtrace::_print_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x562fdb3d4de0 - ::fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x562fdb3f7e2c - core[ee1ca6415511a9c4]::fmt::write [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x562fdb3d1d25 - as std[77c0456e0eb29f0c]::io::Write>::write_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x562fdb3d6f6b - std[77c0456e0eb29f0c]::sys_common::backtrace::_print [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x562fdb3d6f6b - std[77c0456e0eb29f0c]::sys_common::backtrace::print [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x562fdb3d6f6b - std[77c0456e0eb29f0c]::panicking::default_hook::{closure#1} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x562fdb3d6a7c - std[77c0456e0eb29f0c]::panicking::default_hook [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x562fdb3d7611 - std[77c0456e0eb29f0c]::panicking::rust_panic_with_hook [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x562fdb3d7117 - std[77c0456e0eb29f0c]::panicking::begin_panic_handler::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x562fdb3d52dc - std[77c0456e0eb29f0c]::sys_common::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x562fdb3d7079 - rust_begin_unwind [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x562fdb37b4b1 - core[ee1ca6415511a9c4]::panicking::panic_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x562fdb3f5ed8 - core[ee1ca6415511a9c4]::panicking::assert_failed_inner [INFO] [stdout] 16: 0x562fdb382d1a - core[ee1ca6415511a9c4]::panicking::assert_failed::, alloc[cda43b294bbfc5d0]::vec::Vec> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x562fdb37f542 - rlapack[3b8ae2e7ac36bf8e]::least_squares::gesv_tests::row_major [INFO] [stdout] at /opt/rustwide/workdir/src/least_squares.rs:160:9 [INFO] [stdout] 18: 0x562fdb37f20a - rlapack[3b8ae2e7ac36bf8e]::least_squares::gesv_tests::row_major::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/least_squares.rs:153:5 [INFO] [stdout] 19: 0x562fdb38312e - >::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x562fdb3ab6c3 - >::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x562fdb3ab6c3 - test[eeb9024d9ac7bc83]::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x562fdb3aa18c - + core[ee1ca6415511a9c4]::marker::Send> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x562fdb3aa18c - + core[ee1ca6415511a9c4]::marker::Send>> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x562fdb3aa18c - std[77c0456e0eb29f0c]::panicking::try::do_call:: + core[ee1ca6415511a9c4]::marker::Send>>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x562fdb3aa18c - std[77c0456e0eb29f0c]::panicking::try::<(), std[77c0456e0eb29f0c]::panic::AssertUnwindSafe + core[ee1ca6415511a9c4]::marker::Send>>> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x562fdb3aa18c - std[77c0456e0eb29f0c]::panic::catch_unwind:: + core[ee1ca6415511a9c4]::marker::Send>>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x562fdb3aa18c - test[eeb9024d9ac7bc83]::run_test_in_process [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x562fdb3aa18c - test[eeb9024d9ac7bc83]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x562fdb389e52 - test[eeb9024d9ac7bc83]::run_test::run_test_inner::{closure#1} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x562fdb389e52 - std[77c0456e0eb29f0c]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x562fdb38a738 - ::spawn_unchecked::::{closure#0}::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x562fdb38a738 - ::spawn_unchecked::{closure#0}::{closure#0}> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x562fdb38a738 - std[77c0456e0eb29f0c]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x562fdb38a738 - std[77c0456e0eb29f0c]::panicking::try::<(), std[77c0456e0eb29f0c]::panic::AssertUnwindSafe<::spawn_unchecked::{closure#0}::{closure#0}>> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x562fdb38a738 - std[77c0456e0eb29f0c]::panic::catch_unwind::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x562fdb38a738 - ::spawn_unchecked::::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x562fdb38a738 - <::spawn_unchecked::{closure#0} as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x562fdb3dc0c7 - > as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x562fdb3dc0c7 - >> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x562fdb3dc0c7 - ::new::thread_start [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f4866b33609 - start_thread [INFO] [stdout] 42: 0x7f4866905293 - 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: 0x562fdb3d4de0 - std[77c0456e0eb29f0c]::backtrace_rs::backtrace::libunwind::trace [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stdout] 1: 0x562fdb3d4de0 - std[77c0456e0eb29f0c]::backtrace_rs::backtrace::trace_unsynchronized:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x562fdb3d4de0 - std[77c0456e0eb29f0c]::sys_common::backtrace::_print_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x562fdb3d4de0 - ::fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x562fdb3f7e2c - core[ee1ca6415511a9c4]::fmt::write [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/fmt/mod.rs:1110:17 [INFO] [stdout] 5: 0x562fdb3d1d25 - as std[77c0456e0eb29f0c]::io::Write>::write_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/io/mod.rs:1584:15 [INFO] [stdout] 6: 0x562fdb3d6f6b - std[77c0456e0eb29f0c]::sys_common::backtrace::_print [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x562fdb3d6f6b - std[77c0456e0eb29f0c]::sys_common::backtrace::print [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x562fdb3d6f6b - std[77c0456e0eb29f0c]::panicking::default_hook::{closure#1} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:208:50 [INFO] [stdout] 9: 0x562fdb3d6a7c - std[77c0456e0eb29f0c]::panicking::default_hook [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:222:9 [INFO] [stdout] 10: 0x562fdb3d7611 - std[77c0456e0eb29f0c]::panicking::rust_panic_with_hook [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:622:17 [INFO] [stdout] 11: 0x562fdb3d7117 - std[77c0456e0eb29f0c]::panicking::begin_panic_handler::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:519:13 [INFO] [stdout] 12: 0x562fdb3d52dc - std[77c0456e0eb29f0c]::sys_common::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stdout] 13: 0x562fdb3d7079 - rust_begin_unwind [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:515:5 [INFO] [stdout] 14: 0x562fdb37b4b1 - core[ee1ca6415511a9c4]::panicking::panic_fmt [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/panicking.rs:92:14 [INFO] [stdout] 15: 0x562fdb3f5ed8 - core[ee1ca6415511a9c4]::panicking::assert_failed_inner [INFO] [stdout] 16: 0x562fdb382d1a - core[ee1ca6415511a9c4]::panicking::assert_failed::, alloc[cda43b294bbfc5d0]::vec::Vec> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/panicking.rs:117:5 [INFO] [stdout] 17: 0x562fdb37f1a2 - rlapack[3b8ae2e7ac36bf8e]::least_squares::gesv_tests::col_major [INFO] [stdout] at /opt/rustwide/workdir/src/least_squares.rs:149:9 [INFO] [stdout] 18: 0x562fdb37ee6a - rlapack[3b8ae2e7ac36bf8e]::least_squares::gesv_tests::col_major::{closure#0} [INFO] [stdout] at /opt/rustwide/workdir/src/least_squares.rs:142:5 [INFO] [stdout] 19: 0x562fdb3830ee - >::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x562fdb3ab6c3 - >::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 21: 0x562fdb3ab6c3 - test[eeb9024d9ac7bc83]::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:577:5 [INFO] [stdout] 22: 0x562fdb3aa18c - + core[ee1ca6415511a9c4]::marker::Send> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 23: 0x562fdb3aa18c - + core[ee1ca6415511a9c4]::marker::Send>> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:346:9 [INFO] [stdout] 24: 0x562fdb3aa18c - std[77c0456e0eb29f0c]::panicking::try::do_call:: + core[ee1ca6415511a9c4]::marker::Send>>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 25: 0x562fdb3aa18c - std[77c0456e0eb29f0c]::panicking::try::<(), std[77c0456e0eb29f0c]::panic::AssertUnwindSafe + core[ee1ca6415511a9c4]::marker::Send>>> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 26: 0x562fdb3aa18c - std[77c0456e0eb29f0c]::panic::catch_unwind:: + core[ee1ca6415511a9c4]::marker::Send>>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:433:14 [INFO] [stdout] 27: 0x562fdb3aa18c - test[eeb9024d9ac7bc83]::run_test_in_process [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:600:18 [INFO] [stdout] 28: 0x562fdb3aa18c - test[eeb9024d9ac7bc83]::run_test::run_test_inner::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:492:39 [INFO] [stdout] 29: 0x562fdb389e52 - test[eeb9024d9ac7bc83]::run_test::run_test_inner::{closure#1} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/test/src/lib.rs:519:37 [INFO] [stdout] 30: 0x562fdb389e52 - std[77c0456e0eb29f0c]::sys_common::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stdout] 31: 0x562fdb38a738 - ::spawn_unchecked::::{closure#0}::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/thread/mod.rs:481:17 [INFO] [stdout] 32: 0x562fdb38a738 - ::spawn_unchecked::{closure#0}::{closure#0}> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:346:9 [INFO] [stdout] 33: 0x562fdb38a738 - std[77c0456e0eb29f0c]::panicking::try::do_call::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:401:40 [INFO] [stdout] 34: 0x562fdb38a738 - std[77c0456e0eb29f0c]::panicking::try::<(), std[77c0456e0eb29f0c]::panic::AssertUnwindSafe<::spawn_unchecked::{closure#0}::{closure#0}>> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panicking.rs:365:19 [INFO] [stdout] 35: 0x562fdb38a738 - std[77c0456e0eb29f0c]::panic::catch_unwind::::spawn_unchecked::{closure#0}::{closure#0}>, ()> [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/panic.rs:433:14 [INFO] [stdout] 36: 0x562fdb38a738 - ::spawn_unchecked::::{closure#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/thread/mod.rs:480:30 [INFO] [stdout] 37: 0x562fdb38a738 - <::spawn_unchecked::{closure#0} as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 38: 0x562fdb3dc0c7 - > as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 39: 0x562fdb3dc0c7 - >> as core[ee1ca6415511a9c4]::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/alloc/src/boxed.rs:1575:9 [INFO] [stdout] 40: 0x562fdb3dc0c7 - ::new::thread_start [INFO] [stdout] at /rustc/ce59db7a1b1b012fb2793c4641c1bdecad7a128b/library/std/src/sys/unix/thread.rs:71:17 [INFO] [stdout] 41: 0x7f4866b33609 - start_thread [INFO] [stdout] 42: 0x7f4866905293 - 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.05s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "4258aa3d7497af6070d00a9fcc2ba3f35a2d95569906fd496e964eea269ef63c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4258aa3d7497af6070d00a9fcc2ba3f35a2d95569906fd496e964eea269ef63c", kill_on_drop: false }` [INFO] [stdout] 4258aa3d7497af6070d00a9fcc2ba3f35a2d95569906fd496e964eea269ef63c