[INFO] crate spatial 0.2.0-rc2 is already in cache [INFO] extracting crate spatial 0.2.0-rc2 into work/ex/pr-57483/sources/master#2bde39b8edce6463e1c37f8a8082a875e7b536b1/reg/spatial/0.2.0-rc2 [INFO] extracting crate spatial 0.2.0-rc2 into work/ex/pr-57483/sources/try#0d8b5d1f16bab9e975695518ff8705bdab9fe94c/reg/spatial/0.2.0-rc2 [INFO] validating manifest of spatial-0.2.0-rc2 on toolchain master#2bde39b8edce6463e1c37f8a8082a875e7b536b1 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+2bde39b8edce6463e1c37f8a8082a875e7b536b1-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of spatial-0.2.0-rc2 on toolchain try#0d8b5d1f16bab9e975695518ff8705bdab9fe94c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0d8b5d1f16bab9e975695518ff8705bdab9fe94c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing spatial-0.2.0-rc2 [INFO] finished frobbing spatial-0.2.0-rc2 [INFO] frobbed toml for spatial-0.2.0-rc2 written to work/ex/pr-57483/sources/master#2bde39b8edce6463e1c37f8a8082a875e7b536b1/reg/spatial/0.2.0-rc2/Cargo.toml [INFO] started frobbing spatial-0.2.0-rc2 [INFO] finished frobbing spatial-0.2.0-rc2 [INFO] frobbed toml for spatial-0.2.0-rc2 written to work/ex/pr-57483/sources/try#0d8b5d1f16bab9e975695518ff8705bdab9fe94c/reg/spatial/0.2.0-rc2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+2bde39b8edce6463e1c37f8a8082a875e7b536b1-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0d8b5d1f16bab9e975695518ff8705bdab9fe94c-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+2bde39b8edce6463e1c37f8a8082a875e7b536b1-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0d8b5d1f16bab9e975695518ff8705bdab9fe94c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking spatial-0.2.0-rc2 against try#0d8b5d1f16bab9e975695518ff8705bdab9fe94c for pr-57483 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57483/worker-6/try#0d8b5d1f16bab9e975695518ff8705bdab9fe94c:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57483/sources/try#0d8b5d1f16bab9e975695518ff8705bdab9fe94c/reg/spatial/0.2.0-rc2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0d8b5d1f16bab9e975695518ff8705bdab9fe94c-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 8430bb7c2589b439a20fa93086061bc582e09bb495b72c236f032f743abfff3f [INFO] running `"docker" "start" "-a" "8430bb7c2589b439a20fa93086061bc582e09bb495b72c236f032f743abfff3f"` [INFO] [stderr] Checking generic-array v0.3.2 [INFO] [stderr] Checking ordered-float v0.2.3 [INFO] [stderr] Checking spatial v0.2.0-rc2 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/tree/mbr/index/mod.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(patterns_in_fns_without_body)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/tree/mbr/index/mod.rs:46:10 [INFO] [stderr] | [INFO] [stderr] 46 | mut root: NODE, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/tree/mbr/index/mod.rs:49:10 [INFO] [stderr] | [INFO] [stderr] 49 | mut f: F) [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:82:58 [INFO] [stderr] | [INFO] [stderr] 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:134:66 [INFO] [stderr] | [INFO] [stderr] 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:186:32 [INFO] [stderr] | [INFO] [stderr] 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/vecext.rs:13:31 [INFO] [stderr] | [INFO] [stderr] 13 | fn retain_part(&mut self, mut f: F) -> usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/vecext.rs:19:35 [INFO] [stderr] | [INFO] [stderr] 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/vecext.rs:25:40 [INFO] [stderr] | [INFO] [stderr] 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/vecext.rs:31:53 [INFO] [stderr] | [INFO] [stderr] 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/vecext.rs:37:30 [INFO] [stderr] | [INFO] [stderr] 37 | fn retain_mut(&mut self, mut f: F); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/tree/mbr/index/mod.rs:27:32 [INFO] [stderr] | [INFO] [stderr] 27 | fn insert_into_root(&self, mut root: NODE, leaf: MbrLeaf) -> NODE; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(patterns_in_fns_without_body)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/tree/mbr/index/mod.rs:46:10 [INFO] [stderr] | [INFO] [stderr] 46 | mut root: NODE, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/tree/mbr/index/mod.rs:49:10 [INFO] [stderr] | [INFO] [stderr] 49 | mut f: F) [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:82:58 [INFO] [stderr] | [INFO] [stderr] 82 | |distance, (&(x, y), &z)| distance + pow((((x + y)/two) - z), 2)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:134:66 [INFO] [stderr] | [INFO] [stderr] 134 | |distance, (&(x1, y1), &x2, &y2)| distance + pow(((x1 + y1)/two - (x2 + y2)/two), 2)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/tree/mbr/leafgeometry.rs:186:32 [INFO] [stderr] | [INFO] [stderr] 186 | distance + pow(((x1 + y1) / two - (x2 + y2) / two), 2) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/vecext.rs:13:31 [INFO] [stderr] | [INFO] [stderr] 13 | fn retain_part(&mut self, mut f: F) -> usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/vecext.rs:19:35 [INFO] [stderr] | [INFO] [stderr] 19 | fn retain_mut_part(&mut self, mut f: F) -> usize; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/vecext.rs:25:40 [INFO] [stderr] | [INFO] [stderr] 25 | fn retain_and_split_off(&mut self, mut f: F) -> Option>; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/vecext.rs:31:53 [INFO] [stderr] | [INFO] [stderr] 31 | fn retain_and_append(&mut self, m: &mut Vec, mut f: F); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: patterns aren't allowed in methods without bodies [INFO] [stderr] --> src/vecext.rs:37:30 [INFO] [stderr] | [INFO] [stderr] 37 | fn retain_mut(&mut self, mut f: F); [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #35203 [INFO] [stderr] [INFO] [stderr] warning: unused variable: `mbr` [INFO] [stderr] --> src/tree/mbr/index/r.rs:48:53 [INFO] [stderr] | [INFO] [stderr] 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { [INFO] [stderr] | ^^^ help: consider using `_mbr` instead [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `mbr` [INFO] [stderr] --> src/tree/mbr/index/r.rs:48:53 [INFO] [stderr] | [INFO] [stderr] 48 | fn pick_seed>(&self, mbr: &Rect, children: &Vec) -> (usize, usize) { [INFO] [stderr] | ^^^ help: consider using `_mbr` instead [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] error[E0554]: #![feature] may not be used on the beta release channel [INFO] [stderr] --> benches/rtree.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `spatial`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: #![feature] may not be used on the beta release channel [INFO] [stderr] --> benches/rstar.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(test)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `spatial`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "8430bb7c2589b439a20fa93086061bc582e09bb495b72c236f032f743abfff3f"` [INFO] running `"docker" "rm" "-f" "8430bb7c2589b439a20fa93086061bc582e09bb495b72c236f032f743abfff3f"` [INFO] [stdout] 8430bb7c2589b439a20fa93086061bc582e09bb495b72c236f032f743abfff3f