[INFO] fetching crate rlapack 0.0.5... [INFO] testing rlapack-0.0.5 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate rlapack 0.0.5 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate rlapack 0.0.5 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3afd524d912a08c09dde2bb512c1d6197a3483faefd12c16e8d956c423c6d4d8 [INFO] running `Command { std: "docker" "start" "-a" "3afd524d912a08c09dde2bb512c1d6197a3483faefd12c16e8d956c423c6d4d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3afd524d912a08c09dde2bb512c1d6197a3483faefd12c16e8d956c423c6d4d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3afd524d912a08c09dde2bb512c1d6197a3483faefd12c16e8d956c423c6d4d8", kill_on_drop: false }` [INFO] [stdout] 3afd524d912a08c09dde2bb512c1d6197a3483faefd12c16e8d956c423c6d4d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 751214b591f98191eb17371b0e02e4d6ae7f4ce2781a050ef73395ad37b8fd85 [INFO] running `Command { std: "docker" "start" "-a" "751214b591f98191eb17371b0e02e4d6ae7f4ce2781a050ef73395ad37b8fd85", kill_on_drop: false }` [INFO] [stderr] Compiling rlapack v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stdout] warning: 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] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(concat_idents)] [INFO] [stdout] | ^^^^^^^^^^^^^ [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 - fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 20 + fn gesv(a: &mut dyn Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 - fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 20 + fn gesv(a: &mut Matrix, b: &mut dyn Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 20 - fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 20 + fn gesv(a: &mut Matrix, b: &mut Matrix, p: &mut dyn Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 24 + fn gbsv(a: &mut dyn BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 24 + fn gbsv(a: &mut BandMatrix, b: &mut dyn Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 24 - fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 24 + fn gbsv(a: &mut BandMatrix, b: &mut Matrix, p: &mut dyn Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stdout] 28 + fn gtsv(a: &mut dyn TridiagonalMatrix, b: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix); [INFO] [stdout] 28 + fn gtsv(a: &mut TridiagonalMatrix, b: &mut dyn Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] 32 + fn posv(a: &mut dyn SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - fn posv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] 32 + fn posv(a: &mut SymmetricMatrix, b: &mut dyn Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] 36 + fn ppsv(a: &mut dyn SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 36 - fn ppsv(a: &mut SymmetricMatrix, b: &mut Matrix); [INFO] [stdout] 36 + fn ppsv(a: &mut SymmetricMatrix, b: &mut dyn Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 - fn pbsv(a: &mut M, b: &mut Matrix); [INFO] [stdout] 40 + fn pbsv(a: &mut M, b: &mut dyn Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 44 - fn ptsv(a: &mut M, b: &mut Matrix); [INFO] [stdout] 44 + fn ptsv(a: &mut M, b: &mut dyn Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 48 - fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 48 + fn sysv(a: &mut dyn SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 48 - fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 48 + fn sysv(a: &mut SymmetricMatrix, b: &mut dyn Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 48 - fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 48 + fn sysv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut dyn Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 52 + fn hesv(a: &mut dyn SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 52 + fn hesv(a: &mut SymmetricMatrix, b: &mut dyn Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 52 - fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 52 + fn hesv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut dyn Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 56 + fn spsv(a: &mut dyn SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 56 + fn spsv(a: &mut SymmetricMatrix, b: &mut dyn Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 56 - fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 56 + fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut dyn Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 60 + fn hpsv(a: &mut dyn SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 60 + fn hpsv(a: &mut SymmetricMatrix, b: &mut dyn Matrix, p: &mut Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 60 - fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix); [INFO] [stdout] 60 + fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut dyn Matrix); [INFO] [stdout] | [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] | ^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 65 + fn gesv(a: &mut dyn Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 65 + fn gesv(a: &mut Matrix<$t>, b: &mut dyn Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 65 - fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 65 + fn gesv(a: &mut Matrix<$t>, b: &mut Matrix<$t>, p: &mut dyn Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 79 - fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 79 + fn gbsv(a: &mut dyn BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 79 - fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 79 + fn gbsv(a: &mut BandMatrix<$t>, b: &mut dyn Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 79 - fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 79 + fn gbsv(a: &mut BandMatrix<$t>, b: &mut Matrix<$t>, p: &mut dyn Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 95 - fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stdout] 95 + fn gtsv(a: &mut dyn TridiagonalMatrix, b: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 95 - fn gtsv(a: &mut TridiagonalMatrix, b: &mut Matrix) { [INFO] [stdout] 95 + fn gtsv(a: &mut TridiagonalMatrix, b: &mut dyn Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 110 - fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] 110 + fn posv(a: &mut dyn SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | [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] | ^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 110 - fn posv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] 110 + fn posv(a: &mut SymmetricMatrix<$t>, b: &mut dyn Matrix<$t>) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 124 - fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] 124 + fn ppsv(a: &mut dyn SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] | [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] | ^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 124 - fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>) { [INFO] [stdout] 124 + fn ppsv(a: &mut SymmetricMatrix<$t>, b: &mut dyn Matrix<$t>) { [INFO] [stdout] | [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] | ^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 138 - fn pbsv(a: &mut M, b: &mut Matrix<$t>) { [INFO] [stdout] 138 + fn pbsv(a: &mut M, b: &mut dyn Matrix<$t>) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 - fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 158 + fn sysv(a: &mut dyn SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 - fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 158 + fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut dyn Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 158 - fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 158 + fn sysv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut dyn Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 177 - fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] 177 + fn spsv(a: &mut dyn SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 177 - fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] 177 + fn spsv(a: &mut SymmetricMatrix, b: &mut dyn Matrix, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 177 - fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] 177 + fn spsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut dyn Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 - fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 194 + fn hesv(a: &mut dyn SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 - fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 194 + fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut dyn Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 194 - fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut Matrix) { [INFO] [stdout] 194 + fn hesv(a: &mut SymmetricMatrix<$t>, b: &mut Matrix<$t>, p: &mut dyn Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 - fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] 213 + fn hpsv(a: &mut dyn SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 - fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] 213 + fn hpsv(a: &mut SymmetricMatrix, b: &mut dyn Matrix, p: &mut Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 213 - fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut Matrix) { [INFO] [stdout] 213 + fn hpsv(a: &mut SymmetricMatrix, b: &mut Matrix, p: &mut dyn Matrix) { [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stdout] 21 + fn gels(layout: Layout, a: &mut dyn Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 21 - fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error>; [INFO] [stdout] 21 + fn gels(layout: Layout, a: &mut Matrix, b: &mut dyn Matrix) -> Result<(), Error>; [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 - fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stdout] 22 + fn gels_work(layout: Layout, a: &mut dyn Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 22 - fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stdout] 22 + fn gels_work(layout: Layout, a: &mut Matrix, b: &mut dyn Matrix, work: &mut [Self]) -> Result<(), Error>; [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 23 - fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stdout] 23 + fn gels_work_len(a: &mut dyn Matrix, b: &mut Matrix) -> Result; [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 23 - fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result; [INFO] [stdout] 23 + fn gels_work_len(a: &mut Matrix, b: &mut dyn Matrix) -> Result; [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stdout] 28 + fn gels(layout: Layout, a: &mut dyn Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 28 - fn gels(layout: Layout, a: &mut Matrix, b: &mut Matrix) -> Result<(), Error> { [INFO] [stdout] 28 + fn gels(layout: Layout, a: &mut Matrix, b: &mut dyn Matrix) -> Result<(), Error> { [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 - fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stdout] 40 + fn gels_work(layout: Layout, a: &mut dyn Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 40 - fn gels_work(layout: Layout, a: &mut Matrix, b: &mut Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stdout] 40 + fn gels_work(layout: Layout, a: &mut Matrix, b: &mut dyn Matrix, work: &mut [Self]) -> Result<(), Error> { [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 103 - fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stdout] 103 + fn gels_work_len(a: &mut dyn Matrix, b: &mut Matrix) -> Result { [INFO] [stdout] | [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] | ^^^^^^^^^^^^ [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 [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] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 103 - fn gels_work_len(a: &mut Matrix, b: &mut Matrix) -> Result { [INFO] [stdout] 103 + fn gels_work_len(a: &mut Matrix, b: &mut dyn Matrix) -> Result { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 64 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rlapack` due to 2 previous errors; 64 warnings emitted [INFO] running `Command { std: "docker" "inspect" "751214b591f98191eb17371b0e02e4d6ae7f4ce2781a050ef73395ad37b8fd85", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "751214b591f98191eb17371b0e02e4d6ae7f4ce2781a050ef73395ad37b8fd85", kill_on_drop: false }` [INFO] [stdout] 751214b591f98191eb17371b0e02e4d6ae7f4ce2781a050ef73395ad37b8fd85