Sep 04 04:22:24.539 INFO checking s2-0.0.6 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 04:22:24.539 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 04:22:24.539 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 04:22:24.703 INFO blam! 1c684304766303824efa39add03c2147e95837aa5cccadab712c0ab97edd6d80 Sep 04 04:22:24.705 INFO running `"docker" "start" "-a" "1c684304766303824efa39add03c2147e95837aa5cccadab712c0ab97edd6d80"` Sep 04 04:22:25.476 INFO kablam! Checking float_extras v0.1.6 Sep 04 04:22:25.476 INFO kablam! Checking cgmath v0.14.1 Sep 04 04:22:32.624 INFO kablam! Checking s2 v0.0.6 (file:///source) Sep 04 04:22:33.497 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:22:33.497 INFO kablam! --> src/s2/cellid.rs:728:11 Sep 04 04:22:33.497 INFO kablam! | Sep 04 04:22:33.497 INFO kablam! 728 | clamp(((MAX_SIZE as f64 * s).floor() as i32), 0, MAX_SIZE_I32 - 1) Sep 04 04:22:33.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 04:22:33.497 INFO kablam! | Sep 04 04:22:33.497 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 04:22:33.498 INFO kablam! Sep 04 04:22:33.500 INFO kablam! warning: doc comment not used by rustdoc Sep 04 04:22:33.500 INFO kablam! --> src/s2/cap.rs:317:9 Sep 04 04:22:33.500 INFO kablam! | Sep 04 04:22:33.501 INFO kablam! 317 | /// If the cap contains any cell vertex, return true. Sep 04 04:22:33.501 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:22:33.501 INFO kablam! | Sep 04 04:22:33.501 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 04 04:22:33.501 INFO kablam! Sep 04 04:22:33.634 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:22:33.634 INFO kablam! --> src/s2/cellid.rs:728:11 Sep 04 04:22:33.634 INFO kablam! | Sep 04 04:22:33.635 INFO kablam! 728 | clamp(((MAX_SIZE as f64 * s).floor() as i32), 0, MAX_SIZE_I32 - 1) Sep 04 04:22:33.635 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 04:22:33.635 INFO kablam! | Sep 04 04:22:33.635 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 04:22:33.635 INFO kablam! Sep 04 04:22:33.651 INFO kablam! warning: doc comment not used by rustdoc Sep 04 04:22:33.651 INFO kablam! --> src/s2/cap.rs:317:9 Sep 04 04:22:33.651 INFO kablam! | Sep 04 04:22:33.651 INFO kablam! 317 | /// If the cap contains any cell vertex, return true. Sep 04 04:22:33.651 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:22:33.651 INFO kablam! | Sep 04 04:22:33.651 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 04 04:22:33.651 INFO kablam! Sep 04 04:22:35.564 INFO kablam! warning: variable does not need to be mutable Sep 04 04:22:35.564 INFO kablam! --> src/s2/cellunion.rs:54:13 Sep 04 04:22:35.564 INFO kablam! | Sep 04 04:22:35.564 INFO kablam! 54 | let mut v = &mut self.0; Sep 04 04:22:35.565 INFO kablam! | ----^ Sep 04 04:22:35.565 INFO kablam! | | Sep 04 04:22:35.565 INFO kablam! | help: remove this `mut` Sep 04 04:22:35.565 INFO kablam! | Sep 04 04:22:35.565 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:22:35.565 INFO kablam! Sep 04 04:22:35.729 INFO kablam! warning: variable does not need to be mutable Sep 04 04:22:35.729 INFO kablam! --> src/s2/region.rs:518:21 Sep 04 04:22:35.729 INFO kablam! | Sep 04 04:22:35.729 INFO kablam! 518 | let mut v = &mut covering.0; Sep 04 04:22:35.729 INFO kablam! | ----^ Sep 04 04:22:35.729 INFO kablam! | | Sep 04 04:22:35.730 INFO kablam! | help: remove this `mut` Sep 04 04:22:35.730 INFO kablam! Sep 04 04:22:38.315 INFO kablam! warning: variable does not need to be mutable Sep 04 04:22:38.315 INFO kablam! --> src/s2/cellunion.rs:54:13 Sep 04 04:22:38.315 INFO kablam! | Sep 04 04:22:38.315 INFO kablam! 54 | let mut v = &mut self.0; Sep 04 04:22:38.315 INFO kablam! | ----^ Sep 04 04:22:38.315 INFO kablam! | | Sep 04 04:22:38.315 INFO kablam! | help: remove this `mut` Sep 04 04:22:38.315 INFO kablam! | Sep 04 04:22:38.315 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:22:38.315 INFO kablam! Sep 04 04:22:38.476 INFO kablam! warning: variable does not need to be mutable Sep 04 04:22:38.476 INFO kablam! --> src/s2/region.rs:518:21 Sep 04 04:22:38.476 INFO kablam! | Sep 04 04:22:38.477 INFO kablam! 518 | let mut v = &mut covering.0; Sep 04 04:22:38.477 INFO kablam! | ----^ Sep 04 04:22:38.477 INFO kablam! | | Sep 04 04:22:38.477 INFO kablam! | help: remove this `mut` Sep 04 04:22:38.477 INFO kablam! Sep 04 04:22:38.722 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.28s Sep 04 04:22:38.740 INFO kablam! su: No module specific data is present Sep 04 04:22:39.162 INFO running `"docker" "rm" "-f" "1c684304766303824efa39add03c2147e95837aa5cccadab712c0ab97edd6d80"` Sep 04 04:22:39.277 INFO blam! 1c684304766303824efa39add03c2147e95837aa5cccadab712c0ab97edd6d80