Sep 04 06:11:13.006 INFO checking slippy-map-tiles-0.13.1 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 06:11:13.006 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 06:11:13.006 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:11:13.163 INFO blam! ee5591d96d380685d97a99f87b81ce88977b25e2a280e7e0f85ba36a65e6ea7a Sep 04 06:11:13.164 INFO running `"docker" "start" "-a" "ee5591d96d380685d97a99f87b81ce88977b25e2a280e7e0f85ba36a65e6ea7a"` Sep 04 06:11:13.948 INFO kablam! Checking slippy-map-tiles v0.13.1 (file:///source) Sep 04 06:11:14.554 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.554 INFO kablam! --> src/lib.rs:173:36 Sep 04 06:11:14.554 INFO kablam! | Sep 04 06:11:14.554 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:14.554 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.554 INFO kablam! | Sep 04 06:11:14.554 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 06:11:14.554 INFO kablam! Sep 04 06:11:14.554 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.554 INFO kablam! --> src/lib.rs:173:53 Sep 04 06:11:14.554 INFO kablam! | Sep 04 06:11:14.554 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:14.554 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.554 INFO kablam! Sep 04 06:11:14.554 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.554 INFO kablam! --> src/lib.rs:178:57 Sep 04 06:11:14.554 INFO kablam! | Sep 04 06:11:14.554 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 04 06:11:14.554 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.554 INFO kablam! Sep 04 06:11:14.554 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.554 INFO kablam! --> src/lib.rs:183:36 Sep 04 06:11:14.554 INFO kablam! | Sep 04 06:11:14.555 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 04 06:11:14.555 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.555 INFO kablam! Sep 04 06:11:14.555 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.555 INFO kablam! --> src/lib.rs:473:36 Sep 04 06:11:14.555 INFO kablam! | Sep 04 06:11:14.555 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:14.555 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.555 INFO kablam! Sep 04 06:11:14.556 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.556 INFO kablam! --> src/lib.rs:473:53 Sep 04 06:11:14.556 INFO kablam! | Sep 04 06:11:14.556 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:14.556 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.556 INFO kablam! Sep 04 06:11:14.556 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.556 INFO kablam! --> src/lib.rs:478:72 Sep 04 06:11:14.556 INFO kablam! | Sep 04 06:11:14.556 INFO kablam! 478 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 04 06:11:14.556 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.556 INFO kablam! Sep 04 06:11:14.556 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.556 INFO kablam! --> src/lib.rs:483:36 Sep 04 06:11:14.556 INFO kablam! | Sep 04 06:11:14.556 INFO kablam! 483 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 04 06:11:14.556 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.556 INFO kablam! Sep 04 06:11:14.712 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.713 INFO kablam! --> src/lib.rs:173:36 Sep 04 06:11:14.713 INFO kablam! | Sep 04 06:11:14.713 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:14.713 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.713 INFO kablam! | Sep 04 06:11:14.713 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 06:11:14.713 INFO kablam! Sep 04 06:11:14.713 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.713 INFO kablam! --> src/lib.rs:173:53 Sep 04 06:11:14.713 INFO kablam! | Sep 04 06:11:14.713 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:14.713 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.713 INFO kablam! Sep 04 06:11:14.713 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.713 INFO kablam! --> src/lib.rs:178:57 Sep 04 06:11:14.713 INFO kablam! | Sep 04 06:11:14.713 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 04 06:11:14.713 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.713 INFO kablam! Sep 04 06:11:14.713 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.713 INFO kablam! --> src/lib.rs:183:36 Sep 04 06:11:14.714 INFO kablam! | Sep 04 06:11:14.714 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 04 06:11:14.714 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.714 INFO kablam! Sep 04 06:11:14.714 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.714 INFO kablam! --> src/lib.rs:473:36 Sep 04 06:11:14.714 INFO kablam! | Sep 04 06:11:14.714 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:14.714 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.714 INFO kablam! Sep 04 06:11:14.714 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.714 INFO kablam! --> src/lib.rs:473:53 Sep 04 06:11:14.714 INFO kablam! | Sep 04 06:11:14.714 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:14.714 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.714 INFO kablam! Sep 04 06:11:14.714 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.714 INFO kablam! --> src/lib.rs:478:72 Sep 04 06:11:14.714 INFO kablam! | Sep 04 06:11:14.714 INFO kablam! 478 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 04 06:11:14.714 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.714 INFO kablam! Sep 04 06:11:14.714 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:14.714 INFO kablam! --> src/lib.rs:483:36 Sep 04 06:11:14.714 INFO kablam! | Sep 04 06:11:14.714 INFO kablam! 483 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 04 06:11:14.715 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:14.715 INFO kablam! Sep 04 06:11:16.719 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.81s Sep 04 06:11:16.722 INFO kablam! su: No module specific data is present Sep 04 06:11:17.186 INFO running `"docker" "rm" "-f" "ee5591d96d380685d97a99f87b81ce88977b25e2a280e7e0f85ba36a65e6ea7a"` Sep 04 06:11:17.268 INFO blam! ee5591d96d380685d97a99f87b81ce88977b25e2a280e7e0f85ba36a65e6ea7a