Sep 19 23:09:04.316 INFO checking lfa-0.4.0 against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 23:09:04.316 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 23:09:04.316 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-7/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 23:09:04.454 INFO blam! 5cb4f78e2bbdc596d3646e468b0b45ccb59e769be001d499ffc33a1c0fef001e Sep 19 23:09:04.456 INFO running `"docker" "start" "-a" "5cb4f78e2bbdc596d3646e468b0b45ccb59e769be001d499ffc33a1c0fef001e"` Sep 19 23:09:05.586 INFO kablam! usermod: no changes Sep 19 23:09:05.753 INFO kablam! Compiling num-complex v0.2.0 Sep 19 23:09:05.756 INFO kablam! Compiling ndarray v0.12.0 Sep 19 23:09:05.756 INFO kablam! Checking seahash v3.0.5 Sep 19 23:09:16.770 INFO kablam! Checking spaces v2.2.1 Sep 19 23:09:18.042 INFO kablam! Checking lfa v0.4.0 (/source) Sep 19 23:09:19.775 INFO kablam! warning: unused import: `fixed::TileCoding` Sep 19 23:09:19.775 INFO kablam! --> src/projectors/adaptive/ifdd.rs:164:38 Sep 19 23:09:19.775 INFO kablam! | Sep 19 23:09:19.775 INFO kablam! 164 | use projectors::{adaptive::IFDD, fixed::TileCoding}; Sep 19 23:09:19.775 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:09:19.775 INFO kablam! | Sep 19 23:09:19.775 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 19 23:09:19.775 INFO kablam! Sep 19 23:09:19.775 INFO kablam! warning: unused import: `std::hash::BuildHasherDefault` Sep 19 23:09:19.775 INFO kablam! --> src/projectors/adaptive/ifdd.rs:166:9 Sep 19 23:09:19.775 INFO kablam! | Sep 19 23:09:19.775 INFO kablam! 166 | use std::hash::BuildHasherDefault; Sep 19 23:09:19.775 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:19.775 INFO kablam! Sep 19 23:09:19.979 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:19.979 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 19 23:09:19.979 INFO kablam! | Sep 19 23:09:19.979 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 19 23:09:19.979 INFO kablam! | ^^^^^^^^^^^ expected struct `ndarray::ArrayBase`, found struct `geometry::ndarray::ArrayBase` Sep 19 23:09:19.979 INFO kablam! | Sep 19 23:09:19.979 INFO kablam! = note: expected type `ndarray::ArrayBase, _>` Sep 19 23:09:19.979 INFO kablam! found type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:19.979 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:19.979 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 19 23:09:19.979 INFO kablam! | Sep 19 23:09:19.979 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 19 23:09:19.979 INFO kablam! | ^^^^^^^^^^^ Sep 19 23:09:19.979 INFO kablam! Sep 19 23:09:20.459 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:20.459 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 19 23:09:20.459 INFO kablam! | Sep 19 23:09:20.459 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 19 23:09:20.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:20.459 INFO kablam! | Sep 19 23:09:20.459 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:20.459 INFO kablam! found type `ndarray::ArrayBase, _>` Sep 19 23:09:20.459 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:20.459 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 19 23:09:20.459 INFO kablam! | Sep 19 23:09:20.459 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 19 23:09:20.459 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:20.459 INFO kablam! Sep 19 23:09:20.719 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:20.719 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 19 23:09:20.719 INFO kablam! | Sep 19 23:09:20.719 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 19 23:09:20.719 INFO kablam! | ^^^^^^^ expected struct `geometry::ndarray::Axis`, found struct `ndarray::Axis` Sep 19 23:09:20.719 INFO kablam! | Sep 19 23:09:20.719 INFO kablam! = note: expected type `geometry::ndarray::Axis` Sep 19 23:09:20.719 INFO kablam! found type `ndarray::Axis` Sep 19 23:09:20.719 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:20.719 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 19 23:09:20.719 INFO kablam! | Sep 19 23:09:20.719 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 19 23:09:20.719 INFO kablam! | ^^^^^^^ Sep 19 23:09:20.719 INFO kablam! Sep 19 23:09:20.847 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:20.847 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 19 23:09:20.847 INFO kablam! | Sep 19 23:09:20.847 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 19 23:09:20.847 INFO kablam! | ^^^^^^^^^^^ expected struct `ndarray::ArrayBase`, found struct `geometry::ndarray::ArrayBase` Sep 19 23:09:20.847 INFO kablam! | Sep 19 23:09:20.847 INFO kablam! = note: expected type `ndarray::ArrayBase, _>` Sep 19 23:09:20.847 INFO kablam! found type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:20.847 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:20.847 INFO kablam! --> src/projectors/projection.rs:113:40 Sep 19 23:09:20.847 INFO kablam! | Sep 19 23:09:20.847 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 19 23:09:20.847 INFO kablam! | ^^^^^^^^^^^ Sep 19 23:09:20.847 INFO kablam! Sep 19 23:09:20.995 INFO kablam! error: aborting due to 3 previous errors Sep 19 23:09:20.996 INFO kablam! Sep 19 23:09:20.996 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 23:09:21.015 INFO kablam! error: Could not compile `lfa`. Sep 19 23:09:21.015 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 23:09:21.134 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:21.135 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 19 23:09:21.135 INFO kablam! | Sep 19 23:09:21.135 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 19 23:09:21.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:21.135 INFO kablam! | Sep 19 23:09:21.135 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:21.135 INFO kablam! found type `ndarray::ArrayBase, _>` Sep 19 23:09:21.135 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:21.135 INFO kablam! --> src/projectors/projection.rs:113:23 Sep 19 23:09:21.135 INFO kablam! | Sep 19 23:09:21.135 INFO kablam! 113 | Dense(stack(Axis(0), &[act1.view(), act2.view()]).unwrap()) Sep 19 23:09:21.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:21.135 INFO kablam! Sep 19 23:09:21.370 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:21.371 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 19 23:09:21.371 INFO kablam! | Sep 19 23:09:21.371 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 19 23:09:21.371 INFO kablam! | ^^^^^^^ expected struct `geometry::ndarray::Axis`, found struct `ndarray::Axis` Sep 19 23:09:21.371 INFO kablam! | Sep 19 23:09:21.371 INFO kablam! = note: expected type `geometry::ndarray::Axis` Sep 19 23:09:21.371 INFO kablam! found type `ndarray::Axis` Sep 19 23:09:21.371 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:21.371 INFO kablam! --> src/projectors/fixed/rbf_network.rs:51:24 Sep 19 23:09:21.371 INFO kablam! | Sep 19 23:09:21.371 INFO kablam! 51 | .axis_iter(Axis(0)) Sep 19 23:09:21.371 INFO kablam! | ^^^^^^^ Sep 19 23:09:21.371 INFO kablam! Sep 19 23:09:21.537 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:21.537 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:44 Sep 19 23:09:21.537 INFO kablam! | Sep 19 23:09:21.537 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 19 23:09:21.537 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:21.537 INFO kablam! | Sep 19 23:09:21.537 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:21.537 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:21.537 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:21.537 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:44 Sep 19 23:09:21.537 INFO kablam! | Sep 19 23:09:21.537 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 19 23:09:21.537 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 23:09:21.537 INFO kablam! Sep 19 23:09:21.697 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:21.697 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:60 Sep 19 23:09:21.697 INFO kablam! | Sep 19 23:09:21.697 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 19 23:09:21.697 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:21.697 INFO kablam! | Sep 19 23:09:21.697 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:21.697 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:21.697 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:21.697 INFO kablam! --> src/projectors/fixed/rbf_network.rs:97:60 Sep 19 23:09:21.697 INFO kablam! | Sep 19 23:09:21.697 INFO kablam! 97 | assert_eq!(get_dim(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), 1); Sep 19 23:09:21.697 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:09:21.697 INFO kablam! Sep 19 23:09:21.863 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:21.863 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:37 Sep 19 23:09:21.863 INFO kablam! | Sep 19 23:09:21.863 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 19 23:09:21.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:21.863 INFO kablam! | Sep 19 23:09:21.863 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:21.863 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:21.863 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:21.863 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:37 Sep 19 23:09:21.863 INFO kablam! | Sep 19 23:09:21.863 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 19 23:09:21.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:21.863 INFO kablam! Sep 19 23:09:22.030 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:22.031 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:67 Sep 19 23:09:22.031 INFO kablam! | Sep 19 23:09:22.031 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 19 23:09:22.031 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:22.031 INFO kablam! | Sep 19 23:09:22.031 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:22.031 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:22.031 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:22.031 INFO kablam! --> src/projectors/fixed/rbf_network.rs:99:67 Sep 19 23:09:22.031 INFO kablam! | Sep 19 23:09:22.031 INFO kablam! 99 | get_dim(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 19 23:09:22.031 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:09:22.031 INFO kablam! Sep 19 23:09:22.208 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:22.208 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:37 Sep 19 23:09:22.208 INFO kablam! | Sep 19 23:09:22.208 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 19 23:09:22.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:22.208 INFO kablam! | Sep 19 23:09:22.208 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:22.208 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:22.208 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:22.208 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:37 Sep 19 23:09:22.208 INFO kablam! | Sep 19 23:09:22.208 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 19 23:09:22.208 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:22.208 INFO kablam! Sep 19 23:09:22.380 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:22.380 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:61 Sep 19 23:09:22.380 INFO kablam! | Sep 19 23:09:22.380 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 19 23:09:22.380 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:22.380 INFO kablam! | Sep 19 23:09:22.380 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:22.380 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:22.380 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:22.380 INFO kablam! --> src/projectors/fixed/rbf_network.rs:103:61 Sep 19 23:09:22.380 INFO kablam! | Sep 19 23:09:22.380 INFO kablam! 103 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 19 23:09:22.380 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:09:22.380 INFO kablam! Sep 19 23:09:22.559 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:22.559 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:37 Sep 19 23:09:22.559 INFO kablam! | Sep 19 23:09:22.559 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 19 23:09:22.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:22.559 INFO kablam! | Sep 19 23:09:22.559 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:22.559 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:22.559 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:22.559 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:37 Sep 19 23:09:22.559 INFO kablam! | Sep 19 23:09:22.559 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 19 23:09:22.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:22.559 INFO kablam! Sep 19 23:09:22.731 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:22.731 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:62 Sep 19 23:09:22.731 INFO kablam! | Sep 19 23:09:22.731 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 19 23:09:22.731 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:22.732 INFO kablam! | Sep 19 23:09:22.732 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:22.732 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:22.732 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:22.733 INFO kablam! --> src/projectors/fixed/rbf_network.rs:107:62 Sep 19 23:09:22.733 INFO kablam! | Sep 19 23:09:22.733 INFO kablam! 107 | get_dim(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 19 23:09:22.733 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:09:22.733 INFO kablam! Sep 19 23:09:22.908 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:22.908 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:38 Sep 19 23:09:22.908 INFO kablam! | Sep 19 23:09:22.908 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 19 23:09:22.908 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:22.908 INFO kablam! | Sep 19 23:09:22.908 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:22.909 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:22.909 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:22.909 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:38 Sep 19 23:09:22.909 INFO kablam! | Sep 19 23:09:22.909 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 19 23:09:22.909 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 23:09:22.909 INFO kablam! Sep 19 23:09:23.085 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:23.085 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:54 Sep 19 23:09:23.085 INFO kablam! | Sep 19 23:09:23.085 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 19 23:09:23.085 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:23.085 INFO kablam! | Sep 19 23:09:23.085 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:23.085 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:23.085 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:23.085 INFO kablam! --> src/projectors/fixed/rbf_network.rs:119:54 Sep 19 23:09:23.085 INFO kablam! | Sep 19 23:09:23.085 INFO kablam! 119 | get_card(RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25]))), Sep 19 23:09:23.085 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:09:23.085 INFO kablam! Sep 19 23:09:23.260 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:23.260 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:38 Sep 19 23:09:23.260 INFO kablam! | Sep 19 23:09:23.260 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 19 23:09:23.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:23.260 INFO kablam! | Sep 19 23:09:23.260 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:23.260 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:23.260 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:23.260 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:38 Sep 19 23:09:23.260 INFO kablam! | Sep 19 23:09:23.260 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 19 23:09:23.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:23.260 INFO kablam! Sep 19 23:09:23.439 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:23.439 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:68 Sep 19 23:09:23.439 INFO kablam! | Sep 19 23:09:23.439 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 19 23:09:23.439 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:23.439 INFO kablam! | Sep 19 23:09:23.439 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:23.439 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:23.439 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:23.439 INFO kablam! --> src/projectors/fixed/rbf_network.rs:123:68 Sep 19 23:09:23.439 INFO kablam! | Sep 19 23:09:23.439 INFO kablam! 123 | get_card(RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25]))), Sep 19 23:09:23.439 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:09:23.439 INFO kablam! Sep 19 23:09:23.616 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:23.616 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:38 Sep 19 23:09:23.616 INFO kablam! | Sep 19 23:09:23.616 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 19 23:09:23.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:23.616 INFO kablam! | Sep 19 23:09:23.616 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:23.616 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:23.616 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:23.616 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:38 Sep 19 23:09:23.616 INFO kablam! | Sep 19 23:09:23.616 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 19 23:09:23.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:23.616 INFO kablam! Sep 19 23:09:23.792 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:23.792 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:62 Sep 19 23:09:23.792 INFO kablam! | Sep 19 23:09:23.792 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 19 23:09:23.792 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:23.792 INFO kablam! | Sep 19 23:09:23.792 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:23.792 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:23.792 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:23.792 INFO kablam! --> src/projectors/fixed/rbf_network.rs:127:62 Sep 19 23:09:23.792 INFO kablam! | Sep 19 23:09:23.792 INFO kablam! 127 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 10]), arr1(&[0.25]))), Sep 19 23:09:23.792 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:09:23.792 INFO kablam! Sep 19 23:09:23.974 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:23.975 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:38 Sep 19 23:09:23.975 INFO kablam! | Sep 19 23:09:23.975 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 19 23:09:23.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:23.975 INFO kablam! | Sep 19 23:09:23.975 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:23.975 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:23.975 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:23.975 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:38 Sep 19 23:09:23.975 INFO kablam! | Sep 19 23:09:23.975 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 19 23:09:23.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:23.975 INFO kablam! Sep 19 23:09:24.159 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:24.159 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:63 Sep 19 23:09:24.159 INFO kablam! | Sep 19 23:09:24.159 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 19 23:09:24.159 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:24.159 INFO kablam! | Sep 19 23:09:24.159 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:24.159 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:24.159 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:24.159 INFO kablam! --> src/projectors/fixed/rbf_network.rs:131:63 Sep 19 23:09:24.159 INFO kablam! | Sep 19 23:09:24.159 INFO kablam! 131 | get_card(RBFNetwork::new(arr2(&vec![[0.0]; 100]), arr1(&[0.25]))), Sep 19 23:09:24.159 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:09:24.159 INFO kablam! Sep 19 23:09:24.332 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:24.332 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:35 Sep 19 23:09:24.333 INFO kablam! | Sep 19 23:09:24.333 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 19 23:09:24.333 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:24.333 INFO kablam! | Sep 19 23:09:24.333 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:24.333 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:24.333 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:24.333 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:35 Sep 19 23:09:24.333 INFO kablam! | Sep 19 23:09:24.333 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 19 23:09:24.333 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 23:09:24.333 INFO kablam! Sep 19 23:09:24.508 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:24.509 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:51 Sep 19 23:09:24.509 INFO kablam! | Sep 19 23:09:24.509 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 19 23:09:24.509 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:24.509 INFO kablam! | Sep 19 23:09:24.509 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:24.509 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:24.509 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:24.509 INFO kablam! --> src/projectors/fixed/rbf_network.rs:138:51 Sep 19 23:09:24.509 INFO kablam! | Sep 19 23:09:24.509 INFO kablam! 138 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 19 23:09:24.509 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:09:24.509 INFO kablam! Sep 19 23:09:24.693 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:24.693 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:35 Sep 19 23:09:24.693 INFO kablam! | Sep 19 23:09:24.693 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 19 23:09:24.693 INFO kablam! | ^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:24.693 INFO kablam! | Sep 19 23:09:24.693 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:24.693 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:24.693 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:24.693 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:35 Sep 19 23:09:24.693 INFO kablam! | Sep 19 23:09:24.693 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 19 23:09:24.693 INFO kablam! | ^^^^^^^^^^^^^^ Sep 19 23:09:24.693 INFO kablam! Sep 19 23:09:24.870 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:24.870 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:51 Sep 19 23:09:24.870 INFO kablam! | Sep 19 23:09:24.870 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 19 23:09:24.870 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:24.870 INFO kablam! | Sep 19 23:09:24.870 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:24.870 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:24.870 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:24.870 INFO kablam! --> src/projectors/fixed/rbf_network.rs:151:51 Sep 19 23:09:24.870 INFO kablam! | Sep 19 23:09:24.870 INFO kablam! 151 | let rbf = RBFNetwork::new(arr2(&[[0.0]]), arr1(&[0.25])); Sep 19 23:09:24.870 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:09:24.870 INFO kablam! Sep 19 23:09:25.046 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:25.046 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:35 Sep 19 23:09:25.046 INFO kablam! | Sep 19 23:09:25.046 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 19 23:09:25.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:25.046 INFO kablam! | Sep 19 23:09:25.046 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:25.046 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:25.046 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:25.046 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:35 Sep 19 23:09:25.046 INFO kablam! | Sep 19 23:09:25.046 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 19 23:09:25.046 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:25.046 INFO kablam! Sep 19 23:09:25.222 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:25.222 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:65 Sep 19 23:09:25.222 INFO kablam! | Sep 19 23:09:25.222 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 19 23:09:25.222 INFO kablam! | ^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:25.222 INFO kablam! | Sep 19 23:09:25.223 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:25.223 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:25.223 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:25.223 INFO kablam! --> src/projectors/fixed/rbf_network.rs:166:65 Sep 19 23:09:25.223 INFO kablam! | Sep 19 23:09:25.223 INFO kablam! 166 | let rbf = RBFNetwork::new(arr2(&[[0.0], [0.5], [1.0]]), arr1(&[0.25])); Sep 19 23:09:25.223 INFO kablam! | ^^^^^^^^^^^^^ Sep 19 23:09:25.223 INFO kablam! Sep 19 23:09:25.419 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:25.419 INFO kablam! --> src/projectors/fixed/rbf_network.rs:169:29 Sep 19 23:09:25.419 INFO kablam! | Sep 19 23:09:25.419 INFO kablam! 169 | assert!(p.all_close(&arr1(&[0.49546264, 0.49546264, 0.00907471]), 1e-6)); Sep 19 23:09:25.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:25.419 INFO kablam! | Sep 19 23:09:25.419 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:25.419 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:25.419 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:25.419 INFO kablam! --> src/projectors/fixed/rbf_network.rs:169:29 Sep 19 23:09:25.419 INFO kablam! | Sep 19 23:09:25.420 INFO kablam! 169 | assert!(p.all_close(&arr1(&[0.49546264, 0.49546264, 0.00907471]), 1e-6)); Sep 19 23:09:25.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:25.420 INFO kablam! Sep 19 23:09:25.595 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:25.595 INFO kablam! --> src/projectors/fixed/rbf_network.rs:176:13 Sep 19 23:09:25.595 INFO kablam! | Sep 19 23:09:25.595 INFO kablam! 176 | arr2(&[[0.0, -10.0], [0.5, -8.0], [1.0, -6.0]]), Sep 19 23:09:25.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:25.595 INFO kablam! | Sep 19 23:09:25.595 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 2]>>` Sep 19 23:09:25.595 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 2]>>` Sep 19 23:09:25.595 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:25.595 INFO kablam! --> src/projectors/fixed/rbf_network.rs:176:13 Sep 19 23:09:25.595 INFO kablam! | Sep 19 23:09:25.596 INFO kablam! 176 | arr2(&[[0.0, -10.0], [0.5, -8.0], [1.0, -6.0]]), Sep 19 23:09:25.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:25.596 INFO kablam! Sep 19 23:09:25.762 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:25.763 INFO kablam! --> src/projectors/fixed/rbf_network.rs:177:13 Sep 19 23:09:25.763 INFO kablam! | Sep 19 23:09:25.763 INFO kablam! 177 | arr1(&[0.25, 2.0]), Sep 19 23:09:25.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:25.763 INFO kablam! | Sep 19 23:09:25.763 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:25.763 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:25.763 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:25.763 INFO kablam! --> src/projectors/fixed/rbf_network.rs:177:13 Sep 19 23:09:25.763 INFO kablam! | Sep 19 23:09:25.763 INFO kablam! 177 | arr1(&[0.25, 2.0]), Sep 19 23:09:25.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 23:09:25.763 INFO kablam! Sep 19 23:09:25.911 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:25.912 INFO kablam! --> src/projectors/fixed/rbf_network.rs:181:29 Sep 19 23:09:25.912 INFO kablam! | Sep 19 23:09:25.912 INFO kablam! 181 | assert!(p.all_close(&arr1(&[0.00829727, 0.64932079, 0.34238193]), 1e-6)); Sep 19 23:09:25.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:25.912 INFO kablam! | Sep 19 23:09:25.912 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:25.912 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:25.912 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:25.912 INFO kablam! --> src/projectors/fixed/rbf_network.rs:181:29 Sep 19 23:09:25.912 INFO kablam! | Sep 19 23:09:25.912 INFO kablam! 181 | assert!(p.all_close(&arr1(&[0.00829727, 0.64932079, 0.34238193]), 1e-6)); Sep 19 23:09:25.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:25.912 INFO kablam! Sep 19 23:09:26.109 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:26.109 INFO kablam! --> src/projectors/fixed/fourier.rs:140:28 Sep 19 23:09:26.109 INFO kablam! | Sep 19 23:09:26.109 INFO kablam! 140 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 19 23:09:26.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:26.109 INFO kablam! | Sep 19 23:09:26.109 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:26.109 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:26.109 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:26.109 INFO kablam! --> src/projectors/fixed/fourier.rs:140:28 Sep 19 23:09:26.109 INFO kablam! | Sep 19 23:09:26.109 INFO kablam! 140 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 19 23:09:26.109 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 23:09:26.109 INFO kablam! Sep 19 23:09:26.243 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:26.243 INFO kablam! --> src/projectors/fixed/fourier.rs:144:28 Sep 19 23:09:26.243 INFO kablam! | Sep 19 23:09:26.243 INFO kablam! 144 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 19 23:09:26.243 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:26.243 INFO kablam! | Sep 19 23:09:26.243 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:26.243 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:26.244 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:26.244 INFO kablam! --> src/projectors/fixed/fourier.rs:144:28 Sep 19 23:09:26.244 INFO kablam! | Sep 19 23:09:26.244 INFO kablam! 144 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 19 23:09:26.244 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:09:26.244 INFO kablam! Sep 19 23:09:26.409 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:26.409 INFO kablam! --> src/projectors/fixed/fourier.rs:148:28 Sep 19 23:09:26.409 INFO kablam! | Sep 19 23:09:26.409 INFO kablam! 148 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 19 23:09:26.410 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:26.410 INFO kablam! | Sep 19 23:09:26.410 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:26.410 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:26.410 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:26.410 INFO kablam! --> src/projectors/fixed/fourier.rs:148:28 Sep 19 23:09:26.410 INFO kablam! | Sep 19 23:09:26.410 INFO kablam! 148 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 19 23:09:26.410 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:09:26.410 INFO kablam! Sep 19 23:09:26.583 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:26.583 INFO kablam! --> src/projectors/fixed/fourier.rs:152:28 Sep 19 23:09:26.583 INFO kablam! | Sep 19 23:09:26.583 INFO kablam! 152 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 19 23:09:26.583 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:26.583 INFO kablam! | Sep 19 23:09:26.583 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:26.583 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:26.583 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:26.583 INFO kablam! --> src/projectors/fixed/fourier.rs:152:28 Sep 19 23:09:26.583 INFO kablam! | Sep 19 23:09:26.583 INFO kablam! 152 | .all_close(&arr1(&vec![0.0]), 1e-6) Sep 19 23:09:26.583 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:09:26.583 INFO kablam! Sep 19 23:09:26.735 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:26.735 INFO kablam! --> src/projectors/fixed/fourier.rs:156:28 Sep 19 23:09:26.735 INFO kablam! | Sep 19 23:09:26.735 INFO kablam! 156 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 19 23:09:26.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:26.735 INFO kablam! | Sep 19 23:09:26.735 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:26.735 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:26.735 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:26.735 INFO kablam! --> src/projectors/fixed/fourier.rs:156:28 Sep 19 23:09:26.735 INFO kablam! | Sep 19 23:09:26.735 INFO kablam! 156 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 19 23:09:26.735 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 23:09:26.735 INFO kablam! Sep 19 23:09:26.922 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:26.922 INFO kablam! --> src/projectors/fixed/fourier.rs:161:28 Sep 19 23:09:26.922 INFO kablam! | Sep 19 23:09:26.922 INFO kablam! 161 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 19 23:09:26.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:26.922 INFO kablam! | Sep 19 23:09:26.922 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:26.922 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:26.922 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:26.922 INFO kablam! --> src/projectors/fixed/fourier.rs:161:28 Sep 19 23:09:26.922 INFO kablam! | Sep 19 23:09:26.922 INFO kablam! 161 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 19 23:09:26.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 23:09:26.922 INFO kablam! Sep 19 23:09:27.107 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:27.107 INFO kablam! --> src/projectors/fixed/fourier.rs:165:28 Sep 19 23:09:27.107 INFO kablam! | Sep 19 23:09:27.107 INFO kablam! 165 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 19 23:09:27.107 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:27.107 INFO kablam! | Sep 19 23:09:27.107 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:27.107 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:27.107 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:27.107 INFO kablam! --> src/projectors/fixed/fourier.rs:165:28 Sep 19 23:09:27.107 INFO kablam! | Sep 19 23:09:27.107 INFO kablam! 165 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 19 23:09:27.107 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:09:27.107 INFO kablam! Sep 19 23:09:27.260 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:27.260 INFO kablam! --> src/projectors/fixed/fourier.rs:169:28 Sep 19 23:09:27.260 INFO kablam! | Sep 19 23:09:27.260 INFO kablam! 169 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 19 23:09:27.260 INFO kablam! | ^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:27.260 INFO kablam! | Sep 19 23:09:27.261 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:27.261 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:27.262 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:27.267 INFO kablam! --> src/projectors/fixed/fourier.rs:169:28 Sep 19 23:09:27.267 INFO kablam! | Sep 19 23:09:27.267 INFO kablam! 169 | .all_close(&arr1(&vec![1.0]), 1e-6) Sep 19 23:09:27.267 INFO kablam! | ^^^^^^^^^^^^^^^^^ Sep 19 23:09:27.267 INFO kablam! Sep 19 23:09:27.463 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:27.463 INFO kablam! --> src/projectors/fixed/fourier.rs:173:28 Sep 19 23:09:27.463 INFO kablam! | Sep 19 23:09:27.463 INFO kablam! 173 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 19 23:09:27.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:27.463 INFO kablam! | Sep 19 23:09:27.463 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:27.463 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:27.463 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:27.463 INFO kablam! --> src/projectors/fixed/fourier.rs:173:28 Sep 19 23:09:27.463 INFO kablam! | Sep 19 23:09:27.463 INFO kablam! 173 | .all_close(&arr1(&vec![-1.0]), 1e-6) Sep 19 23:09:27.463 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Sep 19 23:09:27.463 INFO kablam! Sep 19 23:09:27.677 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:27.677 INFO kablam! --> src/projectors/fixed/fourier.rs:233:28 Sep 19 23:09:27.677 INFO kablam! | Sep 19 23:09:27.681 INFO kablam! 233 | .all_close(&arr1(&vec![1.0 / 3.0; 3]), 1e-6) Sep 19 23:09:27.681 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:27.681 INFO kablam! | Sep 19 23:09:27.681 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:27.681 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:27.681 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:27.681 INFO kablam! --> src/projectors/fixed/fourier.rs:233:28 Sep 19 23:09:27.682 INFO kablam! | Sep 19 23:09:27.682 INFO kablam! 233 | .all_close(&arr1(&vec![1.0 / 3.0; 3]), 1e-6) Sep 19 23:09:27.682 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:27.682 INFO kablam! Sep 19 23:09:27.856 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:27.856 INFO kablam! --> src/projectors/fixed/fourier.rs:236:13 Sep 19 23:09:27.856 INFO kablam! | Sep 19 23:09:27.856 INFO kablam! 236 | &arr1(&vec![4.24042024e-17, 3.07486821e-1, 6.92513179e-1]), Sep 19 23:09:27.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:27.856 INFO kablam! | Sep 19 23:09:27.856 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:27.856 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:27.856 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:27.856 INFO kablam! --> src/projectors/fixed/fourier.rs:236:13 Sep 19 23:09:27.856 INFO kablam! | Sep 19 23:09:27.856 INFO kablam! 236 | &arr1(&vec![4.24042024e-17, 3.07486821e-1, 6.92513179e-1]), Sep 19 23:09:27.856 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:27.856 INFO kablam! Sep 19 23:09:28.047 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:28.047 INFO kablam! --> src/projectors/fixed/fourier.rs:240:13 Sep 19 23:09:28.047 INFO kablam! | Sep 19 23:09:28.047 INFO kablam! 240 | &arr1(&vec![6.92513179e-1, 3.07486821e-1, 4.24042024e-17]), Sep 19 23:09:28.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:28.047 INFO kablam! | Sep 19 23:09:28.047 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:28.047 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:28.047 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:28.047 INFO kablam! --> src/projectors/fixed/fourier.rs:240:13 Sep 19 23:09:28.047 INFO kablam! | Sep 19 23:09:28.047 INFO kablam! 240 | &arr1(&vec![6.92513179e-1, 3.07486821e-1, 4.24042024e-17]), Sep 19 23:09:28.047 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:28.047 INFO kablam! Sep 19 23:09:28.239 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:28.239 INFO kablam! --> src/projectors/fixed/fourier.rs:245:28 Sep 19 23:09:28.239 INFO kablam! | Sep 19 23:09:28.239 INFO kablam! 245 | .all_close(&arr1(&vec![1.01093534e-16, -1.0, 1.01093534e-16]), 1e-6) Sep 19 23:09:28.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:28.239 INFO kablam! | Sep 19 23:09:28.239 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:28.239 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:28.239 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:28.239 INFO kablam! --> src/projectors/fixed/fourier.rs:245:28 Sep 19 23:09:28.239 INFO kablam! | Sep 19 23:09:28.239 INFO kablam! 245 | .all_close(&arr1(&vec![1.01093534e-16, -1.0, 1.01093534e-16]), 1e-6) Sep 19 23:09:28.239 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:28.239 INFO kablam! Sep 19 23:09:28.429 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:28.429 INFO kablam! --> src/projectors/fixed/fourier.rs:248:13 Sep 19 23:09:28.429 INFO kablam! | Sep 19 23:09:28.429 INFO kablam! 248 | &arr1(&vec![-5.04567213e-1, -4.95432787e-1, 3.08958311e-17]), Sep 19 23:09:28.429 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:28.429 INFO kablam! | Sep 19 23:09:28.429 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:28.429 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:28.430 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:28.430 INFO kablam! --> src/projectors/fixed/fourier.rs:248:13 Sep 19 23:09:28.430 INFO kablam! | Sep 19 23:09:28.430 INFO kablam! 248 | &arr1(&vec![-5.04567213e-1, -4.95432787e-1, 3.08958311e-17]), Sep 19 23:09:28.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:28.430 INFO kablam! Sep 19 23:09:28.622 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:28.622 INFO kablam! --> src/projectors/fixed/fourier.rs:252:13 Sep 19 23:09:28.622 INFO kablam! | Sep 19 23:09:28.622 INFO kablam! 252 | &arr1(&vec![3.08958311e-17, -4.95432787e-1, -5.04567213e-1]), Sep 19 23:09:28.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:28.622 INFO kablam! | Sep 19 23:09:28.622 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:28.622 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:28.622 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:28.622 INFO kablam! --> src/projectors/fixed/fourier.rs:252:13 Sep 19 23:09:28.622 INFO kablam! | Sep 19 23:09:28.622 INFO kablam! 252 | &arr1(&vec![3.08958311e-17, -4.95432787e-1, -5.04567213e-1]), Sep 19 23:09:28.622 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:28.622 INFO kablam! Sep 19 23:09:28.819 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:28.819 INFO kablam! --> src/projectors/fixed/fourier.rs:257:28 Sep 19 23:09:28.819 INFO kablam! | Sep 19 23:09:28.819 INFO kablam! 257 | .all_close(&arr1(&vec![-0.44125654, -0.11748691, -0.44125654]), 1e-6) Sep 19 23:09:28.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:28.819 INFO kablam! | Sep 19 23:09:28.819 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:28.819 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:28.820 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:28.820 INFO kablam! --> src/projectors/fixed/fourier.rs:257:28 Sep 19 23:09:28.820 INFO kablam! | Sep 19 23:09:28.820 INFO kablam! 257 | .all_close(&arr1(&vec![-0.44125654, -0.11748691, -0.44125654]), 1e-6) Sep 19 23:09:28.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:28.821 INFO kablam! Sep 19 23:09:29.013 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:29.013 INFO kablam! --> src/projectors/fixed/fourier.rs:270:28 Sep 19 23:09:29.013 INFO kablam! | Sep 19 23:09:29.013 INFO kablam! 270 | .all_close(&arr1(&vec![0.2; 5]), 1e-6) Sep 19 23:09:29.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:29.013 INFO kablam! | Sep 19 23:09:29.013 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:29.013 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:29.013 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:29.013 INFO kablam! --> src/projectors/fixed/fourier.rs:270:28 Sep 19 23:09:29.013 INFO kablam! | Sep 19 23:09:29.013 INFO kablam! 270 | .all_close(&arr1(&vec![0.2; 5]), 1e-6) Sep 19 23:09:29.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:29.013 INFO kablam! Sep 19 23:09:29.203 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:29.203 INFO kablam! --> src/projectors/fixed/fourier.rs:273:13 Sep 19 23:09:29.203 INFO kablam! | Sep 19 23:09:29.203 INFO kablam! 273 | / &arr1(&vec![ Sep 19 23:09:29.203 INFO kablam! 274 | | 2.58110397e-17, Sep 19 23:09:29.203 INFO kablam! 275 | | 6.95831686e-2, Sep 19 23:09:29.203 INFO kablam! 276 | | 1.87164340e-1, Sep 19 23:09:29.203 INFO kablam! 277 | | 3.21726225e-1, Sep 19 23:09:29.203 INFO kablam! 278 | | 4.21526267e-1, Sep 19 23:09:29.203 INFO kablam! 279 | | ]), Sep 19 23:09:29.203 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:29.203 INFO kablam! | Sep 19 23:09:29.204 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:29.204 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:29.204 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:29.204 INFO kablam! --> src/projectors/fixed/fourier.rs:273:13 Sep 19 23:09:29.205 INFO kablam! | Sep 19 23:09:29.205 INFO kablam! 273 | / &arr1(&vec![ Sep 19 23:09:29.205 INFO kablam! 274 | | 2.58110397e-17, Sep 19 23:09:29.205 INFO kablam! 275 | | 6.95831686e-2, Sep 19 23:09:29.205 INFO kablam! 276 | | 1.87164340e-1, Sep 19 23:09:29.205 INFO kablam! 277 | | 3.21726225e-1, Sep 19 23:09:29.206 INFO kablam! 278 | | 4.21526267e-1, Sep 19 23:09:29.206 INFO kablam! 279 | | ]), Sep 19 23:09:29.206 INFO kablam! | |______________^ Sep 19 23:09:29.206 INFO kablam! Sep 19 23:09:29.395 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:29.395 INFO kablam! --> src/projectors/fixed/fourier.rs:283:13 Sep 19 23:09:29.395 INFO kablam! | Sep 19 23:09:29.395 INFO kablam! 283 | / &arr1(&vec![ Sep 19 23:09:29.395 INFO kablam! 284 | | 3.76070090e-17, Sep 19 23:09:29.396 INFO kablam! 285 | | -3.13998939e-1, Sep 19 23:09:29.396 INFO kablam! 286 | | -3.72002121e-1, Sep 19 23:09:29.396 INFO kablam! 287 | | -3.13998939e-1, Sep 19 23:09:29.396 INFO kablam! 288 | | 3.76070090e-17, Sep 19 23:09:29.396 INFO kablam! 289 | | ]), Sep 19 23:09:29.396 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:29.396 INFO kablam! | Sep 19 23:09:29.396 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:29.396 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:29.396 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:29.396 INFO kablam! --> src/projectors/fixed/fourier.rs:283:13 Sep 19 23:09:29.396 INFO kablam! | Sep 19 23:09:29.396 INFO kablam! 283 | / &arr1(&vec![ Sep 19 23:09:29.397 INFO kablam! 284 | | 3.76070090e-17, Sep 19 23:09:29.397 INFO kablam! 285 | | -3.13998939e-1, Sep 19 23:09:29.397 INFO kablam! 286 | | -3.72002121e-1, Sep 19 23:09:29.397 INFO kablam! 287 | | -3.13998939e-1, Sep 19 23:09:29.397 INFO kablam! 288 | | 3.76070090e-17, Sep 19 23:09:29.397 INFO kablam! 289 | | ]), Sep 19 23:09:29.397 INFO kablam! | |______________^ Sep 19 23:09:29.398 INFO kablam! Sep 19 23:09:29.588 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:29.588 INFO kablam! --> src/projectors/fixed/fourier.rs:293:13 Sep 19 23:09:29.588 INFO kablam! | Sep 19 23:09:29.588 INFO kablam! 293 | / &arr1(&vec![ Sep 19 23:09:29.588 INFO kablam! 294 | | 1.58656439e-17, Sep 19 23:09:29.588 INFO kablam! 295 | | -2.44984612e-1, Sep 19 23:09:29.589 INFO kablam! 296 | | -2.54414913e-1, Sep 19 23:09:29.589 INFO kablam! 297 | | -2.41494847e-1, Sep 19 23:09:29.589 INFO kablam! 298 | | -2.59105628e-1, Sep 19 23:09:29.589 INFO kablam! 299 | | ]), Sep 19 23:09:29.589 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:29.590 INFO kablam! | Sep 19 23:09:29.590 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:29.590 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:29.591 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:29.591 INFO kablam! --> src/projectors/fixed/fourier.rs:293:13 Sep 19 23:09:29.591 INFO kablam! | Sep 19 23:09:29.591 INFO kablam! 293 | / &arr1(&vec![ Sep 19 23:09:29.591 INFO kablam! 294 | | 1.58656439e-17, Sep 19 23:09:29.592 INFO kablam! 295 | | -2.44984612e-1, Sep 19 23:09:29.592 INFO kablam! 296 | | -2.54414913e-1, Sep 19 23:09:29.592 INFO kablam! 297 | | -2.41494847e-1, Sep 19 23:09:29.592 INFO kablam! 298 | | -2.59105628e-1, Sep 19 23:09:29.592 INFO kablam! 299 | | ]), Sep 19 23:09:29.592 INFO kablam! | |______________^ Sep 19 23:09:29.593 INFO kablam! Sep 19 23:09:29.791 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:29.791 INFO kablam! --> src/projectors/fixed/fourier.rs:303:13 Sep 19 23:09:29.791 INFO kablam! | Sep 19 23:09:29.791 INFO kablam! 303 | / &arr1(&vec![ Sep 19 23:09:29.791 INFO kablam! 304 | | -0.31048999, Sep 19 23:09:29.791 INFO kablam! 305 | | -0.1481752, Sep 19 23:09:29.791 INFO kablam! 306 | | -0.08266962, Sep 19 23:09:29.791 INFO kablam! 307 | | -0.1481752, Sep 19 23:09:29.791 INFO kablam! 308 | | -0.31048999, Sep 19 23:09:29.791 INFO kablam! 309 | | ]), Sep 19 23:09:29.791 INFO kablam! | |______________^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:29.791 INFO kablam! | Sep 19 23:09:29.791 INFO kablam! = note: expected type `&geometry::ndarray::ArrayBase<_, _>` Sep 19 23:09:29.791 INFO kablam! found type `&ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:29.791 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:29.791 INFO kablam! --> src/projectors/fixed/fourier.rs:303:13 Sep 19 23:09:29.791 INFO kablam! | Sep 19 23:09:29.791 INFO kablam! 303 | / &arr1(&vec![ Sep 19 23:09:29.791 INFO kablam! 304 | | -0.31048999, Sep 19 23:09:29.791 INFO kablam! 305 | | -0.1481752, Sep 19 23:09:29.791 INFO kablam! 306 | | -0.08266962, Sep 19 23:09:29.791 INFO kablam! 307 | | -0.1481752, Sep 19 23:09:29.791 INFO kablam! 308 | | -0.31048999, Sep 19 23:09:29.791 INFO kablam! 309 | | ]), Sep 19 23:09:29.791 INFO kablam! | |______________^ Sep 19 23:09:29.791 INFO kablam! Sep 19 23:09:30.075 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:30.075 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:94:13 Sep 19 23:09:30.075 INFO kablam! | Sep 19 23:09:30.075 INFO kablam! 94 | assert_eq!(out.expanded(t.dim()), dense); Sep 19 23:09:30.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:30.075 INFO kablam! | Sep 19 23:09:30.075 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:30.075 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:30.075 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:30.075 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:94:13 Sep 19 23:09:30.075 INFO kablam! | Sep 19 23:09:30.075 INFO kablam! 94 | assert_eq!(out.expanded(t.dim()), dense); Sep 19 23:09:30.075 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:30.075 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 19 23:09:30.075 INFO kablam! Sep 19 23:09:30.261 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:30.262 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:121:17 Sep 19 23:09:30.262 INFO kablam! | Sep 19 23:09:30.262 INFO kablam! 121 | assert_eq!(out.expanded(t.dim()), dense); Sep 19 23:09:30.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:30.262 INFO kablam! | Sep 19 23:09:30.262 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:30.262 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:30.262 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:30.262 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:121:17 Sep 19 23:09:30.262 INFO kablam! | Sep 19 23:09:30.262 INFO kablam! 121 | assert_eq!(out.expanded(t.dim()), dense); Sep 19 23:09:30.262 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:30.262 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 19 23:09:30.262 INFO kablam! Sep 19 23:09:30.435 INFO kablam! error[E0308]: mismatched types Sep 19 23:09:30.435 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:150:21 Sep 19 23:09:30.435 INFO kablam! | Sep 19 23:09:30.435 INFO kablam! 150 | assert_eq!(out.expanded(t.dim()), dense); Sep 19 23:09:30.435 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `geometry::ndarray::ArrayBase`, found struct `ndarray::ArrayBase` Sep 19 23:09:30.436 INFO kablam! | Sep 19 23:09:30.436 INFO kablam! = note: expected type `geometry::ndarray::ArrayBase<_, geometry::ndarray::Dim<[usize; 1]>>` Sep 19 23:09:30.436 INFO kablam! found type `ndarray::ArrayBase, ndarray::Dim<[usize; 1]>>` Sep 19 23:09:30.436 INFO kablam! note: Perhaps two different versions of crate `ndarray` are being used? Sep 19 23:09:30.436 INFO kablam! --> src/projectors/fixed/uniform_grid.rs:150:21 Sep 19 23:09:30.436 INFO kablam! | Sep 19 23:09:30.436 INFO kablam! 150 | assert_eq!(out.expanded(t.dim()), dense); Sep 19 23:09:30.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 23:09:30.436 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 19 23:09:30.436 INFO kablam! Sep 19 23:09:30.551 INFO kablam! error: aborting due to 53 previous errors Sep 19 23:09:30.551 INFO kablam! Sep 19 23:09:30.551 INFO kablam! For more information about this error, try `rustc --explain E0308`. Sep 19 23:09:30.563 INFO kablam! error: Could not compile `lfa`. Sep 19 23:09:30.563 INFO kablam! Sep 19 23:09:30.563 INFO kablam! To learn more, run the command again with --verbose. Sep 19 23:09:30.564 INFO kablam! su: No module specific data is present Sep 19 23:09:31.164 INFO running `"docker" "rm" "-f" "5cb4f78e2bbdc596d3646e468b0b45ccb59e769be001d499ffc33a1c0fef001e"` Sep 19 23:09:31.360 INFO blam! 5cb4f78e2bbdc596d3646e468b0b45ccb59e769be001d499ffc33a1c0fef001e