Sep 01 07:43:06.574 INFO checking s2-0.0.6 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 07:43:06.574 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 07:43:06.574 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 07:43:06.710 INFO blam! 08cf26cfb6630786e8d33713c5a7e6b1a8b8ccc8ed832674dfd90ff1f8dec4c7 Sep 01 07:43:06.712 INFO running `"docker" "start" "-a" "08cf26cfb6630786e8d33713c5a7e6b1a8b8ccc8ed832674dfd90ff1f8dec4c7"` Sep 01 07:43:07.248 INFO kablam! Checking float_extras v0.1.6 Sep 01 07:43:07.248 INFO kablam! Checking cgmath v0.14.1 Sep 01 07:43:14.015 INFO kablam! Checking s2 v0.0.6 (file:///source) Sep 01 07:43:14.689 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 07:43:14.689 INFO kablam! --> src/s2/cellid.rs:728:11 Sep 01 07:43:14.689 INFO kablam! | Sep 01 07:43:14.689 INFO kablam! 728 | clamp(((MAX_SIZE as f64 * s).floor() as i32), 0, MAX_SIZE_I32 - 1) Sep 01 07:43:14.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 07:43:14.689 INFO kablam! | Sep 01 07:43:14.690 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 07:43:14.690 INFO kablam! Sep 01 07:43:14.693 INFO kablam! warning: doc comment not used by rustdoc Sep 01 07:43:14.693 INFO kablam! --> src/s2/cap.rs:317:9 Sep 01 07:43:14.693 INFO kablam! | Sep 01 07:43:14.693 INFO kablam! 317 | /// If the cap contains any cell vertex, return true. Sep 01 07:43:14.693 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:43:14.693 INFO kablam! | Sep 01 07:43:14.693 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 01 07:43:14.693 INFO kablam! Sep 01 07:43:15.223 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 07:43:15.223 INFO kablam! --> src/s2/cellid.rs:728:11 Sep 01 07:43:15.223 INFO kablam! | Sep 01 07:43:15.223 INFO kablam! 728 | clamp(((MAX_SIZE as f64 * s).floor() as i32), 0, MAX_SIZE_I32 - 1) Sep 01 07:43:15.223 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 07:43:15.223 INFO kablam! | Sep 01 07:43:15.223 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 07:43:15.223 INFO kablam! Sep 01 07:43:15.233 INFO kablam! warning: doc comment not used by rustdoc Sep 01 07:43:15.233 INFO kablam! --> src/s2/cap.rs:317:9 Sep 01 07:43:15.233 INFO kablam! | Sep 01 07:43:15.233 INFO kablam! 317 | /// If the cap contains any cell vertex, return true. Sep 01 07:43:15.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 07:43:15.233 INFO kablam! | Sep 01 07:43:15.233 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 01 07:43:15.233 INFO kablam! Sep 01 07:43:16.078 INFO kablam! warning: variable does not need to be mutable Sep 01 07:43:16.078 INFO kablam! --> src/s2/cellunion.rs:54:13 Sep 01 07:43:16.078 INFO kablam! | Sep 01 07:43:16.078 INFO kablam! 54 | let mut v = &mut self.0; Sep 01 07:43:16.078 INFO kablam! | ----^ Sep 01 07:43:16.078 INFO kablam! | | Sep 01 07:43:16.078 INFO kablam! | help: remove this `mut` Sep 01 07:43:16.078 INFO kablam! | Sep 01 07:43:16.078 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 07:43:16.078 INFO kablam! Sep 01 07:43:16.212 INFO kablam! warning: variable does not need to be mutable Sep 01 07:43:16.212 INFO kablam! --> src/s2/region.rs:518:21 Sep 01 07:43:16.212 INFO kablam! | Sep 01 07:43:16.212 INFO kablam! 518 | let mut v = &mut covering.0; Sep 01 07:43:16.212 INFO kablam! | ----^ Sep 01 07:43:16.212 INFO kablam! | | Sep 01 07:43:16.212 INFO kablam! | help: remove this `mut` Sep 01 07:43:16.212 INFO kablam! Sep 01 07:43:19.108 INFO kablam! warning: variable does not need to be mutable Sep 01 07:43:19.109 INFO kablam! --> src/s2/cellunion.rs:54:13 Sep 01 07:43:19.109 INFO kablam! | Sep 01 07:43:19.109 INFO kablam! 54 | let mut v = &mut self.0; Sep 01 07:43:19.109 INFO kablam! | ----^ Sep 01 07:43:19.109 INFO kablam! | | Sep 01 07:43:19.109 INFO kablam! | help: remove this `mut` Sep 01 07:43:19.109 INFO kablam! | Sep 01 07:43:19.109 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 07:43:19.109 INFO kablam! Sep 01 07:43:19.261 INFO kablam! warning: variable does not need to be mutable Sep 01 07:43:19.261 INFO kablam! --> src/s2/region.rs:518:21 Sep 01 07:43:19.261 INFO kablam! | Sep 01 07:43:19.262 INFO kablam! 518 | let mut v = &mut covering.0; Sep 01 07:43:19.262 INFO kablam! | ----^ Sep 01 07:43:19.262 INFO kablam! | | Sep 01 07:43:19.262 INFO kablam! | help: remove this `mut` Sep 01 07:43:19.262 INFO kablam! Sep 01 07:43:19.494 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.27s Sep 01 07:43:19.499 INFO kablam! su: No module specific data is present Sep 01 07:43:19.999 INFO running `"docker" "rm" "-f" "08cf26cfb6630786e8d33713c5a7e6b1a8b8ccc8ed832674dfd90ff1f8dec4c7"` Sep 01 07:43:20.138 INFO blam! 08cf26cfb6630786e8d33713c5a7e6b1a8b8ccc8ed832674dfd90ff1f8dec4c7