[INFO] fetching crate scirust 0.0.5... [INFO] testing scirust-0.0.5 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate scirust 0.0.5 into /workspace/builds/worker-80/source [INFO] validating manifest of crates.io crate scirust 0.0.5 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate scirust 0.0.5 [INFO] finished tweaking crates.io crate scirust 0.0.5 [INFO] tweaked toml for crates.io crate scirust 0.0.5 written to /workspace/builds/worker-80/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a24b25a44543688537078feb9ecf541cf2b2c27939d43e5f752c9ba1ffa0cd60 [INFO] running `Command { std: "docker" "start" "-a" "a24b25a44543688537078feb9ecf541cf2b2c27939d43e5f752c9ba1ffa0cd60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a24b25a44543688537078feb9ecf541cf2b2c27939d43e5f752c9ba1ffa0cd60", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a24b25a44543688537078feb9ecf541cf2b2c27939d43e5f752c9ba1ffa0cd60", kill_on_drop: false }` [INFO] [stdout] a24b25a44543688537078feb9ecf541cf2b2c27939d43e5f752c9ba1ffa0cd60 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae95a92b8160532b93d21094aa312636273349d2d862bb584cca5898088ba94a [INFO] running `Command { std: "docker" "start" "-a" "ae95a92b8160532b93d21094aa312636273349d2d862bb584cca5898088ba94a", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.123 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling num-complex v0.4.0 [INFO] [stderr] Compiling num v0.4.0 [INFO] [stderr] Compiling scirust v0.0.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `std::rt::heap` [INFO] [stdout] --> src/matrix/matrix.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | use std::rt::heap::{allocate, deallocate}; [INFO] [stdout] | ^^^^ could not find `heap` in `rt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::raw` [INFO] [stdout] --> src/matrix/matrix.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | use std::raw::Slice; [INFO] [stdout] | ^^^ could not find `raw` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::rt::heap` [INFO] [stdout] --> src/matrix/triangular_matrix.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | use std::rt::heap::allocate; [INFO] [stdout] | ^^^^ could not find `heap` in `rt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::rt::heap` [INFO] [stdout] --> src/util/memory.rs:4:14 [INFO] [stdout] | [INFO] [stdout] 4 | use std::rt::heap::{deallocate}; [INFO] [stdout] | ^^^^ could not find `heap` in `rt` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(raw)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(heap_api)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(ptr_as_ref)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:31:2 [INFO] [stdout] | [INFO] [stdout] 31 | #![feature(core)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | #![feature(alloc)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | #![feature(step_by)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:34:1 [INFO] [stdout] | [INFO] [stdout] 34 | #![feature(convert)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:35:1 [INFO] [stdout] | [INFO] [stdout] 35 | #![feature(test)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:36:1 [INFO] [stdout] | [INFO] [stdout] 36 | #![feature(associated_type_defaults)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/matrix.rs:1377:9 [INFO] [stdout] | [INFO] [stdout] 1377 | try!(write!(f, "[")); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/matrix.rs:1391:9 [INFO] [stdout] | [INFO] [stdout] 1391 | try!(write!(f, "\n]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/matrix.rs:1380:12 [INFO] [stdout] | [INFO] [stdout] 1380 | try!(write!(f, "\n ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/matrix.rs:1388:17 [INFO] [stdout] | [INFO] [stdout] 1388 | try!(write!(f, "{}", s)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/matrix.rs:1386:21 [INFO] [stdout] | [INFO] [stdout] 1386 | try!(write!(f, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/view.rs:479:9 [INFO] [stdout] | [INFO] [stdout] 479 | try!(write!(f, "[")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/view.rs:489:9 [INFO] [stdout] | [INFO] [stdout] 489 | try!(write!(f, "\n]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/view.rs:482:12 [INFO] [stdout] | [INFO] [stdout] 482 | try!(write!(f, "\n ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/view.rs:486:17 [INFO] [stdout] | [INFO] [stdout] 486 | try!(write!(f, "{:?} ", v)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/triangular_matrix.rs:525:9 [INFO] [stdout] | [INFO] [stdout] 525 | try!(write!(f, "[")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/triangular_matrix.rs:559:9 [INFO] [stdout] | [INFO] [stdout] 559 | try!(write!(f, "\n]")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/triangular_matrix.rs:529:12 [INFO] [stdout] | [INFO] [stdout] 529 | try!(write!(f, "\n ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/triangular_matrix.rs:556:17 [INFO] [stdout] | [INFO] [stdout] 556 | try!(write!(f, "{}", s)); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/triangular_matrix.rs:536:25 [INFO] [stdout] | [INFO] [stdout] 536 | try!(write!(f, "0")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/triangular_matrix.rs:534:29 [INFO] [stdout] | [INFO] [stdout] 534 | ... try!(write!(f, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/triangular_matrix.rs:545:25 [INFO] [stdout] | [INFO] [stdout] 545 | try!(write!(f, "0")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/triangular_matrix.rs:543:29 [INFO] [stdout] | [INFO] [stdout] 543 | ... try!(write!(f, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/matrix/triangular_matrix.rs:554:21 [INFO] [stdout] | [INFO] [stdout] 554 | try!(write!(f, " ")); [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/linalg/inverse.rs:39:18 [INFO] [stdout] | [INFO] [stdout] 39 | for r in (1..v.num_rows()){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 39 - for r in (1..v.num_rows()){ [INFO] [stdout] 39 + for r in 1..v.num_rows() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/linalg/inverse.rs:78:14 [INFO] [stdout] | [INFO] [stdout] 78 | for k in (0..n){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 78 - for k in (0..n){ [INFO] [stdout] 78 + for k in 0..n { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/linalg/inverse.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 94 | for c in (1..v.num_cols()){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 94 - for c in (1..v.num_cols()){ [INFO] [stdout] 94 + for c in 1..v.num_cols() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/linalg/inverse.rs:110:18 [INFO] [stdout] | [INFO] [stdout] 110 | for c in (0..k){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 110 - for c in (0..k){ [INFO] [stdout] 110 + for c in 0..k { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:31:18 [INFO] [stdout] | [INFO] [stdout] 31 | for c in (0..cols) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 31 - for c in (0..cols) { [INFO] [stdout] 31 + for c in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:33:22 [INFO] [stdout] | [INFO] [stdout] 33 | for r in (0..rows){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 33 - for r in (0..rows){ [INFO] [stdout] 33 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:49:18 [INFO] [stdout] | [INFO] [stdout] 49 | for r in (0..rows) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 49 - for r in (0..rows) { [INFO] [stdout] 49 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | for _ in (0..cols){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 52 - for _ in (0..cols){ [INFO] [stdout] 52 + for _ in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:70:18 [INFO] [stdout] | [INFO] [stdout] 70 | for c in (0..cols) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 70 - for c in (0..cols) { [INFO] [stdout] 70 + for c in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:72:22 [INFO] [stdout] | [INFO] [stdout] 72 | for r in (0..rows){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 72 - for r in (0..rows){ [INFO] [stdout] 72 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:90:18 [INFO] [stdout] | [INFO] [stdout] 90 | for r in (0..rows) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 90 - for r in (0..rows) { [INFO] [stdout] 90 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | for _ in (0..cols){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 93 - for _ in (0..cols){ [INFO] [stdout] 93 + for _ in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:116:18 [INFO] [stdout] | [INFO] [stdout] 116 | for c in (0..cols) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 116 - for c in (0..cols) { [INFO] [stdout] 116 + for c in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:118:22 [INFO] [stdout] | [INFO] [stdout] 118 | for r in (0..rows){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 118 - for r in (0..rows){ [INFO] [stdout] 118 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:136:18 [INFO] [stdout] | [INFO] [stdout] 136 | for r in (0..rows) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 136 - for r in (0..rows) { [INFO] [stdout] 136 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:139:22 [INFO] [stdout] | [INFO] [stdout] 139 | for _ in (0..cols){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 139 - for _ in (0..cols){ [INFO] [stdout] 139 + for _ in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:156:18 [INFO] [stdout] | [INFO] [stdout] 156 | for c in (0..cols) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 156 - for c in (0..cols) { [INFO] [stdout] 156 + for c in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:158:22 [INFO] [stdout] | [INFO] [stdout] 158 | for r in (0..rows){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 158 - for r in (0..rows){ [INFO] [stdout] 158 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:178:18 [INFO] [stdout] | [INFO] [stdout] 178 | for r in (0..rows) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 178 - for r in (0..rows) { [INFO] [stdout] 178 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:181:22 [INFO] [stdout] | [INFO] [stdout] 181 | for _ in (0..cols){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 181 - for _ in (0..cols){ [INFO] [stdout] 181 + for _ in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:204:18 [INFO] [stdout] | [INFO] [stdout] 204 | for c in (0..cols) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 204 - for c in (0..cols) { [INFO] [stdout] 204 + for c in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:206:22 [INFO] [stdout] | [INFO] [stdout] 206 | for r in (0..rows){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 206 - for r in (0..rows){ [INFO] [stdout] 206 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:219:18 [INFO] [stdout] | [INFO] [stdout] 219 | for c in (0..cols){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 219 - for c in (0..cols){ [INFO] [stdout] 219 + for c in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:222:22 [INFO] [stdout] | [INFO] [stdout] 222 | for r in (0..rows){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 222 - for r in (0..rows){ [INFO] [stdout] 222 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:245:18 [INFO] [stdout] | [INFO] [stdout] 245 | for r in (0..rows) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 245 - for r in (0..rows) { [INFO] [stdout] 245 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:248:22 [INFO] [stdout] | [INFO] [stdout] 248 | for _ in (0..cols){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 248 - for _ in (0..cols){ [INFO] [stdout] 248 + for _ in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:259:18 [INFO] [stdout] | [INFO] [stdout] 259 | for r in (0..rows) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 259 - for r in (0..rows) { [INFO] [stdout] 259 + for r in 0..rows { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/stat/moments/matrix_moments.rs:263:22 [INFO] [stdout] | [INFO] [stdout] 263 | for _ in (0..cols){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 263 - for _ in (0..cols){ [INFO] [stdout] 263 + for _ in 0..cols { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/alg/sort/quick_sort.rs:53:14 [INFO] [stdout] | [INFO] [stdout] 53 | for i in (0..n){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 53 - for i in (0..n){ [INFO] [stdout] 53 + for i in 0..n { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/alg/sort/insertion_sort.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | for j in (1..n){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 10 - for j in (1..n){ [INFO] [stdout] 10 + for j in 1..n { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `for` iterator expression [INFO] [stdout] --> src/alg/sort/insertion_sort.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | for j in (1..n){ [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 26 - for j in (1..n){ [INFO] [stdout] 26 + for j in 1..n { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(raw)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(heap_api)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(ptr_as_ref)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | #![feature(core)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | #![feature(alloc)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | #![feature(step_by)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | #![feature(convert)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | #![feature(test)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `core` has been stable since 1.6.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:31:13 [INFO] [stdout] | [INFO] [stdout] 31 | #![feature(core)] [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `ptr_as_ref` has been stable since 1.9.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(ptr_as_ref)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:32:12 [INFO] [stdout] | [INFO] [stdout] 32 | #![feature(alloc)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `raw` [INFO] [stdout] --> src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(raw)] [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `heap_api` [INFO] [stdout] --> src/lib.rs:3:12 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(heap_api)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `step_by` [INFO] [stdout] --> src/lib.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | #![feature(step_by)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `convert` [INFO] [stdout] --> src/lib.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | #![feature(convert)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/algebra/ops.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Division : Div [INFO] [stdout] | ^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Div` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 37 | pub trait Division : Div + Sized [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stdout] --> src/matrix/matrix.rs:531:27 [INFO] [stdout] | [INFO] [stdout] 531 | impl Introspection for Matrix { [INFO] [stdout] | ^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `matrix::matrix::Matrix` [INFO] [stdout] --> src/matrix/matrix.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct Matrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `matrix::matrix::Matrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 531 | impl Introspection for Matrix { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: Copy` is not satisfied [INFO] [stdout] --> src/matrix/matrix.rs:531:27 [INFO] [stdout] | [INFO] [stdout] 531 | impl Introspection for Matrix { [INFO] [stdout] | ^^^^^^^^^ the trait `Copy` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `matrix::matrix::Matrix` [INFO] [stdout] --> src/matrix/matrix.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct Matrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `matrix::matrix::Matrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 531 | impl Introspection for Matrix { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `T` with `T` [INFO] [stdout] --> src/matrix/matrix.rs:531:27 [INFO] [stdout] | [INFO] [stdout] 531 | impl Introspection for Matrix { [INFO] [stdout] | ^^^^^^^^^ no implementation for `T == T` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `matrix::matrix::Matrix` [INFO] [stdout] --> src/matrix/matrix.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct Matrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `matrix::matrix::Matrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 531 | impl Introspection for Matrix { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stdout] --> src/matrix/matrix.rs:533:32 [INFO] [stdout] | [INFO] [stdout] 533 | fn is_standard_matrix_type(&self) -> bool { [INFO] [stdout] | ^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `matrix::matrix::Matrix` [INFO] [stdout] --> src/matrix/matrix.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct Matrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `matrix::matrix::Matrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 531 | impl Introspection for Matrix { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: Copy` is not satisfied [INFO] [stdout] --> src/matrix/matrix.rs:533:32 [INFO] [stdout] | [INFO] [stdout] 533 | fn is_standard_matrix_type(&self) -> bool { [INFO] [stdout] | ^^^^^ the trait `Copy` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `matrix::matrix::Matrix` [INFO] [stdout] --> src/matrix/matrix.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct Matrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `matrix::matrix::Matrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 531 | impl Introspection for Matrix { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `T` with `T` [INFO] [stdout] --> src/matrix/matrix.rs:533:32 [INFO] [stdout] | [INFO] [stdout] 533 | fn is_standard_matrix_type(&self) -> bool { [INFO] [stdout] | ^^^^^ no implementation for `T == T` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `matrix::matrix::Matrix` [INFO] [stdout] --> src/matrix/matrix.rs:52:21 [INFO] [stdout] | [INFO] [stdout] 52 | pub struct Matrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `matrix::matrix::Matrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 531 | impl Introspection for Matrix { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stdout] --> src/matrix/traits.rs:268:33 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait MinMaxAbs : Shape { [INFO] [stdout] | ^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `matrix::traits::Shape` [INFO] [stdout] --> src/matrix/traits.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | pub trait Shape { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `matrix::traits::Shape` [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 268 | pub trait MinMaxAbs : Shape { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: Copy` is not satisfied [INFO] [stdout] --> src/matrix/traits.rs:268:33 [INFO] [stdout] | [INFO] [stdout] 268 | pub trait MinMaxAbs : Shape { [INFO] [stdout] | ^^^^^^^^ the trait `Copy` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `matrix::traits::Shape` [INFO] [stdout] --> src/matrix/traits.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 34 | pub trait Shape { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `matrix::traits::Shape` [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 268 | pub trait MinMaxAbs : Shape { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stdout] --> src/matrix/triangular_matrix.rs:298:27 [INFO] [stdout] | [INFO] [stdout] 298 | impl Introspection for TriangularMatrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `TriangularMatrix` [INFO] [stdout] --> src/matrix/triangular_matrix.rs:59:31 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct TriangularMatrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `TriangularMatrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 298 | impl Introspection for TriangularMatrix { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: Copy` is not satisfied [INFO] [stdout] --> src/matrix/triangular_matrix.rs:298:27 [INFO] [stdout] | [INFO] [stdout] 298 | impl Introspection for TriangularMatrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ the trait `Copy` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `TriangularMatrix` [INFO] [stdout] --> src/matrix/triangular_matrix.rs:59:31 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct TriangularMatrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `TriangularMatrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 298 | impl Introspection for TriangularMatrix { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `T` with `T` [INFO] [stdout] --> src/matrix/triangular_matrix.rs:298:27 [INFO] [stdout] | [INFO] [stdout] 298 | impl Introspection for TriangularMatrix { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ no implementation for `T == T` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `TriangularMatrix` [INFO] [stdout] --> src/matrix/triangular_matrix.rs:59:31 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct TriangularMatrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `TriangularMatrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 298 | impl Introspection for TriangularMatrix { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stdout] --> src/matrix/triangular_matrix.rs:300:34 [INFO] [stdout] | [INFO] [stdout] 300 | fn is_triangular_matrix_type(&self) -> bool { [INFO] [stdout] | ^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `TriangularMatrix` [INFO] [stdout] --> src/matrix/triangular_matrix.rs:59:31 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct TriangularMatrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `TriangularMatrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 298 | impl Introspection for TriangularMatrix { [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: Copy` is not satisfied [INFO] [stdout] --> src/matrix/triangular_matrix.rs:300:34 [INFO] [stdout] | [INFO] [stdout] 300 | fn is_triangular_matrix_type(&self) -> bool { [INFO] [stdout] | ^^^^^ the trait `Copy` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `TriangularMatrix` [INFO] [stdout] --> src/matrix/triangular_matrix.rs:59:31 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct TriangularMatrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `TriangularMatrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 298 | impl Introspection for TriangularMatrix { [INFO] [stdout] | +++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: can't compare `T` with `T` [INFO] [stdout] --> src/matrix/triangular_matrix.rs:300:34 [INFO] [stdout] | [INFO] [stdout] 300 | fn is_triangular_matrix_type(&self) -> bool { [INFO] [stdout] | ^^^^^ no implementation for `T == T` [INFO] [stdout] | [INFO] [stdout] note: required because of the requirements on the impl of `MagmaBase` for `T` [INFO] [stdout] --> src/algebra/structure/magma.rs:62:9 [INFO] [stdout] | [INFO] [stdout] 62 | impl MagmaBase for T where [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] note: required by a bound in `TriangularMatrix` [INFO] [stdout] --> src/matrix/triangular_matrix.rs:59:31 [INFO] [stdout] | [INFO] [stdout] 59 | pub struct TriangularMatrix { [INFO] [stdout] | ^^^^^^^^^ required by this bound in `TriangularMatrix` [INFO] [stdout] help: consider restricting type parameter `T` [INFO] [stdout] | [INFO] [stdout] 298 | impl Introspection for TriangularMatrix { [INFO] [stdout] | +++++++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/matrix/update/traits.rs:159:56 [INFO] [stdout] | [INFO] [stdout] 159 | fn copy_sub_vec_from_cols(&self, vec: &Matrix)->SRResult; [INFO] [stdout] | ^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Result` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 159 | fn copy_sub_vec_from_cols(&self, vec: &Matrix)->SRResult where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/matrix/update/traits.rs:161:56 [INFO] [stdout] | [INFO] [stdout] 161 | fn copy_sub_vec_from_rows(&self, vec: &Matrix)->SRResult; [INFO] [stdout] | ^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Result` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 161 | fn copy_sub_vec_from_rows(&self, vec: &Matrix)->SRResult where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/matrix/update/traits.rs:163:54 [INFO] [stdout] | [INFO] [stdout] 163 | fn copy_add_vec_to_cols(&self, vec: &Matrix)->SRResult; [INFO] [stdout] | ^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Result` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 163 | fn copy_add_vec_to_cols(&self, vec: &Matrix)->SRResult where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/matrix/update/traits.rs:165:54 [INFO] [stdout] | [INFO] [stdout] 165 | fn copy_add_vec_to_rows(&self, vec: &Matrix)->SRResult; [INFO] [stdout] | ^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Result` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 165 | fn copy_add_vec_to_rows(&self, vec: &Matrix)->SRResult where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/matrix/update/traits.rs:167:54 [INFO] [stdout] | [INFO] [stdout] 167 | fn copy_mul_vec_to_cols(&self, vec: &Matrix)->SRResult; [INFO] [stdout] | ^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Result` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 167 | fn copy_mul_vec_to_cols(&self, vec: &Matrix)->SRResult where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stdout] --> src/matrix/update/traits.rs:169:54 [INFO] [stdout] | [INFO] [stdout] 169 | fn copy_mul_vec_to_rows(&self, vec: &Matrix)->SRResult; [INFO] [stdout] | ^^^^^^^^^^^^^^ doesn't have a size known at compile-time [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Result` [INFO] [stdout] help: consider further restricting `Self` [INFO] [stdout] | [INFO] [stdout] 169 | fn copy_mul_vec_to_rows(&self, vec: &Matrix)->SRResult where Self: Sized; [INFO] [stdout] | +++++++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 46 previous errors; 52 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0432, E0554, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `scirust` due to 47 previous errors; 52 warnings emitted [INFO] running `Command { std: "docker" "inspect" "ae95a92b8160532b93d21094aa312636273349d2d862bb584cca5898088ba94a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae95a92b8160532b93d21094aa312636273349d2d862bb584cca5898088ba94a", kill_on_drop: false }` [INFO] [stdout] ae95a92b8160532b93d21094aa312636273349d2d862bb584cca5898088ba94a