[INFO] crate scirust 0.0.5 is already in cache [INFO] checking scirust-0.0.5 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate scirust 0.0.5 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate scirust 0.0.5 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [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-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] bdf84c0d5f009ece491a49d45817987080ea828ce60d3e871ada4d812b230dcf [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "bdf84c0d5f009ece491a49d45817987080ea828ce60d3e871ada4d812b230dcf"` [INFO] [stderr] Checking scirust v0.0.5 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `std::rt::heap` [INFO] [stderr] --> src/matrix/matrix.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | use std::rt::heap::{allocate, deallocate}; [INFO] [stderr] | ^^^^ could not find `heap` in `rt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::raw::Slice` [INFO] [stderr] --> src/matrix/matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use std::raw::Slice; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `Slice` in `raw` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::rt::heap` [INFO] [stderr] --> src/matrix/triangular_matrix.rs:9:14 [INFO] [stderr] | [INFO] [stderr] 9 | use std::rt::heap::allocate; [INFO] [stderr] | ^^^^ could not find `heap` in `rt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::rt::heap` [INFO] [stderr] --> src/util/memory.rs:4:14 [INFO] [stderr] | [INFO] [stderr] 4 | use std::rt::heap::{deallocate}; [INFO] [stderr] | ^^^^ could not find `heap` in `rt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::rt::heap` [INFO] [stderr] --> src/matrix/matrix.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | use std::rt::heap::{allocate, deallocate}; [INFO] [stderr] | ^^^^ could not find `heap` in `rt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::raw::Slice` [INFO] [stderr] --> src/matrix/matrix.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | use std::raw::Slice; [INFO] [stderr] | ^^^^^^^^^^^^^^^ no `Slice` in `raw` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::rt::heap` [INFO] [stderr] --> src/matrix/triangular_matrix.rs:9:14 [INFO] [stderr] | [INFO] [stderr] 9 | use std::rt::heap::allocate; [INFO] [stderr] | ^^^^ could not find `heap` in `rt` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `std::rt::heap` [INFO] [stderr] --> src/util/memory.rs:4:14 [INFO] [stderr] | [INFO] [stderr] 4 | use std::rt::heap::{deallocate}; [INFO] [stderr] | ^^^^ could not find `heap` in `rt` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/algebra/ops.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / pub trait Division : Div [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::ops::Div` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/matrix.rs:531:9 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/matrix.rs:531:9 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::marker::Copy` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `T` with `T` [INFO] [stderr] --> src/matrix/matrix.rs:531:9 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ no implementation for `T == T` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::cmp::PartialEq` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/traits.rs:268:1 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | ^ -- help: consider further restricting this bound: `T: std::fmt::Debug +` [INFO] [stderr] | _| [INFO] [stderr] | | [INFO] [stderr] 269 | | [INFO] [stderr] 270 | | // Returns the absolute minimum scalar value [INFO] [stderr] 271 | | fn min_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] ... | [INFO] [stderr] 276 | | [INFO] [stderr] 277 | | } [INFO] [stderr] | |_^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/traits.rs:268:1 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | ^ -- help: consider further restricting this bound: `T: std::marker::Copy +` [INFO] [stderr] | _| [INFO] [stderr] | | [INFO] [stderr] 269 | | [INFO] [stderr] 270 | | // Returns the absolute minimum scalar value [INFO] [stderr] 271 | | fn min_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] ... | [INFO] [stderr] 276 | | [INFO] [stderr] 277 | | } [INFO] [stderr] | |_^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/triangular_matrix.rs:298:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/triangular_matrix.rs:298:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::marker::Copy` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `T` with `T` [INFO] [stderr] --> src/matrix/triangular_matrix.rs:298:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ no implementation for `T == T` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::cmp::PartialEq` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/traits.rs:271:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | -- help: consider further restricting this bound: `T: std::fmt::Debug +` [INFO] [stderr] ... [INFO] [stderr] 271 | fn min_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/traits.rs:271:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | -- help: consider further restricting this bound: `T: std::marker::Copy +` [INFO] [stderr] ... [INFO] [stderr] 271 | fn min_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/traits.rs:274:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | -- help: consider further restricting this bound: `T: std::fmt::Debug +` [INFO] [stderr] ... [INFO] [stderr] 274 | fn max_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/traits.rs:274:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | -- help: consider further restricting this bound: `T: std::marker::Copy +` [INFO] [stderr] ... [INFO] [stderr] 274 | fn max_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | fn copy_sub_vec_from_cols(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:161:5 [INFO] [stderr] | [INFO] [stderr] 161 | fn copy_sub_vec_from_rows(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | fn copy_add_vec_to_cols(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:165:5 [INFO] [stderr] | [INFO] [stderr] 165 | fn copy_add_vec_to_rows(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | fn copy_mul_vec_to_cols(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:169:5 [INFO] [stderr] | [INFO] [stderr] 169 | fn copy_mul_vec_to_rows(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/algebra/ops.rs:37:1 [INFO] [stderr] | [INFO] [stderr] 37 | / pub trait Division : Div [INFO] [stderr] 38 | | { [INFO] [stderr] 39 | | [INFO] [stderr] 40 | | } [INFO] [stderr] | |_^ doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::ops::Div` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/matrix.rs:533:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::fmt::Debug` [INFO] [stderr] 532 | /// This is a standard matrix object [INFO] [stderr] 533 | / fn is_standard_matrix_type(&self) -> bool { [INFO] [stderr] 534 | | true [INFO] [stderr] 535 | | } [INFO] [stderr] | |_____^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/matrix.rs:533:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::marker::Copy` [INFO] [stderr] 532 | /// This is a standard matrix object [INFO] [stderr] 533 | / fn is_standard_matrix_type(&self) -> bool { [INFO] [stderr] 534 | | true [INFO] [stderr] 535 | | } [INFO] [stderr] | |_____^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `T` with `T` [INFO] [stderr] --> src/matrix/matrix.rs:533:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::cmp::PartialEq` [INFO] [stderr] 532 | /// This is a standard matrix object [INFO] [stderr] 533 | / fn is_standard_matrix_type(&self) -> bool { [INFO] [stderr] 534 | | true [INFO] [stderr] 535 | | } [INFO] [stderr] | |_____^ no implementation for `T == T` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/triangular_matrix.rs:300:5 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::fmt::Debug` [INFO] [stderr] 299 | /// Indicates if the matrix is a triangular matrix [INFO] [stderr] 300 | / fn is_triangular_matrix_type(&self) -> bool { [INFO] [stderr] 301 | | true [INFO] [stderr] 302 | | } [INFO] [stderr] | |_____^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/triangular_matrix.rs:300:5 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::marker::Copy` [INFO] [stderr] 299 | /// Indicates if the matrix is a triangular matrix [INFO] [stderr] 300 | / fn is_triangular_matrix_type(&self) -> bool { [INFO] [stderr] 301 | | true [INFO] [stderr] 302 | | } [INFO] [stderr] | |_____^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `T` with `T` [INFO] [stderr] --> src/matrix/triangular_matrix.rs:300:5 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::cmp::PartialEq` [INFO] [stderr] 299 | /// Indicates if the matrix is a triangular matrix [INFO] [stderr] 300 | / fn is_triangular_matrix_type(&self) -> bool { [INFO] [stderr] 301 | | true [INFO] [stderr] 302 | | } [INFO] [stderr] | |_____^ no implementation for `T == T` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/matrix.rs:531:9 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error: aborting due to 29 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/matrix.rs:531:9 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::marker::Copy` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `T` with `T` [INFO] [stderr] --> src/matrix/matrix.rs:531:9 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ no implementation for `T == T` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::cmp::PartialEq` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error: could not compile `scirust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/traits.rs:268:1 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | ^ -- help: consider further restricting this bound: `T: std::fmt::Debug +` [INFO] [stderr] | _| [INFO] [stderr] | | [INFO] [stderr] 269 | | [INFO] [stderr] 270 | | // Returns the absolute minimum scalar value [INFO] [stderr] 271 | | fn min_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] ... | [INFO] [stderr] 276 | | [INFO] [stderr] 277 | | } [INFO] [stderr] | |_^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/traits.rs:268:1 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | ^ -- help: consider further restricting this bound: `T: std::marker::Copy +` [INFO] [stderr] | _| [INFO] [stderr] | | [INFO] [stderr] 269 | | [INFO] [stderr] 270 | | // Returns the absolute minimum scalar value [INFO] [stderr] 271 | | fn min_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] ... | [INFO] [stderr] 276 | | [INFO] [stderr] 277 | | } [INFO] [stderr] | |_^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/triangular_matrix.rs:298:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/triangular_matrix.rs:298:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::marker::Copy` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `T` with `T` [INFO] [stderr] --> src/matrix/triangular_matrix.rs:298:9 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - ^^^^^^^^^^^^^ no implementation for `T == T` [INFO] [stderr] | | [INFO] [stderr] | help: consider restricting this bound: `T: std::cmp::PartialEq` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/traits.rs:271:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | -- help: consider further restricting this bound: `T: std::fmt::Debug +` [INFO] [stderr] ... [INFO] [stderr] 271 | fn min_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/traits.rs:271:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | -- help: consider further restricting this bound: `T: std::marker::Copy +` [INFO] [stderr] ... [INFO] [stderr] 271 | fn min_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/traits.rs:274:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | -- help: consider further restricting this bound: `T: std::fmt::Debug +` [INFO] [stderr] ... [INFO] [stderr] 274 | fn max_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/traits.rs:274:5 [INFO] [stderr] | [INFO] [stderr] 34 | pub trait Shape { [INFO] [stderr] | ---------------------------- required by `matrix::traits::Shape` [INFO] [stderr] ... [INFO] [stderr] 268 | pub trait MinMaxAbs : Shape { [INFO] [stderr] | -- help: consider further restricting this bound: `T: std::marker::Copy +` [INFO] [stderr] ... [INFO] [stderr] 274 | fn max_abs_scalar(&self) -> (T, usize, usize); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:159:5 [INFO] [stderr] | [INFO] [stderr] 159 | fn copy_sub_vec_from_cols(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:161:5 [INFO] [stderr] | [INFO] [stderr] 161 | fn copy_sub_vec_from_rows(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | fn copy_add_vec_to_cols(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:165:5 [INFO] [stderr] | [INFO] [stderr] 165 | fn copy_add_vec_to_rows(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:167:5 [INFO] [stderr] | [INFO] [stderr] 167 | fn copy_mul_vec_to_cols(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: the size for values of type `Self` cannot be known at compilation time [INFO] [stderr] --> src/matrix/update/traits.rs:169:5 [INFO] [stderr] | [INFO] [stderr] 169 | fn copy_mul_vec_to_rows(&self, vec: &Matrix)->SRResult; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stderr] | | | [INFO] [stderr] | | help: consider further restricting `Self`: `where Self: std::marker::Sized` [INFO] [stderr] | doesn't have a size known at compile-time [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::marker::Sized` is not implemented for `Self` [INFO] [stderr] = note: to learn more, visit [INFO] [stderr] = note: required by `std::result::Result` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/matrix.rs:533:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::fmt::Debug` [INFO] [stderr] 532 | /// This is a standard matrix object [INFO] [stderr] 533 | / fn is_standard_matrix_type(&self) -> bool { [INFO] [stderr] 534 | | true [INFO] [stderr] 535 | | } [INFO] [stderr] | |_____^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/matrix.rs:533:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::marker::Copy` [INFO] [stderr] 532 | /// This is a standard matrix object [INFO] [stderr] 533 | / fn is_standard_matrix_type(&self) -> bool { [INFO] [stderr] 534 | | true [INFO] [stderr] 535 | | } [INFO] [stderr] | |_____^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `T` with `T` [INFO] [stderr] --> src/matrix/matrix.rs:533:5 [INFO] [stderr] | [INFO] [stderr] 52 | pub struct Matrix { [INFO] [stderr] | ------------------------------ required by `matrix::matrix::Matrix` [INFO] [stderr] ... [INFO] [stderr] 531 | impl Introspection for Matrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::cmp::PartialEq` [INFO] [stderr] 532 | /// This is a standard matrix object [INFO] [stderr] 533 | / fn is_standard_matrix_type(&self) -> bool { [INFO] [stderr] 534 | | true [INFO] [stderr] 535 | | } [INFO] [stderr] | |_____^ no implementation for `T == T` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: `T` doesn't implement `std::fmt::Debug` [INFO] [stderr] --> src/matrix/triangular_matrix.rs:300:5 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::fmt::Debug` [INFO] [stderr] 299 | /// Indicates if the matrix is a triangular matrix [INFO] [stderr] 300 | / fn is_triangular_matrix_type(&self) -> bool { [INFO] [stderr] 301 | | true [INFO] [stderr] 302 | | } [INFO] [stderr] | |_____^ `T` cannot be formatted using `{:?}` because it doesn't implement `std::fmt::Debug` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `T: std::marker::Copy` is not satisfied [INFO] [stderr] --> src/matrix/triangular_matrix.rs:300:5 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::marker::Copy` [INFO] [stderr] 299 | /// Indicates if the matrix is a triangular matrix [INFO] [stderr] 300 | / fn is_triangular_matrix_type(&self) -> bool { [INFO] [stderr] 301 | | true [INFO] [stderr] 302 | | } [INFO] [stderr] | |_____^ the trait `std::marker::Copy` is not implemented for `T` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `T` with `T` [INFO] [stderr] --> src/matrix/triangular_matrix.rs:300:5 [INFO] [stderr] | [INFO] [stderr] 59 | pub struct TriangularMatrix { [INFO] [stderr] | ---------------------------------------- required by `matrix::triangular_matrix::TriangularMatrix` [INFO] [stderr] ... [INFO] [stderr] 298 | impl Introspection for TriangularMatrix { [INFO] [stderr] | - help: consider restricting this bound: `T: std::cmp::PartialEq` [INFO] [stderr] 299 | /// Indicates if the matrix is a triangular matrix [INFO] [stderr] 300 | / fn is_triangular_matrix_type(&self) -> bool { [INFO] [stderr] 301 | | true [INFO] [stderr] 302 | | } [INFO] [stderr] | |_____^ no implementation for `T == T` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = note: required because of the requirements on the impl of `algebra::structure::magma::MagmaBase` for `T` [INFO] [stderr] [INFO] [stderr] error: aborting due to 29 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `scirust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "bdf84c0d5f009ece491a49d45817987080ea828ce60d3e871ada4d812b230dcf"` [INFO] running `"docker" "rm" "-f" "bdf84c0d5f009ece491a49d45817987080ea828ce60d3e871ada4d812b230dcf"` [INFO] [stdout] bdf84c0d5f009ece491a49d45817987080ea828ce60d3e871ada4d812b230dcf