[INFO] fetching crate rlapack 0.0.5... [INFO] checking rlapack-0.0.5 against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] extracting crate rlapack 0.0.5 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate rlapack 0.0.5 on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "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-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2acf4249b03a72f98541f7ea0867f5e2f64c85e3b809d1ad1d84692238f0ccb9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2acf4249b03a72f98541f7ea0867f5e2f64c85e3b809d1ad1d84692238f0ccb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2acf4249b03a72f98541f7ea0867f5e2f64c85e3b809d1ad1d84692238f0ccb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2acf4249b03a72f98541f7ea0867f5e2f64c85e3b809d1ad1d84692238f0ccb9", kill_on_drop: false }` [INFO] [stdout] 2acf4249b03a72f98541f7ea0867f5e2f64c85e3b809d1ad1d84692238f0ccb9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a476aba08e74bb3d2d8455163de3be786827d8569a10eccb2970a7fddea0cfa9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a476aba08e74bb3d2d8455163de3be786827d8569a10eccb2970a7fddea0cfa9", kill_on_drop: false }` [INFO] [stderr] Compiling rlapack v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking 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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: 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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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/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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: 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: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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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 is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [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: 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.50s [INFO] running `Command { std: "docker" "inspect" "a476aba08e74bb3d2d8455163de3be786827d8569a10eccb2970a7fddea0cfa9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a476aba08e74bb3d2d8455163de3be786827d8569a10eccb2970a7fddea0cfa9", kill_on_drop: false }` [INFO] [stdout] a476aba08e74bb3d2d8455163de3be786827d8569a10eccb2970a7fddea0cfa9