Sep 04 02:33:05.754 INFO checking spatial-0.2.0-rc2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 02:33:05.754 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 02:33:05.754 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:33:05.934 INFO blam! a82ad05d737e2b1523b3ac5aa760813c884494676e0b4815984d6c2544bb422b Sep 04 02:33:05.936 INFO running `"docker" "start" "-a" "a82ad05d737e2b1523b3ac5aa760813c884494676e0b4815984d6c2544bb422b"` Sep 04 02:33:06.588 INFO kablam! Checking generic-array v0.3.2 Sep 04 02:33:07.135 INFO kablam! Checking spatial v0.2.0-rc2 (file:///source) Sep 04 02:33:07.884 INFO kablam! warning: unused `#[macro_use]` import Sep 04 02:33:07.884 INFO kablam! --> src/lib.rs:12:1 Sep 04 02:33:07.884 INFO kablam! | Sep 04 02:33:07.884 INFO kablam! 12 | #[macro_use] Sep 04 02:33:07.884 INFO kablam! | ^^^^^^^^^^^^ Sep 04 02:33:07.884 INFO kablam! | Sep 04 02:33:07.884 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 02:33:07.884 INFO kablam! Sep 04 02:33:07.887 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.887 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Sep 04 02:33:07.887 INFO kablam! | Sep 04 02:33:07.887 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Sep 04 02:33:07.887 INFO kablam! | ^^^^^^^^ Sep 04 02:33:07.887 INFO kablam! | Sep 04 02:33:07.888 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 04 02:33:07.888 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 04 02:33:07.888 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.888 INFO kablam! Sep 04 02:33:07.888 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.888 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Sep 04 02:33:07.888 INFO kablam! | Sep 04 02:33:07.888 INFO kablam! 46 | mut root: NODE, Sep 04 02:33:07.888 INFO kablam! | ^^^^^^^^ Sep 04 02:33:07.888 INFO kablam! | Sep 04 02:33:07.888 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 04 02:33:07.888 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.888 INFO kablam! Sep 04 02:33:07.888 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.888 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Sep 04 02:33:07.888 INFO kablam! | Sep 04 02:33:07.888 INFO kablam! 49 | mut f: F) Sep 04 02:33:07.888 INFO kablam! | ^^^^^ Sep 04 02:33:07.888 INFO kablam! | Sep 04 02:33:07.888 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 04 02:33:07.888 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.888 INFO kablam! Sep 04 02:33:07.888 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:33:07.888 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Sep 04 02:33:07.888 INFO kablam! | Sep 04 02:33:07.889 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Sep 04 02:33:07.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:33:07.889 INFO kablam! | Sep 04 02:33:07.889 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 02:33:07.889 INFO kablam! Sep 04 02:33:07.889 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:33:07.889 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Sep 04 02:33:07.889 INFO kablam! | Sep 04 02:33:07.889 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Sep 04 02:33:07.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:33:07.889 INFO kablam! Sep 04 02:33:07.889 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:33:07.889 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Sep 04 02:33:07.889 INFO kablam! | Sep 04 02:33:07.889 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Sep 04 02:33:07.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:33:07.889 INFO kablam! Sep 04 02:33:07.891 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.891 INFO kablam! --> src/vecext.rs:13:31 Sep 04 02:33:07.891 INFO kablam! | Sep 04 02:33:07.891 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Sep 04 02:33:07.891 INFO kablam! | ^^^^^ Sep 04 02:33:07.891 INFO kablam! | Sep 04 02:33:07.891 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 04 02:33:07.892 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.892 INFO kablam! Sep 04 02:33:07.892 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.892 INFO kablam! --> src/vecext.rs:19:35 Sep 04 02:33:07.892 INFO kablam! | Sep 04 02:33:07.892 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Sep 04 02:33:07.892 INFO kablam! | ^^^^^ Sep 04 02:33:07.892 INFO kablam! | Sep 04 02:33:07.892 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 04 02:33:07.892 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.893 INFO kablam! Sep 04 02:33:07.893 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.893 INFO kablam! --> src/vecext.rs:25:40 Sep 04 02:33:07.893 INFO kablam! | Sep 04 02:33:07.893 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Sep 04 02:33:07.893 INFO kablam! | ^^^^^ Sep 04 02:33:07.893 INFO kablam! | Sep 04 02:33:07.893 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 04 02:33:07.893 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.893 INFO kablam! Sep 04 02:33:07.893 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.893 INFO kablam! --> src/vecext.rs:31:53 Sep 04 02:33:07.893 INFO kablam! | Sep 04 02:33:07.893 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Sep 04 02:33:07.893 INFO kablam! | ^^^^^ Sep 04 02:33:07.893 INFO kablam! | Sep 04 02:33:07.893 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 04 02:33:07.893 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.893 INFO kablam! Sep 04 02:33:07.893 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.893 INFO kablam! --> src/vecext.rs:37:30 Sep 04 02:33:07.893 INFO kablam! | Sep 04 02:33:07.893 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Sep 04 02:33:07.893 INFO kablam! | ^^^^^ Sep 04 02:33:07.893 INFO kablam! | Sep 04 02:33:07.893 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 04 02:33:07.893 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.893 INFO kablam! Sep 04 02:33:07.988 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.988 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Sep 04 02:33:07.988 INFO kablam! | Sep 04 02:33:07.988 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Sep 04 02:33:07.988 INFO kablam! | ^^^^^^^^ Sep 04 02:33:07.988 INFO kablam! | Sep 04 02:33:07.988 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Sep 04 02:33:07.988 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 04 02:33:07.988 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.988 INFO kablam! Sep 04 02:33:07.989 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.989 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Sep 04 02:33:07.989 INFO kablam! | Sep 04 02:33:07.989 INFO kablam! 46 | mut root: NODE, Sep 04 02:33:07.989 INFO kablam! | ^^^^^^^^ Sep 04 02:33:07.989 INFO kablam! | Sep 04 02:33:07.989 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 04 02:33:07.989 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.989 INFO kablam! Sep 04 02:33:07.989 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.989 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Sep 04 02:33:07.989 INFO kablam! | Sep 04 02:33:07.989 INFO kablam! 49 | mut f: F) Sep 04 02:33:07.989 INFO kablam! | ^^^^^ Sep 04 02:33:07.989 INFO kablam! | Sep 04 02:33:07.989 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 04 02:33:07.989 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.989 INFO kablam! Sep 04 02:33:07.989 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:33:07.989 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Sep 04 02:33:07.989 INFO kablam! | Sep 04 02:33:07.989 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Sep 04 02:33:07.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:33:07.990 INFO kablam! | Sep 04 02:33:07.990 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 02:33:07.990 INFO kablam! Sep 04 02:33:07.990 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:33:07.990 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Sep 04 02:33:07.990 INFO kablam! | Sep 04 02:33:07.990 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Sep 04 02:33:07.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:33:07.990 INFO kablam! Sep 04 02:33:07.990 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:33:07.990 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Sep 04 02:33:07.990 INFO kablam! | Sep 04 02:33:07.990 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Sep 04 02:33:07.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:33:07.990 INFO kablam! Sep 04 02:33:07.993 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.993 INFO kablam! --> src/vecext.rs:13:31 Sep 04 02:33:07.993 INFO kablam! | Sep 04 02:33:07.993 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Sep 04 02:33:07.994 INFO kablam! | ^^^^^ Sep 04 02:33:07.994 INFO kablam! | Sep 04 02:33:07.994 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 04 02:33:07.994 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.994 INFO kablam! Sep 04 02:33:07.994 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.994 INFO kablam! --> src/vecext.rs:19:35 Sep 04 02:33:07.994 INFO kablam! | Sep 04 02:33:07.994 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Sep 04 02:33:07.994 INFO kablam! | ^^^^^ Sep 04 02:33:07.994 INFO kablam! | Sep 04 02:33:07.994 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 04 02:33:07.994 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.994 INFO kablam! Sep 04 02:33:07.994 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.994 INFO kablam! --> src/vecext.rs:25:40 Sep 04 02:33:07.994 INFO kablam! | Sep 04 02:33:07.994 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Sep 04 02:33:07.994 INFO kablam! | ^^^^^ Sep 04 02:33:07.994 INFO kablam! | Sep 04 02:33:07.994 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 04 02:33:07.994 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.994 INFO kablam! Sep 04 02:33:07.995 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.995 INFO kablam! --> src/vecext.rs:31:53 Sep 04 02:33:07.995 INFO kablam! | Sep 04 02:33:07.995 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Sep 04 02:33:07.995 INFO kablam! | ^^^^^ Sep 04 02:33:07.995 INFO kablam! | Sep 04 02:33:07.995 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 04 02:33:07.995 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.995 INFO kablam! Sep 04 02:33:07.995 INFO kablam! warning: patterns aren't allowed in methods without bodies Sep 04 02:33:07.995 INFO kablam! --> src/vecext.rs:37:30 Sep 04 02:33:07.995 INFO kablam! | Sep 04 02:33:07.995 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Sep 04 02:33:07.995 INFO kablam! | ^^^^^ Sep 04 02:33:07.995 INFO kablam! | Sep 04 02:33:07.995 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 04 02:33:07.995 INFO kablam! = note: for more information, see issue #35203 Sep 04 02:33:07.995 INFO kablam! Sep 04 02:33:09.056 INFO kablam! warning: unused variable: `mbr` Sep 04 02:33:09.056 INFO kablam! --> src/tree/mbr/index/r.rs:48:53 Sep 04 02:33:09.056 INFO kablam! | Sep 04 02:33:09.056 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { Sep 04 02:33:09.056 INFO kablam! | ^^^ help: consider using `_mbr` instead Sep 04 02:33:09.056 INFO kablam! | Sep 04 02:33:09.056 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 02:33:09.056 INFO kablam! Sep 04 02:33:09.691 INFO kablam! warning: unused variable: `mbr` Sep 04 02:33:09.691 INFO kablam! --> src/tree/mbr/index/r.rs:48:53 Sep 04 02:33:09.691 INFO kablam! | Sep 04 02:33:09.691 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { Sep 04 02:33:09.691 INFO kablam! | ^^^ help: consider using `_mbr` instead Sep 04 02:33:09.691 INFO kablam! | Sep 04 02:33:09.691 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 02:33:09.691 INFO kablam! Sep 04 02:33:13.286 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.75s Sep 04 02:33:13.297 INFO kablam! su: No module specific data is present Sep 04 02:33:13.820 INFO running `"docker" "rm" "-f" "a82ad05d737e2b1523b3ac5aa760813c884494676e0b4815984d6c2544bb422b"` Sep 04 02:33:13.980 INFO blam! a82ad05d737e2b1523b3ac5aa760813c884494676e0b4815984d6c2544bb422b