Sep 14 13:59:35.153 INFO checking lfa-0.4.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 13:59:35.153 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 13:59:35.153 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 13:59:35.423 INFO blam! 5faff23907f9599eb3dfee2cc2e512dc13be4a8a7532c70a90e5439a31563848 Sep 14 13:59:35.423 INFO running `"docker" "start" "-a" "5faff23907f9599eb3dfee2cc2e512dc13be4a8a7532c70a90e5439a31563848"` Sep 14 13:59:36.447 INFO kablam! usermod: no changes Sep 14 13:59:36.539 INFO kablam! Compiling ndarray v0.12.0 Sep 14 13:59:36.551 INFO kablam! Checking seahash v3.0.5 Sep 14 13:59:36.551 INFO kablam! Checking ndarray v0.11.2 Sep 14 13:59:48.665 INFO kablam! Checking spaces v2.2.1 Sep 14 13:59:49.971 INFO kablam! Checking lfa v0.4.0 (file:///source) Sep 14 13:59:51.374 INFO kablam! warning: unused import: `fixed::TileCoding` Sep 14 13:59:51.374 INFO kablam! --> src/projectors/adaptive/ifdd.rs:164:38 Sep 14 13:59:51.374 INFO kablam! | Sep 14 13:59:51.374 INFO kablam! 164 | use projectors::{adaptive::IFDD, fixed::TileCoding}; Sep 14 13:59:51.374 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:59:51.374 INFO kablam! | Sep 14 13:59:51.374 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 13:59:51.374 INFO kablam! Sep 14 13:59:51.374 INFO kablam! warning: unused import: `std::hash::BuildHasherDefault` Sep 14 13:59:51.374 INFO kablam! --> src/projectors/adaptive/ifdd.rs:166:9 Sep 14 13:59:51.374 INFO kablam! | Sep 14 13:59:51.374 INFO kablam! 166 | use std::hash::BuildHasherDefault; Sep 14 13:59:51.374 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:51.374 INFO kablam! Sep 14 13:59:52.005 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:52.006 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 14 13:59:52.006 INFO kablam! | Sep 14 13:59:52.006 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 14 13:59:52.006 INFO kablam! | ^^^^^^^^^^^ expected struct `ndarray::ArrayBase`, found struct `geometry::ndarray::ArrayBase` Sep 14 13:59:52.015 INFO kablam! | Sep 14 13:59:52.015 INFO kablam! = note: expected type `ndarray::ArrayBase, _>` Sep 14 13:59:52.015 INFO kablam! found type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:52.016 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:52.016 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 14 13:59:52.016 INFO kablam! | Sep 14 13:59:52.016 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 14 13:59:52.016 INFO kablam! | ^^^^^^^^^^^ Sep 14 13:59:52.017 INFO kablam! Sep 14 13:59:52.111 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:52.111 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 14 13:59:52.111 INFO kablam! | Sep 14 13:59:52.111 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 14 13:59:52.111 INFO kablam! | ^^^^^^^^^^^ expected struct `ndarray::ArrayBase`, found struct `geometry::ndarray::ArrayBase` Sep 14 13:59:52.111 INFO kablam! | Sep 14 13:59:52.111 INFO kablam! = note: expected type `ndarray::ArrayBase, _>` Sep 14 13:59:52.111 INFO kablam! found type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:52.111 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:52.111 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 14 13:59:52.111 INFO kablam! | Sep 14 13:59:52.111 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 14 13:59:52.111 INFO kablam! | ^^^^^^^^^^^ Sep 14 13:59:52.111 INFO kablam! Sep 14 13:59:52.311 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:52.311 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 14 13:59:52.311 INFO kablam! | Sep 14 13:59:52.311 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 14 13:59:52.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:52.311 INFO kablam! | Sep 14 13:59:52.311 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:52.311 INFO kablam! found type `ndarray::ArrayBase, _>` Sep 14 13:59:52.311 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:52.311 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 14 13:59:52.311 INFO kablam! | Sep 14 13:59:52.311 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 14 13:59:52.311 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:52.311 INFO kablam! Sep 14 13:59:52.515 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:52.515 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 14 13:59:52.515 INFO kablam! | Sep 14 13:59:52.515 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 14 13:59:52.515 INFO kablam! | ^^^^^^^ expected struct `geometry::ndarray::Axis`, found struct `ndarray::Axis` Sep 14 13:59:52.515 INFO kablam! | Sep 14 13:59:52.515 INFO kablam! = note: expected type `geometry::ndarray::Axis` Sep 14 13:59:52.515 INFO kablam! found type `ndarray::Axis` Sep 14 13:59:52.515 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:52.515 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 14 13:59:52.515 INFO kablam! | Sep 14 13:59:52.515 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 14 13:59:52.515 INFO kablam! | ^^^^^^^ Sep 14 13:59:52.515 INFO kablam! Sep 14 13:59:52.573 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:52.573 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 14 13:59:52.573 INFO kablam! | Sep 14 13:59:52.573 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 14 13:59:52.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:52.573 INFO kablam! | Sep 14 13:59:52.573 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:52.573 INFO kablam! found type `ndarray::ArrayBase, _>` Sep 14 13:59:52.573 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:52.573 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 14 13:59:52.573 INFO kablam! | Sep 14 13:59:52.573 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 14 13:59:52.573 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:52.573 INFO kablam! Sep 14 13:59:52.749 INFO kablam! error: aborting due to 3 previous errors Sep 14 13:59:52.749 INFO kablam! Sep 14 13:59:52.749 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 13:59:52.759 INFO kablam! error: Could not compile `lfa`. Sep 14 13:59:52.759 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 13:59:52.796 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:52.796 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 14 13:59:52.796 INFO kablam! | Sep 14 13:59:52.796 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 14 13:59:52.796 INFO kablam! | ^^^^^^^ expected struct `geometry::ndarray::Axis`, found struct `ndarray::Axis` Sep 14 13:59:52.796 INFO kablam! | Sep 14 13:59:52.796 INFO kablam! = note: expected type `geometry::ndarray::Axis` Sep 14 13:59:52.796 INFO kablam! found type `ndarray::Axis` Sep 14 13:59:52.796 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:52.796 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 14 13:59:52.796 INFO kablam! | Sep 14 13:59:52.797 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 14 13:59:52.797 INFO kablam! | ^^^^^^^ Sep 14 13:59:52.797 INFO kablam! Sep 14 13:59:52.923 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:52.923 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:44 Sep 14 13:59:52.923 INFO kablam! | Sep 14 13:59:52.923 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 14 13:59:52.923 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:52.923 INFO kablam! | Sep 14 13:59:52.923 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:52.923 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:52.923 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:52.923 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:44 Sep 14 13:59:52.923 INFO kablam! | Sep 14 13:59:52.923 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 14 13:59:52.923 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 13:59:52.923 INFO kablam! Sep 14 13:59:53.076 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:53.076 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:60 Sep 14 13:59:53.076 INFO kablam! | Sep 14 13:59:53.076 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 14 13:59:53.076 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:53.076 INFO kablam! | Sep 14 13:59:53.076 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:53.076 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:53.076 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:53.076 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:60 Sep 14 13:59:53.076 INFO kablam! | Sep 14 13:59:53.076 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 14 13:59:53.076 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 13:59:53.076 INFO kablam! Sep 14 13:59:53.256 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:53.257 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:37 Sep 14 13:59:53.257 INFO kablam! | Sep 14 13:59:53.257 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 14 13:59:53.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:53.257 INFO kablam! | Sep 14 13:59:53.257 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:53.257 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:53.257 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:53.257 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:37 Sep 14 13:59:53.257 INFO kablam! | Sep 14 13:59:53.257 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 14 13:59:53.257 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:53.257 INFO kablam! Sep 14 13:59:53.437 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:53.437 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:67 Sep 14 13:59:53.437 INFO kablam! | Sep 14 13:59:53.437 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 14 13:59:53.437 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:53.437 INFO kablam! | Sep 14 13:59:53.437 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:53.437 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:53.437 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:53.437 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:67 Sep 14 13:59:53.437 INFO kablam! | Sep 14 13:59:53.437 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 14 13:59:53.437 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 13:59:53.437 INFO kablam! Sep 14 13:59:53.617 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:53.617 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:37 Sep 14 13:59:53.617 INFO kablam! | Sep 14 13:59:53.617 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 14 13:59:53.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:53.617 INFO kablam! | Sep 14 13:59:53.618 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:53.618 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:53.618 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:53.618 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:37 Sep 14 13:59:53.618 INFO kablam! | Sep 14 13:59:53.618 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 14 13:59:53.618 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:53.618 INFO kablam! Sep 14 13:59:53.764 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:53.765 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:61 Sep 14 13:59:53.765 INFO kablam! | Sep 14 13:59:53.765 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 14 13:59:53.765 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:53.765 INFO kablam! | Sep 14 13:59:53.765 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:53.765 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:53.765 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:53.765 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:61 Sep 14 13:59:53.765 INFO kablam! | Sep 14 13:59:53.765 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 14 13:59:53.765 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 13:59:53.765 INFO kablam! Sep 14 13:59:53.922 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:53.922 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:37 Sep 14 13:59:53.922 INFO kablam! | Sep 14 13:59:53.922 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 14 13:59:53.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:53.922 INFO kablam! | Sep 14 13:59:53.922 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:53.922 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:53.922 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:53.922 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:37 Sep 14 13:59:53.922 INFO kablam! | Sep 14 13:59:53.922 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 14 13:59:53.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:53.922 INFO kablam! Sep 14 13:59:54.103 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:54.103 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:62 Sep 14 13:59:54.103 INFO kablam! | Sep 14 13:59:54.103 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 14 13:59:54.103 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:54.103 INFO kablam! | Sep 14 13:59:54.103 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:54.103 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:54.103 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:54.103 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:62 Sep 14 13:59:54.103 INFO kablam! | Sep 14 13:59:54.103 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 14 13:59:54.103 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 13:59:54.103 INFO kablam! Sep 14 13:59:54.271 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:54.271 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:38 Sep 14 13:59:54.271 INFO kablam! | Sep 14 13:59:54.271 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 14 13:59:54.271 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:54.271 INFO kablam! | Sep 14 13:59:54.271 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:54.271 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:54.271 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:54.271 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:38 Sep 14 13:59:54.271 INFO kablam! | Sep 14 13:59:54.271 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 14 13:59:54.271 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 13:59:54.271 INFO kablam! Sep 14 13:59:54.415 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:54.415 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:54 Sep 14 13:59:54.415 INFO kablam! | Sep 14 13:59:54.415 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 14 13:59:54.415 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:54.415 INFO kablam! | Sep 14 13:59:54.415 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:54.415 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:54.415 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:54.415 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:54 Sep 14 13:59:54.415 INFO kablam! | Sep 14 13:59:54.415 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 14 13:59:54.415 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 13:59:54.415 INFO kablam! Sep 14 13:59:54.576 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:54.576 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:38 Sep 14 13:59:54.576 INFO kablam! | Sep 14 13:59:54.576 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 14 13:59:54.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:54.576 INFO kablam! | Sep 14 13:59:54.576 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:54.576 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:54.576 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:54.576 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:38 Sep 14 13:59:54.576 INFO kablam! | Sep 14 13:59:54.576 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 14 13:59:54.576 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:54.576 INFO kablam! Sep 14 13:59:54.743 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:54.743 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:68 Sep 14 13:59:54.743 INFO kablam! | Sep 14 13:59:54.743 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 14 13:59:54.743 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:54.743 INFO kablam! | Sep 14 13:59:54.743 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:54.743 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:54.744 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:54.744 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:68 Sep 14 13:59:54.744 INFO kablam! | Sep 14 13:59:54.744 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 14 13:59:54.744 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 13:59:54.744 INFO kablam! Sep 14 13:59:54.907 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:54.907 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:38 Sep 14 13:59:54.907 INFO kablam! | Sep 14 13:59:54.907 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 14 13:59:54.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:54.907 INFO kablam! | Sep 14 13:59:54.907 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:54.907 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:54.907 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:54.907 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:38 Sep 14 13:59:54.907 INFO kablam! | Sep 14 13:59:54.907 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 14 13:59:54.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:54.907 INFO kablam! Sep 14 13:59:55.080 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:55.081 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:62 Sep 14 13:59:55.081 INFO kablam! | Sep 14 13:59:55.081 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 14 13:59:55.081 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:55.081 INFO kablam! | Sep 14 13:59:55.081 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:55.081 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:55.081 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:55.081 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:62 Sep 14 13:59:55.081 INFO kablam! | Sep 14 13:59:55.081 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 14 13:59:55.081 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 13:59:55.081 INFO kablam! Sep 14 13:59:55.244 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:55.244 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:38 Sep 14 13:59:55.244 INFO kablam! | Sep 14 13:59:55.244 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 14 13:59:55.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:55.244 INFO kablam! | Sep 14 13:59:55.244 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:55.244 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:55.244 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:55.244 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:38 Sep 14 13:59:55.244 INFO kablam! | Sep 14 13:59:55.244 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 14 13:59:55.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:55.244 INFO kablam! Sep 14 13:59:55.403 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:55.403 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:63 Sep 14 13:59:55.403 INFO kablam! | Sep 14 13:59:55.403 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 14 13:59:55.403 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:55.403 INFO kablam! | Sep 14 13:59:55.403 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:55.403 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:55.403 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:55.404 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:63 Sep 14 13:59:55.404 INFO kablam! | Sep 14 13:59:55.404 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 14 13:59:55.404 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 13:59:55.404 INFO kablam! Sep 14 13:59:55.573 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:55.573 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:35 Sep 14 13:59:55.573 INFO kablam! | Sep 14 13:59:55.573 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 14 13:59:55.573 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:55.573 INFO kablam! | Sep 14 13:59:55.573 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:55.573 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:55.573 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:55.573 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:35 Sep 14 13:59:55.573 INFO kablam! | Sep 14 13:59:55.573 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 14 13:59:55.573 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 13:59:55.573 INFO kablam! Sep 14 13:59:55.734 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:55.734 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:51 Sep 14 13:59:55.734 INFO kablam! | Sep 14 13:59:55.734 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 14 13:59:55.734 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:55.734 INFO kablam! | Sep 14 13:59:55.734 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:55.734 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:55.734 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:55.734 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:51 Sep 14 13:59:55.734 INFO kablam! | Sep 14 13:59:55.735 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 14 13:59:55.735 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 13:59:55.735 INFO kablam! Sep 14 13:59:55.882 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:55.882 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:35 Sep 14 13:59:55.882 INFO kablam! | Sep 14 13:59:55.882 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 14 13:59:55.882 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:55.882 INFO kablam! | Sep 14 13:59:55.882 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:55.882 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:55.882 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:55.882 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:35 Sep 14 13:59:55.882 INFO kablam! | Sep 14 13:59:55.882 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 14 13:59:55.882 INFO kablam! | ^^^^^^^^^^^^^^ Sep 14 13:59:55.882 INFO kablam! Sep 14 13:59:56.052 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:56.052 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:51 Sep 14 13:59:56.052 INFO kablam! | Sep 14 13:59:56.052 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 14 13:59:56.052 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:56.052 INFO kablam! | Sep 14 13:59:56.052 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:56.052 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:56.052 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:56.052 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:51 Sep 14 13:59:56.052 INFO kablam! | Sep 14 13:59:56.052 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 14 13:59:56.052 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 13:59:56.052 INFO kablam! Sep 14 13:59:56.191 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:56.191 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:35 Sep 14 13:59:56.191 INFO kablam! | Sep 14 13:59:56.191 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 14 13:59:56.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:56.191 INFO kablam! | Sep 14 13:59:56.191 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:56.191 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:56.191 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:56.191 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:35 Sep 14 13:59:56.191 INFO kablam! | Sep 14 13:59:56.191 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 14 13:59:56.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:56.191 INFO kablam! Sep 14 13:59:56.356 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:56.356 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:65 Sep 14 13:59:56.357 INFO kablam! | Sep 14 13:59:56.357 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 14 13:59:56.357 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:56.357 INFO kablam! | Sep 14 13:59:56.357 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:56.357 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:56.357 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:56.357 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:65 Sep 14 13:59:56.357 INFO kablam! | Sep 14 13:59:56.357 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 14 13:59:56.357 INFO kablam! | ^^^^^^^^^^^^^ Sep 14 13:59:56.357 INFO kablam! Sep 14 13:59:56.546 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:56.546 INFO kablam! --> src/projectors/fixed/rbf_network.rs:169:29 Sep 14 13:59:56.546 INFO kablam! | Sep 14 13:59:56.546 INFO kablam! 169 | assert!(p.all_close(&arr1(&[0.49546264, 0.49546264, 0.00907471]), 1e-6)); Sep 14 13:59:56.546 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:56.546 INFO kablam! | Sep 14 13:59:56.546 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:56.546 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:56.546 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:56.547 INFO kablam! --> src/projectors/fixed/rbf_network.rs:169:29 Sep 14 13:59:56.547 INFO kablam! | Sep 14 13:59:56.547 INFO kablam! 169 | assert!(p.all_close(&arr1(&[0.49546264, 0.49546264, 0.00907471]), 1e-6)); Sep 14 13:59:56.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:56.547 INFO kablam! Sep 14 13:59:56.720 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:56.720 INFO kablam! --> src/projectors/fixed/rbf_network.rs:176:13 Sep 14 13:59:56.720 INFO kablam! | Sep 14 13:59:56.720 INFO kablam! 176 | arr2(&[[0.0, -10.0], [0.5, -8.0], [1.0, -6.0]]), Sep 14 13:59:56.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:56.720 INFO kablam! | Sep 14 13:59:56.720 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 14 13:59:56.720 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 14 13:59:56.720 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:56.720 INFO kablam! --> src/projectors/fixed/rbf_network.rs:176:13 Sep 14 13:59:56.720 INFO kablam! | Sep 14 13:59:56.720 INFO kablam! 176 | arr2(&[[0.0, -10.0], [0.5, -8.0], [1.0, -6.0]]), Sep 14 13:59:56.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:56.720 INFO kablam! Sep 14 13:59:56.856 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:56.856 INFO kablam! --> src/projectors/fixed/rbf_network.rs:177:13 Sep 14 13:59:56.856 INFO kablam! | Sep 14 13:59:56.856 INFO kablam! 177 | arr1(&[0.25, 2.0]), Sep 14 13:59:56.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:56.856 INFO kablam! | Sep 14 13:59:56.856 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 13:59:56.856 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:56.856 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:56.856 INFO kablam! --> src/projectors/fixed/rbf_network.rs:177:13 Sep 14 13:59:56.856 INFO kablam! | Sep 14 13:59:56.856 INFO kablam! 177 | arr1(&[0.25, 2.0]), Sep 14 13:59:56.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 13:59:56.856 INFO kablam! Sep 14 13:59:57.015 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:57.015 INFO kablam! --> src/projectors/fixed/rbf_network.rs:181:29 Sep 14 13:59:57.015 INFO kablam! | Sep 14 13:59:57.015 INFO kablam! 181 | assert!(p.all_close(&arr1(&[0.00829727, 0.64932079, 0.34238193]), 1e-6)); Sep 14 13:59:57.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:57.015 INFO kablam! | Sep 14 13:59:57.015 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:57.015 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:57.015 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:57.015 INFO kablam! --> src/projectors/fixed/rbf_network.rs:181:29 Sep 14 13:59:57.015 INFO kablam! | Sep 14 13:59:57.015 INFO kablam! 181 | assert!(p.all_close(&arr1(&[0.00829727, 0.64932079, 0.34238193]), 1e-6)); Sep 14 13:59:57.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:57.015 INFO kablam! Sep 14 13:59:57.214 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:57.214 INFO kablam! --> src/projectors/fixed/fourier.rs:140:28 Sep 14 13:59:57.214 INFO kablam! | Sep 14 13:59:57.214 INFO kablam! 140 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 14 13:59:57.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:57.214 INFO kablam! | Sep 14 13:59:57.214 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:57.214 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:57.214 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:57.214 INFO kablam! --> src/projectors/fixed/fourier.rs:140:28 Sep 14 13:59:57.214 INFO kablam! | Sep 14 13:59:57.214 INFO kablam! 140 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 14 13:59:57.214 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 13:59:57.214 INFO kablam! Sep 14 13:59:57.366 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:57.366 INFO kablam! --> src/projectors/fixed/fourier.rs:144:28 Sep 14 13:59:57.366 INFO kablam! | Sep 14 13:59:57.366 INFO kablam! 144 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 14 13:59:57.366 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:57.366 INFO kablam! | Sep 14 13:59:57.366 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:57.366 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:57.366 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:57.366 INFO kablam! --> src/projectors/fixed/fourier.rs:144:28 Sep 14 13:59:57.366 INFO kablam! | Sep 14 13:59:57.366 INFO kablam! 144 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 14 13:59:57.366 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:59:57.366 INFO kablam! Sep 14 13:59:57.515 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:57.515 INFO kablam! --> src/projectors/fixed/fourier.rs:148:28 Sep 14 13:59:57.515 INFO kablam! | Sep 14 13:59:57.515 INFO kablam! 148 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 14 13:59:57.515 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:57.515 INFO kablam! | Sep 14 13:59:57.516 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:57.516 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:57.516 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:57.516 INFO kablam! --> src/projectors/fixed/fourier.rs:148:28 Sep 14 13:59:57.516 INFO kablam! | Sep 14 13:59:57.516 INFO kablam! 148 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 14 13:59:57.516 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:59:57.516 INFO kablam! Sep 14 13:59:57.693 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:57.693 INFO kablam! --> src/projectors/fixed/fourier.rs:152:28 Sep 14 13:59:57.693 INFO kablam! | Sep 14 13:59:57.693 INFO kablam! 152 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 14 13:59:57.693 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:57.693 INFO kablam! | Sep 14 13:59:57.693 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:57.693 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:57.693 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:57.693 INFO kablam! --> src/projectors/fixed/fourier.rs:152:28 Sep 14 13:59:57.693 INFO kablam! | Sep 14 13:59:57.693 INFO kablam! 152 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 14 13:59:57.693 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:59:57.693 INFO kablam! Sep 14 13:59:57.887 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:57.887 INFO kablam! --> src/projectors/fixed/fourier.rs:156:28 Sep 14 13:59:57.887 INFO kablam! | Sep 14 13:59:57.887 INFO kablam! 156 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 14 13:59:57.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:57.887 INFO kablam! | Sep 14 13:59:57.887 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:57.887 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:57.887 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:57.887 INFO kablam! --> src/projectors/fixed/fourier.rs:156:28 Sep 14 13:59:57.887 INFO kablam! | Sep 14 13:59:57.887 INFO kablam! 156 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 14 13:59:57.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 13:59:57.887 INFO kablam! Sep 14 13:59:58.080 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:58.080 INFO kablam! --> src/projectors/fixed/fourier.rs:161:28 Sep 14 13:59:58.080 INFO kablam! | Sep 14 13:59:58.080 INFO kablam! 161 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 14 13:59:58.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:58.080 INFO kablam! | Sep 14 13:59:58.080 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:58.080 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:58.080 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:58.080 INFO kablam! --> src/projectors/fixed/fourier.rs:161:28 Sep 14 13:59:58.080 INFO kablam! | Sep 14 13:59:58.080 INFO kablam! 161 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 14 13:59:58.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 13:59:58.080 INFO kablam! Sep 14 13:59:58.277 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:58.277 INFO kablam! --> src/projectors/fixed/fourier.rs:165:28 Sep 14 13:59:58.277 INFO kablam! | Sep 14 13:59:58.277 INFO kablam! 165 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 14 13:59:58.277 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:58.277 INFO kablam! | Sep 14 13:59:58.277 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:58.277 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:58.277 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:58.277 INFO kablam! --> src/projectors/fixed/fourier.rs:165:28 Sep 14 13:59:58.278 INFO kablam! | Sep 14 13:59:58.278 INFO kablam! 165 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 14 13:59:58.278 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:59:58.278 INFO kablam! Sep 14 13:59:58.459 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:58.459 INFO kablam! --> src/projectors/fixed/fourier.rs:169:28 Sep 14 13:59:58.459 INFO kablam! | Sep 14 13:59:58.459 INFO kablam! 169 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 14 13:59:58.459 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:58.459 INFO kablam! | Sep 14 13:59:58.459 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:58.459 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:58.459 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:58.459 INFO kablam! --> src/projectors/fixed/fourier.rs:169:28 Sep 14 13:59:58.459 INFO kablam! | Sep 14 13:59:58.459 INFO kablam! 169 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 14 13:59:58.459 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 14 13:59:58.459 INFO kablam! Sep 14 13:59:58.639 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:58.639 INFO kablam! --> src/projectors/fixed/fourier.rs:173:28 Sep 14 13:59:58.639 INFO kablam! | Sep 14 13:59:58.639 INFO kablam! 173 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 14 13:59:58.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:58.639 INFO kablam! | Sep 14 13:59:58.639 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:58.639 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:58.639 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:58.639 INFO kablam! --> src/projectors/fixed/fourier.rs:173:28 Sep 14 13:59:58.639 INFO kablam! | Sep 14 13:59:58.639 INFO kablam! 173 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 14 13:59:58.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 14 13:59:58.639 INFO kablam! Sep 14 13:59:58.838 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:58.838 INFO kablam! --> src/projectors/fixed/fourier.rs:233:28 Sep 14 13:59:58.838 INFO kablam! | Sep 14 13:59:58.838 INFO kablam! 233 | .all_close(&arr1(&vec![1.0 / 3.0; 3]), 1e-6) Sep 14 13:59:58.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:58.838 INFO kablam! | Sep 14 13:59:58.838 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:58.838 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:58.838 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:58.838 INFO kablam! --> src/projectors/fixed/fourier.rs:233:28 Sep 14 13:59:58.838 INFO kablam! | Sep 14 13:59:58.838 INFO kablam! 233 | .all_close(&arr1(&vec![1.0 / 3.0; 3]), 1e-6) Sep 14 13:59:58.838 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:58.838 INFO kablam! Sep 14 13:59:59.003 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:59.003 INFO kablam! --> src/projectors/fixed/fourier.rs:236:13 Sep 14 13:59:59.003 INFO kablam! | Sep 14 13:59:59.003 INFO kablam! 236 | &arr1(&vec![4.24042024e-17, 3.07486821e-1, 6.92513179e-1]), Sep 14 13:59:59.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:59.003 INFO kablam! | Sep 14 13:59:59.003 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:59.003 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:59.003 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:59.003 INFO kablam! --> src/projectors/fixed/fourier.rs:236:13 Sep 14 13:59:59.003 INFO kablam! | Sep 14 13:59:59.003 INFO kablam! 236 | &arr1(&vec![4.24042024e-17, 3.07486821e-1, 6.92513179e-1]), Sep 14 13:59:59.003 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:59.003 INFO kablam! Sep 14 13:59:59.142 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:59.142 INFO kablam! --> src/projectors/fixed/fourier.rs:240:13 Sep 14 13:59:59.142 INFO kablam! | Sep 14 13:59:59.142 INFO kablam! 240 | &arr1(&vec![6.92513179e-1, 3.07486821e-1, 4.24042024e-17]), Sep 14 13:59:59.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:59.142 INFO kablam! | Sep 14 13:59:59.142 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:59.142 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:59.142 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:59.142 INFO kablam! --> src/projectors/fixed/fourier.rs:240:13 Sep 14 13:59:59.142 INFO kablam! | Sep 14 13:59:59.142 INFO kablam! 240 | &arr1(&vec![6.92513179e-1, 3.07486821e-1, 4.24042024e-17]), Sep 14 13:59:59.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:59.142 INFO kablam! Sep 14 13:59:59.292 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:59.292 INFO kablam! --> src/projectors/fixed/fourier.rs:245:28 Sep 14 13:59:59.292 INFO kablam! | Sep 14 13:59:59.292 INFO kablam! 245 | .all_close(&arr1(&vec![1.01093534e-16, -1.0, 1.01093534e-16]), 1e-6) Sep 14 13:59:59.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:59.292 INFO kablam! | Sep 14 13:59:59.292 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:59.292 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:59.292 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:59.292 INFO kablam! --> src/projectors/fixed/fourier.rs:245:28 Sep 14 13:59:59.292 INFO kablam! | Sep 14 13:59:59.292 INFO kablam! 245 | .all_close(&arr1(&vec![1.01093534e-16, -1.0, 1.01093534e-16]), 1e-6) Sep 14 13:59:59.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:59.292 INFO kablam! Sep 14 13:59:59.445 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:59.445 INFO kablam! --> src/projectors/fixed/fourier.rs:248:13 Sep 14 13:59:59.445 INFO kablam! | Sep 14 13:59:59.445 INFO kablam! 248 | &arr1(&vec![-5.04567213e-1, -4.95432787e-1, 3.08958311e-17]), Sep 14 13:59:59.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:59.445 INFO kablam! | Sep 14 13:59:59.445 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:59.445 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:59.445 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:59.445 INFO kablam! --> src/projectors/fixed/fourier.rs:248:13 Sep 14 13:59:59.445 INFO kablam! | Sep 14 13:59:59.445 INFO kablam! 248 | &arr1(&vec![-5.04567213e-1, -4.95432787e-1, 3.08958311e-17]), Sep 14 13:59:59.445 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:59.445 INFO kablam! Sep 14 13:59:59.587 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:59.587 INFO kablam! --> src/projectors/fixed/fourier.rs:252:13 Sep 14 13:59:59.587 INFO kablam! | Sep 14 13:59:59.587 INFO kablam! 252 | &arr1(&vec![3.08958311e-17, -4.95432787e-1, -5.04567213e-1]), Sep 14 13:59:59.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:59.587 INFO kablam! | Sep 14 13:59:59.587 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:59.587 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:59.587 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:59.587 INFO kablam! --> src/projectors/fixed/fourier.rs:252:13 Sep 14 13:59:59.587 INFO kablam! | Sep 14 13:59:59.587 INFO kablam! 252 | &arr1(&vec![3.08958311e-17, -4.95432787e-1, -5.04567213e-1]), Sep 14 13:59:59.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:59.587 INFO kablam! Sep 14 13:59:59.747 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:59.747 INFO kablam! --> src/projectors/fixed/fourier.rs:257:28 Sep 14 13:59:59.747 INFO kablam! | Sep 14 13:59:59.747 INFO kablam! 257 | .all_close(&arr1(&vec![-0.44125654, -0.11748691, -0.44125654]), 1e-6) Sep 14 13:59:59.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:59.747 INFO kablam! | Sep 14 13:59:59.747 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:59.747 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:59.747 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:59.747 INFO kablam! --> src/projectors/fixed/fourier.rs:257:28 Sep 14 13:59:59.747 INFO kablam! | Sep 14 13:59:59.747 INFO kablam! 257 | .all_close(&arr1(&vec![-0.44125654, -0.11748691, -0.44125654]), 1e-6) Sep 14 13:59:59.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:59.747 INFO kablam! Sep 14 13:59:59.902 INFO kablam! error[E0308]: mismatched types Sep 14 13:59:59.902 INFO kablam! --> src/projectors/fixed/fourier.rs:270:28 Sep 14 13:59:59.902 INFO kablam! | Sep 14 13:59:59.902 INFO kablam! 270 | .all_close(&arr1(&vec![0.2; 5]), 1e-6) Sep 14 13:59:59.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 13:59:59.902 INFO kablam! | Sep 14 13:59:59.902 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 13:59:59.902 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 13:59:59.902 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 13:59:59.902 INFO kablam! --> src/projectors/fixed/fourier.rs:270:28 Sep 14 13:59:59.902 INFO kablam! | Sep 14 13:59:59.902 INFO kablam! 270 | .all_close(&arr1(&vec![0.2; 5]), 1e-6) Sep 14 13:59:59.902 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 14 13:59:59.902 INFO kablam! Sep 14 14:00:00.030 INFO kablam! error[E0308]: mismatched types Sep 14 14:00:00.030 INFO kablam! --> src/projectors/fixed/fourier.rs:273:13 Sep 14 14:00:00.030 INFO kablam! | Sep 14 14:00:00.030 INFO kablam! 273 | / &arr1(&vec![ Sep 14 14:00:00.030 INFO kablam! 274 | | 2.58110397e-17, Sep 14 14:00:00.030 INFO kablam! 275 | | 6.95831686e-2, Sep 14 14:00:00.030 INFO kablam! 276 | | 1.87164340e-1, Sep 14 14:00:00.030 INFO kablam! 277 | | 3.21726225e-1, Sep 14 14:00:00.030 INFO kablam! 278 | | 4.21526267e-1, Sep 14 14:00:00.030 INFO kablam! 279 | | ]), Sep 14 14:00:00.030 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 14:00:00.030 INFO kablam! | Sep 14 14:00:00.030 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 14:00:00.030 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 14:00:00.030 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 14:00:00.030 INFO kablam! --> src/projectors/fixed/fourier.rs:273:13 Sep 14 14:00:00.030 INFO kablam! | Sep 14 14:00:00.030 INFO kablam! 273 | / &arr1(&vec![ Sep 14 14:00:00.030 INFO kablam! 274 | | 2.58110397e-17, Sep 14 14:00:00.030 INFO kablam! 275 | | 6.95831686e-2, Sep 14 14:00:00.030 INFO kablam! 276 | | 1.87164340e-1, Sep 14 14:00:00.030 INFO kablam! 277 | | 3.21726225e-1, Sep 14 14:00:00.030 INFO kablam! 278 | | 4.21526267e-1, Sep 14 14:00:00.030 INFO kablam! 279 | | ]), Sep 14 14:00:00.030 INFO kablam! | |______________^ Sep 14 14:00:00.030 INFO kablam! Sep 14 14:00:00.173 INFO kablam! error[E0308]: mismatched types Sep 14 14:00:00.173 INFO kablam! --> src/projectors/fixed/fourier.rs:283:13 Sep 14 14:00:00.173 INFO kablam! | Sep 14 14:00:00.173 INFO kablam! 283 | / &arr1(&vec![ Sep 14 14:00:00.173 INFO kablam! 284 | | 3.76070090e-17, Sep 14 14:00:00.173 INFO kablam! 285 | | -3.13998939e-1, Sep 14 14:00:00.173 INFO kablam! 286 | | -3.72002121e-1, Sep 14 14:00:00.173 INFO kablam! 287 | | -3.13998939e-1, Sep 14 14:00:00.173 INFO kablam! 288 | | 3.76070090e-17, Sep 14 14:00:00.173 INFO kablam! 289 | | ]), Sep 14 14:00:00.173 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 14:00:00.173 INFO kablam! | Sep 14 14:00:00.173 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 14:00:00.173 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 14:00:00.174 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 14:00:00.174 INFO kablam! --> src/projectors/fixed/fourier.rs:283:13 Sep 14 14:00:00.174 INFO kablam! | Sep 14 14:00:00.174 INFO kablam! 283 | / &arr1(&vec![ Sep 14 14:00:00.174 INFO kablam! 284 | | 3.76070090e-17, Sep 14 14:00:00.174 INFO kablam! 285 | | -3.13998939e-1, Sep 14 14:00:00.174 INFO kablam! 286 | | -3.72002121e-1, Sep 14 14:00:00.174 INFO kablam! 287 | | -3.13998939e-1, Sep 14 14:00:00.174 INFO kablam! 288 | | 3.76070090e-17, Sep 14 14:00:00.174 INFO kablam! 289 | | ]), Sep 14 14:00:00.174 INFO kablam! | |______________^ Sep 14 14:00:00.174 INFO kablam! Sep 14 14:00:00.337 INFO kablam! error[E0308]: mismatched types Sep 14 14:00:00.337 INFO kablam! --> src/projectors/fixed/fourier.rs:293:13 Sep 14 14:00:00.337 INFO kablam! | Sep 14 14:00:00.337 INFO kablam! 293 | / &arr1(&vec![ Sep 14 14:00:00.337 INFO kablam! 294 | | 1.58656439e-17, Sep 14 14:00:00.337 INFO kablam! 295 | | -2.44984612e-1, Sep 14 14:00:00.337 INFO kablam! 296 | | -2.54414913e-1, Sep 14 14:00:00.337 INFO kablam! 297 | | -2.41494847e-1, Sep 14 14:00:00.337 INFO kablam! 298 | | -2.59105628e-1, Sep 14 14:00:00.337 INFO kablam! 299 | | ]), Sep 14 14:00:00.337 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 14:00:00.337 INFO kablam! | Sep 14 14:00:00.337 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 14:00:00.337 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 14:00:00.337 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 14:00:00.337 INFO kablam! --> src/projectors/fixed/fourier.rs:293:13 Sep 14 14:00:00.337 INFO kablam! | Sep 14 14:00:00.337 INFO kablam! 293 | / &arr1(&vec![ Sep 14 14:00:00.337 INFO kablam! 294 | | 1.58656439e-17, Sep 14 14:00:00.337 INFO kablam! 295 | | -2.44984612e-1, Sep 14 14:00:00.337 INFO kablam! 296 | | -2.54414913e-1, Sep 14 14:00:00.337 INFO kablam! 297 | | -2.41494847e-1, Sep 14 14:00:00.337 INFO kablam! 298 | | -2.59105628e-1, Sep 14 14:00:00.337 INFO kablam! 299 | | ]), Sep 14 14:00:00.337 INFO kablam! | |______________^ Sep 14 14:00:00.337 INFO kablam! Sep 14 14:00:00.515 INFO kablam! error[E0308]: mismatched types Sep 14 14:00:00.515 INFO kablam! --> src/projectors/fixed/fourier.rs:303:13 Sep 14 14:00:00.515 INFO kablam! | Sep 14 14:00:00.515 INFO kablam! 303 | / &arr1(&vec![ Sep 14 14:00:00.515 INFO kablam! 304 | | -0.31048999, Sep 14 14:00:00.515 INFO kablam! 305 | | -0.1481752, Sep 14 14:00:00.515 INFO kablam! 306 | | -0.08266962, Sep 14 14:00:00.515 INFO kablam! 307 | | -0.1481752, Sep 14 14:00:00.515 INFO kablam! 308 | | -0.31048999, Sep 14 14:00:00.515 INFO kablam! 309 | | ]), Sep 14 14:00:00.515 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 14:00:00.515 INFO kablam! | Sep 14 14:00:00.515 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 14 14:00:00.515 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 14:00:00.515 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 14:00:00.515 INFO kablam! --> src/projectors/fixed/fourier.rs:303:13 Sep 14 14:00:00.515 INFO kablam! | Sep 14 14:00:00.516 INFO kablam! 303 | / &arr1(&vec![ Sep 14 14:00:00.516 INFO kablam! 304 | | -0.31048999, Sep 14 14:00:00.516 INFO kablam! 305 | | -0.1481752, Sep 14 14:00:00.516 INFO kablam! 306 | | -0.08266962, Sep 14 14:00:00.516 INFO kablam! 307 | | -0.1481752, Sep 14 14:00:00.516 INFO kablam! 308 | | -0.31048999, Sep 14 14:00:00.516 INFO kablam! 309 | | ]), Sep 14 14:00:00.516 INFO kablam! | |______________^ Sep 14 14:00:00.516 INFO kablam! Sep 14 14:00:00.868 INFO kablam! error[E0308]: mismatched types Sep 14 14:00:00.868 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:94:13 Sep 14 14:00:00.868 INFO kablam! | Sep 14 14:00:00.868 INFO kablam! 94 | assert_eq!(out.expanded(t.dim()), dense); Sep 14 14:00:00.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 14:00:00.868 INFO kablam! | Sep 14 14:00:00.868 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 14:00:00.868 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 14:00:00.868 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 14:00:00.868 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:94:13 Sep 14 14:00:00.868 INFO kablam! | Sep 14 14:00:00.868 INFO kablam! 94 | assert_eq!(out.expanded(t.dim()), dense); Sep 14 14:00:00.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 14:00:00.868 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 14 14:00:00.869 INFO kablam! Sep 14 14:00:01.060 INFO kablam! error[E0308]: mismatched types Sep 14 14:00:01.060 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:121:17 Sep 14 14:00:01.060 INFO kablam! | Sep 14 14:00:01.060 INFO kablam! 121 | assert_eq!(out.expanded(t.dim()), dense); Sep 14 14:00:01.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 14:00:01.061 INFO kablam! | Sep 14 14:00:01.061 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 14:00:01.061 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 14:00:01.061 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 14:00:01.061 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:121:17 Sep 14 14:00:01.061 INFO kablam! | Sep 14 14:00:01.061 INFO kablam! 121 | assert_eq!(out.expanded(t.dim()), dense); Sep 14 14:00:01.061 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 14:00:01.061 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 14 14:00:01.061 INFO kablam! Sep 14 14:00:01.239 INFO kablam! error[E0308]: mismatched types Sep 14 14:00:01.239 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:150:21 Sep 14 14:00:01.239 INFO kablam! | Sep 14 14:00:01.239 INFO kablam! 150 | assert_eq!(out.expanded(t.dim()), dense); Sep 14 14:00:01.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 14 14:00:01.239 INFO kablam! | Sep 14 14:00:01.239 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 14 14:00:01.239 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 14 14:00:01.239 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 14 14:00:01.239 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:150:21 Sep 14 14:00:01.239 INFO kablam! | Sep 14 14:00:01.239 INFO kablam! 150 | assert_eq!(out.expanded(t.dim()), dense); Sep 14 14:00:01.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 14:00:01.239 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 14 14:00:01.239 INFO kablam! Sep 14 14:00:01.347 INFO kablam! error: aborting due to 53 previous errors Sep 14 14:00:01.347 INFO kablam! Sep 14 14:00:01.347 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 14 14:00:01.355 INFO kablam! error: Could not compile `lfa`. Sep 14 14:00:01.355 INFO kablam! Sep 14 14:00:01.355 INFO kablam! To learn more, run the command again with --verbose. Sep 14 14:00:01.359 INFO kablam! su: No module specific data is present Sep 14 14:00:01.997 INFO running `"docker" "rm" "-f" "5faff23907f9599eb3dfee2cc2e512dc13be4a8a7532c70a90e5439a31563848"` Sep 14 14:00:02.103 INFO blam! 5faff23907f9599eb3dfee2cc2e512dc13be4a8a7532c70a90e5439a31563848