Oct 13 08:11:12.624 INFO checking spatial-0.2.0-rc2 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 08:11:12.624 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 08:11:12.800 INFO blam! 675ad215b057dce78a9ccb2962f1ac19868c71f2ab70a748ee9d904c2f3e89b7 Oct 13 08:11:12.812 INFO running `"docker" "start" "-a" "675ad215b057dce78a9ccb2962f1ac19868c71f2ab70a748ee9d904c2f3e89b7"` Oct 13 08:11:13.472 INFO kablam! usermod: no changes Oct 13 08:11:13.556 INFO kablam! Checking generic-array v0.3.2 Oct 13 08:11:13.556 INFO kablam! Checking ordered-float v0.2.3 Oct 13 08:11:14.368 INFO kablam! Checking spatial v0.2.0-rc2 (/source) Oct 13 08:11:15.888 INFO kablam! warning: unused `#[macro_use]` import Oct 13 08:11:15.888 INFO kablam! --> src/lib.rs:12:1 Oct 13 08:11:15.888 INFO kablam! | Oct 13 08:11:15.888 INFO kablam! 12 | #[macro_use] Oct 13 08:11:15.888 INFO kablam! | ^^^^^^^^^^^^ Oct 13 08:11:15.888 INFO kablam! | Oct 13 08:11:15.888 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 08:11:15.888 INFO kablam! Oct 13 08:11:15.888 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.888 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Oct 13 08:11:15.888 INFO kablam! | Oct 13 08:11:15.888 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Oct 13 08:11:15.888 INFO kablam! | ^^^^^^^^ Oct 13 08:11:15.888 INFO kablam! | Oct 13 08:11:15.888 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 13 08:11:15.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! Oct 13 08:11:15.888 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.888 INFO kablam! Oct 13 08:11:15.888 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.888 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Oct 13 08:11:15.888 INFO kablam! | Oct 13 08:11:15.888 INFO kablam! 46 | mut root: NODE, Oct 13 08:11:15.888 INFO kablam! | ^^^^^^^^ Oct 13 08:11:15.888 INFO kablam! | Oct 13 08:11:15.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! Oct 13 08:11:15.888 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.888 INFO kablam! Oct 13 08:11:15.888 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.888 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Oct 13 08:11:15.888 INFO kablam! | Oct 13 08:11:15.888 INFO kablam! 49 | mut f: F) Oct 13 08:11:15.888 INFO kablam! | ^^^^^ Oct 13 08:11:15.888 INFO kablam! | Oct 13 08:11:15.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! Oct 13 08:11:15.888 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.888 INFO kablam! Oct 13 08:11:15.888 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 08:11:15.888 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Oct 13 08:11:15.888 INFO kablam! | Oct 13 08:11:15.888 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Oct 13 08:11:15.888 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 08:11:15.888 INFO kablam! | Oct 13 08:11:15.888 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 08:11:15.889 INFO kablam! Oct 13 08:11:15.889 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 08:11:15.889 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Oct 13 08:11:15.889 INFO kablam! | Oct 13 08:11:15.889 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Oct 13 08:11:15.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 08:11:15.889 INFO kablam! Oct 13 08:11:15.889 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 08:11:15.889 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Oct 13 08:11:15.889 INFO kablam! | Oct 13 08:11:15.889 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Oct 13 08:11:15.889 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 08:11:15.889 INFO kablam! Oct 13 08:11:15.896 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.896 INFO kablam! --> src/vecext.rs:13:31 Oct 13 08:11:15.896 INFO kablam! | Oct 13 08:11:15.896 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Oct 13 08:11:15.896 INFO kablam! | ^^^^^ Oct 13 08:11:15.896 INFO kablam! | Oct 13 08:11:15.896 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 13 08:11:15.896 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.896 INFO kablam! Oct 13 08:11:15.896 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.896 INFO kablam! --> src/vecext.rs:19:35 Oct 13 08:11:15.896 INFO kablam! | Oct 13 08:11:15.896 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Oct 13 08:11:15.896 INFO kablam! | ^^^^^ Oct 13 08:11:15.896 INFO kablam! | Oct 13 08:11:15.896 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 13 08:11:15.896 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.896 INFO kablam! Oct 13 08:11:15.896 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.896 INFO kablam! --> src/vecext.rs:25:40 Oct 13 08:11:15.896 INFO kablam! | Oct 13 08:11:15.896 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Oct 13 08:11:15.896 INFO kablam! | ^^^^^ Oct 13 08:11:15.896 INFO kablam! | Oct 13 08:11:15.896 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 13 08:11:15.896 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.896 INFO kablam! Oct 13 08:11:15.896 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.896 INFO kablam! --> src/vecext.rs:31:53 Oct 13 08:11:15.896 INFO kablam! | Oct 13 08:11:15.896 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Oct 13 08:11:15.896 INFO kablam! | ^^^^^ Oct 13 08:11:15.896 INFO kablam! | Oct 13 08:11:15.896 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 13 08:11:15.896 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.896 INFO kablam! Oct 13 08:11:15.896 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.896 INFO kablam! --> src/vecext.rs:37:30 Oct 13 08:11:15.896 INFO kablam! | Oct 13 08:11:15.896 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Oct 13 08:11:15.896 INFO kablam! | ^^^^^ Oct 13 08:11:15.896 INFO kablam! | Oct 13 08:11:15.896 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 13 08:11:15.896 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.896 INFO kablam! Oct 13 08:11:15.957 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.957 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Oct 13 08:11:15.957 INFO kablam! | Oct 13 08:11:15.957 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Oct 13 08:11:15.957 INFO kablam! | ^^^^^^^^ Oct 13 08:11:15.958 INFO kablam! | Oct 13 08:11:15.958 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 13 08:11:15.958 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 13 08:11:15.958 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.958 INFO kablam! Oct 13 08:11:15.958 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.958 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Oct 13 08:11:15.959 INFO kablam! | Oct 13 08:11:15.959 INFO kablam! 46 | mut root: NODE, Oct 13 08:11:15.959 INFO kablam! | ^^^^^^^^ Oct 13 08:11:15.959 INFO kablam! | Oct 13 08:11:15.959 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 13 08:11:15.959 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.959 INFO kablam! Oct 13 08:11:15.959 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.960 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Oct 13 08:11:15.960 INFO kablam! | Oct 13 08:11:15.960 INFO kablam! 49 | mut f: F) Oct 13 08:11:15.960 INFO kablam! | ^^^^^ Oct 13 08:11:15.960 INFO kablam! | Oct 13 08:11:15.960 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 13 08:11:15.960 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.960 INFO kablam! Oct 13 08:11:15.960 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 08:11:15.960 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Oct 13 08:11:15.960 INFO kablam! | Oct 13 08:11:15.960 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Oct 13 08:11:15.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 08:11:15.960 INFO kablam! | Oct 13 08:11:15.960 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 08:11:15.960 INFO kablam! Oct 13 08:11:15.960 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 08:11:15.960 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Oct 13 08:11:15.960 INFO kablam! | Oct 13 08:11:15.960 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Oct 13 08:11:15.960 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 08:11:15.960 INFO kablam! Oct 13 08:11:15.962 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 08:11:15.962 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Oct 13 08:11:15.963 INFO kablam! | Oct 13 08:11:15.963 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Oct 13 08:11:15.963 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 08:11:15.963 INFO kablam! Oct 13 08:11:15.963 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.963 INFO kablam! --> src/vecext.rs:13:31 Oct 13 08:11:15.963 INFO kablam! | Oct 13 08:11:15.964 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Oct 13 08:11:15.964 INFO kablam! | ^^^^^ Oct 13 08:11:15.964 INFO kablam! | Oct 13 08:11:15.964 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 13 08:11:15.964 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.964 INFO kablam! Oct 13 08:11:15.964 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.965 INFO kablam! --> src/vecext.rs:19:35 Oct 13 08:11:15.965 INFO kablam! | Oct 13 08:11:15.965 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Oct 13 08:11:15.965 INFO kablam! | ^^^^^ Oct 13 08:11:15.965 INFO kablam! | Oct 13 08:11:15.965 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 13 08:11:15.965 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.966 INFO kablam! Oct 13 08:11:15.966 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.966 INFO kablam! --> src/vecext.rs:25:40 Oct 13 08:11:15.966 INFO kablam! | Oct 13 08:11:15.966 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Oct 13 08:11:15.966 INFO kablam! | ^^^^^ Oct 13 08:11:15.966 INFO kablam! | Oct 13 08:11:15.967 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 13 08:11:15.967 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.967 INFO kablam! Oct 13 08:11:15.967 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.967 INFO kablam! --> src/vecext.rs:31:53 Oct 13 08:11:15.967 INFO kablam! | Oct 13 08:11:15.967 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Oct 13 08:11:15.968 INFO kablam! | ^^^^^ Oct 13 08:11:15.968 INFO kablam! | Oct 13 08:11:15.968 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 13 08:11:15.968 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.968 INFO kablam! Oct 13 08:11:15.968 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 13 08:11:15.968 INFO kablam! --> src/vecext.rs:37:30 Oct 13 08:11:15.969 INFO kablam! | Oct 13 08:11:15.969 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Oct 13 08:11:15.969 INFO kablam! | ^^^^^ Oct 13 08:11:15.969 INFO kablam! | Oct 13 08:11:15.969 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 13 08:11:15.969 INFO kablam! = note: for more information, see issue #35203 Oct 13 08:11:15.969 INFO kablam! Oct 13 08:11:16.696 INFO kablam! warning: unused variable: `mbr` Oct 13 08:11:16.696 INFO kablam! --> src/tree/mbr/index/r.rs:48:53 Oct 13 08:11:16.696 INFO kablam! | Oct 13 08:11:16.696 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { Oct 13 08:11:16.696 INFO kablam! | ^^^ help: consider using `_mbr` instead Oct 13 08:11:16.696 INFO kablam! | Oct 13 08:11:16.696 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 08:11:16.696 INFO kablam! Oct 13 08:11:16.880 INFO kablam! warning: unused variable: `mbr` Oct 13 08:11:16.880 INFO kablam! --> src/tree/mbr/index/r.rs:48:53 Oct 13 08:11:16.880 INFO kablam! | Oct 13 08:11:16.880 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { Oct 13 08:11:16.880 INFO kablam! | ^^^ help: consider using `_mbr` instead Oct 13 08:11:16.880 INFO kablam! | Oct 13 08:11:16.880 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 08:11:16.880 INFO kablam! Oct 13 08:11:20.948 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.45s Oct 13 08:11:20.953 INFO kablam! su: No module specific data is present Oct 13 08:11:21.440 INFO running `"docker" "rm" "-f" "675ad215b057dce78a9ccb2962f1ac19868c71f2ab70a748ee9d904c2f3e89b7"` Oct 13 08:11:21.585 INFO blam! 675ad215b057dce78a9ccb2962f1ac19868c71f2ab70a748ee9d904c2f3e89b7