Oct 27 15:23:37.037 INFO checking spatial-0.2.0-rc2 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 15:23:37.037 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 15:23:37.329 INFO blam! f0c532dfd40591a3479dde07acbe81588bf24b42e8421d8b360b16956d9266a6 Oct 27 15:23:37.335 INFO running `"docker" "start" "-a" "f0c532dfd40591a3479dde07acbe81588bf24b42e8421d8b360b16956d9266a6"` Oct 27 15:23:38.329 INFO kablam! usermod: no changes Oct 27 15:23:38.438 INFO kablam! Checking generic-array v0.3.2 Oct 27 15:23:38.438 INFO kablam! Checking ordered-float v0.2.3 Oct 27 15:23:39.611 INFO kablam! Checking spatial v0.2.0-rc2 (/source) Oct 27 15:23:41.559 INFO kablam! warning: unused `#[macro_use]` import Oct 27 15:23:41.559 INFO kablam! --> src/lib.rs:12:1 Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! 12 | #[macro_use] Oct 27 15:23:41.559 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:23:41.559 INFO kablam! Oct 27 15:23:41.559 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.559 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Oct 27 15:23:41.559 INFO kablam! | ^^^^^^^^ Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 27 15:23:41.559 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! Oct 27 15:23:41.559 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.559 INFO kablam! Oct 27 15:23:41.559 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.559 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! 46 | mut root: NODE, Oct 27 15:23:41.559 INFO kablam! | ^^^^^^^^ Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 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! Oct 27 15:23:41.559 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.559 INFO kablam! Oct 27 15:23:41.559 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.559 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! 49 | mut f: F) Oct 27 15:23:41.559 INFO kablam! | ^^^^^ Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 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! Oct 27 15:23:41.559 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.559 INFO kablam! Oct 27 15:23:41.559 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:41.559 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Oct 27 15:23:41.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 15:23:41.559 INFO kablam! Oct 27 15:23:41.559 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:41.559 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Oct 27 15:23:41.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:41.559 INFO kablam! Oct 27 15:23:41.559 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:41.559 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Oct 27 15:23:41.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:41.559 INFO kablam! Oct 27 15:23:41.559 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.559 INFO kablam! --> src/vecext.rs:13:31 Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Oct 27 15:23:41.559 INFO kablam! | ^^^^^ Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 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! Oct 27 15:23:41.559 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.559 INFO kablam! Oct 27 15:23:41.559 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.559 INFO kablam! --> src/vecext.rs:19:35 Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Oct 27 15:23:41.559 INFO kablam! | ^^^^^ Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 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! Oct 27 15:23:41.559 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.559 INFO kablam! Oct 27 15:23:41.559 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.559 INFO kablam! --> src/vecext.rs:25:40 Oct 27 15:23:41.559 INFO kablam! | Oct 27 15:23:41.559 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Oct 27 15:23:41.559 INFO kablam! | ^^^^^ Oct 27 15:23:41.560 INFO kablam! | Oct 27 15:23:41.560 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! Oct 27 15:23:41.560 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.560 INFO kablam! Oct 27 15:23:41.560 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.560 INFO kablam! --> src/vecext.rs:31:53 Oct 27 15:23:41.560 INFO kablam! | Oct 27 15:23:41.560 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Oct 27 15:23:41.560 INFO kablam! | ^^^^^ Oct 27 15:23:41.560 INFO kablam! | Oct 27 15:23:41.560 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! Oct 27 15:23:41.560 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.560 INFO kablam! Oct 27 15:23:41.560 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.560 INFO kablam! --> src/vecext.rs:37:30 Oct 27 15:23:41.560 INFO kablam! | Oct 27 15:23:41.560 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Oct 27 15:23:41.560 INFO kablam! | ^^^^^ Oct 27 15:23:41.560 INFO kablam! | Oct 27 15:23:41.560 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! Oct 27 15:23:41.560 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.560 INFO kablam! Oct 27 15:23:42.011 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.011 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Oct 27 15:23:42.011 INFO kablam! | ^^^^^^^^ Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 27 15:23:42.011 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! Oct 27 15:23:42.011 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.011 INFO kablam! Oct 27 15:23:42.011 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.011 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 INFO kablam! 46 | mut root: NODE, Oct 27 15:23:42.011 INFO kablam! | ^^^^^^^^ Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 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! Oct 27 15:23:42.011 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.011 INFO kablam! Oct 27 15:23:42.011 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.011 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 INFO kablam! 49 | mut f: F) Oct 27 15:23:42.011 INFO kablam! | ^^^^^ Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 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! Oct 27 15:23:42.011 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.011 INFO kablam! Oct 27 15:23:42.011 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:42.011 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Oct 27 15:23:42.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 15:23:42.011 INFO kablam! Oct 27 15:23:42.011 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:42.011 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Oct 27 15:23:42.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:42.011 INFO kablam! Oct 27 15:23:42.011 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:42.011 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Oct 27 15:23:42.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:42.011 INFO kablam! Oct 27 15:23:42.011 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.011 INFO kablam! --> src/vecext.rs:13:31 Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Oct 27 15:23:42.011 INFO kablam! | ^^^^^ Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 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! Oct 27 15:23:42.011 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.011 INFO kablam! Oct 27 15:23:42.011 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.011 INFO kablam! --> src/vecext.rs:19:35 Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.011 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Oct 27 15:23:42.011 INFO kablam! | ^^^^^ Oct 27 15:23:42.011 INFO kablam! | Oct 27 15:23:42.012 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! Oct 27 15:23:42.012 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.012 INFO kablam! Oct 27 15:23:42.012 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.012 INFO kablam! --> src/vecext.rs:25:40 Oct 27 15:23:42.012 INFO kablam! | Oct 27 15:23:42.012 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Oct 27 15:23:42.012 INFO kablam! | ^^^^^ Oct 27 15:23:42.012 INFO kablam! | Oct 27 15:23:42.012 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! Oct 27 15:23:42.012 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.012 INFO kablam! Oct 27 15:23:42.012 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.012 INFO kablam! --> src/vecext.rs:31:53 Oct 27 15:23:42.012 INFO kablam! | Oct 27 15:23:42.012 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Oct 27 15:23:42.012 INFO kablam! | ^^^^^ Oct 27 15:23:42.012 INFO kablam! | Oct 27 15:23:42.012 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! Oct 27 15:23:42.012 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.012 INFO kablam! Oct 27 15:23:42.012 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.012 INFO kablam! --> src/vecext.rs:37:30 Oct 27 15:23:42.012 INFO kablam! | Oct 27 15:23:42.012 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Oct 27 15:23:42.012 INFO kablam! | ^^^^^ Oct 27 15:23:42.012 INFO kablam! | Oct 27 15:23:42.012 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! Oct 27 15:23:42.012 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.012 INFO kablam! Oct 27 15:23:42.342 INFO kablam! warning: unused variable: `mbr` Oct 27 15:23:42.342 INFO kablam! --> src/tree/mbr/index/r.rs:48:53 Oct 27 15:23:42.342 INFO kablam! | Oct 27 15:23:42.342 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { Oct 27 15:23:42.342 INFO kablam! | ^^^ help: consider using `_mbr` instead Oct 27 15:23:42.342 INFO kablam! | Oct 27 15:23:42.342 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:23:42.342 INFO kablam! Oct 27 15:23:43.975 INFO kablam! warning: unused variable: `mbr` Oct 27 15:23:43.975 INFO kablam! --> src/tree/mbr/index/r.rs:48:53 Oct 27 15:23:43.976 INFO kablam! | Oct 27 15:23:43.976 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { Oct 27 15:23:43.977 INFO kablam! | ^^^ help: consider using `_mbr` instead Oct 27 15:23:43.999 INFO kablam! | Oct 27 15:23:44.000 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:23:44.000 INFO kablam! Oct 27 15:23:48.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.97s Oct 27 15:23:48.347 INFO kablam! su: No module specific data is present Oct 27 15:23:48.913 INFO running `"docker" "rm" "-f" "f0c532dfd40591a3479dde07acbe81588bf24b42e8421d8b360b16956d9266a6"` Oct 27 15:23:49.160 INFO blam! f0c532dfd40591a3479dde07acbe81588bf24b42e8421d8b360b16956d9266a6