Sep 17 22:09:16.435 INFO checking lfa-0.4.0 against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 22:09:16.435 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 22:09:16.435 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-3/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 22:09:16.601 INFO blam! c9378bfb8a2e20f4710f4e02286a444fe8200fd75aeb1e7e34a2ec1ca54f47ed Sep 17 22:09:16.603 INFO running `"docker" "start" "-a" "c9378bfb8a2e20f4710f4e02286a444fe8200fd75aeb1e7e34a2ec1ca54f47ed"` Sep 17 22:09:17.275 INFO kablam! usermod: no changes Sep 17 22:09:17.394 INFO kablam! Compiling num-complex v0.2.0 Sep 17 22:09:17.399 INFO kablam! Compiling ndarray v0.12.0 Sep 17 22:09:17.399 INFO kablam! Checking ndarray v0.11.2 Sep 17 22:09:32.319 INFO kablam! Checking spaces v2.2.1 Sep 17 22:09:33.466 INFO kablam! Checking lfa v0.4.0 (/source) Sep 17 22:09:34.253 INFO kablam! warning: unused import: `fixed::TileCoding` Sep 17 22:09:34.253 INFO kablam! --> src/projectors/adaptive/ifdd.rs:164:38 Sep 17 22:09:34.253 INFO kablam! | Sep 17 22:09:34.253 INFO kablam! 164 | use projectors::{adaptive::IFDD, fixed::TileCoding}; Sep 17 22:09:34.253 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:09:34.253 INFO kablam! | Sep 17 22:09:34.253 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 22:09:34.253 INFO kablam! Sep 17 22:09:34.253 INFO kablam! warning: unused import: `std::hash::BuildHasherDefault` Sep 17 22:09:34.253 INFO kablam! --> src/projectors/adaptive/ifdd.rs:166:9 Sep 17 22:09:34.253 INFO kablam! | Sep 17 22:09:34.253 INFO kablam! 166 | use std::hash::BuildHasherDefault; Sep 17 22:09:34.253 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:34.253 INFO kablam! Sep 17 22:09:34.661 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:34.661 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 17 22:09:34.661 INFO kablam! | Sep 17 22:09:34.661 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 17 22:09:34.661 INFO kablam! | ^^^^^^^^^^^ expected struct `ndarray::ArrayBase`, found struct `geometry::ndarray::ArrayBase` Sep 17 22:09:34.661 INFO kablam! | Sep 17 22:09:34.661 INFO kablam! = note: expected type `ndarray::ArrayBase, _>` Sep 17 22:09:34.661 INFO kablam! found type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:34.661 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:34.661 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 17 22:09:34.661 INFO kablam! | Sep 17 22:09:34.661 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 17 22:09:34.661 INFO kablam! | ^^^^^^^^^^^ Sep 17 22:09:34.661 INFO kablam! Sep 17 22:09:34.681 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:34.682 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 17 22:09:34.682 INFO kablam! | Sep 17 22:09:34.682 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 17 22:09:34.683 INFO kablam! | ^^^^^^^^^^^ expected struct `ndarray::ArrayBase`, found struct `geometry::ndarray::ArrayBase` Sep 17 22:09:34.683 INFO kablam! | Sep 17 22:09:34.683 INFO kablam! = note: expected type `ndarray::ArrayBase, _>` Sep 17 22:09:34.683 INFO kablam! found type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:34.686 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:34.687 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 17 22:09:34.687 INFO kablam! | Sep 17 22:09:34.687 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 17 22:09:34.687 INFO kablam! | ^^^^^^^^^^^ Sep 17 22:09:34.687 INFO kablam! Sep 17 22:09:34.875 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:34.875 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 17 22:09:34.875 INFO kablam! | Sep 17 22:09:34.875 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 17 22:09:34.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:34.875 INFO kablam! | Sep 17 22:09:34.875 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:34.875 INFO kablam! found type `ndarray::ArrayBase, _>` Sep 17 22:09:34.875 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:34.875 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 17 22:09:34.875 INFO kablam! | Sep 17 22:09:34.875 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 17 22:09:34.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:34.875 INFO kablam! Sep 17 22:09:34.900 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:34.900 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 17 22:09:34.900 INFO kablam! | Sep 17 22:09:34.900 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 17 22:09:34.900 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:34.900 INFO kablam! | Sep 17 22:09:34.903 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:34.903 INFO kablam! found type `ndarray::ArrayBase, _>` Sep 17 22:09:34.903 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:34.903 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 17 22:09:34.903 INFO kablam! | Sep 17 22:09:34.903 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 17 22:09:34.903 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:34.903 INFO kablam! Sep 17 22:09:35.095 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:35.095 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 17 22:09:35.095 INFO kablam! | Sep 17 22:09:35.095 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 17 22:09:35.095 INFO kablam! | ^^^^^^^ expected struct `geometry::ndarray::Axis`, found struct `ndarray::Axis` Sep 17 22:09:35.095 INFO kablam! | Sep 17 22:09:35.095 INFO kablam! = note: expected type `geometry::ndarray::Axis` Sep 17 22:09:35.095 INFO kablam! found type `ndarray::Axis` Sep 17 22:09:35.095 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:35.095 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 17 22:09:35.095 INFO kablam! | Sep 17 22:09:35.095 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 17 22:09:35.095 INFO kablam! | ^^^^^^^ Sep 17 22:09:35.095 INFO kablam! Sep 17 22:09:35.127 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:35.127 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 17 22:09:35.127 INFO kablam! | Sep 17 22:09:35.127 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 17 22:09:35.127 INFO kablam! | ^^^^^^^ expected struct `geometry::ndarray::Axis`, found struct `ndarray::Axis` Sep 17 22:09:35.127 INFO kablam! | Sep 17 22:09:35.127 INFO kablam! = note: expected type `geometry::ndarray::Axis` Sep 17 22:09:35.127 INFO kablam! found type `ndarray::Axis` Sep 17 22:09:35.127 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:35.127 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 17 22:09:35.127 INFO kablam! | Sep 17 22:09:35.127 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 17 22:09:35.127 INFO kablam! | ^^^^^^^ Sep 17 22:09:35.127 INFO kablam! Sep 17 22:09:35.319 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:35.319 INFO kablam! error: aborting due to 3 previous errors Sep 17 22:09:35.319 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:44 Sep 17 22:09:35.319 INFO kablam! | Sep 17 22:09:35.319 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 17 22:09:35.319 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:35.319 INFO kablam! Sep 17 22:09:35.319 INFO kablam! | Sep 17 22:09:35.319 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:35.319 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:35.319 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:35.319 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:44 Sep 17 22:09:35.319 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 17 22:09:35.319 INFO kablam! | Sep 17 22:09:35.319 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 17 22:09:35.319 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:09:35.319 INFO kablam! Sep 17 22:09:35.329 INFO kablam! error: Could not compile `lfa`. Sep 17 22:09:35.329 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 22:09:35.478 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:35.478 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:60 Sep 17 22:09:35.478 INFO kablam! | Sep 17 22:09:35.478 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 17 22:09:35.479 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:35.479 INFO kablam! | Sep 17 22:09:35.479 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:35.479 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:35.479 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:35.479 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:60 Sep 17 22:09:35.479 INFO kablam! | Sep 17 22:09:35.479 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 17 22:09:35.479 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 22:09:35.479 INFO kablam! Sep 17 22:09:35.665 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:35.665 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:37 Sep 17 22:09:35.666 INFO kablam! | Sep 17 22:09:35.666 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 17 22:09:35.666 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:35.667 INFO kablam! | Sep 17 22:09:35.667 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:35.668 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:35.668 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:35.668 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:37 Sep 17 22:09:35.669 INFO kablam! | Sep 17 22:09:35.669 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 17 22:09:35.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:35.670 INFO kablam! Sep 17 22:09:35.858 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:35.858 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:67 Sep 17 22:09:35.858 INFO kablam! | Sep 17 22:09:35.858 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 17 22:09:35.858 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:35.859 INFO kablam! | Sep 17 22:09:35.859 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:35.859 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:35.859 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:35.859 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:67 Sep 17 22:09:35.867 INFO kablam! | Sep 17 22:09:35.867 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 17 22:09:35.867 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 22:09:35.867 INFO kablam! Sep 17 22:09:36.035 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:36.035 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:37 Sep 17 22:09:36.035 INFO kablam! | Sep 17 22:09:36.035 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 17 22:09:36.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:36.035 INFO kablam! | Sep 17 22:09:36.035 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:36.035 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:36.035 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:36.035 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:37 Sep 17 22:09:36.035 INFO kablam! | Sep 17 22:09:36.035 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 17 22:09:36.035 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:36.035 INFO kablam! Sep 17 22:09:36.219 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:36.219 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:61 Sep 17 22:09:36.219 INFO kablam! | Sep 17 22:09:36.219 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 17 22:09:36.219 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:36.219 INFO kablam! | Sep 17 22:09:36.219 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:36.219 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:36.219 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:36.219 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:61 Sep 17 22:09:36.219 INFO kablam! | Sep 17 22:09:36.219 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 17 22:09:36.219 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 22:09:36.219 INFO kablam! Sep 17 22:09:36.348 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:36.348 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:37 Sep 17 22:09:36.348 INFO kablam! | Sep 17 22:09:36.348 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 17 22:09:36.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:36.348 INFO kablam! | Sep 17 22:09:36.348 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:36.348 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:36.348 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:36.348 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:37 Sep 17 22:09:36.348 INFO kablam! | Sep 17 22:09:36.348 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 17 22:09:36.348 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:36.348 INFO kablam! Sep 17 22:09:36.462 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:36.462 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:62 Sep 17 22:09:36.462 INFO kablam! | Sep 17 22:09:36.462 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 17 22:09:36.462 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:36.462 INFO kablam! | Sep 17 22:09:36.462 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:36.462 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:36.462 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:36.462 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:62 Sep 17 22:09:36.462 INFO kablam! | Sep 17 22:09:36.462 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 17 22:09:36.462 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 22:09:36.462 INFO kablam! Sep 17 22:09:36.577 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:36.577 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:38 Sep 17 22:09:36.577 INFO kablam! | Sep 17 22:09:36.577 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 17 22:09:36.577 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:36.577 INFO kablam! | Sep 17 22:09:36.577 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:36.577 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:36.577 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:36.577 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:38 Sep 17 22:09:36.577 INFO kablam! | Sep 17 22:09:36.577 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 17 22:09:36.577 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:09:36.577 INFO kablam! Sep 17 22:09:36.682 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:36.682 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:54 Sep 17 22:09:36.682 INFO kablam! | Sep 17 22:09:36.682 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 17 22:09:36.682 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:36.682 INFO kablam! | Sep 17 22:09:36.682 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:36.682 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:36.682 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:36.682 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:54 Sep 17 22:09:36.682 INFO kablam! | Sep 17 22:09:36.682 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 17 22:09:36.682 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 22:09:36.682 INFO kablam! Sep 17 22:09:36.781 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:36.781 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:38 Sep 17 22:09:36.781 INFO kablam! | Sep 17 22:09:36.781 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 17 22:09:36.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:36.781 INFO kablam! | Sep 17 22:09:36.781 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:36.781 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:36.781 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:36.781 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:38 Sep 17 22:09:36.781 INFO kablam! | Sep 17 22:09:36.781 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 17 22:09:36.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:36.782 INFO kablam! Sep 17 22:09:36.883 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:36.883 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:68 Sep 17 22:09:36.883 INFO kablam! | Sep 17 22:09:36.883 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 17 22:09:36.883 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:36.883 INFO kablam! | Sep 17 22:09:36.883 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:36.883 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:36.883 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:36.883 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:68 Sep 17 22:09:36.883 INFO kablam! | Sep 17 22:09:36.883 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 17 22:09:36.883 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 22:09:36.883 INFO kablam! Sep 17 22:09:37.013 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:37.014 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:38 Sep 17 22:09:37.014 INFO kablam! | Sep 17 22:09:37.014 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 17 22:09:37.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:37.014 INFO kablam! | Sep 17 22:09:37.014 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:37.014 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:37.014 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:37.014 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:38 Sep 17 22:09:37.014 INFO kablam! | Sep 17 22:09:37.014 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 17 22:09:37.014 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:37.014 INFO kablam! Sep 17 22:09:37.126 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:37.126 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:62 Sep 17 22:09:37.126 INFO kablam! | Sep 17 22:09:37.126 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 17 22:09:37.126 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:37.126 INFO kablam! | Sep 17 22:09:37.126 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:37.126 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:37.126 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:37.126 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:62 Sep 17 22:09:37.126 INFO kablam! | Sep 17 22:09:37.126 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 17 22:09:37.126 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 22:09:37.127 INFO kablam! Sep 17 22:09:37.256 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:37.256 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:38 Sep 17 22:09:37.257 INFO kablam! | Sep 17 22:09:37.257 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 17 22:09:37.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:37.257 INFO kablam! | Sep 17 22:09:37.257 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:37.257 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:37.257 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:37.257 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:38 Sep 17 22:09:37.257 INFO kablam! | Sep 17 22:09:37.257 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 17 22:09:37.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:37.257 INFO kablam! Sep 17 22:09:37.387 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:37.387 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:63 Sep 17 22:09:37.387 INFO kablam! | Sep 17 22:09:37.387 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 17 22:09:37.389 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:37.389 INFO kablam! | Sep 17 22:09:37.389 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:37.389 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:37.389 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:37.389 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:63 Sep 17 22:09:37.389 INFO kablam! | Sep 17 22:09:37.389 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 17 22:09:37.390 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 22:09:37.390 INFO kablam! Sep 17 22:09:37.523 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:37.523 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:35 Sep 17 22:09:37.523 INFO kablam! | Sep 17 22:09:37.523 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 17 22:09:37.523 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:37.523 INFO kablam! | Sep 17 22:09:37.523 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:37.523 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:37.523 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:37.523 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:35 Sep 17 22:09:37.523 INFO kablam! | Sep 17 22:09:37.523 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 17 22:09:37.523 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:09:37.523 INFO kablam! Sep 17 22:09:37.659 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:37.659 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:51 Sep 17 22:09:37.659 INFO kablam! | Sep 17 22:09:37.659 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 17 22:09:37.659 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:37.659 INFO kablam! | Sep 17 22:09:37.659 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:37.659 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:37.659 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:37.659 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:51 Sep 17 22:09:37.659 INFO kablam! | Sep 17 22:09:37.659 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 17 22:09:37.659 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 22:09:37.659 INFO kablam! Sep 17 22:09:37.774 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:37.774 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:35 Sep 17 22:09:37.774 INFO kablam! | Sep 17 22:09:37.774 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 17 22:09:37.774 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:37.774 INFO kablam! | Sep 17 22:09:37.774 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:37.774 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:37.774 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:37.774 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:35 Sep 17 22:09:37.774 INFO kablam! | Sep 17 22:09:37.774 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 17 22:09:37.774 INFO kablam! | ^^^^^^^^^^^^^^ Sep 17 22:09:37.774 INFO kablam! Sep 17 22:09:37.890 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:37.890 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:51 Sep 17 22:09:37.890 INFO kablam! | Sep 17 22:09:37.890 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 17 22:09:37.890 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:37.890 INFO kablam! | Sep 17 22:09:37.890 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:37.890 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:37.890 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:37.890 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:51 Sep 17 22:09:37.890 INFO kablam! | Sep 17 22:09:37.890 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 17 22:09:37.890 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 22:09:37.890 INFO kablam! Sep 17 22:09:38.019 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:38.019 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:35 Sep 17 22:09:38.019 INFO kablam! | Sep 17 22:09:38.019 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 17 22:09:38.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:38.019 INFO kablam! | Sep 17 22:09:38.019 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:38.019 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:38.019 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:38.019 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:35 Sep 17 22:09:38.019 INFO kablam! | Sep 17 22:09:38.019 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 17 22:09:38.019 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:38.019 INFO kablam! Sep 17 22:09:38.181 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:38.181 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:65 Sep 17 22:09:38.181 INFO kablam! | Sep 17 22:09:38.181 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 17 22:09:38.181 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:38.181 INFO kablam! | Sep 17 22:09:38.181 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:38.182 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:38.182 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:38.182 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:65 Sep 17 22:09:38.182 INFO kablam! | Sep 17 22:09:38.182 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 17 22:09:38.182 INFO kablam! | ^^^^^^^^^^^^^ Sep 17 22:09:38.182 INFO kablam! Sep 17 22:09:38.387 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:38.387 INFO kablam! --> src/projectors/fixed/rbf_network.rs:169:29 Sep 17 22:09:38.387 INFO kablam! | Sep 17 22:09:38.387 INFO kablam! 169 | assert!(p.all_close(&arr1(&[0.49546264, 0.49546264, 0.00907471]), 1e-6)); Sep 17 22:09:38.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:38.387 INFO kablam! | Sep 17 22:09:38.387 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:38.387 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:38.387 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:38.387 INFO kablam! --> src/projectors/fixed/rbf_network.rs:169:29 Sep 17 22:09:38.387 INFO kablam! | Sep 17 22:09:38.387 INFO kablam! 169 | assert!(p.all_close(&arr1(&[0.49546264, 0.49546264, 0.00907471]), 1e-6)); Sep 17 22:09:38.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:38.387 INFO kablam! Sep 17 22:09:38.544 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:38.544 INFO kablam! --> src/projectors/fixed/rbf_network.rs:176:13 Sep 17 22:09:38.544 INFO kablam! | Sep 17 22:09:38.544 INFO kablam! 176 | arr2(&[[0.0, -10.0], [0.5, -8.0], [1.0, -6.0]]), Sep 17 22:09:38.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:38.544 INFO kablam! | Sep 17 22:09:38.544 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 17 22:09:38.544 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 17 22:09:38.544 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:38.544 INFO kablam! --> src/projectors/fixed/rbf_network.rs:176:13 Sep 17 22:09:38.544 INFO kablam! | Sep 17 22:09:38.544 INFO kablam! 176 | arr2(&[[0.0, -10.0], [0.5, -8.0], [1.0, -6.0]]), Sep 17 22:09:38.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:38.544 INFO kablam! Sep 17 22:09:38.689 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:38.689 INFO kablam! --> src/projectors/fixed/rbf_network.rs:177:13 Sep 17 22:09:38.689 INFO kablam! | Sep 17 22:09:38.689 INFO kablam! 177 | arr1(&[0.25, 2.0]), Sep 17 22:09:38.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:38.689 INFO kablam! | Sep 17 22:09:38.689 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:38.689 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:38.689 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:38.689 INFO kablam! --> src/projectors/fixed/rbf_network.rs:177:13 Sep 17 22:09:38.689 INFO kablam! | Sep 17 22:09:38.689 INFO kablam! 177 | arr1(&[0.25, 2.0]), Sep 17 22:09:38.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 22:09:38.689 INFO kablam! Sep 17 22:09:38.869 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:38.869 INFO kablam! --> src/projectors/fixed/rbf_network.rs:181:29 Sep 17 22:09:38.869 INFO kablam! | Sep 17 22:09:38.870 INFO kablam! 181 | assert!(p.all_close(&arr1(&[0.00829727, 0.64932079, 0.34238193]), 1e-6)); Sep 17 22:09:38.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:38.870 INFO kablam! | Sep 17 22:09:38.870 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:38.870 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:38.870 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:38.870 INFO kablam! --> src/projectors/fixed/rbf_network.rs:181:29 Sep 17 22:09:38.870 INFO kablam! | Sep 17 22:09:38.870 INFO kablam! 181 | assert!(p.all_close(&arr1(&[0.00829727, 0.64932079, 0.34238193]), 1e-6)); Sep 17 22:09:38.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:38.870 INFO kablam! Sep 17 22:09:39.125 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:39.125 INFO kablam! --> src/projectors/fixed/fourier.rs:140:28 Sep 17 22:09:39.125 INFO kablam! | Sep 17 22:09:39.125 INFO kablam! 140 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 17 22:09:39.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:39.125 INFO kablam! | Sep 17 22:09:39.125 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:39.125 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:39.125 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:39.125 INFO kablam! --> src/projectors/fixed/fourier.rs:140:28 Sep 17 22:09:39.125 INFO kablam! | Sep 17 22:09:39.125 INFO kablam! 140 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 17 22:09:39.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 22:09:39.125 INFO kablam! Sep 17 22:09:39.315 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:39.315 INFO kablam! --> src/projectors/fixed/fourier.rs:144:28 Sep 17 22:09:39.315 INFO kablam! | Sep 17 22:09:39.315 INFO kablam! 144 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 17 22:09:39.315 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:39.315 INFO kablam! | Sep 17 22:09:39.315 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:39.315 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:39.315 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:39.315 INFO kablam! --> src/projectors/fixed/fourier.rs:144:28 Sep 17 22:09:39.315 INFO kablam! | Sep 17 22:09:39.315 INFO kablam! 144 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 17 22:09:39.315 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:09:39.315 INFO kablam! Sep 17 22:09:39.508 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:39.508 INFO kablam! --> src/projectors/fixed/fourier.rs:148:28 Sep 17 22:09:39.508 INFO kablam! | Sep 17 22:09:39.508 INFO kablam! 148 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 17 22:09:39.508 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:39.508 INFO kablam! | Sep 17 22:09:39.508 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:39.508 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:39.508 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:39.508 INFO kablam! --> src/projectors/fixed/fourier.rs:148:28 Sep 17 22:09:39.508 INFO kablam! | Sep 17 22:09:39.508 INFO kablam! 148 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 17 22:09:39.508 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:09:39.508 INFO kablam! Sep 17 22:09:39.669 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:39.669 INFO kablam! --> src/projectors/fixed/fourier.rs:152:28 Sep 17 22:09:39.670 INFO kablam! | Sep 17 22:09:39.670 INFO kablam! 152 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 17 22:09:39.670 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:39.670 INFO kablam! | Sep 17 22:09:39.670 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:39.674 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:39.675 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:39.675 INFO kablam! --> src/projectors/fixed/fourier.rs:152:28 Sep 17 22:09:39.675 INFO kablam! | Sep 17 22:09:39.675 INFO kablam! 152 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 17 22:09:39.675 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:09:39.675 INFO kablam! Sep 17 22:09:39.842 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:39.843 INFO kablam! --> src/projectors/fixed/fourier.rs:156:28 Sep 17 22:09:39.843 INFO kablam! | Sep 17 22:09:39.843 INFO kablam! 156 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 17 22:09:39.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:39.843 INFO kablam! | Sep 17 22:09:39.843 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:39.843 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:39.843 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:39.843 INFO kablam! --> src/projectors/fixed/fourier.rs:156:28 Sep 17 22:09:39.843 INFO kablam! | Sep 17 22:09:39.843 INFO kablam! 156 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 17 22:09:39.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 22:09:39.843 INFO kablam! Sep 17 22:09:40.012 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:40.012 INFO kablam! --> src/projectors/fixed/fourier.rs:161:28 Sep 17 22:09:40.012 INFO kablam! | Sep 17 22:09:40.012 INFO kablam! 161 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 17 22:09:40.012 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:40.012 INFO kablam! | Sep 17 22:09:40.012 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:40.013 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:40.013 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:40.013 INFO kablam! --> src/projectors/fixed/fourier.rs:161:28 Sep 17 22:09:40.013 INFO kablam! | Sep 17 22:09:40.013 INFO kablam! 161 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 17 22:09:40.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 22:09:40.013 INFO kablam! Sep 17 22:09:40.197 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:40.197 INFO kablam! --> src/projectors/fixed/fourier.rs:165:28 Sep 17 22:09:40.197 INFO kablam! | Sep 17 22:09:40.197 INFO kablam! 165 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 17 22:09:40.197 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:40.197 INFO kablam! | Sep 17 22:09:40.197 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:40.197 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:40.197 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:40.197 INFO kablam! --> src/projectors/fixed/fourier.rs:165:28 Sep 17 22:09:40.197 INFO kablam! | Sep 17 22:09:40.197 INFO kablam! 165 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 17 22:09:40.197 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:09:40.197 INFO kablam! Sep 17 22:09:40.394 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:40.394 INFO kablam! --> src/projectors/fixed/fourier.rs:169:28 Sep 17 22:09:40.394 INFO kablam! | Sep 17 22:09:40.394 INFO kablam! 169 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 17 22:09:40.395 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:40.395 INFO kablam! | Sep 17 22:09:40.395 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:40.395 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:40.395 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:40.395 INFO kablam! --> src/projectors/fixed/fourier.rs:169:28 Sep 17 22:09:40.395 INFO kablam! | Sep 17 22:09:40.395 INFO kablam! 169 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 17 22:09:40.395 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 17 22:09:40.395 INFO kablam! Sep 17 22:09:40.544 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:40.544 INFO kablam! --> src/projectors/fixed/fourier.rs:173:28 Sep 17 22:09:40.544 INFO kablam! | Sep 17 22:09:40.544 INFO kablam! 173 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 17 22:09:40.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:40.544 INFO kablam! | Sep 17 22:09:40.544 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:40.544 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:40.544 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:40.544 INFO kablam! --> src/projectors/fixed/fourier.rs:173:28 Sep 17 22:09:40.544 INFO kablam! | Sep 17 22:09:40.544 INFO kablam! 173 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 17 22:09:40.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 17 22:09:40.544 INFO kablam! Sep 17 22:09:40.697 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:40.697 INFO kablam! --> src/projectors/fixed/fourier.rs:233:28 Sep 17 22:09:40.697 INFO kablam! | Sep 17 22:09:40.697 INFO kablam! 233 | .all_close(&arr1(&vec![1.0 / 3.0; 3]), 1e-6) Sep 17 22:09:40.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:40.697 INFO kablam! | Sep 17 22:09:40.697 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:40.697 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:40.697 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:40.697 INFO kablam! --> src/projectors/fixed/fourier.rs:233:28 Sep 17 22:09:40.697 INFO kablam! | Sep 17 22:09:40.697 INFO kablam! 233 | .all_close(&arr1(&vec![1.0 / 3.0; 3]), 1e-6) Sep 17 22:09:40.697 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:40.697 INFO kablam! Sep 17 22:09:40.855 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:40.855 INFO kablam! --> src/projectors/fixed/fourier.rs:236:13 Sep 17 22:09:40.855 INFO kablam! | Sep 17 22:09:40.855 INFO kablam! 236 | &arr1(&vec![4.24042024e-17, 3.07486821e-1, 6.92513179e-1]), Sep 17 22:09:40.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:40.855 INFO kablam! | Sep 17 22:09:40.855 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:40.855 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:40.855 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:40.855 INFO kablam! --> src/projectors/fixed/fourier.rs:236:13 Sep 17 22:09:40.855 INFO kablam! | Sep 17 22:09:40.855 INFO kablam! 236 | &arr1(&vec![4.24042024e-17, 3.07486821e-1, 6.92513179e-1]), Sep 17 22:09:40.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:40.855 INFO kablam! Sep 17 22:09:41.022 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:41.023 INFO kablam! --> src/projectors/fixed/fourier.rs:240:13 Sep 17 22:09:41.023 INFO kablam! | Sep 17 22:09:41.023 INFO kablam! 240 | &arr1(&vec![6.92513179e-1, 3.07486821e-1, 4.24042024e-17]), Sep 17 22:09:41.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:41.023 INFO kablam! | Sep 17 22:09:41.023 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:41.023 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:41.023 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:41.023 INFO kablam! --> src/projectors/fixed/fourier.rs:240:13 Sep 17 22:09:41.023 INFO kablam! | Sep 17 22:09:41.023 INFO kablam! 240 | &arr1(&vec![6.92513179e-1, 3.07486821e-1, 4.24042024e-17]), Sep 17 22:09:41.023 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:41.023 INFO kablam! Sep 17 22:09:41.194 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:41.194 INFO kablam! --> src/projectors/fixed/fourier.rs:245:28 Sep 17 22:09:41.195 INFO kablam! | Sep 17 22:09:41.195 INFO kablam! 245 | .all_close(&arr1(&vec![1.01093534e-16, -1.0, 1.01093534e-16]), 1e-6) Sep 17 22:09:41.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:41.195 INFO kablam! | Sep 17 22:09:41.195 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:41.195 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:41.195 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:41.195 INFO kablam! --> src/projectors/fixed/fourier.rs:245:28 Sep 17 22:09:41.195 INFO kablam! | Sep 17 22:09:41.195 INFO kablam! 245 | .all_close(&arr1(&vec![1.01093534e-16, -1.0, 1.01093534e-16]), 1e-6) Sep 17 22:09:41.195 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:41.195 INFO kablam! Sep 17 22:09:41.374 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:41.375 INFO kablam! --> src/projectors/fixed/fourier.rs:248:13 Sep 17 22:09:41.375 INFO kablam! | Sep 17 22:09:41.375 INFO kablam! 248 | &arr1(&vec![-5.04567213e-1, -4.95432787e-1, 3.08958311e-17]), Sep 17 22:09:41.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:41.375 INFO kablam! | Sep 17 22:09:41.375 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:41.375 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:41.375 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:41.375 INFO kablam! --> src/projectors/fixed/fourier.rs:248:13 Sep 17 22:09:41.375 INFO kablam! | Sep 17 22:09:41.375 INFO kablam! 248 | &arr1(&vec![-5.04567213e-1, -4.95432787e-1, 3.08958311e-17]), Sep 17 22:09:41.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:41.375 INFO kablam! Sep 17 22:09:41.556 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:41.556 INFO kablam! --> src/projectors/fixed/fourier.rs:252:13 Sep 17 22:09:41.556 INFO kablam! | Sep 17 22:09:41.556 INFO kablam! 252 | &arr1(&vec![3.08958311e-17, -4.95432787e-1, -5.04567213e-1]), Sep 17 22:09:41.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:41.556 INFO kablam! | Sep 17 22:09:41.556 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:41.556 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:41.556 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:41.556 INFO kablam! --> src/projectors/fixed/fourier.rs:252:13 Sep 17 22:09:41.556 INFO kablam! | Sep 17 22:09:41.556 INFO kablam! 252 | &arr1(&vec![3.08958311e-17, -4.95432787e-1, -5.04567213e-1]), Sep 17 22:09:41.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:41.556 INFO kablam! Sep 17 22:09:41.734 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:41.734 INFO kablam! --> src/projectors/fixed/fourier.rs:257:28 Sep 17 22:09:41.734 INFO kablam! | Sep 17 22:09:41.734 INFO kablam! 257 | .all_close(&arr1(&vec![-0.44125654, -0.11748691, -0.44125654]), 1e-6) Sep 17 22:09:41.734 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:41.734 INFO kablam! | Sep 17 22:09:41.734 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:41.734 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:41.734 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:41.735 INFO kablam! --> src/projectors/fixed/fourier.rs:257:28 Sep 17 22:09:41.735 INFO kablam! | Sep 17 22:09:41.735 INFO kablam! 257 | .all_close(&arr1(&vec![-0.44125654, -0.11748691, -0.44125654]), 1e-6) Sep 17 22:09:41.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:41.735 INFO kablam! Sep 17 22:09:41.887 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:41.887 INFO kablam! --> src/projectors/fixed/fourier.rs:270:28 Sep 17 22:09:41.887 INFO kablam! | Sep 17 22:09:41.887 INFO kablam! 270 | .all_close(&arr1(&vec![0.2; 5]), 1e-6) Sep 17 22:09:41.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:41.887 INFO kablam! | Sep 17 22:09:41.887 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:41.887 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:41.887 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:41.887 INFO kablam! --> src/projectors/fixed/fourier.rs:270:28 Sep 17 22:09:41.887 INFO kablam! | Sep 17 22:09:41.887 INFO kablam! 270 | .all_close(&arr1(&vec![0.2; 5]), 1e-6) Sep 17 22:09:41.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:41.887 INFO kablam! Sep 17 22:09:42.038 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:42.038 INFO kablam! --> src/projectors/fixed/fourier.rs:273:13 Sep 17 22:09:42.038 INFO kablam! | Sep 17 22:09:42.038 INFO kablam! 273 | / &arr1(&vec![ Sep 17 22:09:42.038 INFO kablam! 274 | | 2.58110397e-17, Sep 17 22:09:42.038 INFO kablam! 275 | | 6.95831686e-2, Sep 17 22:09:42.038 INFO kablam! 276 | | 1.87164340e-1, Sep 17 22:09:42.038 INFO kablam! 277 | | 3.21726225e-1, Sep 17 22:09:42.038 INFO kablam! 278 | | 4.21526267e-1, Sep 17 22:09:42.038 INFO kablam! 279 | | ]), Sep 17 22:09:42.038 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:42.038 INFO kablam! | Sep 17 22:09:42.038 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:42.038 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:42.038 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:42.038 INFO kablam! --> src/projectors/fixed/fourier.rs:273:13 Sep 17 22:09:42.039 INFO kablam! | Sep 17 22:09:42.039 INFO kablam! 273 | / &arr1(&vec![ Sep 17 22:09:42.039 INFO kablam! 274 | | 2.58110397e-17, Sep 17 22:09:42.039 INFO kablam! 275 | | 6.95831686e-2, Sep 17 22:09:42.039 INFO kablam! 276 | | 1.87164340e-1, Sep 17 22:09:42.039 INFO kablam! 277 | | 3.21726225e-1, Sep 17 22:09:42.039 INFO kablam! 278 | | 4.21526267e-1, Sep 17 22:09:42.039 INFO kablam! 279 | | ]), Sep 17 22:09:42.039 INFO kablam! | |______________^ Sep 17 22:09:42.039 INFO kablam! Sep 17 22:09:42.227 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:42.227 INFO kablam! --> src/projectors/fixed/fourier.rs:283:13 Sep 17 22:09:42.227 INFO kablam! | Sep 17 22:09:42.227 INFO kablam! 283 | / &arr1(&vec![ Sep 17 22:09:42.227 INFO kablam! 284 | | 3.76070090e-17, Sep 17 22:09:42.227 INFO kablam! 285 | | -3.13998939e-1, Sep 17 22:09:42.227 INFO kablam! 286 | | -3.72002121e-1, Sep 17 22:09:42.227 INFO kablam! 287 | | -3.13998939e-1, Sep 17 22:09:42.227 INFO kablam! 288 | | 3.76070090e-17, Sep 17 22:09:42.227 INFO kablam! 289 | | ]), Sep 17 22:09:42.227 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:42.227 INFO kablam! | Sep 17 22:09:42.227 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:42.227 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:42.227 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:42.227 INFO kablam! --> src/projectors/fixed/fourier.rs:283:13 Sep 17 22:09:42.227 INFO kablam! | Sep 17 22:09:42.227 INFO kablam! 283 | / &arr1(&vec![ Sep 17 22:09:42.227 INFO kablam! 284 | | 3.76070090e-17, Sep 17 22:09:42.227 INFO kablam! 285 | | -3.13998939e-1, Sep 17 22:09:42.227 INFO kablam! 286 | | -3.72002121e-1, Sep 17 22:09:42.227 INFO kablam! 287 | | -3.13998939e-1, Sep 17 22:09:42.227 INFO kablam! 288 | | 3.76070090e-17, Sep 17 22:09:42.227 INFO kablam! 289 | | ]), Sep 17 22:09:42.227 INFO kablam! | |______________^ Sep 17 22:09:42.227 INFO kablam! Sep 17 22:09:42.422 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:42.423 INFO kablam! --> src/projectors/fixed/fourier.rs:293:13 Sep 17 22:09:42.423 INFO kablam! | Sep 17 22:09:42.423 INFO kablam! 293 | / &arr1(&vec![ Sep 17 22:09:42.423 INFO kablam! 294 | | 1.58656439e-17, Sep 17 22:09:42.423 INFO kablam! 295 | | -2.44984612e-1, Sep 17 22:09:42.423 INFO kablam! 296 | | -2.54414913e-1, Sep 17 22:09:42.423 INFO kablam! 297 | | -2.41494847e-1, Sep 17 22:09:42.423 INFO kablam! 298 | | -2.59105628e-1, Sep 17 22:09:42.423 INFO kablam! 299 | | ]), Sep 17 22:09:42.423 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:42.423 INFO kablam! | Sep 17 22:09:42.423 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:42.423 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:42.423 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:42.423 INFO kablam! --> src/projectors/fixed/fourier.rs:293:13 Sep 17 22:09:42.423 INFO kablam! | Sep 17 22:09:42.423 INFO kablam! 293 | / &arr1(&vec![ Sep 17 22:09:42.423 INFO kablam! 294 | | 1.58656439e-17, Sep 17 22:09:42.423 INFO kablam! 295 | | -2.44984612e-1, Sep 17 22:09:42.423 INFO kablam! 296 | | -2.54414913e-1, Sep 17 22:09:42.423 INFO kablam! 297 | | -2.41494847e-1, Sep 17 22:09:42.423 INFO kablam! 298 | | -2.59105628e-1, Sep 17 22:09:42.423 INFO kablam! 299 | | ]), Sep 17 22:09:42.423 INFO kablam! | |______________^ Sep 17 22:09:42.423 INFO kablam! Sep 17 22:09:42.601 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:42.601 INFO kablam! --> src/projectors/fixed/fourier.rs:303:13 Sep 17 22:09:42.601 INFO kablam! | Sep 17 22:09:42.601 INFO kablam! 303 | / &arr1(&vec![ Sep 17 22:09:42.601 INFO kablam! 304 | | -0.31048999, Sep 17 22:09:42.601 INFO kablam! 305 | | -0.1481752, Sep 17 22:09:42.602 INFO kablam! 306 | | -0.08266962, Sep 17 22:09:42.602 INFO kablam! 307 | | -0.1481752, Sep 17 22:09:42.602 INFO kablam! 308 | | -0.31048999, Sep 17 22:09:42.602 INFO kablam! 309 | | ]), Sep 17 22:09:42.602 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:42.602 INFO kablam! | Sep 17 22:09:42.602 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 17 22:09:42.602 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:42.602 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:42.602 INFO kablam! --> src/projectors/fixed/fourier.rs:303:13 Sep 17 22:09:42.602 INFO kablam! | Sep 17 22:09:42.603 INFO kablam! 303 | / &arr1(&vec![ Sep 17 22:09:42.603 INFO kablam! 304 | | -0.31048999, Sep 17 22:09:42.603 INFO kablam! 305 | | -0.1481752, Sep 17 22:09:42.603 INFO kablam! 306 | | -0.08266962, Sep 17 22:09:42.603 INFO kablam! 307 | | -0.1481752, Sep 17 22:09:42.610 INFO kablam! 308 | | -0.31048999, Sep 17 22:09:42.611 INFO kablam! 309 | | ]), Sep 17 22:09:42.611 INFO kablam! | |______________^ Sep 17 22:09:42.611 INFO kablam! Sep 17 22:09:42.924 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:42.924 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:94:13 Sep 17 22:09:42.924 INFO kablam! | Sep 17 22:09:42.924 INFO kablam! 94 | assert_eq!(out.expanded(t.dim()), dense); Sep 17 22:09:42.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:42.924 INFO kablam! | Sep 17 22:09:42.924 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:42.924 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:42.924 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:42.924 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:94:13 Sep 17 22:09:42.924 INFO kablam! | Sep 17 22:09:42.924 INFO kablam! 94 | assert_eq!(out.expanded(t.dim()), dense); Sep 17 22:09:42.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:42.925 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 17 22:09:42.925 INFO kablam! Sep 17 22:09:43.119 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:43.119 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:121:17 Sep 17 22:09:43.119 INFO kablam! | Sep 17 22:09:43.119 INFO kablam! 121 | assert_eq!(out.expanded(t.dim()), dense); Sep 17 22:09:43.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:43.119 INFO kablam! | Sep 17 22:09:43.119 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:43.119 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:43.119 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:43.119 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:121:17 Sep 17 22:09:43.119 INFO kablam! | Sep 17 22:09:43.119 INFO kablam! 121 | assert_eq!(out.expanded(t.dim()), dense); Sep 17 22:09:43.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:43.119 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 17 22:09:43.119 INFO kablam! Sep 17 22:09:43.303 INFO kablam! error[E0308]: mismatched types Sep 17 22:09:43.303 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:150:21 Sep 17 22:09:43.303 INFO kablam! | Sep 17 22:09:43.303 INFO kablam! 150 | assert_eq!(out.expanded(t.dim()), dense); Sep 17 22:09:43.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 17 22:09:43.303 INFO kablam! | Sep 17 22:09:43.303 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 17 22:09:43.303 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 17 22:09:43.303 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 17 22:09:43.303 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:150:21 Sep 17 22:09:43.303 INFO kablam! | Sep 17 22:09:43.303 INFO kablam! 150 | assert_eq!(out.expanded(t.dim()), dense); Sep 17 22:09:43.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 17 22:09:43.303 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 17 22:09:43.303 INFO kablam! Sep 17 22:09:43.427 INFO kablam! error: aborting due to 53 previous errors Sep 17 22:09:43.427 INFO kablam! Sep 17 22:09:43.427 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 17 22:09:43.442 INFO kablam! error: Could not compile `lfa`. Sep 17 22:09:43.442 INFO kablam! Sep 17 22:09:43.442 INFO kablam! To learn more, run the command again with --verbose. Sep 17 22:09:43.442 INFO kablam! su: No module specific data is present Sep 17 22:09:44.292 INFO running `"docker" "rm" "-f" "c9378bfb8a2e20f4710f4e02286a444fe8200fd75aeb1e7e34a2ec1ca54f47ed"` Sep 17 22:09:44.523 INFO blam! c9378bfb8a2e20f4710f4e02286a444fe8200fd75aeb1e7e34a2ec1ca54f47ed