[INFO] fetching crate glucose 0.2.2... [INFO] checking glucose-0.2.2 against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] extracting crate glucose 0.2.2 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate glucose 0.2.2 on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate glucose 0.2.2 [INFO] finished tweaking crates.io crate glucose 0.2.2 [INFO] tweaked toml for crates.io crate glucose 0.2.2 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fructose v0.3.9 [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b0af63e54bbf37a729ea4447045c40b672e3d01ec3227952732376f6677159b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3b0af63e54bbf37a729ea4447045c40b672e3d01ec3227952732376f6677159b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b0af63e54bbf37a729ea4447045c40b672e3d01ec3227952732376f6677159b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b0af63e54bbf37a729ea4447045c40b672e3d01ec3227952732376f6677159b", kill_on_drop: false }` [INFO] [stdout] 3b0af63e54bbf37a729ea4447045c40b672e3d01ec3227952732376f6677159b [INFO] running `Command { std: "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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e36c56719532a85ca08009c75c8af70d31f066676c854db5ebdf10d269811263 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e36c56719532a85ca08009c75c8af70d31f066676c854db5ebdf10d269811263", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Checking fructose v0.3.9 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Checking serde_test v1.0.125 [INFO] [stderr] Checking glucose v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `algebra` [INFO] [stdout] --> src/algebra/linear/mat/mat.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 2 | use fructose::algebra::helpers::sign::Signed; [INFO] [stdout] | ^^^^^^^ could not find `helpers` in `algebra` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `algebra` [INFO] [stdout] --> src/algebra/linear/mat/set.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use fructose::algebra::helpers::identity::{One, Zero}; [INFO] [stdout] | ^^^^^^^ could not find `helpers` in `algebra` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `properties` in `algebra` [INFO] [stdout] --> src/algebra/linear/mat/set.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | use fructose::algebra::properties::general::{ [INFO] [stdout] | ^^^^^^^^^^ could not find `properties` in `algebra` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `algebra` [INFO] [stdout] --> src/algebra/linear/mat/mat.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 2 | use fructose::algebra::helpers::sign::Signed; [INFO] [stdout] | ^^^^^^^ could not find `helpers` in `algebra` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `helpers` in `algebra` [INFO] [stdout] --> src/algebra/linear/mat/set.rs:6:24 [INFO] [stdout] | [INFO] [stdout] 6 | use fructose::algebra::helpers::identity::{One, Zero}; [INFO] [stdout] | ^^^^^^^ could not find `helpers` in `algebra` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `properties` in `algebra` [INFO] [stdout] --> src/algebra/linear/mat/set.rs:9:24 [INFO] [stdout] | [INFO] [stdout] 9 | use fructose::algebra::properties::general::{ [INFO] [stdout] | ^^^^^^^^^^ could not find `properties` in `algebra` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Signed` in this scope [INFO] [stdout] --> src/algebra/linear/mat/mat.rs:159:18 [INFO] [stdout] | [INFO] [stdout] 159 | impl Matrix { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 159 | impl Matrix { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::helpers::sign::Signed; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Set` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:16:61 [INFO] [stdout] | [INFO] [stdout] 16 | impl Set [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Set; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Total` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:24:79 [INFO] [stdout] | [INFO] [stdout] 24 | impl, const M: usize, const N: usize> Total [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Total; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Total` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | impl, const M: usize, const N: usize> Total [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Total; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Associative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | Associative for Matrix [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Associative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Associative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | impl, const M: usize, const N: usize> [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Associative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Commutative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | Commutative for Matrix [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Commutative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Commutative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:34:30 [INFO] [stdout] | [INFO] [stdout] 34 | impl, const M: usize, const N: usize> [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Commutative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Identity` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | Identity for Matrix [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Identity; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Identity` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | impl + PartialEq, const M: usize, const N: usize> [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Identity; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Invertible` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | Invertible for Matrix [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Invertible; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Invertible` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | impl, const M: usize, const N: usize> [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Invertible; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Set` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:63:57 [INFO] [stdout] | [INFO] [stdout] 63 | impl Set [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Set; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Total` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | Total for SquareMatrix [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Total; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Total` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:71:42 [INFO] [stdout] | [INFO] [stdout] 71 | impl, const N: usize> [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Total; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Associative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | Associative for SquareMatrix [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Associative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Associative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:76:42 [INFO] [stdout] | [INFO] [stdout] 76 | impl, const N: usize> [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Associative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Commutative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | Commutative for SquareMatrix [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Commutative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Commutative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:81:42 [INFO] [stdout] | [INFO] [stdout] 81 | impl, const N: usize> [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Commutative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Identity` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | Identity for SquareMatrix [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Identity; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Identity` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:86:42 [INFO] [stdout] | [INFO] [stdout] 86 | impl + PartialEq, const N: usize> [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Identity; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Invertible` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | Invertible for SquareMatrix [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Invertible; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Invertible` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:99:42 [INFO] [stdout] | [INFO] [stdout] 99 | impl, const N: usize> [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Invertible; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Zero` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:166:76 [INFO] [stdout] | [INFO] [stdout] 166 | T: Scalar + ClosedOps + ComplexField + Norm + Sum + Zero + One, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::helpers::identity::Zero; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `One` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:166:83 [INFO] [stdout] | [INFO] [stdout] 166 | T: Scalar + ClosedOps + ComplexField + Norm + Sum + Zero + One, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::helpers::identity::One; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Signed` in this scope [INFO] [stdout] --> src/algebra/linear/mat/mat.rs:159:18 [INFO] [stdout] | [INFO] [stdout] 159 | impl Matrix { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 159 | impl Matrix { [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::helpers::sign::Signed; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Set` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:16:61 [INFO] [stdout] | [INFO] [stdout] 16 | impl Set [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Set; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Total` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:24:79 [INFO] [stdout] | [INFO] [stdout] 24 | impl, const M: usize, const N: usize> Total [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Total; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Total` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | impl, const M: usize, const N: usize> Total [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Total; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Associative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:30:5 [INFO] [stdout] | [INFO] [stdout] 30 | Associative for Matrix [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Associative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Associative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | impl, const M: usize, const N: usize> [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Associative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Commutative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | Commutative for Matrix [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Commutative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Commutative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:34:30 [INFO] [stdout] | [INFO] [stdout] 34 | impl, const M: usize, const N: usize> [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Commutative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Identity` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:40:5 [INFO] [stdout] | [INFO] [stdout] 40 | Identity for Matrix [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Identity; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Identity` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:39:30 [INFO] [stdout] | [INFO] [stdout] 39 | impl + PartialEq, const M: usize, const N: usize> [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Identity; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Invertible` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:52:5 [INFO] [stdout] | [INFO] [stdout] 52 | Invertible for Matrix [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Invertible; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Invertible` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:51:30 [INFO] [stdout] | [INFO] [stdout] 51 | impl, const M: usize, const N: usize> [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Invertible; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Set` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:63:57 [INFO] [stdout] | [INFO] [stdout] 63 | impl Set [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Set; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Total` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | Total for SquareMatrix [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Total; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Total` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:71:42 [INFO] [stdout] | [INFO] [stdout] 71 | impl, const N: usize> [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Total; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Associative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:77:5 [INFO] [stdout] | [INFO] [stdout] 77 | Associative for SquareMatrix [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Associative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Associative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:76:42 [INFO] [stdout] | [INFO] [stdout] 76 | impl, const N: usize> [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Associative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Commutative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:82:5 [INFO] [stdout] | [INFO] [stdout] 82 | Commutative for SquareMatrix [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Commutative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Commutative` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:81:42 [INFO] [stdout] | [INFO] [stdout] 81 | impl, const N: usize> [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Commutative; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Identity` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:87:5 [INFO] [stdout] | [INFO] [stdout] 87 | Identity for SquareMatrix [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Identity; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Identity` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:86:42 [INFO] [stdout] | [INFO] [stdout] 86 | impl + PartialEq, const N: usize> [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Identity; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 28 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Invertible` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:100:5 [INFO] [stdout] | [INFO] [stdout] 100 | Invertible for SquareMatrix [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Invertible; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Invertible` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:99:42 [INFO] [stdout] | [INFO] [stdout] 99 | impl, const N: usize> [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::general::Invertible; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Zero` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:166:76 [INFO] [stdout] | [INFO] [stdout] 166 | T: Scalar + ClosedOps + ComplexField + Norm + Sum + Zero + One, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::helpers::identity::Zero; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `One` in this scope [INFO] [stdout] --> src/algebra/linear/mat/set.rs:166:83 [INFO] [stdout] | [INFO] [stdout] 166 | T: Scalar + ClosedOps + ComplexField + Norm + Sum + Zero + One, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this trait [INFO] [stdout] | [INFO] [stdout] 1 | use fructose::properties::helpers::identity::One; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `glucose` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 28 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0405, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0405`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e36c56719532a85ca08009c75c8af70d31f066676c854db5ebdf10d269811263", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e36c56719532a85ca08009c75c8af70d31f066676c854db5ebdf10d269811263", kill_on_drop: false }` [INFO] [stdout] e36c56719532a85ca08009c75c8af70d31f066676c854db5ebdf10d269811263