Sep 19 20:51:18.997 INFO checking s2-0.0.6 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 20:51:18.997 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 20:51:18.997 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-4/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:51:19.245 INFO blam! 6f622909995f084dd614667374ea3d3d53c4f92485765bf5a6d02346de0908e0 Sep 19 20:51:19.247 INFO running `"docker" "start" "-a" "6f622909995f084dd614667374ea3d3d53c4f92485765bf5a6d02346de0908e0"` Sep 19 20:51:20.162 INFO kablam! usermod: no changes Sep 19 20:51:20.234 INFO kablam! Checking float_extras v0.1.6 Sep 19 20:51:20.234 INFO kablam! Checking cgmath v0.14.1 Sep 19 20:51:26.870 INFO kablam! Checking s2 v0.0.6 (/source) Sep 19 20:51:27.530 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:51:27.530 INFO kablam! --> src/s2/cellid.rs:728:11 Sep 19 20:51:27.530 INFO kablam! | Sep 19 20:51:27.531 INFO kablam! 728 | clamp(((MAX_SIZE as f64 * s).floor() as i32), 0, MAX_SIZE_I32 - 1) Sep 19 20:51:27.531 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:51:27.531 INFO kablam! | Sep 19 20:51:27.532 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 20:51:27.532 INFO kablam! Sep 19 20:51:27.532 INFO kablam! warning: doc comment not used by rustdoc Sep 19 20:51:27.532 INFO kablam! --> src/s2/cap.rs:317:9 Sep 19 20:51:27.533 INFO kablam! | Sep 19 20:51:27.533 INFO kablam! 317 | /// If the cap contains any cell vertex, return true. Sep 19 20:51:27.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:51:27.534 INFO kablam! | Sep 19 20:51:27.534 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 19 20:51:27.534 INFO kablam! Sep 19 20:51:28.318 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:51:28.319 INFO kablam! --> src/s2/cellid.rs:728:11 Sep 19 20:51:28.319 INFO kablam! | Sep 19 20:51:28.319 INFO kablam! 728 | clamp(((MAX_SIZE as f64 * s).floor() as i32), 0, MAX_SIZE_I32 - 1) Sep 19 20:51:28.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:51:28.320 INFO kablam! | Sep 19 20:51:28.321 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 20:51:28.321 INFO kablam! Sep 19 20:51:28.324 INFO kablam! warning: doc comment not used by rustdoc Sep 19 20:51:28.325 INFO kablam! --> src/s2/cap.rs:317:9 Sep 19 20:51:28.325 INFO kablam! | Sep 19 20:51:28.325 INFO kablam! 317 | /// If the cap contains any cell vertex, return true. Sep 19 20:51:28.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 20:51:28.326 INFO kablam! | Sep 19 20:51:28.327 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 19 20:51:28.327 INFO kablam! Sep 19 20:51:28.914 INFO kablam! warning: variable does not need to be mutable Sep 19 20:51:28.914 INFO kablam! --> src/s2/cellunion.rs:54:13 Sep 19 20:51:28.915 INFO kablam! | Sep 19 20:51:28.915 INFO kablam! 54 | let mut v = &mut self.0; Sep 19 20:51:28.915 INFO kablam! | ----^ Sep 19 20:51:28.916 INFO kablam! | | Sep 19 20:51:28.916 INFO kablam! | help: remove this `mut` Sep 19 20:51:28.916 INFO kablam! | Sep 19 20:51:28.917 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 20:51:28.917 INFO kablam! Sep 19 20:51:29.038 INFO kablam! warning: variable does not need to be mutable Sep 19 20:51:29.038 INFO kablam! --> src/s2/region.rs:518:21 Sep 19 20:51:29.039 INFO kablam! | Sep 19 20:51:29.039 INFO kablam! 518 | let mut v = &mut covering.0; Sep 19 20:51:29.039 INFO kablam! | ----^ Sep 19 20:51:29.039 INFO kablam! | | Sep 19 20:51:29.040 INFO kablam! | help: remove this `mut` Sep 19 20:51:29.040 INFO kablam! Sep 19 20:51:31.640 INFO kablam! warning: variable does not need to be mutable Sep 19 20:51:31.640 INFO kablam! --> src/s2/cellunion.rs:54:13 Sep 19 20:51:31.640 INFO kablam! | Sep 19 20:51:31.640 INFO kablam! 54 | let mut v = &mut self.0; Sep 19 20:51:31.640 INFO kablam! | ----^ Sep 19 20:51:31.640 INFO kablam! | | Sep 19 20:51:31.640 INFO kablam! | help: remove this `mut` Sep 19 20:51:31.640 INFO kablam! | Sep 19 20:51:31.640 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 19 20:51:31.640 INFO kablam! Sep 19 20:51:31.782 INFO kablam! warning: variable does not need to be mutable Sep 19 20:51:31.782 INFO kablam! --> src/s2/region.rs:518:21 Sep 19 20:51:31.782 INFO kablam! | Sep 19 20:51:31.782 INFO kablam! 518 | let mut v = &mut covering.0; Sep 19 20:51:31.782 INFO kablam! | ----^ Sep 19 20:51:31.782 INFO kablam! | | Sep 19 20:51:31.782 INFO kablam! | help: remove this `mut` Sep 19 20:51:31.782 INFO kablam! Sep 19 20:51:32.137 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.95s Sep 19 20:51:32.141 INFO kablam! su: No module specific data is present Sep 19 20:51:32.890 INFO running `"docker" "rm" "-f" "6f622909995f084dd614667374ea3d3d53c4f92485765bf5a6d02346de0908e0"` Sep 19 20:51:32.999 INFO blam! 6f622909995f084dd614667374ea3d3d53c4f92485765bf5a6d02346de0908e0