[INFO] fetching crate nml-matrix 0.4.1... [INFO] checking nml-matrix-0.4.1 against try#ccf408f4326a858c00dd845a64a86b16f360a801 for pr-129466-2 [INFO] extracting crate nml-matrix 0.4.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate nml-matrix 0.4.1 on toolchain ccf408f4326a858c00dd845a64a86b16f360a801 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate nml-matrix 0.4.1 [INFO] finished tweaking crates.io crate nml-matrix 0.4.1 [INFO] tweaked toml for crates.io crate nml-matrix 0.4.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 17 packages to latest compatible versions [INFO] [stderr] Adding wasi v0.11.0+wasi-snapshot-preview1 (available: v0.13.2+wasi-0.2.1) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d460c1254fe23215c950f037119d2618498d970894ca24a6963ec771d0acda2 [INFO] running `Command { std: "docker" "start" "-a" "5d460c1254fe23215c950f037119d2618498d970894ca24a6963ec771d0acda2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d460c1254fe23215c950f037119d2618498d970894ca24a6963ec771d0acda2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d460c1254fe23215c950f037119d2618498d970894ca24a6963ec771d0acda2", kill_on_drop: false }` [INFO] [stdout] 5d460c1254fe23215c950f037119d2618498d970894ca24a6963ec771d0acda2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+ccf408f4326a858c00dd845a64a86b16f360a801" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c82a4dc6c10ae3151a891140aae5f33c1d94fd4c74b520372bc879785061da75 [INFO] running `Command { std: "docker" "start" "-a" "c82a4dc6c10ae3151a891140aae5f33c1d94fd4c74b520372bc879785061da75", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Migrating Cargo.toml from 2021 edition to 2024 [INFO] [stderr] Checking nml-matrix v0.4.1 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2021 edition to 2024 [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | matrix.set_value(0, 0, 0_f64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 142 | let _ = matrix.set_value(0, 0, 0_f64); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `Result` that must be used [INFO] [stdout] --> src/lib.rs:153:9 [INFO] [stdout] | [INFO] [stdout] 153 | matrix.set_value(0, 0, 0_f64); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 153 | let _ = matrix.set_value(0, 0, 0_f64); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Fixed src/lib.rs (1 fix) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.31s [INFO] [stderr] Running `cargo check` to verify 2024 [INFO] [stderr] Checking nml-matrix v0.4.1 (/tmp/fixit) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:13:24 [INFO] [stdout] | [INFO] [stdout] 13 | let matrix_1 = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:14:24 [INFO] [stdout] | [INFO] [stdout] 14 | let matrix_2 = NmlMatrix::nml_mat_eye(2); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:22:24 [INFO] [stdout] | [INFO] [stdout] 22 | let matrix_1 = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:23:24 [INFO] [stdout] | [INFO] [stdout] 23 | let matrix_2 = NmlMatrix::nml_mat_eye(2); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:31:24 [INFO] [stdout] | [INFO] [stdout] 31 | let matrix_1 = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | let matrix_2 = NmlMatrix::nml_mat_eye(2); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | let matrix = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:43:24 [INFO] [stdout] | [INFO] [stdout] 43 | let expected = NmlMatrix::new_with_data(2, 1, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | let matrix = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:53:24 [INFO] [stdout] | [INFO] [stdout] 53 | let expected = NmlMatrix::new_with_data(2, 1, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:60:22 [INFO] [stdout] | [INFO] [stdout] 60 | let matrix = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:61:20 [INFO] [stdout] | [INFO] [stdout] 61 | let copy = NmlMatrix::nml_mat_cp(&matrix); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:68:22 [INFO] [stdout] | [INFO] [stdout] 68 | let matrix = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:69:20 [INFO] [stdout] | [INFO] [stdout] 69 | let copy = NmlMatrix::nml_mat_cp(&matrix); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:72:20 [INFO] [stdout] | [INFO] [stdout] 72 | let copy = NmlMatrix::new_with_data(2, 2, copy_data).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NmlMatrix` in this scope [INFO] [stdout] --> src/lib.rs:78:25 [INFO] [stdout] | [INFO] [stdout] 78 | let rnd_matrix: NmlMatrix = NmlMatrix::nml_mat_rnd(2, 2, 0_f64, 1_f64); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:78:42 [INFO] [stdout] | [INFO] [stdout] 78 | let rnd_matrix: NmlMatrix = NmlMatrix::nml_mat_rnd(2, 2, 0_f64, 1_f64); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NmlMatrix` in this scope [INFO] [stdout] --> src/lib.rs:79:21 [INFO] [stdout] | [INFO] [stdout] 79 | let matrix: NmlMatrix = NmlMatrix::nml_mat_sqr(2); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:79:38 [INFO] [stdout] | [INFO] [stdout] 79 | let matrix: NmlMatrix = NmlMatrix::nml_mat_sqr(2); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NmlMatrix` in this scope [INFO] [stdout] --> src/lib.rs:85:25 [INFO] [stdout] | [INFO] [stdout] 85 | let rnd_matrix: NmlMatrix = NmlMatrix::nml_mat_rnd(2, 2, 2_f64, 3_f64); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:85:42 [INFO] [stdout] | [INFO] [stdout] 85 | let rnd_matrix: NmlMatrix = NmlMatrix::nml_mat_rnd(2, 2, 2_f64, 3_f64); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NmlMatrix` in this scope [INFO] [stdout] --> src/lib.rs:86:21 [INFO] [stdout] | [INFO] [stdout] 86 | let matrix: NmlMatrix = NmlMatrix::nml_mat_sqr(2); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:86:38 [INFO] [stdout] | [INFO] [stdout] 86 | let matrix: NmlMatrix = NmlMatrix::nml_mat_sqr(2); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:93:22 [INFO] [stdout] | [INFO] [stdout] 93 | let matrix = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:101:22 [INFO] [stdout] | [INFO] [stdout] 101 | let matrix = NmlMatrix::new_with_data(1, 4, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:109:22 [INFO] [stdout] | [INFO] [stdout] 109 | let matrix = NmlMatrix::new_with_data(1, 4, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:113:19 [INFO] [stdout] | [INFO] [stdout] 113 | let row = NmlMatrix::new_with_data(1, 4, row_data).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:120:26 [INFO] [stdout] | [INFO] [stdout] 120 | let mut matrix = NmlMatrix::new_with_data(1, 4, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:123:24 [INFO] [stdout] | [INFO] [stdout] 123 | let expected = NmlMatrix::new_with_data(1, 4, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:130:26 [INFO] [stdout] | [INFO] [stdout] 130 | let mut matrix = NmlMatrix::new_with_data(1, 4, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:133:24 [INFO] [stdout] | [INFO] [stdout] 133 | let expected = NmlMatrix::new_with_data(1, 4, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:140:26 [INFO] [stdout] | [INFO] [stdout] 140 | let mut matrix = NmlMatrix::new_with_data(1, 4, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:143:24 [INFO] [stdout] | [INFO] [stdout] 143 | let expected = NmlMatrix::new_with_data(1, 4, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:150:26 [INFO] [stdout] | [INFO] [stdout] 150 | let mut matrix = NmlMatrix::new_with_data(1, 4, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:151:24 [INFO] [stdout] | [INFO] [stdout] 151 | let expected = NmlMatrix::nml_mat_cp(&matrix); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:159:26 [INFO] [stdout] | [INFO] [stdout] 159 | let mut matrix = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:162:24 [INFO] [stdout] | [INFO] [stdout] 162 | let expected = NmlMatrix::new_with_data(2, 2, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:169:26 [INFO] [stdout] | [INFO] [stdout] 169 | let mut matrix = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:172:24 [INFO] [stdout] | [INFO] [stdout] 172 | let expected = NmlMatrix::new_with_data(2, 2, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:179:26 [INFO] [stdout] | [INFO] [stdout] 179 | let mut matrix = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:182:24 [INFO] [stdout] | [INFO] [stdout] 182 | let expected = NmlMatrix::new_with_data(2, 2, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:189:26 [INFO] [stdout] | [INFO] [stdout] 189 | let mut matrix = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:192:24 [INFO] [stdout] | [INFO] [stdout] 192 | let expected = NmlMatrix::new_with_data(2, 2, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:199:26 [INFO] [stdout] | [INFO] [stdout] 199 | let mut matrix = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:202:24 [INFO] [stdout] | [INFO] [stdout] 202 | let expected = NmlMatrix::new_with_data(2, 2, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:209:22 [INFO] [stdout] | [INFO] [stdout] 209 | let matrix = NmlMatrix::new_with_data(3, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:212:24 [INFO] [stdout] | [INFO] [stdout] 212 | let expected = NmlMatrix::new_with_data(3, 1, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:219:22 [INFO] [stdout] | [INFO] [stdout] 219 | let matrix = NmlMatrix::new_with_data(2, 3, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:222:24 [INFO] [stdout] | [INFO] [stdout] 222 | let expected = NmlMatrix::new_with_data(1, 3, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:229:26 [INFO] [stdout] | [INFO] [stdout] 229 | let mut matrix = NmlMatrix::new_with_data(2, 3, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:232:27 [INFO] [stdout] | [INFO] [stdout] 232 | let expected = NmlMatrix::new_with_data(2, 3, expected_data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:239:24 [INFO] [stdout] | [INFO] [stdout] 239 | let matrix_1 = NmlMatrix::new_with_data(2, 2, data.into_boxed_slice()).expect("Unable to create matrix"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:240:24 [INFO] [stdout] | [INFO] [stdout] 240 | let matrix_2 = NmlMatrix::nml_mat_sqr(2); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NmlMatrix` in this scope [INFO] [stdout] --> src/lib.rs:241:30 [INFO] [stdout] | [INFO] [stdout] 241 | let expected_matrix: NmlMatrix = NmlMatrix::nml_mat_cp(&matrix_1); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:241:47 [INFO] [stdout] | [INFO] [stdout] 241 | let expected_matrix: NmlMatrix = NmlMatrix::nml_mat_cp(&matrix_1); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:251:24 [INFO] [stdout] | [INFO] [stdout] 251 | let matrix_1 = NmlMatrix::new_with_data(2,2, data_1.into_boxed_slice()).expect(""); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:252:24 [INFO] [stdout] | [INFO] [stdout] 252 | let matrix_2 = NmlMatrix::new_with_data(2,2, data_2.into_boxed_slice()).expect(""); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:254:22 [INFO] [stdout] | [INFO] [stdout] 254 | let expect = NmlMatrix::nml_mat_cp(&matrix_2); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:262:24 [INFO] [stdout] | [INFO] [stdout] 262 | let matrix_1 = NmlMatrix::new_with_data(2,2, data_1.into_boxed_slice()).expect(""); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:263:24 [INFO] [stdout] | [INFO] [stdout] 263 | let matrix_2 = NmlMatrix::new_with_data(2,2, data_2.into_boxed_slice()).expect(""); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:265:22 [INFO] [stdout] | [INFO] [stdout] 265 | let expect = NmlMatrix::nml_mat_cp(&matrix_2); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NmlMatrix` in this scope [INFO] [stdout] --> src/lib.rs:271:23 [INFO] [stdout] | [INFO] [stdout] 271 | ... let matrix_1: NmlMatrix = NmlMatrix::new_with_data(3,3, vec![1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0].into_boxed_slice()).expect("... [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:271:40 [INFO] [stdout] | [INFO] [stdout] 271 | ... let matrix_1: NmlMatrix = NmlMatrix::new_with_data(3,3, vec![1.0,0.0,0.0,0.0,1.0,0.0,0.0,0.0,1.0].into_boxed_slice()).expect("... [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NmlMatrix` in this scope [INFO] [stdout] --> src/lib.rs:272:23 [INFO] [stdout] | [INFO] [stdout] 272 | let matrix_2: NmlMatrix = matrix_1.transpose(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NmlMatrix` in this scope [INFO] [stdout] --> src/lib.rs:279:23 [INFO] [stdout] | [INFO] [stdout] 279 | let matrix_1: NmlMatrix = NmlMatrix::new_with_2d_vec(2,2, &mut data).expect("matrix not created"); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NmlMatrix` [INFO] [stdout] --> src/lib.rs:279:40 [INFO] [stdout] | [INFO] [stdout] 279 | let matrix_1: NmlMatrix = NmlMatrix::new_with_2d_vec(2,2, &mut data).expect("matrix not created"); [INFO] [stdout] | ^^^^^^^^^ use of undeclared type `NmlMatrix` [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 8 + use crate::matrix::NmlMatrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/lib.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 66 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `nml-matrix` (lib test) due to 67 previous errors; 1 warning emitted [INFO] [stderr] error: failed to check after updating to 2024 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "c82a4dc6c10ae3151a891140aae5f33c1d94fd4c74b520372bc879785061da75", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c82a4dc6c10ae3151a891140aae5f33c1d94fd4c74b520372bc879785061da75", kill_on_drop: false }` [INFO] [stdout] c82a4dc6c10ae3151a891140aae5f33c1d94fd4c74b520372bc879785061da75