Oct 27 15:23:37.304 INFO checking spatial-0.2.0-rc2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 15:23:37.304 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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.631 INFO blam! 2b2e1b61ad109fd60922ee45ce3f02dc04fd1655f2f9ba4f58217e5e95d7c0ba Oct 27 15:23:37.639 INFO running `"docker" "start" "-a" "2b2e1b61ad109fd60922ee45ce3f02dc04fd1655f2f9ba4f58217e5e95d7c0ba"` Oct 27 15:23:38.413 INFO kablam! usermod: no changes Oct 27 15:23:38.515 INFO kablam! Checking generic-array v0.3.2 Oct 27 15:23:38.515 INFO kablam! Checking ordered-float v0.2.3 Oct 27 15:23:39.891 INFO kablam! Checking spatial v0.2.0-rc2 (/source) Oct 27 15:23:41.854 INFO kablam! warning: unused `#[macro_use]` import Oct 27 15:23:41.854 INFO kablam! --> src/lib.rs:12:1 Oct 27 15:23:41.854 INFO kablam! | Oct 27 15:23:41.854 INFO kablam! 12 | #[macro_use] Oct 27 15:23:41.854 INFO kablam! | ^^^^^^^^^^^^ Oct 27 15:23:41.854 INFO kablam! | Oct 27 15:23:41.854 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 15:23:41.854 INFO kablam! Oct 27 15:23:41.854 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.854 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Oct 27 15:23:41.854 INFO kablam! | Oct 27 15:23:41.854 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Oct 27 15:23:41.854 INFO kablam! | ^^^^^^^^ Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 27 15:23:41.855 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.855 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.855 INFO kablam! Oct 27 15:23:41.855 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.855 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! 46 | mut root: NODE, Oct 27 15:23:41.855 INFO kablam! | ^^^^^^^^ Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 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.855 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.855 INFO kablam! Oct 27 15:23:41.855 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.855 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! 49 | mut f: F) Oct 27 15:23:41.855 INFO kablam! | ^^^^^ Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 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.855 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.855 INFO kablam! Oct 27 15:23:41.855 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:41.855 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Oct 27 15:23:41.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 15:23:41.855 INFO kablam! Oct 27 15:23:41.855 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:41.855 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Oct 27 15:23:41.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:41.855 INFO kablam! Oct 27 15:23:41.855 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:41.855 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Oct 27 15:23:41.855 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:41.855 INFO kablam! Oct 27 15:23:41.855 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.855 INFO kablam! --> src/vecext.rs:13:31 Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Oct 27 15:23:41.855 INFO kablam! | ^^^^^ Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 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.855 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.855 INFO kablam! Oct 27 15:23:41.855 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.855 INFO kablam! --> src/vecext.rs:19:35 Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Oct 27 15:23:41.855 INFO kablam! | ^^^^^ Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 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.855 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.855 INFO kablam! Oct 27 15:23:41.855 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.855 INFO kablam! --> src/vecext.rs:25:40 Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Oct 27 15:23:41.855 INFO kablam! | ^^^^^ Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 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.855 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.855 INFO kablam! Oct 27 15:23:41.855 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.855 INFO kablam! --> src/vecext.rs:31:53 Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Oct 27 15:23:41.855 INFO kablam! | ^^^^^ Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 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.855 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.855 INFO kablam! Oct 27 15:23:41.855 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:41.855 INFO kablam! --> src/vecext.rs:37:30 Oct 27 15:23:41.855 INFO kablam! | Oct 27 15:23:41.855 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Oct 27 15:23:41.855 INFO kablam! | ^^^^^ Oct 27 15:23:41.856 INFO kablam! | Oct 27 15:23:41.856 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.856 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:41.856 INFO kablam! Oct 27 15:23:42.331 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.331 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Oct 27 15:23:42.331 INFO kablam! | Oct 27 15:23:42.331 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Oct 27 15:23:42.331 INFO kablam! | ^^^^^^^^ Oct 27 15:23:42.331 INFO kablam! | Oct 27 15:23:42.331 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 27 15:23:42.331 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.331 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.331 INFO kablam! Oct 27 15:23:42.331 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.331 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Oct 27 15:23:42.331 INFO kablam! | Oct 27 15:23:42.331 INFO kablam! 46 | mut root: NODE, Oct 27 15:23:42.331 INFO kablam! | ^^^^^^^^ Oct 27 15:23:42.331 INFO kablam! | Oct 27 15:23:42.331 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.331 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.331 INFO kablam! Oct 27 15:23:42.331 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.331 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Oct 27 15:23:42.331 INFO kablam! | Oct 27 15:23:42.331 INFO kablam! 49 | mut f: F) Oct 27 15:23:42.331 INFO kablam! | ^^^^^ Oct 27 15:23:42.331 INFO kablam! | Oct 27 15:23:42.331 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.331 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.331 INFO kablam! Oct 27 15:23:42.331 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:42.331 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Oct 27 15:23:42.331 INFO kablam! | Oct 27 15:23:42.331 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Oct 27 15:23:42.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:42.331 INFO kablam! | Oct 27 15:23:42.331 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 15:23:42.331 INFO kablam! Oct 27 15:23:42.331 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:42.331 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Oct 27 15:23:42.331 INFO kablam! | Oct 27 15:23:42.331 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Oct 27 15:23:42.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:42.331 INFO kablam! Oct 27 15:23:42.331 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 15:23:42.331 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Oct 27 15:23:42.331 INFO kablam! | Oct 27 15:23:42.331 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Oct 27 15:23:42.331 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 15:23:42.331 INFO kablam! Oct 27 15:23:42.341 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.341 INFO kablam! --> src/vecext.rs:13:31 Oct 27 15:23:42.341 INFO kablam! | Oct 27 15:23:42.341 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Oct 27 15:23:42.341 INFO kablam! | ^^^^^ Oct 27 15:23:42.341 INFO kablam! | Oct 27 15:23:42.341 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.341 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.341 INFO kablam! Oct 27 15:23:42.341 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.341 INFO kablam! --> src/vecext.rs:19:35 Oct 27 15:23:42.341 INFO kablam! | Oct 27 15:23:42.341 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Oct 27 15:23:42.341 INFO kablam! | ^^^^^ Oct 27 15:23:42.341 INFO kablam! | Oct 27 15:23:42.341 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.341 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.341 INFO kablam! Oct 27 15:23:42.341 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.341 INFO kablam! --> src/vecext.rs:25:40 Oct 27 15:23:42.341 INFO kablam! | Oct 27 15:23:42.341 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Oct 27 15:23:42.341 INFO kablam! | ^^^^^ Oct 27 15:23:42.341 INFO kablam! | Oct 27 15:23:42.341 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.341 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.341 INFO kablam! Oct 27 15:23:42.341 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.341 INFO kablam! --> src/vecext.rs:31:53 Oct 27 15:23:42.341 INFO kablam! | Oct 27 15:23:42.341 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Oct 27 15:23:42.341 INFO kablam! | ^^^^^ Oct 27 15:23:42.341 INFO kablam! | Oct 27 15:23:42.341 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.341 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.341 INFO kablam! Oct 27 15:23:42.341 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 27 15:23:42.341 INFO kablam! --> src/vecext.rs:37:30 Oct 27 15:23:42.341 INFO kablam! | Oct 27 15:23:42.341 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Oct 27 15:23:42.341 INFO kablam! | ^^^^^ Oct 27 15:23:42.341 INFO kablam! | Oct 27 15:23:42.341 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.341 INFO kablam! = note: for more information, see issue #35203 Oct 27 15:23:42.341 INFO kablam! Oct 27 15:23:43.031 INFO kablam! warning: unused variable: `mbr` Oct 27 15:23:43.031 INFO kablam! --> src/tree/mbr/index/r.rs:48:53 Oct 27 15:23:43.031 INFO kablam! | Oct 27 15:23:43.031 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { Oct 27 15:23:43.031 INFO kablam! | ^^^ help: consider using `_mbr` instead Oct 27 15:23:43.031 INFO kablam! | Oct 27 15:23:43.031 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:23:43.031 INFO kablam! Oct 27 15:23:43.363 INFO kablam! warning: unused variable: `mbr` Oct 27 15:23:43.363 INFO kablam! --> src/tree/mbr/index/r.rs:48:53 Oct 27 15:23:43.363 INFO kablam! | Oct 27 15:23:43.363 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { Oct 27 15:23:43.363 INFO kablam! | ^^^ help: consider using `_mbr` instead Oct 27 15:23:43.363 INFO kablam! | Oct 27 15:23:43.363 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 15:23:43.363 INFO kablam! Oct 27 15:23:48.651 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.20s Oct 27 15:23:48.656 INFO kablam! su: No module specific data is present Oct 27 15:23:49.413 INFO running `"docker" "rm" "-f" "2b2e1b61ad109fd60922ee45ce3f02dc04fd1655f2f9ba4f58217e5e95d7c0ba"` Oct 27 15:23:49.683 INFO blam! 2b2e1b61ad109fd60922ee45ce3f02dc04fd1655f2f9ba4f58217e5e95d7c0ba