[INFO] fetching crate dntk-matrix 0.1.2... [INFO] checking dntk-matrix-0.1.2 against try#099e089ab723e6ee96175f3496051098c60a4cd4 for pr-140208 [INFO] extracting crate dntk-matrix 0.1.2 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate dntk-matrix 0.1.2 on toolchain 099e089ab723e6ee96175f3496051098c60a4cd4 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+099e089ab723e6ee96175f3496051098c60a4cd4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dntk-matrix 0.1.2 [INFO] finished tweaking crates.io crate dntk-matrix 0.1.2 [INFO] tweaked toml for crates.io crate dntk-matrix 0.1.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate dntk-matrix 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+099e089ab723e6ee96175f3496051098c60a4cd4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+099e089ab723e6ee96175f3496051098c60a4cd4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 176abfd126ec9a433d847a771df42e3d3588a21213d1e4ca1ae22d3fbc2c5f1e [INFO] running `Command { std: "docker" "start" "-a" "176abfd126ec9a433d847a771df42e3d3588a21213d1e4ca1ae22d3fbc2c5f1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "176abfd126ec9a433d847a771df42e3d3588a21213d1e4ca1ae22d3fbc2c5f1e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "176abfd126ec9a433d847a771df42e3d3588a21213d1e4ca1ae22d3fbc2c5f1e", kill_on_drop: false }` [INFO] [stdout] 176abfd126ec9a433d847a771df42e3d3588a21213d1e4ca1ae22d3fbc2c5f1e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+099e089ab723e6ee96175f3496051098c60a4cd4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4478bec9059c204e7003e0512df102b5aee9b68b01cf7adb7db37dd2cd935f73 [INFO] running `Command { std: "docker" "start" "-a" "4478bec9059c204e7003e0512df102b5aee9b68b01cf7adb7db37dd2cd935f73", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-bigint v0.4.3 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.4.0 [INFO] [stderr] Checking num-complex v0.4.0 [INFO] [stderr] Checking num v0.4.0 [INFO] [stderr] Checking dntk-matrix v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Heaped` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Heaped(pub Box<[T; N * M]>) [INFO] [stdout] | ------ required by a bound in this struct [INFO] [stdout] 3 | where [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ required by this bound in `Heaped` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Clone>` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as Clone>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Debug>` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as Debug>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Index>` [INFO] [stdout] --> src/heap.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as Index>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Into<[T; N * M]>>` [INFO] [stdout] --> src/heap.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as Into<[T; N * M]>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as From<[T; N * M]>>` [INFO] [stdout] --> src/heap.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as From<[T; N * M]>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `Heaped` [INFO] [stdout] --> src/heap.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in `Heaped` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `heap::Heaped` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 2 | pub struct Heaped(pub Box<[T; N * M]>) [INFO] [stdout] | ------ required by a bound in this struct [INFO] [stdout] 3 | where [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ required by this bound in `Heaped` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Clone>` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as Clone>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * L] well-formed` [INFO] [stdout] --> src/matrix.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | [T; N * L]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Mul>>` [INFO] [stdout] --> src/matrix.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | [T; N * L]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as Mul>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * L] well-formed` [INFO] [stdout] --> src/matrix.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | [T; N * L]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `, T> as Mul>>` [INFO] [stdout] --> src/matrix.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | [T; N * L]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in `, T> as Mul>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Debug>` [INFO] [stdout] --> src/heap.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | [T; N * M]:; [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as Debug>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Index>` [INFO] [stdout] --> src/heap.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as Index>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Into<[T; N * M]>>` [INFO] [stdout] --> src/heap.rs:19:5 [INFO] [stdout] | [INFO] [stdout] 19 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as Into<[T; N * M]>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as From<[T; N * M]>>` [INFO] [stdout] --> src/heap.rs:28:5 [INFO] [stdout] | [INFO] [stdout] 28 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as From<[T; N * M]>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M] well-formed` [INFO] [stdout] --> src/heap.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `heap::Heaped` [INFO] [stdout] --> src/heap.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | [T; N * M]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in `Heaped` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `MultiMatrix` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct MultiMatrix(pub [T; N * M * L]) [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] 4 | where [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in `MultiMatrix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Clone>` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as Clone>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Debug>` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as Debug>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as StructuralPartialEq>` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as StructuralPartialEq>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as PartialEq>` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as PartialEq>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | [T; N * M * L]:, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Add>` [INFO] [stdout] --> src/multi_dim.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | [T; N * M * L]:, [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as Add>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | [T; N * M * L]:, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as std::fmt::Display>` [INFO] [stdout] --> src/multi_dim.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | [T; N * M * L]:, [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as Display>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * L] well-formed` [INFO] [stdout] --> src/matrix.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | [T; N * L]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Mul>>` [INFO] [stdout] --> src/matrix.rs:317:5 [INFO] [stdout] | [INFO] [stdout] 317 | [T; N * L]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in ` as Mul>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * L] well-formed` [INFO] [stdout] --> src/matrix.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | [T; N * L]:, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `, T> as Mul>>` [INFO] [stdout] --> src/matrix.rs:381:5 [INFO] [stdout] | [INFO] [stdout] 381 | [T; N * L]:, [INFO] [stdout] | ^^^^^^^^^^ required by this bound in `, T> as Mul>>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in `MultiMatrix` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub struct MultiMatrix(pub [T; N * M * L]) [INFO] [stdout] | ----------- required by a bound in this struct [INFO] [stdout] 4 | where [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in `MultiMatrix` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Clone>` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as Clone>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Debug>` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as Debug>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as StructuralPartialEq>` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as StructuralPartialEq>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as PartialEq>` [INFO] [stdout] --> src/multi_dim.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | [T; N * M * L]:; [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as PartialEq>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | [T; N * M * L]:, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as Add>` [INFO] [stdout] --> src/multi_dim.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | [T; N * M * L]:, [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as Add>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0275]: overflow evaluating the requirement `[T; N * M * L] well-formed` [INFO] [stdout] --> src/multi_dim.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | [T; N * M * L]:, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: required by a bound in ` as std::fmt::Display>` [INFO] [stdout] --> src/multi_dim.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | [T; N * M * L]:, [INFO] [stdout] | ^^^^^^^^^^^^^^ required by this bound in ` as Display>` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dntk-matrix` (lib) due to 16 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0275`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dntk-matrix` (lib test) due to 16 previous errors [INFO] running `Command { std: "docker" "inspect" "4478bec9059c204e7003e0512df102b5aee9b68b01cf7adb7db37dd2cd935f73", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4478bec9059c204e7003e0512df102b5aee9b68b01cf7adb7db37dd2cd935f73", kill_on_drop: false }` [INFO] [stdout] 4478bec9059c204e7003e0512df102b5aee9b68b01cf7adb7db37dd2cd935f73