Sep 20 00:58:50.592 INFO checking lfa-0.4.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 20 00:58:50.592 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 20 00:58:50.592 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 00:58:50.764 INFO blam! 94dbaf3ce31b933a92d00d70475c808f5c26b52b0361d390dc3c4a6f70adabec Sep 20 00:58:50.767 INFO running `"docker" "start" "-a" "94dbaf3ce31b933a92d00d70475c808f5c26b52b0361d390dc3c4a6f70adabec"` Sep 20 00:58:51.825 INFO kablam! usermod: no changes Sep 20 00:58:51.972 INFO kablam! Compiling num-complex v0.2.0 Sep 20 00:58:51.972 INFO kablam! Compiling ndarray v0.12.0 Sep 20 00:58:51.974 INFO kablam! Checking seahash v3.0.5 Sep 20 00:58:51.975 INFO kablam! Checking ndarray v0.11.2 Sep 20 00:59:02.347 INFO kablam! Checking spaces v2.2.1 Sep 20 00:59:03.548 INFO kablam! Checking lfa v0.4.0 (/source) Sep 20 00:59:04.976 INFO kablam! warning: unused import: `fixed::TileCoding` Sep 20 00:59:04.976 INFO kablam! --> src/projectors/adaptive/ifdd.rs:164:38 Sep 20 00:59:04.976 INFO kablam! | Sep 20 00:59:04.976 INFO kablam! 164 | use projectors::{adaptive::IFDD, fixed::TileCoding}; Sep 20 00:59:04.976 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 00:59:04.976 INFO kablam! | Sep 20 00:59:04.976 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 00:59:04.976 INFO kablam! Sep 20 00:59:04.976 INFO kablam! warning: unused import: `std::hash::BuildHasherDefault` Sep 20 00:59:04.976 INFO kablam! --> src/projectors/adaptive/ifdd.rs:166:9 Sep 20 00:59:04.976 INFO kablam! | Sep 20 00:59:04.976 INFO kablam! 166 | use std::hash::BuildHasherDefault; Sep 20 00:59:04.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:04.976 INFO kablam! Sep 20 00:59:05.254 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:05.254 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 20 00:59:05.254 INFO kablam! | Sep 20 00:59:05.254 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 20 00:59:05.254 INFO kablam! | ^^^^^^^^^^^ expected struct `ndarray::ArrayBase`, found struct `geometry::ndarray::ArrayBase` Sep 20 00:59:05.254 INFO kablam! | Sep 20 00:59:05.254 INFO kablam! = note: expected type `ndarray::ArrayBase, _>` Sep 20 00:59:05.254 INFO kablam! found type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:05.254 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:05.254 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 20 00:59:05.254 INFO kablam! | Sep 20 00:59:05.254 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 20 00:59:05.254 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:59:05.255 INFO kablam! Sep 20 00:59:05.278 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:05.278 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 20 00:59:05.278 INFO kablam! | Sep 20 00:59:05.278 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 20 00:59:05.278 INFO kablam! | ^^^^^^^^^^^ expected struct `ndarray::ArrayBase`, found struct `geometry::ndarray::ArrayBase` Sep 20 00:59:05.278 INFO kablam! | Sep 20 00:59:05.278 INFO kablam! = note: expected type `ndarray::ArrayBase, _>` Sep 20 00:59:05.278 INFO kablam! found type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:05.278 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:05.278 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 20 00:59:05.278 INFO kablam! | Sep 20 00:59:05.278 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 20 00:59:05.278 INFO kablam! | ^^^^^^^^^^^ Sep 20 00:59:05.278 INFO kablam! Sep 20 00:59:05.443 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:05.443 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 20 00:59:05.443 INFO kablam! | Sep 20 00:59:05.443 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 20 00:59:05.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:05.444 INFO kablam! | Sep 20 00:59:05.444 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:05.444 INFO kablam! found type `ndarray::ArrayBase, _>` Sep 20 00:59:05.444 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:05.444 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 20 00:59:05.444 INFO kablam! | Sep 20 00:59:05.444 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 20 00:59:05.444 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:05.445 INFO kablam! Sep 20 00:59:05.494 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:05.494 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 20 00:59:05.494 INFO kablam! | Sep 20 00:59:05.494 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 20 00:59:05.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:05.494 INFO kablam! | Sep 20 00:59:05.494 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:05.494 INFO kablam! found type `ndarray::ArrayBase, _>` Sep 20 00:59:05.494 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:05.494 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 20 00:59:05.494 INFO kablam! | Sep 20 00:59:05.494 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 20 00:59:05.494 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:05.494 INFO kablam! Sep 20 00:59:05.634 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:05.634 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 20 00:59:05.634 INFO kablam! | Sep 20 00:59:05.634 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 20 00:59:05.634 INFO kablam! | ^^^^^^^ expected struct `geometry::ndarray::Axis`, found struct `ndarray::Axis` Sep 20 00:59:05.634 INFO kablam! | Sep 20 00:59:05.634 INFO kablam! = note: expected type `geometry::ndarray::Axis` Sep 20 00:59:05.634 INFO kablam! found type `ndarray::Axis` Sep 20 00:59:05.634 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:05.634 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 20 00:59:05.634 INFO kablam! | Sep 20 00:59:05.634 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 20 00:59:05.634 INFO kablam! | ^^^^^^^ Sep 20 00:59:05.634 INFO kablam! Sep 20 00:59:05.714 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:05.714 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 20 00:59:05.714 INFO kablam! | Sep 20 00:59:05.714 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 20 00:59:05.714 INFO kablam! | ^^^^^^^ expected struct `geometry::ndarray::Axis`, found struct `ndarray::Axis` Sep 20 00:59:05.714 INFO kablam! | Sep 20 00:59:05.714 INFO kablam! = note: expected type `geometry::ndarray::Axis` Sep 20 00:59:05.714 INFO kablam! found type `ndarray::Axis` Sep 20 00:59:05.714 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:05.714 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 20 00:59:05.714 INFO kablam! | Sep 20 00:59:05.714 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 20 00:59:05.714 INFO kablam! | ^^^^^^^ Sep 20 00:59:05.714 INFO kablam! Sep 20 00:59:05.817 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:05.818 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:44 Sep 20 00:59:05.818 INFO kablam! | Sep 20 00:59:05.818 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 20 00:59:05.818 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:05.818 INFO kablam! | Sep 20 00:59:05.819 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:05.819 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:05.819 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:05.819 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:44 Sep 20 00:59:05.819 INFO kablam! | Sep 20 00:59:05.819 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 20 00:59:05.819 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 00:59:05.819 INFO kablam! Sep 20 00:59:05.941 INFO kablam! error: aborting due to 3 previous errors Sep 20 00:59:05.941 INFO kablam! Sep 20 00:59:05.941 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 00:59:05.951 INFO kablam! error: Could not compile `lfa`. Sep 20 00:59:05.951 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 20 00:59:05.977 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:05.977 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:60 Sep 20 00:59:05.977 INFO kablam! | Sep 20 00:59:05.977 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 20 00:59:05.977 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:05.977 INFO kablam! | Sep 20 00:59:05.977 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:05.977 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:05.977 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:05.977 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:60 Sep 20 00:59:05.977 INFO kablam! | Sep 20 00:59:05.977 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 20 00:59:05.977 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 00:59:05.977 INFO kablam! Sep 20 00:59:06.153 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:06.153 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:37 Sep 20 00:59:06.153 INFO kablam! | Sep 20 00:59:06.153 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 20 00:59:06.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:06.153 INFO kablam! | Sep 20 00:59:06.153 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:06.153 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:06.153 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:06.153 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:37 Sep 20 00:59:06.153 INFO kablam! | Sep 20 00:59:06.153 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 20 00:59:06.153 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:06.153 INFO kablam! Sep 20 00:59:06.305 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:06.305 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:67 Sep 20 00:59:06.305 INFO kablam! | Sep 20 00:59:06.305 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 20 00:59:06.306 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:06.306 INFO kablam! | Sep 20 00:59:06.306 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:06.306 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:06.306 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:06.306 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:67 Sep 20 00:59:06.306 INFO kablam! | Sep 20 00:59:06.306 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 20 00:59:06.306 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 00:59:06.306 INFO kablam! Sep 20 00:59:06.426 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:06.426 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:37 Sep 20 00:59:06.426 INFO kablam! | Sep 20 00:59:06.426 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 20 00:59:06.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:06.426 INFO kablam! | Sep 20 00:59:06.426 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:06.426 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:06.426 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:06.426 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:37 Sep 20 00:59:06.426 INFO kablam! | Sep 20 00:59:06.426 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 20 00:59:06.426 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:06.426 INFO kablam! Sep 20 00:59:06.565 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:06.566 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:61 Sep 20 00:59:06.566 INFO kablam! | Sep 20 00:59:06.566 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 20 00:59:06.566 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:06.566 INFO kablam! | Sep 20 00:59:06.566 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:06.566 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:06.566 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:06.566 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:61 Sep 20 00:59:06.566 INFO kablam! | Sep 20 00:59:06.566 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 20 00:59:06.566 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 00:59:06.566 INFO kablam! Sep 20 00:59:06.719 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:06.719 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:37 Sep 20 00:59:06.719 INFO kablam! | Sep 20 00:59:06.719 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 20 00:59:06.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:06.719 INFO kablam! | Sep 20 00:59:06.719 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:06.719 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:06.719 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:06.719 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:37 Sep 20 00:59:06.719 INFO kablam! | Sep 20 00:59:06.719 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 20 00:59:06.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:06.719 INFO kablam! Sep 20 00:59:06.874 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:06.874 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:62 Sep 20 00:59:06.874 INFO kablam! | Sep 20 00:59:06.874 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 20 00:59:06.874 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:06.874 INFO kablam! | Sep 20 00:59:06.874 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:06.874 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:06.874 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:06.874 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:62 Sep 20 00:59:06.874 INFO kablam! | Sep 20 00:59:06.874 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 20 00:59:06.874 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 00:59:06.874 INFO kablam! Sep 20 00:59:07.039 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:07.039 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:38 Sep 20 00:59:07.039 INFO kablam! | Sep 20 00:59:07.039 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 20 00:59:07.039 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:07.039 INFO kablam! | Sep 20 00:59:07.039 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:07.039 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:07.039 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:07.039 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:38 Sep 20 00:59:07.039 INFO kablam! | Sep 20 00:59:07.039 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 20 00:59:07.039 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 00:59:07.039 INFO kablam! Sep 20 00:59:07.207 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:07.208 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:54 Sep 20 00:59:07.208 INFO kablam! | Sep 20 00:59:07.208 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 20 00:59:07.208 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:07.208 INFO kablam! | Sep 20 00:59:07.208 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:07.209 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:07.209 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:07.209 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:54 Sep 20 00:59:07.209 INFO kablam! | Sep 20 00:59:07.209 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 20 00:59:07.209 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 00:59:07.209 INFO kablam! Sep 20 00:59:07.371 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:07.371 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:38 Sep 20 00:59:07.371 INFO kablam! | Sep 20 00:59:07.371 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 20 00:59:07.371 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:07.371 INFO kablam! | Sep 20 00:59:07.371 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:07.371 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:07.371 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:07.371 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:38 Sep 20 00:59:07.372 INFO kablam! | Sep 20 00:59:07.372 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 20 00:59:07.372 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:07.372 INFO kablam! Sep 20 00:59:07.533 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:07.533 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:68 Sep 20 00:59:07.533 INFO kablam! | Sep 20 00:59:07.533 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 20 00:59:07.533 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:07.533 INFO kablam! | Sep 20 00:59:07.533 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:07.533 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:07.533 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:07.533 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:68 Sep 20 00:59:07.533 INFO kablam! | Sep 20 00:59:07.533 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 20 00:59:07.533 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 00:59:07.533 INFO kablam! Sep 20 00:59:07.697 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:07.697 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:38 Sep 20 00:59:07.698 INFO kablam! | Sep 20 00:59:07.698 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 20 00:59:07.698 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:07.698 INFO kablam! | Sep 20 00:59:07.698 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:07.698 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:07.699 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:07.699 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:38 Sep 20 00:59:07.699 INFO kablam! | Sep 20 00:59:07.699 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 20 00:59:07.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:07.699 INFO kablam! Sep 20 00:59:07.857 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:07.857 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:62 Sep 20 00:59:07.857 INFO kablam! | Sep 20 00:59:07.857 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 20 00:59:07.857 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:07.857 INFO kablam! | Sep 20 00:59:07.857 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:07.857 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:07.857 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:07.857 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:62 Sep 20 00:59:07.857 INFO kablam! | Sep 20 00:59:07.857 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 20 00:59:07.857 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 00:59:07.857 INFO kablam! Sep 20 00:59:08.019 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:08.020 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:38 Sep 20 00:59:08.020 INFO kablam! | Sep 20 00:59:08.020 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 20 00:59:08.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:08.020 INFO kablam! | Sep 20 00:59:08.020 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:08.020 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:08.020 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:08.020 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:38 Sep 20 00:59:08.020 INFO kablam! | Sep 20 00:59:08.020 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 20 00:59:08.020 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:08.020 INFO kablam! Sep 20 00:59:08.172 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:08.173 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:63 Sep 20 00:59:08.173 INFO kablam! | Sep 20 00:59:08.173 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 20 00:59:08.173 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:08.173 INFO kablam! | Sep 20 00:59:08.173 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:08.173 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:08.173 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:08.173 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:63 Sep 20 00:59:08.173 INFO kablam! | Sep 20 00:59:08.173 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 20 00:59:08.173 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 00:59:08.173 INFO kablam! Sep 20 00:59:08.320 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:08.320 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:35 Sep 20 00:59:08.320 INFO kablam! | Sep 20 00:59:08.320 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 20 00:59:08.320 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:08.320 INFO kablam! | Sep 20 00:59:08.320 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:08.320 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:08.320 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:08.320 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:35 Sep 20 00:59:08.321 INFO kablam! | Sep 20 00:59:08.321 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 20 00:59:08.321 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 00:59:08.321 INFO kablam! Sep 20 00:59:08.479 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:08.479 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:51 Sep 20 00:59:08.479 INFO kablam! | Sep 20 00:59:08.479 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 20 00:59:08.479 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:08.479 INFO kablam! | Sep 20 00:59:08.480 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:08.480 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:08.480 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:08.480 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:51 Sep 20 00:59:08.480 INFO kablam! | Sep 20 00:59:08.480 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 20 00:59:08.480 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 00:59:08.481 INFO kablam! Sep 20 00:59:08.641 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:08.642 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:35 Sep 20 00:59:08.642 INFO kablam! | Sep 20 00:59:08.643 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 20 00:59:08.643 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:08.644 INFO kablam! | Sep 20 00:59:08.644 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:08.644 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:08.645 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:08.645 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:35 Sep 20 00:59:08.645 INFO kablam! | Sep 20 00:59:08.646 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 20 00:59:08.646 INFO kablam! | ^^^^^^^^^^^^^^ Sep 20 00:59:08.646 INFO kablam! Sep 20 00:59:08.802 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:08.803 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:51 Sep 20 00:59:08.803 INFO kablam! | Sep 20 00:59:08.803 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 20 00:59:08.804 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:08.804 INFO kablam! | Sep 20 00:59:08.805 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:08.805 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:08.805 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:08.806 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:51 Sep 20 00:59:08.806 INFO kablam! | Sep 20 00:59:08.806 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 20 00:59:08.807 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 00:59:08.807 INFO kablam! Sep 20 00:59:08.962 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:08.963 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:35 Sep 20 00:59:08.963 INFO kablam! | Sep 20 00:59:08.963 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 20 00:59:08.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:08.964 INFO kablam! | Sep 20 00:59:08.964 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:08.965 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:08.965 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:08.965 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:35 Sep 20 00:59:08.966 INFO kablam! | Sep 20 00:59:08.966 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 20 00:59:08.966 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:08.967 INFO kablam! Sep 20 00:59:09.117 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:09.118 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:65 Sep 20 00:59:09.118 INFO kablam! | Sep 20 00:59:09.118 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 20 00:59:09.119 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:09.119 INFO kablam! | Sep 20 00:59:09.119 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:09.120 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:09.120 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:09.120 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:65 Sep 20 00:59:09.121 INFO kablam! | Sep 20 00:59:09.121 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 20 00:59:09.121 INFO kablam! | ^^^^^^^^^^^^^ Sep 20 00:59:09.122 INFO kablam! Sep 20 00:59:09.288 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:09.288 INFO kablam! --> src/projectors/fixed/rbf_network.rs:169:29 Sep 20 00:59:09.288 INFO kablam! | Sep 20 00:59:09.288 INFO kablam! 169 | assert!(p.all_close(&arr1(&[0.49546264, 0.49546264, 0.00907471]), 1e-6)); Sep 20 00:59:09.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:09.288 INFO kablam! | Sep 20 00:59:09.288 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:09.288 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:09.288 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:09.288 INFO kablam! --> src/projectors/fixed/rbf_network.rs:169:29 Sep 20 00:59:09.288 INFO kablam! | Sep 20 00:59:09.288 INFO kablam! 169 | assert!(p.all_close(&arr1(&[0.49546264, 0.49546264, 0.00907471]), 1e-6)); Sep 20 00:59:09.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:09.288 INFO kablam! Sep 20 00:59:09.443 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:09.443 INFO kablam! --> src/projectors/fixed/rbf_network.rs:176:13 Sep 20 00:59:09.443 INFO kablam! | Sep 20 00:59:09.443 INFO kablam! 176 | arr2(&[[0.0, -10.0], [0.5, -8.0], [1.0, -6.0]]), Sep 20 00:59:09.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:09.443 INFO kablam! | Sep 20 00:59:09.443 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 20 00:59:09.443 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 20 00:59:09.443 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:09.443 INFO kablam! --> src/projectors/fixed/rbf_network.rs:176:13 Sep 20 00:59:09.443 INFO kablam! | Sep 20 00:59:09.443 INFO kablam! 176 | arr2(&[[0.0, -10.0], [0.5, -8.0], [1.0, -6.0]]), Sep 20 00:59:09.443 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:09.443 INFO kablam! Sep 20 00:59:09.595 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:09.595 INFO kablam! --> src/projectors/fixed/rbf_network.rs:177:13 Sep 20 00:59:09.595 INFO kablam! | Sep 20 00:59:09.596 INFO kablam! 177 | arr1(&[0.25, 2.0]), Sep 20 00:59:09.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:09.596 INFO kablam! | Sep 20 00:59:09.596 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:09.596 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:09.596 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:09.596 INFO kablam! --> src/projectors/fixed/rbf_network.rs:177:13 Sep 20 00:59:09.596 INFO kablam! | Sep 20 00:59:09.596 INFO kablam! 177 | arr1(&[0.25, 2.0]), Sep 20 00:59:09.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 00:59:09.596 INFO kablam! Sep 20 00:59:09.761 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:09.761 INFO kablam! --> src/projectors/fixed/rbf_network.rs:181:29 Sep 20 00:59:09.761 INFO kablam! | Sep 20 00:59:09.761 INFO kablam! 181 | assert!(p.all_close(&arr1(&[0.00829727, 0.64932079, 0.34238193]), 1e-6)); Sep 20 00:59:09.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:09.761 INFO kablam! | Sep 20 00:59:09.761 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:09.761 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:09.761 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:09.761 INFO kablam! --> src/projectors/fixed/rbf_network.rs:181:29 Sep 20 00:59:09.761 INFO kablam! | Sep 20 00:59:09.761 INFO kablam! 181 | assert!(p.all_close(&arr1(&[0.00829727, 0.64932079, 0.34238193]), 1e-6)); Sep 20 00:59:09.761 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:09.761 INFO kablam! Sep 20 00:59:09.977 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:09.977 INFO kablam! --> src/projectors/fixed/fourier.rs:140:28 Sep 20 00:59:09.977 INFO kablam! | Sep 20 00:59:09.977 INFO kablam! 140 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 20 00:59:09.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:09.977 INFO kablam! | Sep 20 00:59:09.977 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:09.977 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:09.977 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:09.977 INFO kablam! --> src/projectors/fixed/fourier.rs:140:28 Sep 20 00:59:09.977 INFO kablam! | Sep 20 00:59:09.977 INFO kablam! 140 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 20 00:59:09.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 00:59:09.977 INFO kablam! Sep 20 00:59:10.153 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:10.153 INFO kablam! --> src/projectors/fixed/fourier.rs:144:28 Sep 20 00:59:10.153 INFO kablam! | Sep 20 00:59:10.153 INFO kablam! 144 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 20 00:59:10.153 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:10.153 INFO kablam! | Sep 20 00:59:10.153 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:10.153 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:10.153 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:10.153 INFO kablam! --> src/projectors/fixed/fourier.rs:144:28 Sep 20 00:59:10.153 INFO kablam! | Sep 20 00:59:10.153 INFO kablam! 144 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 20 00:59:10.153 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 00:59:10.153 INFO kablam! Sep 20 00:59:10.329 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:10.329 INFO kablam! --> src/projectors/fixed/fourier.rs:148:28 Sep 20 00:59:10.330 INFO kablam! | Sep 20 00:59:10.330 INFO kablam! 148 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 20 00:59:10.330 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:10.330 INFO kablam! | Sep 20 00:59:10.331 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:10.331 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:10.331 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:10.331 INFO kablam! --> src/projectors/fixed/fourier.rs:148:28 Sep 20 00:59:10.331 INFO kablam! | Sep 20 00:59:10.331 INFO kablam! 148 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 20 00:59:10.332 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 00:59:10.332 INFO kablam! Sep 20 00:59:10.505 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:10.505 INFO kablam! --> src/projectors/fixed/fourier.rs:152:28 Sep 20 00:59:10.505 INFO kablam! | Sep 20 00:59:10.506 INFO kablam! 152 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 20 00:59:10.506 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:10.506 INFO kablam! | Sep 20 00:59:10.506 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:10.506 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:10.506 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:10.506 INFO kablam! --> src/projectors/fixed/fourier.rs:152:28 Sep 20 00:59:10.506 INFO kablam! | Sep 20 00:59:10.507 INFO kablam! 152 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 20 00:59:10.507 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 00:59:10.507 INFO kablam! Sep 20 00:59:10.681 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:10.681 INFO kablam! --> src/projectors/fixed/fourier.rs:156:28 Sep 20 00:59:10.682 INFO kablam! | Sep 20 00:59:10.682 INFO kablam! 156 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 20 00:59:10.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:10.683 INFO kablam! | Sep 20 00:59:10.683 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:10.683 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:10.684 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:10.684 INFO kablam! --> src/projectors/fixed/fourier.rs:156:28 Sep 20 00:59:10.685 INFO kablam! | Sep 20 00:59:10.685 INFO kablam! 156 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 20 00:59:10.685 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 00:59:10.685 INFO kablam! Sep 20 00:59:10.873 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:10.874 INFO kablam! --> src/projectors/fixed/fourier.rs:161:28 Sep 20 00:59:10.874 INFO kablam! | Sep 20 00:59:10.875 INFO kablam! 161 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 20 00:59:10.875 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:10.876 INFO kablam! | Sep 20 00:59:10.876 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:10.877 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:10.877 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:10.878 INFO kablam! --> src/projectors/fixed/fourier.rs:161:28 Sep 20 00:59:10.878 INFO kablam! | Sep 20 00:59:10.878 INFO kablam! 161 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 20 00:59:10.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 00:59:10.879 INFO kablam! Sep 20 00:59:11.070 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:11.070 INFO kablam! --> src/projectors/fixed/fourier.rs:165:28 Sep 20 00:59:11.070 INFO kablam! | Sep 20 00:59:11.070 INFO kablam! 165 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 20 00:59:11.070 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:11.070 INFO kablam! | Sep 20 00:59:11.070 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:11.070 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:11.070 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:11.070 INFO kablam! --> src/projectors/fixed/fourier.rs:165:28 Sep 20 00:59:11.070 INFO kablam! | Sep 20 00:59:11.070 INFO kablam! 165 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 20 00:59:11.070 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 00:59:11.070 INFO kablam! Sep 20 00:59:11.258 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:11.258 INFO kablam! --> src/projectors/fixed/fourier.rs:169:28 Sep 20 00:59:11.258 INFO kablam! | Sep 20 00:59:11.258 INFO kablam! 169 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 20 00:59:11.258 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:11.258 INFO kablam! | Sep 20 00:59:11.258 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:11.258 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:11.258 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:11.258 INFO kablam! --> src/projectors/fixed/fourier.rs:169:28 Sep 20 00:59:11.258 INFO kablam! | Sep 20 00:59:11.258 INFO kablam! 169 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 20 00:59:11.258 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 20 00:59:11.258 INFO kablam! Sep 20 00:59:11.446 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:11.446 INFO kablam! --> src/projectors/fixed/fourier.rs:173:28 Sep 20 00:59:11.446 INFO kablam! | Sep 20 00:59:11.446 INFO kablam! 173 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 20 00:59:11.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:11.446 INFO kablam! | Sep 20 00:59:11.446 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:11.446 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:11.446 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:11.446 INFO kablam! --> src/projectors/fixed/fourier.rs:173:28 Sep 20 00:59:11.446 INFO kablam! | Sep 20 00:59:11.446 INFO kablam! 173 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 20 00:59:11.446 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 20 00:59:11.446 INFO kablam! Sep 20 00:59:11.662 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:11.662 INFO kablam! --> src/projectors/fixed/fourier.rs:233:28 Sep 20 00:59:11.662 INFO kablam! | Sep 20 00:59:11.662 INFO kablam! 233 | .all_close(&arr1(&vec![1.0 / 3.0; 3]), 1e-6) Sep 20 00:59:11.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:11.662 INFO kablam! | Sep 20 00:59:11.662 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:11.662 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:11.662 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:11.662 INFO kablam! --> src/projectors/fixed/fourier.rs:233:28 Sep 20 00:59:11.662 INFO kablam! | Sep 20 00:59:11.662 INFO kablam! 233 | .all_close(&arr1(&vec![1.0 / 3.0; 3]), 1e-6) Sep 20 00:59:11.662 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:11.662 INFO kablam! Sep 20 00:59:11.846 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:11.846 INFO kablam! --> src/projectors/fixed/fourier.rs:236:13 Sep 20 00:59:11.846 INFO kablam! | Sep 20 00:59:11.846 INFO kablam! 236 | &arr1(&vec![4.24042024e-17, 3.07486821e-1, 6.92513179e-1]), Sep 20 00:59:11.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:11.846 INFO kablam! | Sep 20 00:59:11.846 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:11.846 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:11.846 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:11.846 INFO kablam! --> src/projectors/fixed/fourier.rs:236:13 Sep 20 00:59:11.846 INFO kablam! | Sep 20 00:59:11.846 INFO kablam! 236 | &arr1(&vec![4.24042024e-17, 3.07486821e-1, 6.92513179e-1]), Sep 20 00:59:11.846 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:11.846 INFO kablam! Sep 20 00:59:12.042 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:12.042 INFO kablam! --> src/projectors/fixed/fourier.rs:240:13 Sep 20 00:59:12.042 INFO kablam! | Sep 20 00:59:12.042 INFO kablam! 240 | &arr1(&vec![6.92513179e-1, 3.07486821e-1, 4.24042024e-17]), Sep 20 00:59:12.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:12.042 INFO kablam! | Sep 20 00:59:12.042 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:12.042 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:12.042 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:12.042 INFO kablam! --> src/projectors/fixed/fourier.rs:240:13 Sep 20 00:59:12.042 INFO kablam! | Sep 20 00:59:12.042 INFO kablam! 240 | &arr1(&vec![6.92513179e-1, 3.07486821e-1, 4.24042024e-17]), Sep 20 00:59:12.042 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:12.042 INFO kablam! Sep 20 00:59:12.226 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:12.226 INFO kablam! --> src/projectors/fixed/fourier.rs:245:28 Sep 20 00:59:12.226 INFO kablam! | Sep 20 00:59:12.226 INFO kablam! 245 | .all_close(&arr1(&vec![1.01093534e-16, -1.0, 1.01093534e-16]), 1e-6) Sep 20 00:59:12.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:12.226 INFO kablam! | Sep 20 00:59:12.226 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:12.226 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:12.226 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:12.226 INFO kablam! --> src/projectors/fixed/fourier.rs:245:28 Sep 20 00:59:12.226 INFO kablam! | Sep 20 00:59:12.226 INFO kablam! 245 | .all_close(&arr1(&vec![1.01093534e-16, -1.0, 1.01093534e-16]), 1e-6) Sep 20 00:59:12.226 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:12.226 INFO kablam! Sep 20 00:59:12.411 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:12.411 INFO kablam! --> src/projectors/fixed/fourier.rs:248:13 Sep 20 00:59:12.411 INFO kablam! | Sep 20 00:59:12.411 INFO kablam! 248 | &arr1(&vec![-5.04567213e-1, -4.95432787e-1, 3.08958311e-17]), Sep 20 00:59:12.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:12.412 INFO kablam! | Sep 20 00:59:12.412 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:12.412 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:12.412 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:12.412 INFO kablam! --> src/projectors/fixed/fourier.rs:248:13 Sep 20 00:59:12.412 INFO kablam! | Sep 20 00:59:12.412 INFO kablam! 248 | &arr1(&vec![-5.04567213e-1, -4.95432787e-1, 3.08958311e-17]), Sep 20 00:59:12.412 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:12.412 INFO kablam! Sep 20 00:59:12.601 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:12.601 INFO kablam! --> src/projectors/fixed/fourier.rs:252:13 Sep 20 00:59:12.601 INFO kablam! | Sep 20 00:59:12.601 INFO kablam! 252 | &arr1(&vec![3.08958311e-17, -4.95432787e-1, -5.04567213e-1]), Sep 20 00:59:12.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:12.601 INFO kablam! | Sep 20 00:59:12.601 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:12.601 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:12.601 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:12.601 INFO kablam! --> src/projectors/fixed/fourier.rs:252:13 Sep 20 00:59:12.601 INFO kablam! | Sep 20 00:59:12.601 INFO kablam! 252 | &arr1(&vec![3.08958311e-17, -4.95432787e-1, -5.04567213e-1]), Sep 20 00:59:12.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:12.601 INFO kablam! Sep 20 00:59:12.785 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:12.785 INFO kablam! --> src/projectors/fixed/fourier.rs:257:28 Sep 20 00:59:12.785 INFO kablam! | Sep 20 00:59:12.785 INFO kablam! 257 | .all_close(&arr1(&vec![-0.44125654, -0.11748691, -0.44125654]), 1e-6) Sep 20 00:59:12.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:12.785 INFO kablam! | Sep 20 00:59:12.785 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:12.785 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:12.785 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:12.785 INFO kablam! --> src/projectors/fixed/fourier.rs:257:28 Sep 20 00:59:12.785 INFO kablam! | Sep 20 00:59:12.785 INFO kablam! 257 | .all_close(&arr1(&vec![-0.44125654, -0.11748691, -0.44125654]), 1e-6) Sep 20 00:59:12.785 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:12.785 INFO kablam! Sep 20 00:59:12.969 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:12.969 INFO kablam! --> src/projectors/fixed/fourier.rs:270:28 Sep 20 00:59:12.969 INFO kablam! | Sep 20 00:59:12.969 INFO kablam! 270 | .all_close(&arr1(&vec![0.2; 5]), 1e-6) Sep 20 00:59:12.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:12.969 INFO kablam! | Sep 20 00:59:12.969 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:12.969 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:12.969 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:12.969 INFO kablam! --> src/projectors/fixed/fourier.rs:270:28 Sep 20 00:59:12.969 INFO kablam! | Sep 20 00:59:12.969 INFO kablam! 270 | .all_close(&arr1(&vec![0.2; 5]), 1e-6) Sep 20 00:59:12.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:12.969 INFO kablam! Sep 20 00:59:13.154 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:13.154 INFO kablam! --> src/projectors/fixed/fourier.rs:273:13 Sep 20 00:59:13.154 INFO kablam! | Sep 20 00:59:13.154 INFO kablam! 273 | / &arr1(&vec![ Sep 20 00:59:13.154 INFO kablam! 274 | | 2.58110397e-17, Sep 20 00:59:13.154 INFO kablam! 275 | | 6.95831686e-2, Sep 20 00:59:13.154 INFO kablam! 276 | | 1.87164340e-1, Sep 20 00:59:13.154 INFO kablam! 277 | | 3.21726225e-1, Sep 20 00:59:13.154 INFO kablam! 278 | | 4.21526267e-1, Sep 20 00:59:13.154 INFO kablam! 279 | | ]), Sep 20 00:59:13.154 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:13.154 INFO kablam! | Sep 20 00:59:13.154 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:13.154 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:13.155 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:13.155 INFO kablam! --> src/projectors/fixed/fourier.rs:273:13 Sep 20 00:59:13.155 INFO kablam! | Sep 20 00:59:13.155 INFO kablam! 273 | / &arr1(&vec![ Sep 20 00:59:13.155 INFO kablam! 274 | | 2.58110397e-17, Sep 20 00:59:13.155 INFO kablam! 275 | | 6.95831686e-2, Sep 20 00:59:13.155 INFO kablam! 276 | | 1.87164340e-1, Sep 20 00:59:13.155 INFO kablam! 277 | | 3.21726225e-1, Sep 20 00:59:13.155 INFO kablam! 278 | | 4.21526267e-1, Sep 20 00:59:13.155 INFO kablam! 279 | | ]), Sep 20 00:59:13.155 INFO kablam! | |______________^ Sep 20 00:59:13.155 INFO kablam! Sep 20 00:59:13.346 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:13.346 INFO kablam! --> src/projectors/fixed/fourier.rs:283:13 Sep 20 00:59:13.346 INFO kablam! | Sep 20 00:59:13.346 INFO kablam! 283 | / &arr1(&vec![ Sep 20 00:59:13.346 INFO kablam! 284 | | 3.76070090e-17, Sep 20 00:59:13.346 INFO kablam! 285 | | -3.13998939e-1, Sep 20 00:59:13.346 INFO kablam! 286 | | -3.72002121e-1, Sep 20 00:59:13.346 INFO kablam! 287 | | -3.13998939e-1, Sep 20 00:59:13.346 INFO kablam! 288 | | 3.76070090e-17, Sep 20 00:59:13.346 INFO kablam! 289 | | ]), Sep 20 00:59:13.346 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:13.346 INFO kablam! | Sep 20 00:59:13.346 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:13.346 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:13.346 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:13.346 INFO kablam! --> src/projectors/fixed/fourier.rs:283:13 Sep 20 00:59:13.346 INFO kablam! | Sep 20 00:59:13.346 INFO kablam! 283 | / &arr1(&vec![ Sep 20 00:59:13.346 INFO kablam! 284 | | 3.76070090e-17, Sep 20 00:59:13.346 INFO kablam! 285 | | -3.13998939e-1, Sep 20 00:59:13.346 INFO kablam! 286 | | -3.72002121e-1, Sep 20 00:59:13.346 INFO kablam! 287 | | -3.13998939e-1, Sep 20 00:59:13.346 INFO kablam! 288 | | 3.76070090e-17, Sep 20 00:59:13.346 INFO kablam! 289 | | ]), Sep 20 00:59:13.346 INFO kablam! | |______________^ Sep 20 00:59:13.346 INFO kablam! Sep 20 00:59:13.529 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:13.529 INFO kablam! --> src/projectors/fixed/fourier.rs:293:13 Sep 20 00:59:13.529 INFO kablam! | Sep 20 00:59:13.529 INFO kablam! 293 | / &arr1(&vec![ Sep 20 00:59:13.529 INFO kablam! 294 | | 1.58656439e-17, Sep 20 00:59:13.529 INFO kablam! 295 | | -2.44984612e-1, Sep 20 00:59:13.529 INFO kablam! 296 | | -2.54414913e-1, Sep 20 00:59:13.529 INFO kablam! 297 | | -2.41494847e-1, Sep 20 00:59:13.529 INFO kablam! 298 | | -2.59105628e-1, Sep 20 00:59:13.529 INFO kablam! 299 | | ]), Sep 20 00:59:13.529 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:13.529 INFO kablam! | Sep 20 00:59:13.529 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:13.529 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:13.529 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:13.529 INFO kablam! --> src/projectors/fixed/fourier.rs:293:13 Sep 20 00:59:13.529 INFO kablam! | Sep 20 00:59:13.529 INFO kablam! 293 | / &arr1(&vec![ Sep 20 00:59:13.529 INFO kablam! 294 | | 1.58656439e-17, Sep 20 00:59:13.529 INFO kablam! 295 | | -2.44984612e-1, Sep 20 00:59:13.529 INFO kablam! 296 | | -2.54414913e-1, Sep 20 00:59:13.529 INFO kablam! 297 | | -2.41494847e-1, Sep 20 00:59:13.529 INFO kablam! 298 | | -2.59105628e-1, Sep 20 00:59:13.529 INFO kablam! 299 | | ]), Sep 20 00:59:13.529 INFO kablam! | |______________^ Sep 20 00:59:13.529 INFO kablam! Sep 20 00:59:13.713 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:13.713 INFO kablam! --> src/projectors/fixed/fourier.rs:303:13 Sep 20 00:59:13.713 INFO kablam! | Sep 20 00:59:13.714 INFO kablam! 303 | / &arr1(&vec![ Sep 20 00:59:13.714 INFO kablam! 304 | | -0.31048999, Sep 20 00:59:13.714 INFO kablam! 305 | | -0.1481752, Sep 20 00:59:13.714 INFO kablam! 306 | | -0.08266962, Sep 20 00:59:13.714 INFO kablam! 307 | | -0.1481752, Sep 20 00:59:13.714 INFO kablam! 308 | | -0.31048999, Sep 20 00:59:13.714 INFO kablam! 309 | | ]), Sep 20 00:59:13.714 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:13.714 INFO kablam! | Sep 20 00:59:13.714 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 20 00:59:13.714 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:13.714 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:13.714 INFO kablam! --> src/projectors/fixed/fourier.rs:303:13 Sep 20 00:59:13.714 INFO kablam! | Sep 20 00:59:13.714 INFO kablam! 303 | / &arr1(&vec![ Sep 20 00:59:13.714 INFO kablam! 304 | | -0.31048999, Sep 20 00:59:13.714 INFO kablam! 305 | | -0.1481752, Sep 20 00:59:13.714 INFO kablam! 306 | | -0.08266962, Sep 20 00:59:13.714 INFO kablam! 307 | | -0.1481752, Sep 20 00:59:13.714 INFO kablam! 308 | | -0.31048999, Sep 20 00:59:13.714 INFO kablam! 309 | | ]), Sep 20 00:59:13.714 INFO kablam! | |______________^ Sep 20 00:59:13.714 INFO kablam! Sep 20 00:59:14.008 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:14.008 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:94:13 Sep 20 00:59:14.008 INFO kablam! | Sep 20 00:59:14.008 INFO kablam! 94 | assert_eq!(out.expanded(t.dim()), dense); Sep 20 00:59:14.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:14.008 INFO kablam! | Sep 20 00:59:14.008 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:14.008 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:14.008 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:14.008 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:94:13 Sep 20 00:59:14.008 INFO kablam! | Sep 20 00:59:14.008 INFO kablam! 94 | assert_eq!(out.expanded(t.dim()), dense); Sep 20 00:59:14.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:14.008 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 20 00:59:14.008 INFO kablam! Sep 20 00:59:14.199 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:14.199 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:121:17 Sep 20 00:59:14.199 INFO kablam! | Sep 20 00:59:14.199 INFO kablam! 121 | assert_eq!(out.expanded(t.dim()), dense); Sep 20 00:59:14.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:14.199 INFO kablam! | Sep 20 00:59:14.199 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:14.199 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:14.199 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:14.199 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:121:17 Sep 20 00:59:14.199 INFO kablam! | Sep 20 00:59:14.199 INFO kablam! 121 | assert_eq!(out.expanded(t.dim()), dense); Sep 20 00:59:14.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:14.199 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 20 00:59:14.199 INFO kablam! Sep 20 00:59:14.331 INFO kablam! error[E0308]: mismatched types Sep 20 00:59:14.331 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:150:21 Sep 20 00:59:14.331 INFO kablam! | Sep 20 00:59:14.331 INFO kablam! 150 | assert_eq!(out.expanded(t.dim()), dense); Sep 20 00:59:14.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 20 00:59:14.331 INFO kablam! | Sep 20 00:59:14.331 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 20 00:59:14.331 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 20 00:59:14.331 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 20 00:59:14.331 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:150:21 Sep 20 00:59:14.331 INFO kablam! | Sep 20 00:59:14.331 INFO kablam! 150 | assert_eq!(out.expanded(t.dim()), dense); Sep 20 00:59:14.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 00:59:14.331 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 20 00:59:14.331 INFO kablam! Sep 20 00:59:14.408 INFO kablam! error: aborting due to 53 previous errors Sep 20 00:59:14.408 INFO kablam! Sep 20 00:59:14.408 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 20 00:59:14.419 INFO kablam! error: Could not compile `lfa`. Sep 20 00:59:14.419 INFO kablam! Sep 20 00:59:14.419 INFO kablam! To learn more, run the command again with --verbose. Sep 20 00:59:14.422 INFO kablam! su: No module specific data is present Sep 20 00:59:14.857 INFO running `"docker" "rm" "-f" "94dbaf3ce31b933a92d00d70475c808f5c26b52b0361d390dc3c4a6f70adabec"` Sep 20 00:59:14.949 INFO blam! 94dbaf3ce31b933a92d00d70475c808f5c26b52b0361d390dc3c4a6f70adabec