Sep 05 23:52:54.824 INFO checking slippy-map-tiles-0.13.1 against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 23:52:54.824 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 23:52:54.824 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 23:52:54.950 INFO blam! 578d563b427dab00997f4f73e63854dda937e34bd6635acbd39d6c5f74957fb8 Sep 05 23:52:54.952 INFO running `"docker" "start" "-a" "578d563b427dab00997f4f73e63854dda937e34bd6635acbd39d6c5f74957fb8"` Sep 05 23:52:55.718 INFO kablam! usermod: no changes Sep 05 23:52:55.748 INFO kablam! Checking slippy-map-tiles v0.13.1 (file:///source) Sep 05 23:52:56.001 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.001 INFO kablam! --> src/lib.rs:173:36 Sep 05 23:52:56.001 INFO kablam! | Sep 05 23:52:56.001 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 05 23:52:56.001 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.001 INFO kablam! | Sep 05 23:52:56.001 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 23:52:56.001 INFO kablam! Sep 05 23:52:56.001 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.001 INFO kablam! --> src/lib.rs:173:53 Sep 05 23:52:56.001 INFO kablam! | Sep 05 23:52:56.001 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 05 23:52:56.001 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.001 INFO kablam! Sep 05 23:52:56.001 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.001 INFO kablam! --> src/lib.rs:178:57 Sep 05 23:52:56.001 INFO kablam! | Sep 05 23:52:56.001 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 05 23:52:56.001 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.001 INFO kablam! Sep 05 23:52:56.001 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.001 INFO kablam! --> src/lib.rs:183:36 Sep 05 23:52:56.001 INFO kablam! | Sep 05 23:52:56.001 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 05 23:52:56.001 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.001 INFO kablam! Sep 05 23:52:56.002 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.002 INFO kablam! --> src/lib.rs:473:36 Sep 05 23:52:56.002 INFO kablam! | Sep 05 23:52:56.002 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 05 23:52:56.002 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.002 INFO kablam! Sep 05 23:52:56.002 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.002 INFO kablam! --> src/lib.rs:473:53 Sep 05 23:52:56.002 INFO kablam! | Sep 05 23:52:56.002 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 05 23:52:56.002 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.002 INFO kablam! Sep 05 23:52:56.002 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.002 INFO kablam! --> src/lib.rs:478:72 Sep 05 23:52:56.002 INFO kablam! | Sep 05 23:52:56.002 INFO kablam! 478 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 05 23:52:56.002 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.002 INFO kablam! Sep 05 23:52:56.002 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.002 INFO kablam! --> src/lib.rs:483:36 Sep 05 23:52:56.002 INFO kablam! | Sep 05 23:52:56.002 INFO kablam! 483 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 05 23:52:56.002 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.002 INFO kablam! Sep 05 23:52:56.147 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.147 INFO kablam! --> src/lib.rs:173:36 Sep 05 23:52:56.147 INFO kablam! | Sep 05 23:52:56.147 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 05 23:52:56.147 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.147 INFO kablam! | Sep 05 23:52:56.147 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 23:52:56.147 INFO kablam! Sep 05 23:52:56.147 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.147 INFO kablam! --> src/lib.rs:173:53 Sep 05 23:52:56.147 INFO kablam! | Sep 05 23:52:56.148 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 05 23:52:56.148 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.148 INFO kablam! Sep 05 23:52:56.148 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.148 INFO kablam! --> src/lib.rs:178:57 Sep 05 23:52:56.148 INFO kablam! | Sep 05 23:52:56.148 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 05 23:52:56.148 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.148 INFO kablam! Sep 05 23:52:56.148 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.148 INFO kablam! --> src/lib.rs:183:36 Sep 05 23:52:56.148 INFO kablam! | Sep 05 23:52:56.148 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 05 23:52:56.148 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.148 INFO kablam! Sep 05 23:52:56.148 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.148 INFO kablam! --> src/lib.rs:473:36 Sep 05 23:52:56.148 INFO kablam! | Sep 05 23:52:56.148 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 05 23:52:56.148 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.148 INFO kablam! Sep 05 23:52:56.148 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.149 INFO kablam! --> src/lib.rs:473:53 Sep 05 23:52:56.149 INFO kablam! | Sep 05 23:52:56.149 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 05 23:52:56.149 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.149 INFO kablam! Sep 05 23:52:56.149 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.149 INFO kablam! --> src/lib.rs:478:72 Sep 05 23:52:56.149 INFO kablam! | Sep 05 23:52:56.149 INFO kablam! 478 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 05 23:52:56.149 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.149 INFO kablam! Sep 05 23:52:56.149 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 23:52:56.149 INFO kablam! --> src/lib.rs:483:36 Sep 05 23:52:56.149 INFO kablam! | Sep 05 23:52:56.149 INFO kablam! 483 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 05 23:52:56.149 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 23:52:56.149 INFO kablam! Sep 05 23:52:57.382 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.65s Sep 05 23:52:57.384 INFO kablam! su: No module specific data is present Sep 05 23:52:58.090 INFO running `"docker" "rm" "-f" "578d563b427dab00997f4f73e63854dda937e34bd6635acbd39d6c5f74957fb8"` Sep 05 23:52:58.207 INFO blam! 578d563b427dab00997f4f73e63854dda937e34bd6635acbd39d6c5f74957fb8