Sep 17 16:59:16.800 INFO checking spatial-0.2.0-rc2 against try#cfeeefe83c83bceb55d60d7e2be173db7597ed50 for pr-54033 Sep 17 16:59:16.800 INFO running: cargo +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets Sep 17 16:59:16.800 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54033/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-4/try#cfeeefe83c83bceb55d60d7e2be173db7597ed50:/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 +cfeeefe83c83bceb55d60d7e2be173db7597ed50-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 16:59:17.093 INFO blam! ef3ee95bd4f849c2c598bc339400f4b0782222765843a0d2eade0ac5ddeec51e Sep 17 16:59:17.095 INFO running `"docker" "start" "-a" "ef3ee95bd4f849c2c598bc339400f4b0782222765843a0d2eade0ac5ddeec51e"` Sep 17 16:59:18.046 INFO kablam! usermod: no changes Sep 17 16:59:18.116 INFO kablam! Checking itertools v0.5.10 Sep 17 16:59:18.116 INFO kablam! Checking generic-array v0.3.2 Sep 17 16:59:18.117 INFO kablam! Checking ordered-float v0.2.3 Sep 17 16:59:19.549 INFO kablam! Checking spatial v0.2.0-rc2 (/source) Sep 17 16:59:19.827 INFO kablam! warning: unused `#[macro_use]` import Sep 17 16:59:19.827 INFO kablam! --> src/lib.rs:12:1 Sep 17 16:59:19.827 INFO kablam! | Sep 17 16:59:19.827 INFO kablam! 12 | #[macro_use] Sep 17 16:59:19.827 INFO kablam! | ^^^^^^^^^^^^ Sep 17 16:59:19.827 INFO kablam! | Sep 17 16:59:19.827 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 17 16:59:19.827 INFO kablam! Sep 17 16:59:19.828 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.828 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Sep 17 16:59:19.828 INFO kablam! | Sep 17 16:59:19.828 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Sep 17 16:59:19.828 INFO kablam! | ^^^^^^^^ Sep 17 16:59:19.828 INFO kablam! | Sep 17 16:59:19.828 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 17 16:59:19.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.828 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.828 INFO kablam! Sep 17 16:59:19.828 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.828 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Sep 17 16:59:19.828 INFO kablam! | Sep 17 16:59:19.828 INFO kablam! 46 | mut root: NODE, Sep 17 16:59:19.828 INFO kablam! | ^^^^^^^^ Sep 17 16:59:19.828 INFO kablam! | Sep 17 16:59:19.828 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.828 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.828 INFO kablam! Sep 17 16:59:19.828 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.829 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Sep 17 16:59:19.829 INFO kablam! | Sep 17 16:59:19.829 INFO kablam! 49 | mut f: F) Sep 17 16:59:19.829 INFO kablam! | ^^^^^ Sep 17 16:59:19.829 INFO kablam! | Sep 17 16:59:19.829 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.829 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.829 INFO kablam! Sep 17 16:59:19.829 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:59:19.829 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Sep 17 16:59:19.829 INFO kablam! | Sep 17 16:59:19.829 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Sep 17 16:59:19.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 16:59:19.829 INFO kablam! | Sep 17 16:59:19.829 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 16:59:19.829 INFO kablam! Sep 17 16:59:19.829 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:59:19.829 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Sep 17 16:59:19.830 INFO kablam! | Sep 17 16:59:19.830 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Sep 17 16:59:19.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 16:59:19.830 INFO kablam! Sep 17 16:59:19.830 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:59:19.830 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Sep 17 16:59:19.830 INFO kablam! | Sep 17 16:59:19.830 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Sep 17 16:59:19.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 16:59:19.830 INFO kablam! Sep 17 16:59:19.831 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.831 INFO kablam! --> src/vecext.rs:13:31 Sep 17 16:59:19.831 INFO kablam! | Sep 17 16:59:19.831 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Sep 17 16:59:19.831 INFO kablam! | ^^^^^ Sep 17 16:59:19.831 INFO kablam! | Sep 17 16:59:19.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.831 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.831 INFO kablam! Sep 17 16:59:19.831 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.831 INFO kablam! --> src/vecext.rs:19:35 Sep 17 16:59:19.831 INFO kablam! | Sep 17 16:59:19.831 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Sep 17 16:59:19.831 INFO kablam! | ^^^^^ Sep 17 16:59:19.831 INFO kablam! | Sep 17 16:59:19.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.831 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.831 INFO kablam! Sep 17 16:59:19.831 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.831 INFO kablam! --> src/vecext.rs:25:40 Sep 17 16:59:19.831 INFO kablam! | Sep 17 16:59:19.831 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Sep 17 16:59:19.831 INFO kablam! | ^^^^^ Sep 17 16:59:19.831 INFO kablam! | Sep 17 16:59:19.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.831 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.831 INFO kablam! Sep 17 16:59:19.831 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.831 INFO kablam! --> src/vecext.rs:31:53 Sep 17 16:59:19.831 INFO kablam! | Sep 17 16:59:19.831 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Sep 17 16:59:19.831 INFO kablam! | ^^^^^ Sep 17 16:59:19.831 INFO kablam! | Sep 17 16:59:19.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.831 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.831 INFO kablam! Sep 17 16:59:19.831 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.831 INFO kablam! --> src/vecext.rs:37:30 Sep 17 16:59:19.831 INFO kablam! | Sep 17 16:59:19.831 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Sep 17 16:59:19.831 INFO kablam! | ^^^^^ Sep 17 16:59:19.831 INFO kablam! | Sep 17 16:59:19.831 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.831 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.831 INFO kablam! Sep 17 16:59:19.869 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.869 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Sep 17 16:59:19.869 INFO kablam! | Sep 17 16:59:19.869 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Sep 17 16:59:19.869 INFO kablam! | ^^^^^^^^ Sep 17 16:59:19.869 INFO kablam! | Sep 17 16:59:19.869 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 17 16:59:19.869 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.869 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.869 INFO kablam! Sep 17 16:59:19.869 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.869 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Sep 17 16:59:19.869 INFO kablam! | Sep 17 16:59:19.869 INFO kablam! 46 | mut root: NODE, Sep 17 16:59:19.869 INFO kablam! | ^^^^^^^^ Sep 17 16:59:19.869 INFO kablam! | Sep 17 16:59:19.869 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.869 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.869 INFO kablam! Sep 17 16:59:19.869 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.869 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Sep 17 16:59:19.869 INFO kablam! | Sep 17 16:59:19.869 INFO kablam! 49 | mut f: F) Sep 17 16:59:19.869 INFO kablam! | ^^^^^ Sep 17 16:59:19.869 INFO kablam! | Sep 17 16:59:19.869 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.869 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.869 INFO kablam! Sep 17 16:59:19.869 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:59:19.870 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Sep 17 16:59:19.870 INFO kablam! | Sep 17 16:59:19.870 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Sep 17 16:59:19.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 16:59:19.870 INFO kablam! | Sep 17 16:59:19.870 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 16:59:19.870 INFO kablam! Sep 17 16:59:19.870 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:59:19.870 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Sep 17 16:59:19.870 INFO kablam! | Sep 17 16:59:19.870 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Sep 17 16:59:19.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 16:59:19.870 INFO kablam! Sep 17 16:59:19.870 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 16:59:19.870 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Sep 17 16:59:19.870 INFO kablam! | Sep 17 16:59:19.870 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Sep 17 16:59:19.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 16:59:19.870 INFO kablam! Sep 17 16:59:19.871 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.871 INFO kablam! --> src/vecext.rs:13:31 Sep 17 16:59:19.871 INFO kablam! | Sep 17 16:59:19.871 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Sep 17 16:59:19.871 INFO kablam! | ^^^^^ Sep 17 16:59:19.871 INFO kablam! | Sep 17 16:59:19.871 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.871 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.871 INFO kablam! Sep 17 16:59:19.871 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.871 INFO kablam! --> src/vecext.rs:19:35 Sep 17 16:59:19.871 INFO kablam! | Sep 17 16:59:19.871 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Sep 17 16:59:19.871 INFO kablam! | ^^^^^ Sep 17 16:59:19.871 INFO kablam! | Sep 17 16:59:19.871 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.871 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.871 INFO kablam! Sep 17 16:59:19.871 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.871 INFO kablam! --> src/vecext.rs:25:40 Sep 17 16:59:19.871 INFO kablam! | Sep 17 16:59:19.871 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Sep 17 16:59:19.871 INFO kablam! | ^^^^^ Sep 17 16:59:19.871 INFO kablam! | Sep 17 16:59:19.871 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.871 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.871 INFO kablam! Sep 17 16:59:19.871 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.871 INFO kablam! --> src/vecext.rs:31:53 Sep 17 16:59:19.871 INFO kablam! | Sep 17 16:59:19.872 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Sep 17 16:59:19.872 INFO kablam! | ^^^^^ Sep 17 16:59:19.872 INFO kablam! | Sep 17 16:59:19.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.872 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.872 INFO kablam! Sep 17 16:59:19.872 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 17 16:59:19.872 INFO kablam! --> src/vecext.rs:37:30 Sep 17 16:59:19.872 INFO kablam! | Sep 17 16:59:19.872 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Sep 17 16:59:19.872 INFO kablam! | ^^^^^ Sep 17 16:59:19.872 INFO kablam! | Sep 17 16:59:19.872 INFO kablam! = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Sep 17 16:59:19.872 INFO kablam! = note: for more information, see issue #35203 Sep 17 16:59:19.872 INFO kablam! Sep 17 16:59:19.906 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.906 INFO kablam! --> src/tree/mbr/index/mod.rs:36:46 Sep 17 16:59:19.907 INFO kablam! | Sep 17 16:59:19.907 INFO kablam! 36 | pub type RemoveReturn = (NODE, Vec>); Sep 17 16:59:19.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.907 INFO kablam! | Sep 17 16:59:19.907 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 16:59:19.907 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.907 INFO kablam! Sep 17 16:59:19.907 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.907 INFO kablam! --> src/tree/mbr/index/mod.rs:36:46 Sep 17 16:59:19.907 INFO kablam! | Sep 17 16:59:19.907 INFO kablam! 36 | pub type RemoveReturn = (NODE, Vec>); Sep 17 16:59:19.907 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.907 INFO kablam! | Sep 17 16:59:19.907 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.907 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.907 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.907 INFO kablam! Sep 17 16:59:19.909 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.909 INFO kablam! --> src/tree/mbr/map.rs:108:39 Sep 17 16:59:19.909 INFO kablam! | Sep 17 16:59:19.909 INFO kablam! 108 | type LeafIter<'tree, P, DIM, LG, T> = SliceIter<'tree, MbrLeaf>; Sep 17 16:59:19.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.909 INFO kablam! | Sep 17 16:59:19.909 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.909 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.909 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.909 INFO kablam! Sep 17 16:59:19.909 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.909 INFO kablam! --> src/tree/mbr/map.rs:108:39 Sep 17 16:59:19.909 INFO kablam! | Sep 17 16:59:19.909 INFO kablam! 108 | type LeafIter<'tree, P, DIM, LG, T> = SliceIter<'tree, MbrLeaf>; Sep 17 16:59:19.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.909 INFO kablam! | Sep 17 16:59:19.909 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.909 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.909 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.909 INFO kablam! Sep 17 16:59:19.910 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.911 INFO kablam! --> src/tree/mbr/map.rs:205:42 Sep 17 16:59:19.911 INFO kablam! | Sep 17 16:59:19.911 INFO kablam! 205 | type LeafIterMut<'tree, P, DIM, LG, T> = SliceIterMut<'tree, MbrLeaf>; Sep 17 16:59:19.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.911 INFO kablam! | Sep 17 16:59:19.911 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.911 INFO kablam! Sep 17 16:59:19.911 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.911 INFO kablam! --> src/tree/mbr/map.rs:205:42 Sep 17 16:59:19.911 INFO kablam! | Sep 17 16:59:19.911 INFO kablam! 205 | type LeafIterMut<'tree, P, DIM, LG, T> = SliceIterMut<'tree, MbrLeaf>; Sep 17 16:59:19.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.911 INFO kablam! | Sep 17 16:59:19.911 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.911 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.911 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.911 INFO kablam! Sep 17 16:59:19.916 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.916 INFO kablam! --> src/tree/mbr/mod.rs:43:42 Sep 17 16:59:19.916 INFO kablam! | Sep 17 16:59:19.916 INFO kablam! 43 | pub type RQuadraticTree = MbrMap, Sep 17 16:59:19.916 INFO kablam! | __________________________________________^ Sep 17 16:59:19.916 INFO kablam! 44 | | RInsert>, Sep 17 16:59:19.916 INFO kablam! 49 | | RRemove>; Sep 17 16:59:19.916 INFO kablam! | |_______________________________________________________________________^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.916 INFO kablam! | Sep 17 16:59:19.916 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.916 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.916 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.916 INFO kablam! Sep 17 16:59:19.917 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.917 INFO kablam! --> src/tree/mbr/mod.rs:43:42 Sep 17 16:59:19.917 INFO kablam! | Sep 17 16:59:19.917 INFO kablam! 43 | pub type RQuadraticTree = MbrMap, Sep 17 16:59:19.917 INFO kablam! | __________________________________________^ Sep 17 16:59:19.917 INFO kablam! 44 | | RInsert>, Sep 17 16:59:19.917 INFO kablam! 49 | | RRemove>; Sep 17 16:59:19.917 INFO kablam! | |_______________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.917 INFO kablam! | Sep 17 16:59:19.917 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.917 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.917 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.917 INFO kablam! Sep 17 16:59:19.917 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.917 INFO kablam! --> src/tree/mbr/mod.rs:51:39 Sep 17 16:59:19.917 INFO kablam! | Sep 17 16:59:19.917 INFO kablam! 51 | pub type RLinearTree = MbrMap, Sep 17 16:59:19.917 INFO kablam! | _______________________________________^ Sep 17 16:59:19.917 INFO kablam! 52 | | RInsert>, Sep 17 16:59:19.917 INFO kablam! 57 | | RRemove>; Sep 17 16:59:19.917 INFO kablam! | |____________________________________________________________________^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.917 INFO kablam! | Sep 17 16:59:19.917 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.917 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.917 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.917 INFO kablam! Sep 17 16:59:19.917 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.917 INFO kablam! --> src/tree/mbr/mod.rs:51:39 Sep 17 16:59:19.917 INFO kablam! | Sep 17 16:59:19.917 INFO kablam! 51 | pub type RLinearTree = MbrMap, Sep 17 16:59:19.917 INFO kablam! | _______________________________________^ Sep 17 16:59:19.917 INFO kablam! 52 | | RInsert>, Sep 17 16:59:19.917 INFO kablam! 57 | | RRemove>; Sep 17 16:59:19.917 INFO kablam! | |____________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.917 INFO kablam! | Sep 17 16:59:19.918 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.918 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.918 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.918 INFO kablam! Sep 17 16:59:19.918 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.918 INFO kablam! --> src/tree/mbr/mod.rs:95:37 Sep 17 16:59:19.918 INFO kablam! | Sep 17 16:59:19.918 INFO kablam! 95 | pub type RStarTree = MbrMap, Sep 17 16:59:19.918 INFO kablam! | _____________________________________^ Sep 17 16:59:19.918 INFO kablam! 96 | | RStarInsert, Sep 17 16:59:19.918 INFO kablam! 97 | | RRemove>; Sep 17 16:59:19.918 INFO kablam! | |__________________________________________________________________^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.918 INFO kablam! | Sep 17 16:59:19.918 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.918 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.918 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.918 INFO kablam! Sep 17 16:59:19.918 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.918 INFO kablam! --> src/tree/mbr/mod.rs:95:37 Sep 17 16:59:19.918 INFO kablam! | Sep 17 16:59:19.918 INFO kablam! 95 | pub type RStarTree = MbrMap, Sep 17 16:59:19.918 INFO kablam! | _____________________________________^ Sep 17 16:59:19.918 INFO kablam! 96 | | RStarInsert, Sep 17 16:59:19.918 INFO kablam! 97 | | RRemove>; Sep 17 16:59:19.918 INFO kablam! | |__________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.918 INFO kablam! | Sep 17 16:59:19.918 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.918 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.918 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.918 INFO kablam! Sep 17 16:59:19.964 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.964 INFO kablam! --> src/tree/mbr/index/mod.rs:36:46 Sep 17 16:59:19.964 INFO kablam! | Sep 17 16:59:19.964 INFO kablam! 36 | pub type RemoveReturn = (NODE, Vec>); Sep 17 16:59:19.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.964 INFO kablam! | Sep 17 16:59:19.964 INFO kablam! = note: #[deny(type_alias_missing_bounds)] on by default Sep 17 16:59:19.964 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.964 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.964 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.964 INFO kablam! Sep 17 16:59:19.965 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.965 INFO kablam! --> src/tree/mbr/index/mod.rs:36:46 Sep 17 16:59:19.966 INFO kablam! | Sep 17 16:59:19.967 INFO kablam! 36 | pub type RemoveReturn = (NODE, Vec>); Sep 17 16:59:19.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.967 INFO kablam! | Sep 17 16:59:19.967 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.967 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.967 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.967 INFO kablam! Sep 17 16:59:19.970 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.970 INFO kablam! --> src/tree/mbr/map.rs:108:39 Sep 17 16:59:19.970 INFO kablam! | Sep 17 16:59:19.970 INFO kablam! 108 | type LeafIter<'tree, P, DIM, LG, T> = SliceIter<'tree, MbrLeaf>; Sep 17 16:59:19.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.970 INFO kablam! | Sep 17 16:59:19.970 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.970 INFO kablam! Sep 17 16:59:19.970 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.970 INFO kablam! --> src/tree/mbr/map.rs:108:39 Sep 17 16:59:19.970 INFO kablam! | Sep 17 16:59:19.970 INFO kablam! 108 | type LeafIter<'tree, P, DIM, LG, T> = SliceIter<'tree, MbrLeaf>; Sep 17 16:59:19.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.970 INFO kablam! | Sep 17 16:59:19.970 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.970 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.970 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.970 INFO kablam! Sep 17 16:59:19.973 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.973 INFO kablam! --> src/tree/mbr/map.rs:205:42 Sep 17 16:59:19.973 INFO kablam! | Sep 17 16:59:19.973 INFO kablam! 205 | type LeafIterMut<'tree, P, DIM, LG, T> = SliceIterMut<'tree, MbrLeaf>; Sep 17 16:59:19.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.973 INFO kablam! | Sep 17 16:59:19.973 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.973 INFO kablam! Sep 17 16:59:19.973 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.973 INFO kablam! --> src/tree/mbr/map.rs:205:42 Sep 17 16:59:19.973 INFO kablam! | Sep 17 16:59:19.973 INFO kablam! 205 | type LeafIterMut<'tree, P, DIM, LG, T> = SliceIterMut<'tree, MbrLeaf>; Sep 17 16:59:19.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.973 INFO kablam! | Sep 17 16:59:19.973 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.973 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.973 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.973 INFO kablam! Sep 17 16:59:19.980 INFO kablam! error: aborting due to 12 previous errors Sep 17 16:59:19.980 INFO kablam! Sep 17 16:59:19.980 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.980 INFO kablam! --> src/tree/mbr/mod.rs:43:42 Sep 17 16:59:19.980 INFO kablam! | Sep 17 16:59:19.980 INFO kablam! 43 | pub type RQuadraticTree = MbrMap, Sep 17 16:59:19.980 INFO kablam! | __________________________________________^ Sep 17 16:59:19.980 INFO kablam! 44 | | RInsert>, Sep 17 16:59:19.981 INFO kablam! 49 | | RRemove>; Sep 17 16:59:19.981 INFO kablam! | |_______________________________________________________________________^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.981 INFO kablam! | Sep 17 16:59:19.981 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.981 INFO kablam! Sep 17 16:59:19.981 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.981 INFO kablam! --> src/tree/mbr/mod.rs:43:42 Sep 17 16:59:19.981 INFO kablam! | Sep 17 16:59:19.981 INFO kablam! 43 | pub type RQuadraticTree = MbrMap, Sep 17 16:59:19.981 INFO kablam! | __________________________________________^ Sep 17 16:59:19.981 INFO kablam! 44 | | RInsert>, Sep 17 16:59:19.981 INFO kablam! 49 | | RRemove>; Sep 17 16:59:19.981 INFO kablam! | |_______________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.981 INFO kablam! | Sep 17 16:59:19.981 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.981 INFO kablam! Sep 17 16:59:19.981 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.981 INFO kablam! --> src/tree/mbr/mod.rs:51:39 Sep 17 16:59:19.981 INFO kablam! | Sep 17 16:59:19.981 INFO kablam! 51 | pub type RLinearTree = MbrMap, Sep 17 16:59:19.981 INFO kablam! | _______________________________________^ Sep 17 16:59:19.981 INFO kablam! 52 | | RInsert>, Sep 17 16:59:19.981 INFO kablam! 57 | | RRemove>; Sep 17 16:59:19.981 INFO kablam! | |____________________________________________________________________^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.981 INFO kablam! | Sep 17 16:59:19.981 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.981 INFO kablam! Sep 17 16:59:19.981 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.981 INFO kablam! --> src/tree/mbr/mod.rs:51:39 Sep 17 16:59:19.981 INFO kablam! | Sep 17 16:59:19.981 INFO kablam! 51 | pub type RLinearTree = MbrMap, Sep 17 16:59:19.981 INFO kablam! | _______________________________________^ Sep 17 16:59:19.981 INFO kablam! 52 | | RInsert>, Sep 17 16:59:19.981 INFO kablam! 57 | | RRemove>; Sep 17 16:59:19.981 INFO kablam! | |____________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.981 INFO kablam! | Sep 17 16:59:19.981 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.981 INFO kablam! Sep 17 16:59:19.981 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength

` is not satisfied Sep 17 16:59:19.981 INFO kablam! --> src/tree/mbr/mod.rs:95:37 Sep 17 16:59:19.981 INFO kablam! | Sep 17 16:59:19.981 INFO kablam! 95 | pub type RStarTree = MbrMap, Sep 17 16:59:19.981 INFO kablam! | _____________________________________^ Sep 17 16:59:19.981 INFO kablam! 96 | | RStarInsert, Sep 17 16:59:19.981 INFO kablam! 97 | | RRemove>; Sep 17 16:59:19.981 INFO kablam! | |__________________________________________________________________^ the trait `generic_array::ArrayLength

` is not implemented for `DIM` Sep 17 16:59:19.981 INFO kablam! | Sep 17 16:59:19.981 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength

` bound Sep 17 16:59:19.981 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.981 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.981 INFO kablam! Sep 17 16:59:19.981 INFO kablam! error: the trait bound `DIM: generic_array::ArrayLength<(P, P)>` is not satisfied Sep 17 16:59:19.981 INFO kablam! --> src/tree/mbr/mod.rs:95:37 Sep 17 16:59:19.981 INFO kablam! | Sep 17 16:59:19.981 INFO kablam! 95 | pub type RStarTree = MbrMap, Sep 17 16:59:19.981 INFO kablam! | _____________________________________^ Sep 17 16:59:19.981 INFO kablam! 96 | | RStarInsert, Sep 17 16:59:19.981 INFO kablam! 97 | | RRemove>; Sep 17 16:59:19.982 INFO kablam! | |__________________________________________________________________^ the trait `generic_array::ArrayLength<(P, P)>` is not implemented for `DIM` Sep 17 16:59:19.982 INFO kablam! | Sep 17 16:59:19.982 INFO kablam! = help: consider adding a `where DIM: generic_array::ArrayLength<(P, P)>` bound Sep 17 16:59:19.982 INFO kablam! = help: missing bounds in type aliases were previously allowed Sep 17 16:59:19.982 INFO kablam! = help: this is a hard error in Rust 2018 Sep 17 16:59:19.982 INFO kablam! Sep 17 16:59:19.984 INFO kablam! error: Could not compile `spatial`. Sep 17 16:59:19.984 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 17 16:59:20.054 INFO kablam! error: aborting due to 12 previous errors Sep 17 16:59:20.054 INFO kablam! Sep 17 16:59:20.067 INFO kablam! error: Could not compile `spatial`. Sep 17 16:59:20.067 INFO kablam! Sep 17 16:59:20.067 INFO kablam! To learn more, run the command again with --verbose. Sep 17 16:59:20.067 INFO kablam! su: No module specific data is present Sep 17 16:59:20.651 INFO running `"docker" "rm" "-f" "ef3ee95bd4f849c2c598bc339400f4b0782222765843a0d2eade0ac5ddeec51e"` Sep 17 16:59:20.738 INFO blam! ef3ee95bd4f849c2c598bc339400f4b0782222765843a0d2eade0ac5ddeec51e