Sep 04 04:22:25.107 INFO checking s2-0.0.6 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 04:22:25.108 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 04:22:25.108 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:25.309 INFO blam! da23bddc4f7fce58666d4b148ab0b8286ce663a0b5e02db2d9a00fe6432cfaf2 Sep 04 04:22:25.311 INFO running `"docker" "start" "-a" "da23bddc4f7fce58666d4b148ab0b8286ce663a0b5e02db2d9a00fe6432cfaf2"` Sep 04 04:22:25.957 INFO kablam! Checking float_extras v0.1.6 Sep 04 04:22:25.958 INFO kablam! Checking cgmath v0.14.1 Sep 04 04:22:33.145 INFO kablam! Checking s2 v0.0.6 (file:///source) Sep 04 04:22:34.050 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:22:34.050 INFO kablam! --> src/s2/cellid.rs:728:11 Sep 04 04:22:34.050 INFO kablam! | Sep 04 04:22:34.050 INFO kablam! 728 | clamp(((MAX_SIZE as f64 * s).floor() as i32), 0, MAX_SIZE_I32 - 1) Sep 04 04:22:34.050 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 04:22:34.051 INFO kablam! | Sep 04 04:22:34.051 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 04:22:34.051 INFO kablam! Sep 04 04:22:34.054 INFO kablam! warning: doc comment not used by rustdoc Sep 04 04:22:34.054 INFO kablam! --> src/s2/cap.rs:317:9 Sep 04 04:22:34.054 INFO kablam! | Sep 04 04:22:34.054 INFO kablam! 317 | /// If the cap contains any cell vertex, return true. Sep 04 04:22:34.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:22:34.054 INFO kablam! | Sep 04 04:22:34.054 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 04 04:22:34.054 INFO kablam! Sep 04 04:22:34.733 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 04:22:34.733 INFO kablam! --> src/s2/cellid.rs:728:11 Sep 04 04:22:34.733 INFO kablam! | Sep 04 04:22:34.733 INFO kablam! 728 | clamp(((MAX_SIZE as f64 * s).floor() as i32), 0, MAX_SIZE_I32 - 1) Sep 04 04:22:34.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 04:22:34.733 INFO kablam! | Sep 04 04:22:34.733 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 04:22:34.733 INFO kablam! Sep 04 04:22:34.751 INFO kablam! warning: doc comment not used by rustdoc Sep 04 04:22:34.751 INFO kablam! --> src/s2/cap.rs:317:9 Sep 04 04:22:34.751 INFO kablam! | Sep 04 04:22:34.751 INFO kablam! 317 | /// If the cap contains any cell vertex, return true. Sep 04 04:22:34.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 04:22:34.751 INFO kablam! | Sep 04 04:22:34.751 INFO kablam! = note: #[warn(unused_doc_comments)] on by default Sep 04 04:22:34.751 INFO kablam! Sep 04 04:22:36.202 INFO kablam! warning: variable does not need to be mutable Sep 04 04:22:36.202 INFO kablam! --> src/s2/cellunion.rs:54:13 Sep 04 04:22:36.202 INFO kablam! | Sep 04 04:22:36.202 INFO kablam! 54 | let mut v = &mut self.0; Sep 04 04:22:36.202 INFO kablam! | ----^ Sep 04 04:22:36.202 INFO kablam! | | Sep 04 04:22:36.203 INFO kablam! | help: remove this `mut` Sep 04 04:22:36.203 INFO kablam! | Sep 04 04:22:36.203 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:22:36.203 INFO kablam! Sep 04 04:22:36.342 INFO kablam! warning: variable does not need to be mutable Sep 04 04:22:36.342 INFO kablam! --> src/s2/region.rs:518:21 Sep 04 04:22:36.342 INFO kablam! | Sep 04 04:22:36.342 INFO kablam! 518 | let mut v = &mut covering.0; Sep 04 04:22:36.342 INFO kablam! | ----^ Sep 04 04:22:36.342 INFO kablam! | | Sep 04 04:22:36.342 INFO kablam! | help: remove this `mut` Sep 04 04:22:36.342 INFO kablam! Sep 04 04:22:39.044 INFO kablam! warning: variable does not need to be mutable Sep 04 04:22:39.044 INFO kablam! --> src/s2/cellunion.rs:54:13 Sep 04 04:22:39.044 INFO kablam! | Sep 04 04:22:39.044 INFO kablam! 54 | let mut v = &mut self.0; Sep 04 04:22:39.044 INFO kablam! | ----^ Sep 04 04:22:39.044 INFO kablam! | | Sep 04 04:22:39.044 INFO kablam! | help: remove this `mut` Sep 04 04:22:39.044 INFO kablam! | Sep 04 04:22:39.044 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 04:22:39.044 INFO kablam! Sep 04 04:22:39.212 INFO kablam! warning: variable does not need to be mutable Sep 04 04:22:39.212 INFO kablam! --> src/s2/region.rs:518:21 Sep 04 04:22:39.212 INFO kablam! | Sep 04 04:22:39.212 INFO kablam! 518 | let mut v = &mut covering.0; Sep 04 04:22:39.212 INFO kablam! | ----^ Sep 04 04:22:39.212 INFO kablam! | | Sep 04 04:22:39.212 INFO kablam! | help: remove this `mut` Sep 04 04:22:39.212 INFO kablam! Sep 04 04:22:39.481 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.55s Sep 04 04:22:39.500 INFO kablam! su: No module specific data is present Sep 04 04:22:40.463 INFO running `"docker" "rm" "-f" "da23bddc4f7fce58666d4b148ab0b8286ce663a0b5e02db2d9a00fe6432cfaf2"` Sep 04 04:22:40.585 INFO blam! da23bddc4f7fce58666d4b148ab0b8286ce663a0b5e02db2d9a00fe6432cfaf2