Oct 21 23:27:14.597 INFO checking spatial-0.2.0-rc2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 23:27:14.598 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192/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 21 23:27:15.199 INFO blam! 3ea531c22d86dcb9db7efe3525487d06b872b5811d9f8f71f62177dc8fb28974 Oct 21 23:27:15.200 INFO running `"docker" "start" "-a" "3ea531c22d86dcb9db7efe3525487d06b872b5811d9f8f71f62177dc8fb28974"` Oct 21 23:27:16.256 INFO kablam! usermod: no changes Oct 21 23:27:16.393 INFO kablam! Checking generic-array v0.3.2 Oct 21 23:27:16.393 INFO kablam! Checking ordered-float v0.2.3 Oct 21 23:27:17.155 INFO kablam! Checking spatial v0.2.0-rc2 (/source) Oct 21 23:27:18.681 INFO kablam! warning: unused `#[macro_use]` import Oct 21 23:27:18.681 INFO kablam! --> src/lib.rs:12:1 Oct 21 23:27:18.682 INFO kablam! | Oct 21 23:27:18.682 INFO kablam! 12 | #[macro_use] Oct 21 23:27:18.682 INFO kablam! | ^^^^^^^^^^^^ Oct 21 23:27:18.683 INFO kablam! | Oct 21 23:27:18.683 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 23:27:18.683 INFO kablam! Oct 21 23:27:18.683 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.684 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Oct 21 23:27:18.684 INFO kablam! | Oct 21 23:27:18.684 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Oct 21 23:27:18.685 INFO kablam! | ^^^^^^^^ Oct 21 23:27:18.685 INFO kablam! | Oct 21 23:27:18.685 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 21 23:27:18.685 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 21 23:27:18.686 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.686 INFO kablam! Oct 21 23:27:18.686 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.686 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Oct 21 23:27:18.687 INFO kablam! | Oct 21 23:27:18.687 INFO kablam! 46 | mut root: NODE, Oct 21 23:27:18.687 INFO kablam! | ^^^^^^^^ Oct 21 23:27:18.688 INFO kablam! | Oct 21 23:27:18.688 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 21 23:27:18.688 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.688 INFO kablam! Oct 21 23:27:18.689 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.689 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Oct 21 23:27:18.689 INFO kablam! | Oct 21 23:27:18.689 INFO kablam! 49 | mut f: F) Oct 21 23:27:18.690 INFO kablam! | ^^^^^ Oct 21 23:27:18.690 INFO kablam! | Oct 21 23:27:18.690 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 21 23:27:18.690 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.691 INFO kablam! Oct 21 23:27:18.691 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:27:18.691 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Oct 21 23:27:18.692 INFO kablam! | Oct 21 23:27:18.692 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Oct 21 23:27:18.692 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:27:18.692 INFO kablam! | Oct 21 23:27:18.693 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:27:18.693 INFO kablam! Oct 21 23:27:18.693 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:27:18.693 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Oct 21 23:27:18.694 INFO kablam! | Oct 21 23:27:18.694 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Oct 21 23:27:18.694 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:27:18.694 INFO kablam! Oct 21 23:27:18.695 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:27:18.695 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Oct 21 23:27:18.695 INFO kablam! | Oct 21 23:27:18.695 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Oct 21 23:27:18.696 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:27:18.696 INFO kablam! Oct 21 23:27:18.696 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.696 INFO kablam! --> src/vecext.rs:13:31 Oct 21 23:27:18.697 INFO kablam! | Oct 21 23:27:18.697 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Oct 21 23:27:18.697 INFO kablam! | ^^^^^ Oct 21 23:27:18.698 INFO kablam! | Oct 21 23:27:18.698 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 21 23:27:18.698 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.698 INFO kablam! Oct 21 23:27:18.699 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.699 INFO kablam! --> src/vecext.rs:19:35 Oct 21 23:27:18.699 INFO kablam! | Oct 21 23:27:18.700 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Oct 21 23:27:18.700 INFO kablam! | ^^^^^ Oct 21 23:27:18.700 INFO kablam! | Oct 21 23:27:18.700 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 21 23:27:18.701 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.701 INFO kablam! Oct 21 23:27:18.701 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.701 INFO kablam! --> src/vecext.rs:25:40 Oct 21 23:27:18.702 INFO kablam! | Oct 21 23:27:18.702 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Oct 21 23:27:18.702 INFO kablam! | ^^^^^ Oct 21 23:27:18.702 INFO kablam! | Oct 21 23:27:18.703 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 21 23:27:18.703 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.703 INFO kablam! Oct 21 23:27:18.703 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.704 INFO kablam! --> src/vecext.rs:31:53 Oct 21 23:27:18.704 INFO kablam! | Oct 21 23:27:18.704 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Oct 21 23:27:18.704 INFO kablam! | ^^^^^ Oct 21 23:27:18.705 INFO kablam! | Oct 21 23:27:18.705 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 21 23:27:18.705 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.705 INFO kablam! Oct 21 23:27:18.706 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.706 INFO kablam! --> src/vecext.rs:37:30 Oct 21 23:27:18.706 INFO kablam! | Oct 21 23:27:18.706 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Oct 21 23:27:18.707 INFO kablam! | ^^^^^ Oct 21 23:27:18.707 INFO kablam! | Oct 21 23:27:18.707 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 21 23:27:18.707 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.708 INFO kablam! Oct 21 23:27:18.869 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.869 INFO kablam! --> src/tree/mbr/index/mod.rs:27:32 Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; Oct 21 23:27:18.869 INFO kablam! | ^^^^^^^^ Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! = note: #[warn(patterns_in_fns_without_body)] on by default Oct 21 23:27:18.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! Oct 21 23:27:18.869 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.869 INFO kablam! Oct 21 23:27:18.869 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.869 INFO kablam! --> src/tree/mbr/index/mod.rs:46:10 Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! 46 | mut root: NODE, Oct 21 23:27:18.869 INFO kablam! | ^^^^^^^^ Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.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! Oct 21 23:27:18.869 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.869 INFO kablam! Oct 21 23:27:18.869 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.869 INFO kablam! --> src/tree/mbr/index/mod.rs:49:10 Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! 49 | mut f: F) Oct 21 23:27:18.869 INFO kablam! | ^^^^^ Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.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! Oct 21 23:27:18.869 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.869 INFO kablam! Oct 21 23:27:18.869 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:27:18.869 INFO kablam! --> src/tree/mbr/leafgeometry.rs:82:58 Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); Oct 21 23:27:18.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 23:27:18.869 INFO kablam! Oct 21 23:27:18.869 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:27:18.869 INFO kablam! --> src/tree/mbr/leafgeometry.rs:134:66 Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); Oct 21 23:27:18.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:27:18.869 INFO kablam! Oct 21 23:27:18.869 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 23:27:18.869 INFO kablam! --> src/tree/mbr/leafgeometry.rs:186:32 Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) Oct 21 23:27:18.869 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 23:27:18.869 INFO kablam! Oct 21 23:27:18.869 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.869 INFO kablam! --> src/vecext.rs:13:31 Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! 13 | fn retain_part(&mut self, mut f: F) -> usize; Oct 21 23:27:18.869 INFO kablam! | ^^^^^ Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.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! Oct 21 23:27:18.869 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.869 INFO kablam! Oct 21 23:27:18.869 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.869 INFO kablam! --> src/vecext.rs:19:35 Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; Oct 21 23:27:18.869 INFO kablam! | ^^^^^ Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.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! Oct 21 23:27:18.869 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.869 INFO kablam! Oct 21 23:27:18.869 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.869 INFO kablam! --> src/vecext.rs:25:40 Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; Oct 21 23:27:18.869 INFO kablam! | ^^^^^ Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.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! Oct 21 23:27:18.869 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.869 INFO kablam! Oct 21 23:27:18.869 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.869 INFO kablam! --> src/vecext.rs:31:53 Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.869 INFO kablam! 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); Oct 21 23:27:18.869 INFO kablam! | ^^^^^ Oct 21 23:27:18.869 INFO kablam! | Oct 21 23:27:18.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! Oct 21 23:27:18.870 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.870 INFO kablam! Oct 21 23:27:18.870 INFO kablam! warning: patterns aren't allowed in methods without bodies Oct 21 23:27:18.870 INFO kablam! --> src/vecext.rs:37:30 Oct 21 23:27:18.870 INFO kablam! | Oct 21 23:27:18.870 INFO kablam! 37 | fn retain_mut(&mut self, mut f: F); Oct 21 23:27:18.870 INFO kablam! | ^^^^^ Oct 21 23:27:18.870 INFO kablam! | Oct 21 23:27:18.870 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 21 23:27:18.870 INFO kablam! = note: for more information, see issue #35203 Oct 21 23:27:18.870 INFO kablam! Oct 21 23:27:19.553 INFO kablam! warning: unused variable: `mbr` Oct 21 23:27:19.554 INFO kablam! --> src/tree/mbr/index/r.rs:48:53 Oct 21 23:27:19.554 INFO kablam! | Oct 21 23:27:19.554 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { Oct 21 23:27:19.554 INFO kablam! | ^^^ help: consider using `_mbr` instead Oct 21 23:27:19.560 INFO kablam! | Oct 21 23:27:19.560 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:27:19.560 INFO kablam! Oct 21 23:27:19.914 INFO kablam! warning: unused variable: `mbr` Oct 21 23:27:19.914 INFO kablam! --> src/tree/mbr/index/r.rs:48:53 Oct 21 23:27:19.914 INFO kablam! | Oct 21 23:27:19.915 INFO kablam! 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { Oct 21 23:27:19.915 INFO kablam! | ^^^ help: consider using `_mbr` instead Oct 21 23:27:19.915 INFO kablam! | Oct 21 23:27:19.915 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 23:27:19.915 INFO kablam! Oct 21 23:27:23.372 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.10s Oct 21 23:27:23.380 INFO kablam! su: No module specific data is present Oct 21 23:27:24.180 INFO running `"docker" "rm" "-f" "3ea531c22d86dcb9db7efe3525487d06b872b5811d9f8f71f62177dc8fb28974"` Oct 21 23:27:24.439 INFO blam! 3ea531c22d86dcb9db7efe3525487d06b872b5811d9f8f71f62177dc8fb28974