[INFO] crate scirust 0.0.5 is already in cache [INFO] checking scirust-0.0.5 against beta-2019-10-27 for pr-65897 [INFO] extracting crate scirust 0.0.5 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate scirust 0.0.5 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-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-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+beta-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c5b0581bfd31c349411bbd4cc3ce198a37f090146afd8ed0f8ff62c4f321bfc0 [INFO] running `"docker" "start" "-a" "c5b0581bfd31c349411bbd4cc3ce198a37f090146afd8ed0f8ff62c4f321bfc0"` [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[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(raw)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(heap_api)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(ptr_as_ref)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:31:2 [INFO] [stderr] | [INFO] [stderr] 31 | #![feature(core)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | #![feature(alloc)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | #![feature(step_by)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | #![feature(convert)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | #![feature(associated_type_defaults)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] = help: consider adding a `where Self: std::marker::Sized` bound [INFO] [stderr] = note: required by `std::ops::Div` [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(raw)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(heap_api)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | #![feature(ptr_as_ref)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:31:2 [INFO] [stderr] | [INFO] [stderr] 31 | #![feature(core)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | #![feature(alloc)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:33:1 [INFO] [stderr] | [INFO] [stderr] 33 | #![feature(step_by)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | #![feature(convert)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> src/lib.rs:36:1 [INFO] [stderr] | [INFO] [stderr] 36 | #![feature(associated_type_defaults)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = help: consider adding a `where T: std::fmt::Debug` bound [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 adding a `where T: std::marker::Copy` bound [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: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = help: consider adding a `where T: std::cmp::PartialEq` bound [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] 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] = help: consider adding a `where T: std::fmt::Debug` bound [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] 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] = help: consider adding a `where T: std::marker::Copy` bound [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: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = help: consider adding a `where T: std::fmt::Debug` bound [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 adding a `where T: std::marker::Copy` bound [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: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = help: consider adding a `where T: std::cmp::PartialEq` bound [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] 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] = help: consider adding a `where T: std::fmt::Debug` bound [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] 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] = help: consider adding a `where T: std::marker::Copy` bound [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] 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] = help: consider adding a `where T: std::fmt::Debug` bound [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] 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] = help: consider adding a `where T: std::marker::Copy` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] 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] = help: consider adding a `where T: std::fmt::Debug` bound [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] 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] = help: consider adding a `where T: std::marker::Copy` bound [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] 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] = help: consider adding a `where T: std::cmp::PartialEq` bound [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] 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] = help: consider adding a `where T: std::fmt::Debug` bound [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] 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] = help: consider adding a `where T: std::marker::Copy` bound [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] 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] = help: consider adding a `where T: std::cmp::PartialEq` bound [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 38 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432, E0554. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `scirust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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] = help: consider adding a `where Self: std::marker::Sized` bound [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: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = help: consider adding a `where T: std::fmt::Debug` bound [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 adding a `where T: std::marker::Copy` bound [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: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = help: consider adding a `where T: std::cmp::PartialEq` bound [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] 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] = help: consider adding a `where T: std::fmt::Debug` bound [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] 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] = help: consider adding a `where T: std::marker::Copy` bound [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: the trait `std::fmt::Debug` is not implemented for `T` [INFO] [stderr] = help: consider adding a `where T: std::fmt::Debug` bound [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 adding a `where T: std::marker::Copy` bound [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: the trait `std::cmp::PartialEq` is not implemented for `T` [INFO] [stderr] = help: consider adding a `where T: std::cmp::PartialEq` bound [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] 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] = help: consider adding a `where T: std::fmt::Debug` bound [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] 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] = help: consider adding a `where T: std::marker::Copy` bound [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] 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] = help: consider adding a `where T: std::fmt::Debug` bound [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] 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] = help: consider adding a `where T: std::marker::Copy` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 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] = help: consider adding a `where Self: std::marker::Sized` bound [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] 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] = help: consider adding a `where T: std::fmt::Debug` bound [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] 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] = help: consider adding a `where T: std::marker::Copy` bound [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] 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] = help: consider adding a `where T: std::cmp::PartialEq` bound [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] 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] = help: consider adding a `where T: std::fmt::Debug` bound [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] 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] = help: consider adding a `where T: std::marker::Copy` bound [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] 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] = help: consider adding a `where T: std::cmp::PartialEq` bound [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 38 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432, E0554. [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" "c5b0581bfd31c349411bbd4cc3ce198a37f090146afd8ed0f8ff62c4f321bfc0"` [INFO] running `"docker" "rm" "-f" "c5b0581bfd31c349411bbd4cc3ce198a37f090146afd8ed0f8ff62c4f321bfc0"` [INFO] [stdout] c5b0581bfd31c349411bbd4cc3ce198a37f090146afd8ed0f8ff62c4f321bfc0