[INFO] fetching crate rds 0.0.3... [INFO] testing rds-0.0.3 against 1.59.0 for beta-1.60-1 [INFO] extracting crate rds 0.0.3 into /workspace/builds/worker-51/source [INFO] validating manifest of crates.io crate rds 0.0.3 on toolchain 1.59.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rds 0.0.3 [INFO] finished tweaking crates.io crate rds 0.0.3 [INFO] tweaked toml for crates.io crate rds 0.0.3 written to /workspace/builds/worker-51/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.59.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf081460cdcc71925b84f657251aef087bb46a63c432f54a7c3fdbac4b411136 [INFO] running `Command { std: "docker" "start" "-a" "bf081460cdcc71925b84f657251aef087bb46a63c432f54a7c3fdbac4b411136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf081460cdcc71925b84f657251aef087bb46a63c432f54a7c3fdbac4b411136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf081460cdcc71925b84f657251aef087bb46a63c432f54a7c3fdbac4b411136", kill_on_drop: false }` [INFO] [stdout] bf081460cdcc71925b84f657251aef087bb46a63c432f54a7c3fdbac4b411136 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a58ec205a4559762f1a3955a08b69580b13aa00c166ab078056e87559bc69f81 [INFO] running `Command { std: "docker" "start" "-a" "a58ec205a4559762f1a3955a08b69580b13aa00c166ab078056e87559bc69f81", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling byteorder v0.5.3 [INFO] [stderr] Compiling csv v0.14.7 [INFO] [stderr] Compiling rds v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/mod.rs:94:35 [INFO] [stdout] | [INFO] [stdout] 94 | fn assign(&mut self, other : &NDData) { [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] 94 - fn assign(&mut self, other : &NDData) { [INFO] [stdout] 94 + fn assign(&mut self, other : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/mod.rs:206:35 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn cast(data : &NDData) -> NDArray where T : Copy, U : Cast { [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] 206 - pub fn cast(data : &NDData) -> NDArray where T : Copy, U : Cast { [INFO] [stdout] 206 + pub fn cast(data : &dyn NDData) -> NDArray where T : Copy, U : Cast { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/mod.rs:231:65 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn insert(&mut self, dim : usize, pos : usize, other : &NDData) { [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] 231 - pub fn insert(&mut self, dim : usize, pos : usize, other : &NDData) { [INFO] [stdout] 231 + pub fn insert(&mut self, dim : usize, pos : usize, other : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:68:36 [INFO] [stdout] | [INFO] [stdout] 68 | fn axpy(&mut self, a : T, x : &NDData); [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] 68 - fn axpy(&mut self, a : T, x : &NDData); [INFO] [stdout] 68 + fn axpy(&mut self, a : T, x : &dyn NDData); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 71 | fn dot(&self, x : &NDData) -> T; [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] 71 - fn dot(&self, x : &NDData) -> T; [INFO] [stdout] 71 + fn dot(&self, x : &dyn NDData) -> T; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:76:40 [INFO] [stdout] | [INFO] [stdout] 76 | fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [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] 76 - fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [INFO] [stdout] 76 + fn gemv(&mut self, alpha : T, a : &dyn NDData, x : &NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:76:56 [INFO] [stdout] | [INFO] [stdout] 76 | fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [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] 76 - fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [INFO] [stdout] 76 + fn gemv(&mut self, alpha : T, a : &NDData, x : &dyn NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:81:40 [INFO] [stdout] | [INFO] [stdout] 81 | fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [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] 81 - fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [INFO] [stdout] 81 + fn gemm(&mut self, alpha : T, a : &dyn NDData, b : &NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:81:56 [INFO] [stdout] | [INFO] [stdout] 81 | fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [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] 81 - fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [INFO] [stdout] 81 + fn gemm(&mut self, alpha : T, a : &NDData, b : &dyn NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:130:38 [INFO] [stdout] | [INFO] [stdout] 130 | fn axpy(&mut self, a : f32, x : &NDData) { [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] 130 - fn axpy(&mut self, a : f32, x : &NDData) { [INFO] [stdout] 130 + fn axpy(&mut self, a : f32, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | fn dot(&self, x : &NDData) -> f32 { [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] 144 - fn dot(&self, x : &NDData) -> f32 { [INFO] [stdout] 144 + fn dot(&self, x : &dyn NDData) -> f32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:154:42 [INFO] [stdout] | [INFO] [stdout] 154 | fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [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] 154 - fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [INFO] [stdout] 154 + fn gemv(&mut self, alpha : f32, a : &dyn NDData, x : &NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:154:60 [INFO] [stdout] | [INFO] [stdout] 154 | fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [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] 154 - fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [INFO] [stdout] 154 + fn gemv(&mut self, alpha : f32, a : &NDData, x : &dyn NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:170:42 [INFO] [stdout] | [INFO] [stdout] 170 | fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [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] 170 - fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [INFO] [stdout] 170 + fn gemm(&mut self, alpha : f32, a : &dyn NDData, b : &NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:170:60 [INFO] [stdout] | [INFO] [stdout] 170 | fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [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] 170 - fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [INFO] [stdout] 170 + fn gemm(&mut self, alpha : f32, a : &NDData, b : &dyn NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:206:38 [INFO] [stdout] | [INFO] [stdout] 206 | fn axpy(&mut self, a : f64, x : &NDData) { [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] 206 - fn axpy(&mut self, a : f64, x : &NDData) { [INFO] [stdout] 206 + fn axpy(&mut self, a : f64, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:220:24 [INFO] [stdout] | [INFO] [stdout] 220 | fn dot(&self, x : &NDData) -> f64 { [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] 220 - fn dot(&self, x : &NDData) -> f64 { [INFO] [stdout] 220 + fn dot(&self, x : &dyn NDData) -> f64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:230:42 [INFO] [stdout] | [INFO] [stdout] 230 | fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [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] 230 - fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [INFO] [stdout] 230 + fn gemv(&mut self, alpha : f64, a : &dyn NDData, x : &NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:230:60 [INFO] [stdout] | [INFO] [stdout] 230 | fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [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] 230 - fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [INFO] [stdout] 230 + fn gemv(&mut self, alpha : f64, a : &NDData, x : &dyn NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:246:42 [INFO] [stdout] | [INFO] [stdout] 246 | fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [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] 246 - fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [INFO] [stdout] 246 + fn gemm(&mut self, alpha : f64, a : &dyn NDData, b : &NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:246:60 [INFO] [stdout] | [INFO] [stdout] 246 | fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [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] 246 - fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [INFO] [stdout] 246 + fn gemm(&mut self, alpha : f64, a : &NDData, b : &dyn NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:282:38 [INFO] [stdout] | [INFO] [stdout] 282 | fn axpy(&mut self, a : c32, x : &NDData) { [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] 282 - fn axpy(&mut self, a : c32, x : &NDData) { [INFO] [stdout] 282 + fn axpy(&mut self, a : c32, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:296:24 [INFO] [stdout] | [INFO] [stdout] 296 | fn dot(&self, x : &NDData) -> c32 { [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] 296 - fn dot(&self, x : &NDData) -> c32 { [INFO] [stdout] 296 + fn dot(&self, x : &dyn NDData) -> c32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:308:42 [INFO] [stdout] | [INFO] [stdout] 308 | fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [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] 308 - fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [INFO] [stdout] 308 + fn gemv(&mut self, alpha : c32, a : &dyn NDData, x : &NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:308:60 [INFO] [stdout] | [INFO] [stdout] 308 | fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [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] 308 - fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [INFO] [stdout] 308 + fn gemv(&mut self, alpha : c32, a : &NDData, x : &dyn NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:324:42 [INFO] [stdout] | [INFO] [stdout] 324 | fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [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] 324 - fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [INFO] [stdout] 324 + fn gemm(&mut self, alpha : c32, a : &dyn NDData, b : &NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:324:60 [INFO] [stdout] | [INFO] [stdout] 324 | fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [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] 324 - fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [INFO] [stdout] 324 + fn gemm(&mut self, alpha : c32, a : &NDData, b : &dyn NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:360:38 [INFO] [stdout] | [INFO] [stdout] 360 | fn axpy(&mut self, a : c64, x : &NDData) { [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] 360 - fn axpy(&mut self, a : c64, x : &NDData) { [INFO] [stdout] 360 + fn axpy(&mut self, a : c64, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:374:24 [INFO] [stdout] | [INFO] [stdout] 374 | fn dot(&self, x : &NDData) -> c64 { [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] 374 - fn dot(&self, x : &NDData) -> c64 { [INFO] [stdout] 374 + fn dot(&self, x : &dyn NDData) -> c64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:386:42 [INFO] [stdout] | [INFO] [stdout] 386 | fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [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] 386 - fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [INFO] [stdout] 386 + fn gemv(&mut self, alpha : c64, a : &dyn NDData, x : &NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:386:60 [INFO] [stdout] | [INFO] [stdout] 386 | fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [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] 386 - fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [INFO] [stdout] 386 + fn gemv(&mut self, alpha : c64, a : &NDData, x : &dyn NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:402:42 [INFO] [stdout] | [INFO] [stdout] 402 | fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [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] 402 - fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [INFO] [stdout] 402 + fn gemm(&mut self, alpha : c64, a : &dyn NDData, b : &NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:402:60 [INFO] [stdout] | [INFO] [stdout] 402 | fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [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] 402 - fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [INFO] [stdout] 402 + fn gemm(&mut self, alpha : c64, a : &NDData, b : &dyn NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/csv.rs:176:55 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn write_data(&mut self, data : &NDData) -> Result<(), String> { [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] 176 - pub fn write_data(&mut self, data : &NDData) -> Result<(), String> { [INFO] [stdout] 176 + pub fn write_data(&mut self, data : &dyn NDData) -> Result<(), String> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/numpy.rs:546:74 [INFO] [stdout] | [INFO] [stdout] 546 | pub fn write_data(&mut self, array : &NDData) -> Result<(), String> { [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] 546 - pub fn write_data(&mut self, array : &NDData) -> Result<(), String> { [INFO] [stdout] 546 + pub fn write_data(&mut self, array : &dyn NDData) -> Result<(), String> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend/compute_backend.rs:26:44 [INFO] [stdout] | [INFO] [stdout] 26 | fn set_array(&self, id : u32, array : &SizedBuffer) -> Result<(),String>; [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] 26 - fn set_array(&self, id : u32, array : &SizedBuffer) -> Result<(),String>; [INFO] [stdout] 26 + fn set_array(&self, id : u32, array : &dyn SizedBuffer) -> Result<(),String>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend/compute_backend.rs:28:48 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_array(&self, id : u32, array : &mut SizedBufferMut) -> Result<(),String>; [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 get_array(&self, id : u32, array : &mut SizedBufferMut) -> Result<(),String>; [INFO] [stdout] 28 + fn get_array(&self, id : u32, array : &mut dyn SizedBufferMut) -> Result<(),String>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:132:34 [INFO] [stdout] | [INFO] [stdout] 132 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:166:34 [INFO] [stdout] | [INFO] [stdout] 166 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:192:34 [INFO] [stdout] | [INFO] [stdout] 192 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:203:30 [INFO] [stdout] | [INFO] [stdout] 203 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:210:30 [INFO] [stdout] | [INFO] [stdout] 210 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:77:25 [INFO] [stdout] | [INFO] [stdout] 77 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:98:25 [INFO] [stdout] | [INFO] [stdout] 98 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:105:25 [INFO] [stdout] | [INFO] [stdout] 105 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:112:25 [INFO] [stdout] | [INFO] [stdout] 112 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:119:25 [INFO] [stdout] | [INFO] [stdout] 119 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:128:33 [INFO] [stdout] | [INFO] [stdout] 128 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:131:25 [INFO] [stdout] | [INFO] [stdout] 131 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:140:33 [INFO] [stdout] | [INFO] [stdout] 140 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:143:25 [INFO] [stdout] | [INFO] [stdout] 143 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:150:32 [INFO] [stdout] | [INFO] [stdout] 150 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:171:32 [INFO] [stdout] | [INFO] [stdout] 171 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:178:32 [INFO] [stdout] | [INFO] [stdout] 178 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:185:32 [INFO] [stdout] | [INFO] [stdout] 185 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:192:32 [INFO] [stdout] | [INFO] [stdout] 192 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:199:32 [INFO] [stdout] | [INFO] [stdout] 199 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:206:32 [INFO] [stdout] | [INFO] [stdout] 206 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:213:32 [INFO] [stdout] | [INFO] [stdout] 213 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:223:40 [INFO] [stdout] | [INFO] [stdout] 223 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:226:32 [INFO] [stdout] | [INFO] [stdout] 226 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:236:40 [INFO] [stdout] | [INFO] [stdout] 236 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:239:32 [INFO] [stdout] | [INFO] [stdout] 239 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:260:29 [INFO] [stdout] | [INFO] [stdout] 260 | Err(e) => Err(e.description().to_string()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | Err(e) => Err(e.description().to_string()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:281:26 [INFO] [stdout] | [INFO] [stdout] 281 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:288:26 [INFO] [stdout] | [INFO] [stdout] 288 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:294:30 [INFO] [stdout] | [INFO] [stdout] 294 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:301:30 [INFO] [stdout] | [INFO] [stdout] 301 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:311:26 [INFO] [stdout] | [INFO] [stdout] 311 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:315:36 [INFO] [stdout] | [INFO] [stdout] 315 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:370:44 [INFO] [stdout] | [INFO] [stdout] 370 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:382:26 [INFO] [stdout] | [INFO] [stdout] 382 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:385:26 [INFO] [stdout] | [INFO] [stdout] 385 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:429:26 [INFO] [stdout] | [INFO] [stdout] 429 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:432:26 [INFO] [stdout] | [INFO] [stdout] 432 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:34:36 [INFO] [stdout] | [INFO] [stdout] 34 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:39:26 [INFO] [stdout] | [INFO] [stdout] 39 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:44:40 [INFO] [stdout] | [INFO] [stdout] 44 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:54:40 [INFO] [stdout] | [INFO] [stdout] 54 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:62:26 [INFO] [stdout] | [INFO] [stdout] 62 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:72:44 [INFO] [stdout] | [INFO] [stdout] 72 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:74:40 [INFO] [stdout] | [INFO] [stdout] 74 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:79:26 [INFO] [stdout] | [INFO] [stdout] 79 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:86:38 [INFO] [stdout] | [INFO] [stdout] 86 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:97:38 [INFO] [stdout] | [INFO] [stdout] 97 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/array/mod.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | ... panic!(format!("NDDataMut::transpose(): generic transpose only apply to data where all the dimensions length are the same, shape[0]... [INFO] [stdout] | ______________^ [INFO] [stdout] 76 | | ... i, self.shape()[0], self.shape()[i])); [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 75 ~ panic!("NDDataMut::transpose(): generic transpose only apply to data where all the dimensions length are the same, shape[0] != shape[{}] ({} != {})", [INFO] [stdout] 76 ~ i, self.shape()[0], self.shape()[i]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/array/mod.rs:196:20 [INFO] [stdout] | [INFO] [stdout] 196 | ...c!(format!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len()... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 196 - panic!(format!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len())); [INFO] [stdout] 196 + panic!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/array/mod.rs:222:20 [INFO] [stdout] | [INFO] [stdout] 222 | ...nic!(format!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 222 - panic!(format!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2)); [INFO] [stdout] 222 + panic!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/array/csv.rs:87:110 [INFO] [stdout] | [INFO] [stdout] 87 | ... return Err(format!("Failed to parse value '{:}' at column {:} of row {:}", item, shape[1], row_idx)); [INFO] [stdout] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unconditional_panic)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/array/csv.rs:123:128 [INFO] [stdout] | [INFO] [stdout] 123 | ... return Err(format!("Failed to parse value '{:}' at row {:} of column {:}", record[column_idx], shape[1], column_idx)); [INFO] [stdout] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/array/csv.rs:128:91 [INFO] [stdout] | [INFO] [stdout] 128 | return Err(format!("Column {:} not found in row {:}", column_idx, shape[1])); [INFO] [stdout] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 105 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.13s [INFO] running `Command { std: "docker" "inspect" "a58ec205a4559762f1a3955a08b69580b13aa00c166ab078056e87559bc69f81", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a58ec205a4559762f1a3955a08b69580b13aa00c166ab078056e87559bc69f81", kill_on_drop: false }` [INFO] [stdout] a58ec205a4559762f1a3955a08b69580b13aa00c166ab078056e87559bc69f81 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c1523c10f76d5a8ca7b503e7b0d1fdd858fd957578485d87dc8a546b193f4ee8 [INFO] running `Command { std: "docker" "start" "-a" "c1523c10f76d5a8ca7b503e7b0d1fdd858fd957578485d87dc8a546b193f4ee8", kill_on_drop: false }` [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/mod.rs:94:35 [INFO] [stdout] | [INFO] [stdout] 94 | fn assign(&mut self, other : &NDData) { [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] 94 - fn assign(&mut self, other : &NDData) { [INFO] [stdout] 94 + fn assign(&mut self, other : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/mod.rs:206:35 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn cast(data : &NDData) -> NDArray where T : Copy, U : Cast { [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] 206 - pub fn cast(data : &NDData) -> NDArray where T : Copy, U : Cast { [INFO] [stdout] 206 + pub fn cast(data : &dyn NDData) -> NDArray where T : Copy, U : Cast { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/mod.rs:231:65 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn insert(&mut self, dim : usize, pos : usize, other : &NDData) { [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] 231 - pub fn insert(&mut self, dim : usize, pos : usize, other : &NDData) { [INFO] [stdout] 231 + pub fn insert(&mut self, dim : usize, pos : usize, other : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:68:36 [INFO] [stdout] | [INFO] [stdout] 68 | fn axpy(&mut self, a : T, x : &NDData); [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] 68 - fn axpy(&mut self, a : T, x : &NDData); [INFO] [stdout] 68 + fn axpy(&mut self, a : T, x : &dyn NDData); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 71 | fn dot(&self, x : &NDData) -> T; [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] 71 - fn dot(&self, x : &NDData) -> T; [INFO] [stdout] 71 + fn dot(&self, x : &dyn NDData) -> T; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:76:40 [INFO] [stdout] | [INFO] [stdout] 76 | fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [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] 76 - fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [INFO] [stdout] 76 + fn gemv(&mut self, alpha : T, a : &dyn NDData, x : &NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:76:56 [INFO] [stdout] | [INFO] [stdout] 76 | fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [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] 76 - fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [INFO] [stdout] 76 + fn gemv(&mut self, alpha : T, a : &NDData, x : &dyn NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:81:40 [INFO] [stdout] | [INFO] [stdout] 81 | fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [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] 81 - fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [INFO] [stdout] 81 + fn gemm(&mut self, alpha : T, a : &dyn NDData, b : &NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:81:56 [INFO] [stdout] | [INFO] [stdout] 81 | fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [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] 81 - fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [INFO] [stdout] 81 + fn gemm(&mut self, alpha : T, a : &NDData, b : &dyn NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:130:38 [INFO] [stdout] | [INFO] [stdout] 130 | fn axpy(&mut self, a : f32, x : &NDData) { [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] 130 - fn axpy(&mut self, a : f32, x : &NDData) { [INFO] [stdout] 130 + fn axpy(&mut self, a : f32, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | fn dot(&self, x : &NDData) -> f32 { [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] 144 - fn dot(&self, x : &NDData) -> f32 { [INFO] [stdout] 144 + fn dot(&self, x : &dyn NDData) -> f32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:154:42 [INFO] [stdout] | [INFO] [stdout] 154 | fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [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] 154 - fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [INFO] [stdout] 154 + fn gemv(&mut self, alpha : f32, a : &dyn NDData, x : &NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:154:60 [INFO] [stdout] | [INFO] [stdout] 154 | fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [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] 154 - fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [INFO] [stdout] 154 + fn gemv(&mut self, alpha : f32, a : &NDData, x : &dyn NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:170:42 [INFO] [stdout] | [INFO] [stdout] 170 | fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [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] 170 - fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [INFO] [stdout] 170 + fn gemm(&mut self, alpha : f32, a : &dyn NDData, b : &NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:170:60 [INFO] [stdout] | [INFO] [stdout] 170 | fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [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] 170 - fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [INFO] [stdout] 170 + fn gemm(&mut self, alpha : f32, a : &NDData, b : &dyn NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:206:38 [INFO] [stdout] | [INFO] [stdout] 206 | fn axpy(&mut self, a : f64, x : &NDData) { [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] 206 - fn axpy(&mut self, a : f64, x : &NDData) { [INFO] [stdout] 206 + fn axpy(&mut self, a : f64, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:220:24 [INFO] [stdout] | [INFO] [stdout] 220 | fn dot(&self, x : &NDData) -> f64 { [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] 220 - fn dot(&self, x : &NDData) -> f64 { [INFO] [stdout] 220 + fn dot(&self, x : &dyn NDData) -> f64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:230:42 [INFO] [stdout] | [INFO] [stdout] 230 | fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [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] 230 - fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [INFO] [stdout] 230 + fn gemv(&mut self, alpha : f64, a : &dyn NDData, x : &NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:230:60 [INFO] [stdout] | [INFO] [stdout] 230 | fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [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] 230 - fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [INFO] [stdout] 230 + fn gemv(&mut self, alpha : f64, a : &NDData, x : &dyn NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:246:42 [INFO] [stdout] | [INFO] [stdout] 246 | fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [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] 246 - fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [INFO] [stdout] 246 + fn gemm(&mut self, alpha : f64, a : &dyn NDData, b : &NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:246:60 [INFO] [stdout] | [INFO] [stdout] 246 | fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [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] 246 - fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [INFO] [stdout] 246 + fn gemm(&mut self, alpha : f64, a : &NDData, b : &dyn NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:282:38 [INFO] [stdout] | [INFO] [stdout] 282 | fn axpy(&mut self, a : c32, x : &NDData) { [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] 282 - fn axpy(&mut self, a : c32, x : &NDData) { [INFO] [stdout] 282 + fn axpy(&mut self, a : c32, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:296:24 [INFO] [stdout] | [INFO] [stdout] 296 | fn dot(&self, x : &NDData) -> c32 { [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] 296 - fn dot(&self, x : &NDData) -> c32 { [INFO] [stdout] 296 + fn dot(&self, x : &dyn NDData) -> c32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:308:42 [INFO] [stdout] | [INFO] [stdout] 308 | fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [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] 308 - fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [INFO] [stdout] 308 + fn gemv(&mut self, alpha : c32, a : &dyn NDData, x : &NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:308:60 [INFO] [stdout] | [INFO] [stdout] 308 | fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [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] 308 - fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [INFO] [stdout] 308 + fn gemv(&mut self, alpha : c32, a : &NDData, x : &dyn NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:324:42 [INFO] [stdout] | [INFO] [stdout] 324 | fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [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] 324 - fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [INFO] [stdout] 324 + fn gemm(&mut self, alpha : c32, a : &dyn NDData, b : &NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:324:60 [INFO] [stdout] | [INFO] [stdout] 324 | fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [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] 324 - fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [INFO] [stdout] 324 + fn gemm(&mut self, alpha : c32, a : &NDData, b : &dyn NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:360:38 [INFO] [stdout] | [INFO] [stdout] 360 | fn axpy(&mut self, a : c64, x : &NDData) { [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] 360 - fn axpy(&mut self, a : c64, x : &NDData) { [INFO] [stdout] 360 + fn axpy(&mut self, a : c64, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:374:24 [INFO] [stdout] | [INFO] [stdout] 374 | fn dot(&self, x : &NDData) -> c64 { [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] 374 - fn dot(&self, x : &NDData) -> c64 { [INFO] [stdout] 374 + fn dot(&self, x : &dyn NDData) -> c64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:386:42 [INFO] [stdout] | [INFO] [stdout] 386 | fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [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] 386 - fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [INFO] [stdout] 386 + fn gemv(&mut self, alpha : c64, a : &dyn NDData, x : &NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:386:60 [INFO] [stdout] | [INFO] [stdout] 386 | fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [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] 386 - fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [INFO] [stdout] 386 + fn gemv(&mut self, alpha : c64, a : &NDData, x : &dyn NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:402:42 [INFO] [stdout] | [INFO] [stdout] 402 | fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [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] 402 - fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [INFO] [stdout] 402 + fn gemm(&mut self, alpha : c64, a : &dyn NDData, b : &NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:402:60 [INFO] [stdout] | [INFO] [stdout] 402 | fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [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] 402 - fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [INFO] [stdout] 402 + fn gemm(&mut self, alpha : c64, a : &NDData, b : &dyn NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/csv.rs:176:55 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn write_data(&mut self, data : &NDData) -> Result<(), String> { [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] 176 - pub fn write_data(&mut self, data : &NDData) -> Result<(), String> { [INFO] [stdout] 176 + pub fn write_data(&mut self, data : &dyn NDData) -> Result<(), String> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/numpy.rs:546:74 [INFO] [stdout] | [INFO] [stdout] 546 | pub fn write_data(&mut self, array : &NDData) -> Result<(), String> { [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] 546 - pub fn write_data(&mut self, array : &NDData) -> Result<(), String> { [INFO] [stdout] 546 + pub fn write_data(&mut self, array : &dyn NDData) -> Result<(), String> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend/compute_backend.rs:26:44 [INFO] [stdout] | [INFO] [stdout] 26 | fn set_array(&self, id : u32, array : &SizedBuffer) -> Result<(),String>; [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] 26 - fn set_array(&self, id : u32, array : &SizedBuffer) -> Result<(),String>; [INFO] [stdout] 26 + fn set_array(&self, id : u32, array : &dyn SizedBuffer) -> Result<(),String>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend/compute_backend.rs:28:48 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_array(&self, id : u32, array : &mut SizedBufferMut) -> Result<(),String>; [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 get_array(&self, id : u32, array : &mut SizedBufferMut) -> Result<(),String>; [INFO] [stdout] 28 + fn get_array(&self, id : u32, array : &mut dyn SizedBufferMut) -> Result<(),String>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:132:34 [INFO] [stdout] | [INFO] [stdout] 132 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:166:34 [INFO] [stdout] | [INFO] [stdout] 166 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:192:34 [INFO] [stdout] | [INFO] [stdout] 192 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:203:30 [INFO] [stdout] | [INFO] [stdout] 203 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:210:30 [INFO] [stdout] | [INFO] [stdout] 210 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rds v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:77:25 [INFO] [stdout] | [INFO] [stdout] 77 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:98:25 [INFO] [stdout] | [INFO] [stdout] 98 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:105:25 [INFO] [stdout] | [INFO] [stdout] 105 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:112:25 [INFO] [stdout] | [INFO] [stdout] 112 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:119:25 [INFO] [stdout] | [INFO] [stdout] 119 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:128:33 [INFO] [stdout] | [INFO] [stdout] 128 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:131:25 [INFO] [stdout] | [INFO] [stdout] 131 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:140:33 [INFO] [stdout] | [INFO] [stdout] 140 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:143:25 [INFO] [stdout] | [INFO] [stdout] 143 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:150:32 [INFO] [stdout] | [INFO] [stdout] 150 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:171:32 [INFO] [stdout] | [INFO] [stdout] 171 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:178:32 [INFO] [stdout] | [INFO] [stdout] 178 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:185:32 [INFO] [stdout] | [INFO] [stdout] 185 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:192:32 [INFO] [stdout] | [INFO] [stdout] 192 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:199:32 [INFO] [stdout] | [INFO] [stdout] 199 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:206:32 [INFO] [stdout] | [INFO] [stdout] 206 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:213:32 [INFO] [stdout] | [INFO] [stdout] 213 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:223:40 [INFO] [stdout] | [INFO] [stdout] 223 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:226:32 [INFO] [stdout] | [INFO] [stdout] 226 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:236:40 [INFO] [stdout] | [INFO] [stdout] 236 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:239:32 [INFO] [stdout] | [INFO] [stdout] 239 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:260:29 [INFO] [stdout] | [INFO] [stdout] 260 | Err(e) => Err(e.description().to_string()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | Err(e) => Err(e.description().to_string()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:281:26 [INFO] [stdout] | [INFO] [stdout] 281 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:288:26 [INFO] [stdout] | [INFO] [stdout] 288 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:294:30 [INFO] [stdout] | [INFO] [stdout] 294 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:301:30 [INFO] [stdout] | [INFO] [stdout] 301 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:311:26 [INFO] [stdout] | [INFO] [stdout] 311 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:315:36 [INFO] [stdout] | [INFO] [stdout] 315 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:370:44 [INFO] [stdout] | [INFO] [stdout] 370 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:382:26 [INFO] [stdout] | [INFO] [stdout] 382 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:385:26 [INFO] [stdout] | [INFO] [stdout] 385 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:429:26 [INFO] [stdout] | [INFO] [stdout] 429 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:432:26 [INFO] [stdout] | [INFO] [stdout] 432 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:34:36 [INFO] [stdout] | [INFO] [stdout] 34 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:39:26 [INFO] [stdout] | [INFO] [stdout] 39 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:44:40 [INFO] [stdout] | [INFO] [stdout] 44 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:54:40 [INFO] [stdout] | [INFO] [stdout] 54 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:62:26 [INFO] [stdout] | [INFO] [stdout] 62 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:72:44 [INFO] [stdout] | [INFO] [stdout] 72 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:74:40 [INFO] [stdout] | [INFO] [stdout] 74 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:79:26 [INFO] [stdout] | [INFO] [stdout] 79 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:86:38 [INFO] [stdout] | [INFO] [stdout] 86 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:97:38 [INFO] [stdout] | [INFO] [stdout] 97 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/array/mod.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | ... panic!(format!("NDDataMut::transpose(): generic transpose only apply to data where all the dimensions length are the same, shape[0]... [INFO] [stdout] | ______________^ [INFO] [stdout] 76 | | ... i, self.shape()[0], self.shape()[i])); [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 75 ~ panic!("NDDataMut::transpose(): generic transpose only apply to data where all the dimensions length are the same, shape[0] != shape[{}] ({} != {})", [INFO] [stdout] 76 ~ i, self.shape()[0], self.shape()[i]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/array/mod.rs:196:20 [INFO] [stdout] | [INFO] [stdout] 196 | ...c!(format!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len()... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 196 - panic!(format!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len())); [INFO] [stdout] 196 + panic!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/array/mod.rs:222:20 [INFO] [stdout] | [INFO] [stdout] 222 | ...nic!(format!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 222 - panic!(format!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2)); [INFO] [stdout] 222 + panic!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/array/csv.rs:87:110 [INFO] [stdout] | [INFO] [stdout] 87 | ... return Err(format!("Failed to parse value '{:}' at column {:} of row {:}", item, shape[1], row_idx)); [INFO] [stdout] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unconditional_panic)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/array/csv.rs:123:128 [INFO] [stdout] | [INFO] [stdout] 123 | ... return Err(format!("Failed to parse value '{:}' at row {:} of column {:}", record[column_idx], shape[1], column_idx)); [INFO] [stdout] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/array/csv.rs:128:91 [INFO] [stdout] | [INFO] [stdout] 128 | return Err(format!("Column {:} not found in row {:}", column_idx, shape[1])); [INFO] [stdout] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 105 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/mod.rs:94:35 [INFO] [stdout] | [INFO] [stdout] 94 | fn assign(&mut self, other : &NDData) { [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] 94 - fn assign(&mut self, other : &NDData) { [INFO] [stdout] 94 + fn assign(&mut self, other : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/mod.rs:206:35 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn cast(data : &NDData) -> NDArray where T : Copy, U : Cast { [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] 206 - pub fn cast(data : &NDData) -> NDArray where T : Copy, U : Cast { [INFO] [stdout] 206 + pub fn cast(data : &dyn NDData) -> NDArray where T : Copy, U : Cast { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/mod.rs:231:65 [INFO] [stdout] | [INFO] [stdout] 231 | pub fn insert(&mut self, dim : usize, pos : usize, other : &NDData) { [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] 231 - pub fn insert(&mut self, dim : usize, pos : usize, other : &NDData) { [INFO] [stdout] 231 + pub fn insert(&mut self, dim : usize, pos : usize, other : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:68:36 [INFO] [stdout] | [INFO] [stdout] 68 | fn axpy(&mut self, a : T, x : &NDData); [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] 68 - fn axpy(&mut self, a : T, x : &NDData); [INFO] [stdout] 68 + fn axpy(&mut self, a : T, x : &dyn NDData); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:71:24 [INFO] [stdout] | [INFO] [stdout] 71 | fn dot(&self, x : &NDData) -> T; [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] 71 - fn dot(&self, x : &NDData) -> T; [INFO] [stdout] 71 + fn dot(&self, x : &dyn NDData) -> T; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:76:40 [INFO] [stdout] | [INFO] [stdout] 76 | fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [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] 76 - fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [INFO] [stdout] 76 + fn gemv(&mut self, alpha : T, a : &dyn NDData, x : &NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:76:56 [INFO] [stdout] | [INFO] [stdout] 76 | fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [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] 76 - fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [INFO] [stdout] 76 + fn gemv(&mut self, alpha : T, a : &NDData, x : &dyn NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:81:40 [INFO] [stdout] | [INFO] [stdout] 81 | fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [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] 81 - fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [INFO] [stdout] 81 + fn gemm(&mut self, alpha : T, a : &dyn NDData, b : &NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:81:56 [INFO] [stdout] | [INFO] [stdout] 81 | fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [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] 81 - fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [INFO] [stdout] 81 + fn gemm(&mut self, alpha : T, a : &NDData, b : &dyn NDData, beta : T); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:130:38 [INFO] [stdout] | [INFO] [stdout] 130 | fn axpy(&mut self, a : f32, x : &NDData) { [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] 130 - fn axpy(&mut self, a : f32, x : &NDData) { [INFO] [stdout] 130 + fn axpy(&mut self, a : f32, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:144:24 [INFO] [stdout] | [INFO] [stdout] 144 | fn dot(&self, x : &NDData) -> f32 { [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] 144 - fn dot(&self, x : &NDData) -> f32 { [INFO] [stdout] 144 + fn dot(&self, x : &dyn NDData) -> f32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:154:42 [INFO] [stdout] | [INFO] [stdout] 154 | fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [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] 154 - fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [INFO] [stdout] 154 + fn gemv(&mut self, alpha : f32, a : &dyn NDData, x : &NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:154:60 [INFO] [stdout] | [INFO] [stdout] 154 | fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [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] 154 - fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [INFO] [stdout] 154 + fn gemv(&mut self, alpha : f32, a : &NDData, x : &dyn NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:170:42 [INFO] [stdout] | [INFO] [stdout] 170 | fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [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] 170 - fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [INFO] [stdout] 170 + fn gemm(&mut self, alpha : f32, a : &dyn NDData, b : &NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:170:60 [INFO] [stdout] | [INFO] [stdout] 170 | fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [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] 170 - fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [INFO] [stdout] 170 + fn gemm(&mut self, alpha : f32, a : &NDData, b : &dyn NDData, beta : f32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:206:38 [INFO] [stdout] | [INFO] [stdout] 206 | fn axpy(&mut self, a : f64, x : &NDData) { [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] 206 - fn axpy(&mut self, a : f64, x : &NDData) { [INFO] [stdout] 206 + fn axpy(&mut self, a : f64, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:220:24 [INFO] [stdout] | [INFO] [stdout] 220 | fn dot(&self, x : &NDData) -> f64 { [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] 220 - fn dot(&self, x : &NDData) -> f64 { [INFO] [stdout] 220 + fn dot(&self, x : &dyn NDData) -> f64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:230:42 [INFO] [stdout] | [INFO] [stdout] 230 | fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [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] 230 - fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [INFO] [stdout] 230 + fn gemv(&mut self, alpha : f64, a : &dyn NDData, x : &NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:230:60 [INFO] [stdout] | [INFO] [stdout] 230 | fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [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] 230 - fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [INFO] [stdout] 230 + fn gemv(&mut self, alpha : f64, a : &NDData, x : &dyn NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:246:42 [INFO] [stdout] | [INFO] [stdout] 246 | fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [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] 246 - fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [INFO] [stdout] 246 + fn gemm(&mut self, alpha : f64, a : &dyn NDData, b : &NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:246:60 [INFO] [stdout] | [INFO] [stdout] 246 | fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [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] 246 - fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [INFO] [stdout] 246 + fn gemm(&mut self, alpha : f64, a : &NDData, b : &dyn NDData, beta : f64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:282:38 [INFO] [stdout] | [INFO] [stdout] 282 | fn axpy(&mut self, a : c32, x : &NDData) { [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] 282 - fn axpy(&mut self, a : c32, x : &NDData) { [INFO] [stdout] 282 + fn axpy(&mut self, a : c32, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:296:24 [INFO] [stdout] | [INFO] [stdout] 296 | fn dot(&self, x : &NDData) -> c32 { [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] 296 - fn dot(&self, x : &NDData) -> c32 { [INFO] [stdout] 296 + fn dot(&self, x : &dyn NDData) -> c32 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:308:42 [INFO] [stdout] | [INFO] [stdout] 308 | fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [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] 308 - fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [INFO] [stdout] 308 + fn gemv(&mut self, alpha : c32, a : &dyn NDData, x : &NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:308:60 [INFO] [stdout] | [INFO] [stdout] 308 | fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [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] 308 - fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [INFO] [stdout] 308 + fn gemv(&mut self, alpha : c32, a : &NDData, x : &dyn NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:324:42 [INFO] [stdout] | [INFO] [stdout] 324 | fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [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] 324 - fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [INFO] [stdout] 324 + fn gemm(&mut self, alpha : c32, a : &dyn NDData, b : &NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:324:60 [INFO] [stdout] | [INFO] [stdout] 324 | fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [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] 324 - fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [INFO] [stdout] 324 + fn gemm(&mut self, alpha : c32, a : &NDData, b : &dyn NDData, beta : c32) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:360:38 [INFO] [stdout] | [INFO] [stdout] 360 | fn axpy(&mut self, a : c64, x : &NDData) { [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] 360 - fn axpy(&mut self, a : c64, x : &NDData) { [INFO] [stdout] 360 + fn axpy(&mut self, a : c64, x : &dyn NDData) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:374:24 [INFO] [stdout] | [INFO] [stdout] 374 | fn dot(&self, x : &NDData) -> c64 { [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] 374 - fn dot(&self, x : &NDData) -> c64 { [INFO] [stdout] 374 + fn dot(&self, x : &dyn NDData) -> c64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:386:42 [INFO] [stdout] | [INFO] [stdout] 386 | fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [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] 386 - fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [INFO] [stdout] 386 + fn gemv(&mut self, alpha : c64, a : &dyn NDData, x : &NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:386:60 [INFO] [stdout] | [INFO] [stdout] 386 | fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [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] 386 - fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [INFO] [stdout] 386 + fn gemv(&mut self, alpha : c64, a : &NDData, x : &dyn NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:402:42 [INFO] [stdout] | [INFO] [stdout] 402 | fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [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] 402 - fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [INFO] [stdout] 402 + fn gemm(&mut self, alpha : c64, a : &dyn NDData, b : &NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/blas/mod.rs:402:60 [INFO] [stdout] | [INFO] [stdout] 402 | fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [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] 402 - fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [INFO] [stdout] 402 + fn gemm(&mut self, alpha : c64, a : &NDData, b : &dyn NDData, beta : c64) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/csv.rs:176:55 [INFO] [stdout] | [INFO] [stdout] 176 | pub fn write_data(&mut self, data : &NDData) -> Result<(), String> { [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] 176 - pub fn write_data(&mut self, data : &NDData) -> Result<(), String> { [INFO] [stdout] 176 + pub fn write_data(&mut self, data : &dyn NDData) -> Result<(), String> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/array/numpy.rs:546:74 [INFO] [stdout] | [INFO] [stdout] 546 | pub fn write_data(&mut self, array : &NDData) -> Result<(), String> { [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] 546 - pub fn write_data(&mut self, array : &NDData) -> Result<(), String> { [INFO] [stdout] 546 + pub fn write_data(&mut self, array : &dyn NDData) -> Result<(), String> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend/compute_backend.rs:26:44 [INFO] [stdout] | [INFO] [stdout] 26 | fn set_array(&self, id : u32, array : &SizedBuffer) -> Result<(),String>; [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] 26 - fn set_array(&self, id : u32, array : &SizedBuffer) -> Result<(),String>; [INFO] [stdout] 26 + fn set_array(&self, id : u32, array : &dyn SizedBuffer) -> Result<(),String>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/backend/compute_backend.rs:28:48 [INFO] [stdout] | [INFO] [stdout] 28 | fn get_array(&self, id : u32, array : &mut SizedBufferMut) -> Result<(),String>; [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 get_array(&self, id : u32, array : &mut SizedBufferMut) -> Result<(),String>; [INFO] [stdout] 28 + fn get_array(&self, id : u32, array : &mut dyn SizedBufferMut) -> Result<(),String>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:48:23 [INFO] [stdout] | [INFO] [stdout] 48 | Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:62:23 [INFO] [stdout] | [INFO] [stdout] 62 | Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:93:30 [INFO] [stdout] | [INFO] [stdout] 93 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:132:34 [INFO] [stdout] | [INFO] [stdout] 132 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:166:34 [INFO] [stdout] | [INFO] [stdout] 166 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:192:34 [INFO] [stdout] | [INFO] [stdout] 192 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:203:30 [INFO] [stdout] | [INFO] [stdout] 203 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/csv.rs:210:30 [INFO] [stdout] | [INFO] [stdout] 210 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:63:25 [INFO] [stdout] | [INFO] [stdout] 63 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:70:25 [INFO] [stdout] | [INFO] [stdout] 70 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:77:25 [INFO] [stdout] | [INFO] [stdout] 77 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:84:25 [INFO] [stdout] | [INFO] [stdout] 84 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:91:25 [INFO] [stdout] | [INFO] [stdout] 91 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:98:25 [INFO] [stdout] | [INFO] [stdout] 98 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:105:25 [INFO] [stdout] | [INFO] [stdout] 105 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:112:25 [INFO] [stdout] | [INFO] [stdout] 112 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:119:25 [INFO] [stdout] | [INFO] [stdout] 119 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:128:33 [INFO] [stdout] | [INFO] [stdout] 128 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:131:25 [INFO] [stdout] | [INFO] [stdout] 131 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:140:33 [INFO] [stdout] | [INFO] [stdout] 140 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:143:25 [INFO] [stdout] | [INFO] [stdout] 143 | Err(e) => Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:150:32 [INFO] [stdout] | [INFO] [stdout] 150 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:157:32 [INFO] [stdout] | [INFO] [stdout] 157 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:164:32 [INFO] [stdout] | [INFO] [stdout] 164 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:171:32 [INFO] [stdout] | [INFO] [stdout] 171 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:178:32 [INFO] [stdout] | [INFO] [stdout] 178 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:185:32 [INFO] [stdout] | [INFO] [stdout] 185 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:192:32 [INFO] [stdout] | [INFO] [stdout] 192 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:199:32 [INFO] [stdout] | [INFO] [stdout] 199 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:206:32 [INFO] [stdout] | [INFO] [stdout] 206 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:213:32 [INFO] [stdout] | [INFO] [stdout] 213 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:223:40 [INFO] [stdout] | [INFO] [stdout] 223 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:226:32 [INFO] [stdout] | [INFO] [stdout] 226 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:236:40 [INFO] [stdout] | [INFO] [stdout] 236 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:239:32 [INFO] [stdout] | [INFO] [stdout] 239 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:260:29 [INFO] [stdout] | [INFO] [stdout] 260 | Err(e) => Err(e.description().to_string()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:267:29 [INFO] [stdout] | [INFO] [stdout] 267 | Err(e) => Err(e.description().to_string()), [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:281:26 [INFO] [stdout] | [INFO] [stdout] 281 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:288:26 [INFO] [stdout] | [INFO] [stdout] 288 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:294:30 [INFO] [stdout] | [INFO] [stdout] 294 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:301:30 [INFO] [stdout] | [INFO] [stdout] 301 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:311:26 [INFO] [stdout] | [INFO] [stdout] 311 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:315:36 [INFO] [stdout] | [INFO] [stdout] 315 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:370:44 [INFO] [stdout] | [INFO] [stdout] 370 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:382:26 [INFO] [stdout] | [INFO] [stdout] 382 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:385:26 [INFO] [stdout] | [INFO] [stdout] 385 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:429:26 [INFO] [stdout] | [INFO] [stdout] 429 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/numpy.rs:432:26 [INFO] [stdout] | [INFO] [stdout] 432 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:34:36 [INFO] [stdout] | [INFO] [stdout] 34 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:39:26 [INFO] [stdout] | [INFO] [stdout] 39 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:44:40 [INFO] [stdout] | [INFO] [stdout] 44 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:46:36 [INFO] [stdout] | [INFO] [stdout] 46 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:54:40 [INFO] [stdout] | [INFO] [stdout] 54 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:56:36 [INFO] [stdout] | [INFO] [stdout] 56 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:62:26 [INFO] [stdout] | [INFO] [stdout] 62 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:67:30 [INFO] [stdout] | [INFO] [stdout] 67 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:72:44 [INFO] [stdout] | [INFO] [stdout] 72 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:74:40 [INFO] [stdout] | [INFO] [stdout] 74 | Err(e) => return Err(e.description().to_string()) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:79:26 [INFO] [stdout] | [INFO] [stdout] 79 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:86:38 [INFO] [stdout] | [INFO] [stdout] 86 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/array/edf.rs:97:38 [INFO] [stdout] | [INFO] [stdout] 97 | return Err(e.description().to_string()); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/array/mod.rs:75:24 [INFO] [stdout] | [INFO] [stdout] 75 | ... panic!(format!("NDDataMut::transpose(): generic transpose only apply to data where all the dimensions length are the same, shape[0]... [INFO] [stdout] | ______________^ [INFO] [stdout] 76 | | ... i, self.shape()[0], self.shape()[i])); [INFO] [stdout] | |__________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 75 ~ panic!("NDDataMut::transpose(): generic transpose only apply to data where all the dimensions length are the same, shape[0] != shape[{}] ({} != {})", [INFO] [stdout] 76 ~ i, self.shape()[0], self.shape()[i]); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/array/mod.rs:196:20 [INFO] [stdout] | [INFO] [stdout] 196 | ...c!(format!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len()... [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 196 - panic!(format!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len())); [INFO] [stdout] 196 + panic!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len()); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/array/mod.rs:222:20 [INFO] [stdout] | [INFO] [stdout] 222 | ...nic!(format!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 222 - panic!(format!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2)); [INFO] [stdout] 222 + panic!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/array/csv.rs:87:110 [INFO] [stdout] | [INFO] [stdout] 87 | ... return Err(format!("Failed to parse value '{:}' at column {:} of row {:}", item, shape[1], row_idx)); [INFO] [stdout] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unconditional_panic)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/array/csv.rs:123:128 [INFO] [stdout] | [INFO] [stdout] 123 | ... return Err(format!("Failed to parse value '{:}' at row {:} of column {:}", record[column_idx], shape[1], column_idx)); [INFO] [stdout] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this operation will panic at runtime [INFO] [stdout] --> src/array/csv.rs:128:91 [INFO] [stdout] | [INFO] [stdout] 128 | return Err(format!("Column {:} not found in row {:}", column_idx, shape[1])); [INFO] [stdout] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 105 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.08s [INFO] running `Command { std: "docker" "inspect" "c1523c10f76d5a8ca7b503e7b0d1fdd858fd957578485d87dc8a546b193f4ee8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c1523c10f76d5a8ca7b503e7b0d1fdd858fd957578485d87dc8a546b193f4ee8", kill_on_drop: false }` [INFO] [stdout] c1523c10f76d5a8ca7b503e7b0d1fdd858fd957578485d87dc8a546b193f4ee8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-51/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+1.59.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] db3b221b29c7020af11b72b205a74237151b9733a69dfad737087118bfcd5fed [INFO] running `Command { std: "docker" "start" "-a" "db3b221b29c7020af11b72b205a74237151b9733a69dfad737087118bfcd5fed", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/array/mod.rs:94:35 [INFO] [stderr] | [INFO] [stderr] 94 | fn assign(&mut self, other : &NDData) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 94 - fn assign(&mut self, other : &NDData) { [INFO] [stderr] 94 + fn assign(&mut self, other : &dyn NDData) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/array/mod.rs:206:35 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn cast(data : &NDData) -> NDArray where T : Copy, U : Cast { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 206 - pub fn cast(data : &NDData) -> NDArray where T : Copy, U : Cast { [INFO] [stderr] 206 + pub fn cast(data : &dyn NDData) -> NDArray where T : Copy, U : Cast { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/array/mod.rs:231:65 [INFO] [stderr] | [INFO] [stderr] 231 | pub fn insert(&mut self, dim : usize, pos : usize, other : &NDData) { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 231 - pub fn insert(&mut self, dim : usize, pos : usize, other : &NDData) { [INFO] [stderr] 231 + pub fn insert(&mut self, dim : usize, pos : usize, other : &dyn NDData) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:68:36 [INFO] [stderr] | [INFO] [stderr] 68 | fn axpy(&mut self, a : T, x : &NDData); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 68 - fn axpy(&mut self, a : T, x : &NDData); [INFO] [stderr] 68 + fn axpy(&mut self, a : T, x : &dyn NDData); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:71:24 [INFO] [stderr] | [INFO] [stderr] 71 | fn dot(&self, x : &NDData) -> T; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 71 - fn dot(&self, x : &NDData) -> T; [INFO] [stderr] 71 + fn dot(&self, x : &dyn NDData) -> T; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:76:40 [INFO] [stderr] | [INFO] [stderr] 76 | fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 76 - fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [INFO] [stderr] 76 + fn gemv(&mut self, alpha : T, a : &dyn NDData, x : &NDData, beta : T); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:76:56 [INFO] [stderr] | [INFO] [stderr] 76 | fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 76 - fn gemv(&mut self, alpha : T, a : &NDData, x : &NDData, beta : T); [INFO] [stderr] 76 + fn gemv(&mut self, alpha : T, a : &NDData, x : &dyn NDData, beta : T); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:81:40 [INFO] [stderr] | [INFO] [stderr] 81 | fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 81 - fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [INFO] [stderr] 81 + fn gemm(&mut self, alpha : T, a : &dyn NDData, b : &NDData, beta : T); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:81:56 [INFO] [stderr] | [INFO] [stderr] 81 | fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 81 - fn gemm(&mut self, alpha : T, a : &NDData, b : &NDData, beta : T); [INFO] [stderr] 81 + fn gemm(&mut self, alpha : T, a : &NDData, b : &dyn NDData, beta : T); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:130:38 [INFO] [stderr] | [INFO] [stderr] 130 | fn axpy(&mut self, a : f32, x : &NDData) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 130 - fn axpy(&mut self, a : f32, x : &NDData) { [INFO] [stderr] 130 + fn axpy(&mut self, a : f32, x : &dyn NDData) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:144:24 [INFO] [stderr] | [INFO] [stderr] 144 | fn dot(&self, x : &NDData) -> f32 { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 144 - fn dot(&self, x : &NDData) -> f32 { [INFO] [stderr] 144 + fn dot(&self, x : &dyn NDData) -> f32 { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:154:42 [INFO] [stderr] | [INFO] [stderr] 154 | fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 154 - fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [INFO] [stderr] 154 + fn gemv(&mut self, alpha : f32, a : &dyn NDData, x : &NDData, beta : f32) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:154:60 [INFO] [stderr] | [INFO] [stderr] 154 | fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 154 - fn gemv(&mut self, alpha : f32, a : &NDData, x : &NDData, beta : f32) { [INFO] [stderr] 154 + fn gemv(&mut self, alpha : f32, a : &NDData, x : &dyn NDData, beta : f32) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:170:42 [INFO] [stderr] | [INFO] [stderr] 170 | fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 170 - fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [INFO] [stderr] 170 + fn gemm(&mut self, alpha : f32, a : &dyn NDData, b : &NDData, beta : f32) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:170:60 [INFO] [stderr] | [INFO] [stderr] 170 | fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 170 - fn gemm(&mut self, alpha : f32, a : &NDData, b : &NDData, beta : f32) { [INFO] [stderr] 170 + fn gemm(&mut self, alpha : f32, a : &NDData, b : &dyn NDData, beta : f32) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:206:38 [INFO] [stderr] | [INFO] [stderr] 206 | fn axpy(&mut self, a : f64, x : &NDData) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 206 - fn axpy(&mut self, a : f64, x : &NDData) { [INFO] [stderr] 206 + fn axpy(&mut self, a : f64, x : &dyn NDData) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:220:24 [INFO] [stderr] | [INFO] [stderr] 220 | fn dot(&self, x : &NDData) -> f64 { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 220 - fn dot(&self, x : &NDData) -> f64 { [INFO] [stderr] 220 + fn dot(&self, x : &dyn NDData) -> f64 { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:230:42 [INFO] [stderr] | [INFO] [stderr] 230 | fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 230 - fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [INFO] [stderr] 230 + fn gemv(&mut self, alpha : f64, a : &dyn NDData, x : &NDData, beta : f64) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:230:60 [INFO] [stderr] | [INFO] [stderr] 230 | fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 230 - fn gemv(&mut self, alpha : f64, a : &NDData, x : &NDData, beta : f64) { [INFO] [stderr] 230 + fn gemv(&mut self, alpha : f64, a : &NDData, x : &dyn NDData, beta : f64) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:246:42 [INFO] [stderr] | [INFO] [stderr] 246 | fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 246 - fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [INFO] [stderr] 246 + fn gemm(&mut self, alpha : f64, a : &dyn NDData, b : &NDData, beta : f64) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:246:60 [INFO] [stderr] | [INFO] [stderr] 246 | fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 246 - fn gemm(&mut self, alpha : f64, a : &NDData, b : &NDData, beta : f64) { [INFO] [stderr] 246 + fn gemm(&mut self, alpha : f64, a : &NDData, b : &dyn NDData, beta : f64) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:282:38 [INFO] [stderr] | [INFO] [stderr] 282 | fn axpy(&mut self, a : c32, x : &NDData) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 282 - fn axpy(&mut self, a : c32, x : &NDData) { [INFO] [stderr] 282 + fn axpy(&mut self, a : c32, x : &dyn NDData) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:296:24 [INFO] [stderr] | [INFO] [stderr] 296 | fn dot(&self, x : &NDData) -> c32 { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 296 - fn dot(&self, x : &NDData) -> c32 { [INFO] [stderr] 296 + fn dot(&self, x : &dyn NDData) -> c32 { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:308:42 [INFO] [stderr] | [INFO] [stderr] 308 | fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 308 - fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [INFO] [stderr] 308 + fn gemv(&mut self, alpha : c32, a : &dyn NDData, x : &NDData, beta : c32) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:308:60 [INFO] [stderr] | [INFO] [stderr] 308 | fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 308 - fn gemv(&mut self, alpha : c32, a : &NDData, x : &NDData, beta : c32) { [INFO] [stderr] 308 + fn gemv(&mut self, alpha : c32, a : &NDData, x : &dyn NDData, beta : c32) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:324:42 [INFO] [stderr] | [INFO] [stderr] 324 | fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 324 - fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [INFO] [stderr] 324 + fn gemm(&mut self, alpha : c32, a : &dyn NDData, b : &NDData, beta : c32) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:324:60 [INFO] [stderr] | [INFO] [stderr] 324 | fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 324 - fn gemm(&mut self, alpha : c32, a : &NDData, b : &NDData, beta : c32) { [INFO] [stderr] 324 + fn gemm(&mut self, alpha : c32, a : &NDData, b : &dyn NDData, beta : c32) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:360:38 [INFO] [stderr] | [INFO] [stderr] 360 | fn axpy(&mut self, a : c64, x : &NDData) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 360 - fn axpy(&mut self, a : c64, x : &NDData) { [INFO] [stderr] 360 + fn axpy(&mut self, a : c64, x : &dyn NDData) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:374:24 [INFO] [stderr] | [INFO] [stderr] 374 | fn dot(&self, x : &NDData) -> c64 { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 374 - fn dot(&self, x : &NDData) -> c64 { [INFO] [stderr] 374 + fn dot(&self, x : &dyn NDData) -> c64 { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:386:42 [INFO] [stderr] | [INFO] [stderr] 386 | fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 386 - fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [INFO] [stderr] 386 + fn gemv(&mut self, alpha : c64, a : &dyn NDData, x : &NDData, beta : c64) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:386:60 [INFO] [stderr] | [INFO] [stderr] 386 | fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 386 - fn gemv(&mut self, alpha : c64, a : &NDData, x : &NDData, beta : c64) { [INFO] [stderr] 386 + fn gemv(&mut self, alpha : c64, a : &NDData, x : &dyn NDData, beta : c64) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:402:42 [INFO] [stderr] | [INFO] [stderr] 402 | fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 402 - fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [INFO] [stderr] 402 + fn gemm(&mut self, alpha : c64, a : &dyn NDData, b : &NDData, beta : c64) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/blas/mod.rs:402:60 [INFO] [stderr] | [INFO] [stderr] 402 | fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 402 - fn gemm(&mut self, alpha : c64, a : &NDData, b : &NDData, beta : c64) { [INFO] [stderr] 402 + fn gemm(&mut self, alpha : c64, a : &NDData, b : &dyn NDData, beta : c64) { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/array/csv.rs:176:55 [INFO] [stderr] | [INFO] [stderr] 176 | pub fn write_data(&mut self, data : &NDData) -> Result<(), String> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 176 - pub fn write_data(&mut self, data : &NDData) -> Result<(), String> { [INFO] [stderr] 176 + pub fn write_data(&mut self, data : &dyn NDData) -> Result<(), String> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/array/numpy.rs:546:74 [INFO] [stderr] | [INFO] [stderr] 546 | pub fn write_data(&mut self, array : &NDData) -> Result<(), String> { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 546 - pub fn write_data(&mut self, array : &NDData) -> Result<(), String> { [INFO] [stderr] 546 + pub fn write_data(&mut self, array : &dyn NDData) -> Result<(), String> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/backend/compute_backend.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | fn set_array(&self, id : u32, array : &SizedBuffer) -> Result<(),String>; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 26 - fn set_array(&self, id : u32, array : &SizedBuffer) -> Result<(),String>; [INFO] [stderr] 26 + fn set_array(&self, id : u32, array : &dyn SizedBuffer) -> Result<(),String>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/backend/compute_backend.rs:28:48 [INFO] [stderr] | [INFO] [stderr] 28 | fn get_array(&self, id : u32, array : &mut SizedBufferMut) -> Result<(),String>; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 28 - fn get_array(&self, id : u32, array : &mut SizedBufferMut) -> Result<(),String>; [INFO] [stderr] 28 + fn get_array(&self, id : u32, array : &mut dyn SizedBufferMut) -> Result<(),String>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/csv.rs:48:23 [INFO] [stderr] | [INFO] [stderr] 48 | Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/csv.rs:62:23 [INFO] [stderr] | [INFO] [stderr] 62 | Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/csv.rs:93:30 [INFO] [stderr] | [INFO] [stderr] 93 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/csv.rs:132:34 [INFO] [stderr] | [INFO] [stderr] 132 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/csv.rs:166:34 [INFO] [stderr] | [INFO] [stderr] 166 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/csv.rs:192:34 [INFO] [stderr] | [INFO] [stderr] 192 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/csv.rs:203:30 [INFO] [stderr] | [INFO] [stderr] 203 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/csv.rs:210:30 [INFO] [stderr] | [INFO] [stderr] 210 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:56:25 [INFO] [stderr] | [INFO] [stderr] 56 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:63:25 [INFO] [stderr] | [INFO] [stderr] 63 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:70:25 [INFO] [stderr] | [INFO] [stderr] 70 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:77:25 [INFO] [stderr] | [INFO] [stderr] 77 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:84:25 [INFO] [stderr] | [INFO] [stderr] 84 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:91:25 [INFO] [stderr] | [INFO] [stderr] 91 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:98:25 [INFO] [stderr] | [INFO] [stderr] 98 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:105:25 [INFO] [stderr] | [INFO] [stderr] 105 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:112:25 [INFO] [stderr] | [INFO] [stderr] 112 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:119:25 [INFO] [stderr] | [INFO] [stderr] 119 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:128:33 [INFO] [stderr] | [INFO] [stderr] 128 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:131:25 [INFO] [stderr] | [INFO] [stderr] 131 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:140:33 [INFO] [stderr] | [INFO] [stderr] 140 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:143:25 [INFO] [stderr] | [INFO] [stderr] 143 | Err(e) => Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:150:32 [INFO] [stderr] | [INFO] [stderr] 150 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:157:32 [INFO] [stderr] | [INFO] [stderr] 157 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:164:32 [INFO] [stderr] | [INFO] [stderr] 164 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:171:32 [INFO] [stderr] | [INFO] [stderr] 171 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:178:32 [INFO] [stderr] | [INFO] [stderr] 178 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:185:32 [INFO] [stderr] | [INFO] [stderr] 185 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:192:32 [INFO] [stderr] | [INFO] [stderr] 192 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:199:32 [INFO] [stderr] | [INFO] [stderr] 199 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:206:32 [INFO] [stderr] | [INFO] [stderr] 206 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:213:32 [INFO] [stderr] | [INFO] [stderr] 213 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:223:40 [INFO] [stderr] | [INFO] [stderr] 223 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:226:32 [INFO] [stderr] | [INFO] [stderr] 226 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:236:40 [INFO] [stderr] | [INFO] [stderr] 236 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:239:32 [INFO] [stderr] | [INFO] [stderr] 239 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:260:29 [INFO] [stderr] | [INFO] [stderr] 260 | Err(e) => Err(e.description().to_string()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:267:29 [INFO] [stderr] | [INFO] [stderr] 267 | Err(e) => Err(e.description().to_string()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:281:26 [INFO] [stderr] | [INFO] [stderr] 281 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:288:26 [INFO] [stderr] | [INFO] [stderr] 288 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:294:30 [INFO] [stderr] | [INFO] [stderr] 294 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:301:30 [INFO] [stderr] | [INFO] [stderr] 301 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:311:26 [INFO] [stderr] | [INFO] [stderr] 311 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:315:36 [INFO] [stderr] | [INFO] [stderr] 315 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:370:44 [INFO] [stderr] | [INFO] [stderr] 370 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:382:26 [INFO] [stderr] | [INFO] [stderr] 382 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:385:26 [INFO] [stderr] | [INFO] [stderr] 385 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:429:26 [INFO] [stderr] | [INFO] [stderr] 429 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/numpy.rs:432:26 [INFO] [stderr] | [INFO] [stderr] 432 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:34:36 [INFO] [stderr] | [INFO] [stderr] 34 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:39:26 [INFO] [stderr] | [INFO] [stderr] 39 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:44:40 [INFO] [stderr] | [INFO] [stderr] 44 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:46:36 [INFO] [stderr] | [INFO] [stderr] 46 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:54:40 [INFO] [stderr] | [INFO] [stderr] 54 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:56:36 [INFO] [stderr] | [INFO] [stderr] 56 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:62:26 [INFO] [stderr] | [INFO] [stderr] 62 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:67:30 [INFO] [stderr] | [INFO] [stderr] 67 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:72:44 [INFO] [stderr] | [INFO] [stderr] 72 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:74:40 [INFO] [stderr] | [INFO] [stderr] 74 | Err(e) => return Err(e.description().to_string()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:79:26 [INFO] [stderr] | [INFO] [stderr] 79 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:86:38 [INFO] [stderr] | [INFO] [stderr] 86 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/array/edf.rs:97:38 [INFO] [stderr] | [INFO] [stderr] 97 | return Err(e.description().to_string()); [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/array/mod.rs:75:24 [INFO] [stderr] | [INFO] [stderr] 75 | ... panic!(format!("NDDataMut::transpose(): generic transpose only apply to data where all the dimensions length are the same, shape[0]... [INFO] [stderr] | ______________^ [INFO] [stderr] 76 | | ... i, self.shape()[0], self.shape()[i])); [INFO] [stderr] | |__________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 75 ~ panic!("NDDataMut::transpose(): generic transpose only apply to data where all the dimensions length are the same, shape[0] != shape[{}] ({} != {})", [INFO] [stderr] 76 ~ i, self.shape()[0], self.shape()[i]); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/array/mod.rs:196:20 [INFO] [stderr] | [INFO] [stderr] 196 | ...c!(format!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len()... [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 196 - panic!(format!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len())); [INFO] [stderr] 196 + panic!("NDArray::from_slice({:?}, data): The size of the shape ({}) and the data ({}) doesn't match", shape, shape_size, data.len()); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/array/mod.rs:222:20 [INFO] [stderr] | [INFO] [stderr] 222 | ...nic!(format!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stderr] help: remove the `format!(..)` macro call [INFO] [stderr] | [INFO] [stderr] 222 - panic!(format!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2)); [INFO] [stderr] 222 + panic!("NDArray::reshape({:?}): New shape has a different size than the previous shape: {} != {}", new_shape, size1, size2); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: this operation will panic at runtime [INFO] [stderr] --> src/array/csv.rs:87:110 [INFO] [stderr] | [INFO] [stderr] 87 | ... return Err(format!("Failed to parse value '{:}' at column {:} of row {:}", item, shape[1], row_idx)); [INFO] [stderr] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unconditional_panic)]` on by default [INFO] [stderr] [INFO] [stderr] warning: this operation will panic at runtime [INFO] [stderr] --> src/array/csv.rs:123:128 [INFO] [stderr] | [INFO] [stderr] 123 | ... return Err(format!("Failed to parse value '{:}' at row {:} of column {:}", record[column_idx], shape[1], column_idx)); [INFO] [stderr] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stderr] [INFO] [stderr] warning: this operation will panic at runtime [INFO] [stderr] --> src/array/csv.rs:128:91 [INFO] [stderr] | [INFO] [stderr] 128 | return Err(format!("Column {:} not found in row {:}", column_idx, shape[1])); [INFO] [stderr] | ^^^^^^^^ index out of bounds: the length is 1 but the index is 1 [INFO] [stderr] [INFO] [stderr] warning: `rds` (lib) generated 105 warnings [INFO] [stderr] warning: `rds` (lib test) generated 105 warnings (105 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.62s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rds-4b209caecfeb511b) [INFO] [stdout] [INFO] [stdout] running 67 tests [INFO] [stdout] test tests::array::reshape ... ok [INFO] [stdout] test tests::array::slicing ... ok [INFO] [stdout] test tests::array::slicing_mut ... ok [INFO] [stdout] test tests::blas::dot_c32 ... ok [INFO] [stdout] test tests::array::copy ... ok [INFO] [stdout] test tests::array::from_slice ... ok [INFO] [stdout] test tests::array::generic_transpose_2d ... ok [INFO] [stdout] test tests::array::generic_transpose_3d ... ok [INFO] [stdout] test tests::array::remove ... ok [INFO] [stdout] test tests::blas::asum_f32 ... ok [INFO] [stdout] test tests::blas::asum_c64 ... ok [INFO] [stdout] test tests::blas::dot_c64 ... ok [INFO] [stdout] test tests::blas::asum_c32 ... ok [INFO] [stdout] test tests::array::equality ... ok [INFO] [stdout] test tests::array::transpose_2d ... ok [INFO] [stdout] test tests::array::assignement ... ok [INFO] [stdout] test tests::blas::asum_f64 ... ok [INFO] [stdout] test tests::blas::axpy_c32 ... ok [INFO] [stdout] test tests::blas::axpy_c64 ... ok [INFO] [stdout] test tests::blas::axpy_f32 ... ok [INFO] [stdout] test tests::blas::axpy_f64 ... ok [INFO] [stdout] test tests::array::insert_split ... ok [INFO] [stdout] test tests::array::indexing ... ok [INFO] [stdout] test tests::array::transpose_3d ... ok [INFO] [stdout] test tests::array::extract ... ok [INFO] [stdout] test tests::array::insert ... ok [INFO] [stdout] test tests::blas::nrm2_c64 ... ok [INFO] [stdout] test tests::blas::dot_f32 ... ok [INFO] [stdout] test tests::blas::gemv_c64 ... ok [INFO] [stdout] test tests::blas::gemv_f64 ... ok [INFO] [stdout] test tests::blas::gemv_f32 ... ok [INFO] [stdout] test tests::types::display_c32 ... ok [INFO] [stdout] test tests::types::cast ... ok [INFO] [stdout] test tests::blas::nrm2_f32 ... ok [INFO] [stdout] test tests::blas::scal_c64 ... ok [INFO] [stdout] test tests::types::c64 ... ok [INFO] [stdout] test tests::blas::nrm2_f64 ... ok [INFO] [stdout] test tests::blas::scal_f32 ... ok [INFO] [stdout] test tests::blas::scal_f64 ... ok [INFO] [stdout] test tests::csv::array ... ok [INFO] [stdout] test tests::blas::scal_c32 ... ok [INFO] [stdout] test tests::blas::nrm2_c32 ... ok [INFO] [stdout] test tests::blas::dot_f64 ... ok [INFO] [stdout] test tests::blas::gemv_c32 ... ok [INFO] [stdout] test tests::blas::gemm_f32 ... ok [INFO] [stdout] test tests::blas::gemm_f64 ... ok [INFO] [stdout] test tests::blas::gemm_c64 ... ok [INFO] [stdout] test tests::blas::gemm_c32 ... ok [INFO] [stdout] test tests::types::display_c64 ... ok [INFO] [stdout] test tests::types::c32 ... ok [INFO] [stdout] test tests::types::fromstr_c64 ... ok [INFO] [stdout] test tests::blas::ops_overloading ... ok [INFO] [stdout] test tests::types::fromstr_c32 ... ok [INFO] [stdout] test tests::csv::columns ... ok [INFO] [stdout] test tests::csv::rows ... ok [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "test_vector/numpy/generate.py", line 3, in [INFO] [stderr] import numpy as np [INFO] [stderr] ImportError: No module named numpy [INFO] [stderr] Traceback (most recent call last): [INFO] [stderr] File "test_vector/numpy/generate.py", line 3, in [INFO] [stderr] import numpy as np [INFO] [stderr] ImportError: No module named numpy [INFO] [stdout] test tests::array::indexing_wrongdim - should panic ... ok [INFO] [stdout] test tests::blas::axpy_shouldpanic - should panic ... ok [INFO] [stdout] test tests::array::generic_transpose_wrong_shape - should panic ... ok [INFO] [stdout] test tests::array::reshape_invalid - should panic ... ok [INFO] [stdout] test tests::array::indexing_outofbound - should panic ... ok [INFO] [stdout] test tests::blas::gemm_shouldpanic - should panic ... ok [INFO] [stdout] test tests::blas::dot_shouldpanic - should panic ... ok [INFO] [stdout] test tests::numpy::read ... FAILED [INFO] [stdout] test tests::numpy::write ... FAILED [INFO] [stdout] test tests::blas::gemv_shouldpanic - should panic ... ok [INFO] [stdout] test tests::edf::edfplus_read ... ok [INFO] [stdout] test tests::edf::edf_read ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::numpy::read stdout ---- [INFO] [stdout] thread 'tests::numpy::read' panicked at 'assertion failed: Command::new(\"python\").arg(\"test_vector/numpy/generate.py\").arg(TMP_DIR).status().unwrap().success()', src/tests/numpy.rs:10:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55bd2874d07c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55bd2874d07c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55bd2874d07c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55bd2874d07c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55bd2877497c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55bd28747f63 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55bd2874f752 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55bd2874f752 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55bd2874f752 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55bd2874f3a1 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55bd2874fda3 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55bd2874fa92 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:500:13 [INFO] [stdout] 12: 0x55bd2874d524 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55bd2874f7f9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55bd28676dd1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55bd28676d1d - core::panicking::panic::h97167cd315d19cd4 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x55bd286d5210 - rds::tests::numpy::read::h5da81945b95b3383 [INFO] [stdout] at /opt/rustwide/workdir/src/tests/numpy.rs:10:5 [INFO] [stdout] 17: 0x55bd286d509a - rds::tests::numpy::read::{{closure}}::hc46071eae13247ce [INFO] [stdout] at /opt/rustwide/workdir/src/tests/numpy.rs:8:1 [INFO] [stdout] 18: 0x55bd286e2cfe - core::ops::function::FnOnce::call_once::h2362312feb934669 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55bd28713ba3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55bd28713ba3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x55bd2871288f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x55bd2871288f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55bd2871288f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 24: 0x55bd2871288f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 25: 0x55bd2871288f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 26: 0x55bd2871288f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x55bd2871288f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x55bd2871bc51 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x55bd2871bc51 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 30: 0x55bd286e86df - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 31: 0x55bd286e86df - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55bd286e86df - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 33: 0x55bd286e86df - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 34: 0x55bd286e86df - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 35: 0x55bd286e86df - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 36: 0x55bd286e86df - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55bd28755d43 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x55bd28755d43 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55bd28755d43 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f12ac388609 - start_thread [INFO] [stdout] 41: 0x7f12ac15a293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- tests::numpy::write stdout ---- [INFO] [stdout] thread 'tests::numpy::write' panicked at 'assertion failed: Command::new(\"python\").arg(\"test_vector/numpy/generate.py\").arg(TMP_DIR).status().unwrap().success()', src/tests/numpy.rs:48:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55bd2874d07c - std::backtrace_rs::backtrace::libunwind::trace::h91c465e73bf6c785 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55bd2874d07c - std::backtrace_rs::backtrace::trace_unsynchronized::hae9da36f5d58b5f3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55bd2874d07c - std::sys_common::backtrace::_print_fmt::h7f499fa126a7effb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stdout] 3: 0x55bd2874d07c - ::fmt::h3e2b509ce2ce6007 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stdout] 4: 0x55bd2877497c - core::fmt::write::h753c7571fa063ecb [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/fmt/mod.rs:1168:17 [INFO] [stdout] 5: 0x55bd28747f63 - std::io::Write::write_fmt::hb649ab67f71b6655 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/io/mod.rs:1660:15 [INFO] [stdout] 6: 0x55bd2874f752 - std::sys_common::backtrace::_print::h64941a6fc8b0ed9b [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stdout] 7: 0x55bd2874f752 - std::sys_common::backtrace::print::hcf25e43e1a9b0766 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stdout] 8: 0x55bd2874f752 - std::panicking::default_hook::{{closure}}::h78d3e6cf97fc623d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:211:50 [INFO] [stdout] 9: 0x55bd2874f3a1 - std::panicking::default_hook::hda898f8d3ad1a5ae [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:225:9 [INFO] [stdout] 10: 0x55bd2874fda3 - std::panicking::rust_panic_with_hook::h1a5ea2d6c23051aa [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:606:17 [INFO] [stdout] 11: 0x55bd2874fa92 - std::panicking::begin_panic_handler::{{closure}}::h07f549390938b73f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:500:13 [INFO] [stdout] 12: 0x55bd2874d524 - std::sys_common::backtrace::__rust_end_short_backtrace::h5ec3758a92cfb00d [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:139:18 [INFO] [stdout] 13: 0x55bd2874f7f9 - rust_begin_unwind [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:498:5 [INFO] [stdout] 14: 0x55bd28676dd1 - core::panicking::panic_fmt::h3a79a6a99affe1d5 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:116:14 [INFO] [stdout] 15: 0x55bd28676d1d - core::panicking::panic::h97167cd315d19cd4 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panicking.rs:48:5 [INFO] [stdout] 16: 0x55bd286d65d0 - rds::tests::numpy::write::h76bf7c5df52a0be6 [INFO] [stdout] at /opt/rustwide/workdir/src/tests/numpy.rs:48:5 [INFO] [stdout] 17: 0x55bd286d645a - rds::tests::numpy::write::{{closure}}::h50fad6c47f0e2a92 [INFO] [stdout] at /opt/rustwide/workdir/src/tests/numpy.rs:46:1 [INFO] [stdout] 18: 0x55bd286e36ce - core::ops::function::FnOnce::call_once::ha98312319e4e28c2 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 19: 0x55bd28713ba3 - core::ops::function::FnOnce::call_once::h1845a80638abc06e [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 20: 0x55bd28713ba3 - test::__rust_begin_short_backtrace::h4f56ccea01b9889f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:574:5 [INFO] [stdout] 21: 0x55bd2871288f - as core::ops::function::FnOnce>::call_once::h5afedf14a39ffa74 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 22: 0x55bd2871288f - as core::ops::function::FnOnce<()>>::call_once::hd5aaa1b551e9ce71 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 23: 0x55bd2871288f - std::panicking::try::do_call::h316eebee63f96d32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 24: 0x55bd2871288f - std::panicking::try::h662e31e84dd7ce52 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 25: 0x55bd2871288f - std::panic::catch_unwind::h129c1b23f076663f [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 26: 0x55bd2871288f - test::run_test_in_process::h51d800d572f878ef [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:597:18 [INFO] [stdout] 27: 0x55bd2871288f - test::run_test::run_test_inner::{{closure}}::h71a47db430260854 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:491:39 [INFO] [stdout] 28: 0x55bd2871bc51 - test::run_test::run_test_inner::{{closure}}::h02edd5b3e2dab52a [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/test/src/lib.rs:518:37 [INFO] [stdout] 29: 0x55bd2871bc51 - std::sys_common::backtrace::__rust_begin_short_backtrace::h0838cfc8b0e995ec [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys_common/backtrace.rs:123:18 [INFO] [stdout] 30: 0x55bd286e86df - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h4c2725d7078043cd [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:477:17 [INFO] [stdout] 31: 0x55bd286e86df - as core::ops::function::FnOnce<()>>::call_once::hdf1aa612eed87270 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 32: 0x55bd286e86df - std::panicking::try::do_call::hc72f8de3706d18d6 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:406:40 [INFO] [stdout] 33: 0x55bd286e86df - std::panicking::try::h63f01f54dbd0fb87 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panicking.rs:370:19 [INFO] [stdout] 34: 0x55bd286e86df - std::panic::catch_unwind::h58bc464ae9b26453 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/panic.rs:133:14 [INFO] [stdout] 35: 0x55bd286e86df - std::thread::Builder::spawn_unchecked::{{closure}}::h6c065e19513e33e3 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/thread/mod.rs:476:30 [INFO] [stdout] 36: 0x55bd286e86df - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd143450c74f35c32 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 37: 0x55bd28755d43 - as core::ops::function::FnOnce>::call_once::h49b6c7c5155a2296 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 38: 0x55bd28755d43 - as core::ops::function::FnOnce>::call_once::ha8b5234bfeb15105 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/alloc/src/boxed.rs:1854:9 [INFO] [stdout] 39: 0x55bd28755d43 - std::sys::unix::thread::Thread::new::thread_start::h6f207dd842d64859 [INFO] [stdout] at /rustc/9d1b2106e23b1abd32fce1f17267604a5102f57a/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 40: 0x7f12ac388609 - start_thread [INFO] [stdout] 41: 0x7f12ac15a293 - clone [INFO] [stdout] 42: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::numpy::read [INFO] [stdout] tests::numpy::write [INFO] [stdout] [INFO] [stdout] test result: FAILED. 65 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--lib' [INFO] running `Command { std: "docker" "inspect" "db3b221b29c7020af11b72b205a74237151b9733a69dfad737087118bfcd5fed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db3b221b29c7020af11b72b205a74237151b9733a69dfad737087118bfcd5fed", kill_on_drop: false }` [INFO] [stdout] db3b221b29c7020af11b72b205a74237151b9733a69dfad737087118bfcd5fed