Sep 14 09:43:31.450 INFO checking s2-0.0.6 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 09:43:31.450 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 09:43:31.451 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 09:43:31.941 INFO blam! 32d397638114e7f7dd3596f12caadcb178e796346bc9dc024962bada27ca9cf3 Sep 14 09:43:31.943 INFO running `"docker" "start" "-a" "32d397638114e7f7dd3596f12caadcb178e796346bc9dc024962bada27ca9cf3"` Sep 14 09:43:33.879 INFO kablam! usermod: no changes Sep 14 09:43:34.025 INFO kablam! Checking float_extras v0.1.6 Sep 14 09:43:34.393 INFO kablam! Checking s2 v0.0.6 (file:///source) Sep 14 09:43:35.360 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 09:43:35.360 INFO kablam! --> src/s2/cellid.rs:728:11 Sep 14 09:43:35.360 INFO kablam! | Sep 14 09:43:35.360 INFO kablam! 728 | clamp(((MAX_SIZE as f64 * s).floor() as i32), 0, MAX_SIZE_I32 - 1) Sep 14 09:43:35.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 09:43:35.360 INFO kablam! | Sep 14 09:43:35.360 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 09:43:35.360 INFO kablam! Sep 14 09:43:35.360 INFO kablam! warning: doc comment not used by rustdoc Sep 14 09:43:35.360 INFO kablam! --> src/s2/cap.rs:317:9 Sep 14 09:43:35.360 INFO kablam! | Sep 14 09:43:35.360 INFO kablam! 317 | /// If the cap contains any cell vertex, return true. Sep 14 09:43:35.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:43:35.360 INFO kablam! | Sep 14 09:43:35.360 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 14 09:43:35.360 INFO kablam! Sep 14 09:43:35.695 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 09:43:35.695 INFO kablam! --> src/s2/cellid.rs:728:11 Sep 14 09:43:35.695 INFO kablam! | Sep 14 09:43:35.695 INFO kablam! 728 | clamp(((MAX_SIZE as f64 * s).floor() as i32), 0, MAX_SIZE_I32 - 1) Sep 14 09:43:35.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 09:43:35.695 INFO kablam! | Sep 14 09:43:35.695 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 09:43:35.695 INFO kablam! Sep 14 09:43:35.704 INFO kablam! warning: doc comment not used by rustdoc Sep 14 09:43:35.704 INFO kablam! --> src/s2/cap.rs:317:9 Sep 14 09:43:35.704 INFO kablam! | Sep 14 09:43:35.704 INFO kablam! 317 | /// If the cap contains any cell vertex, return true. Sep 14 09:43:35.704 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 09:43:35.704 INFO kablam! | Sep 14 09:43:35.704 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 14 09:43:35.704 INFO kablam! Sep 14 09:43:36.951 INFO kablam! warning: variable does not need to be mutable Sep 14 09:43:36.951 INFO kablam! --> src/s2/cellunion.rs:54:13 Sep 14 09:43:36.951 INFO kablam! | Sep 14 09:43:36.951 INFO kablam! 54 | let mut v = &mut self.0; Sep 14 09:43:36.951 INFO kablam! | ----^ Sep 14 09:43:36.951 INFO kablam! | | Sep 14 09:43:36.951 INFO kablam! | help: remove this `mut` Sep 14 09:43:36.951 INFO kablam! | Sep 14 09:43:36.951 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 09:43:36.951 INFO kablam! Sep 14 09:43:37.027 INFO kablam! warning: variable does not need to be mutable Sep 14 09:43:37.027 INFO kablam! --> src/s2/region.rs:518:21 Sep 14 09:43:37.027 INFO kablam! | Sep 14 09:43:37.027 INFO kablam! 518 | let mut v = &mut covering.0; Sep 14 09:43:37.027 INFO kablam! | ----^ Sep 14 09:43:37.027 INFO kablam! | | Sep 14 09:43:37.027 INFO kablam! | help: remove this `mut` Sep 14 09:43:37.027 INFO kablam! Sep 14 09:43:39.102 INFO kablam! warning: variable does not need to be mutable Sep 14 09:43:39.103 INFO kablam! --> src/s2/cellunion.rs:54:13 Sep 14 09:43:39.103 INFO kablam! | Sep 14 09:43:39.103 INFO kablam! 54 | let mut v = &mut self.0; Sep 14 09:43:39.103 INFO kablam! | ----^ Sep 14 09:43:39.103 INFO kablam! | | Sep 14 09:43:39.103 INFO kablam! | help: remove this `mut` Sep 14 09:43:39.103 INFO kablam! | Sep 14 09:43:39.103 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 14 09:43:39.103 INFO kablam! Sep 14 09:43:39.234 INFO kablam! warning: variable does not need to be mutable Sep 14 09:43:39.234 INFO kablam! --> src/s2/region.rs:518:21 Sep 14 09:43:39.234 INFO kablam! | Sep 14 09:43:39.234 INFO kablam! 518 | let mut v = &mut covering.0; Sep 14 09:43:39.234 INFO kablam! | ----^ Sep 14 09:43:39.234 INFO kablam! | | Sep 14 09:43:39.234 INFO kablam! | help: remove this `mut` Sep 14 09:43:39.234 INFO kablam! Sep 14 09:43:39.553 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.64s Sep 14 09:43:39.558 INFO kablam! su: No module specific data is present Sep 14 09:43:40.110 INFO running `"docker" "rm" "-f" "32d397638114e7f7dd3596f12caadcb178e796346bc9dc024962bada27ca9cf3"` Sep 14 09:43:40.278 INFO blam! 32d397638114e7f7dd3596f12caadcb178e796346bc9dc024962bada27ca9cf3