Sep 01 06:20:51.250 INFO checking slippy-map-tiles-0.14.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 06:20:51.250 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 06:20:51.250 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-0/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 06:20:51.422 INFO blam! 3b05b6c4dd3dd33c61acb1d0358e26417eec8577bf219e51d374556a97ab1888 Sep 01 06:20:51.424 INFO running `"docker" "start" "-a" "3b05b6c4dd3dd33c61acb1d0358e26417eec8577bf219e51d374556a97ab1888"` Sep 01 06:20:52.129 INFO kablam! Checking slippy-map-tiles v0.14.0 (file:///source) Sep 01 06:20:52.739 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:52.739 INFO kablam! --> src/lib.rs:175:36 Sep 01 06:20:52.739 INFO kablam! | Sep 01 06:20:52.739 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:52.739 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:52.739 INFO kablam! | Sep 01 06:20:52.739 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 06:20:52.739 INFO kablam! Sep 01 06:20:52.739 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:52.739 INFO kablam! --> src/lib.rs:175:53 Sep 01 06:20:52.739 INFO kablam! | Sep 01 06:20:52.740 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:52.740 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:52.740 INFO kablam! Sep 01 06:20:52.740 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:52.740 INFO kablam! --> src/lib.rs:180:57 Sep 01 06:20:52.740 INFO kablam! | Sep 01 06:20:52.740 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 01 06:20:52.740 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:52.740 INFO kablam! Sep 01 06:20:52.740 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:52.740 INFO kablam! --> src/lib.rs:185:36 Sep 01 06:20:52.740 INFO kablam! | Sep 01 06:20:52.740 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 01 06:20:52.740 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:52.740 INFO kablam! Sep 01 06:20:52.741 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:52.741 INFO kablam! --> src/lib.rs:510:36 Sep 01 06:20:52.741 INFO kablam! | Sep 01 06:20:52.741 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:52.741 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:52.741 INFO kablam! Sep 01 06:20:52.741 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:52.741 INFO kablam! --> src/lib.rs:510:53 Sep 01 06:20:52.741 INFO kablam! | Sep 01 06:20:52.741 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:52.741 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:52.741 INFO kablam! Sep 01 06:20:52.741 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:52.741 INFO kablam! --> src/lib.rs:515:72 Sep 01 06:20:52.741 INFO kablam! | Sep 01 06:20:52.741 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 01 06:20:52.741 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:52.741 INFO kablam! Sep 01 06:20:52.744 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:52.744 INFO kablam! --> src/lib.rs:520:36 Sep 01 06:20:52.744 INFO kablam! | Sep 01 06:20:52.744 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 01 06:20:52.744 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:52.744 INFO kablam! Sep 01 06:20:53.031 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:53.031 INFO kablam! --> src/lib.rs:175:36 Sep 01 06:20:53.031 INFO kablam! | Sep 01 06:20:53.032 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:53.032 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:53.032 INFO kablam! | Sep 01 06:20:53.032 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 06:20:53.032 INFO kablam! Sep 01 06:20:53.032 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:53.032 INFO kablam! --> src/lib.rs:175:53 Sep 01 06:20:53.032 INFO kablam! | Sep 01 06:20:53.032 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:53.032 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:53.032 INFO kablam! Sep 01 06:20:53.032 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:53.032 INFO kablam! --> src/lib.rs:180:57 Sep 01 06:20:53.032 INFO kablam! | Sep 01 06:20:53.032 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 01 06:20:53.032 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:53.032 INFO kablam! Sep 01 06:20:53.032 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:53.032 INFO kablam! --> src/lib.rs:185:36 Sep 01 06:20:53.032 INFO kablam! | Sep 01 06:20:53.032 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 01 06:20:53.032 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:53.032 INFO kablam! Sep 01 06:20:53.033 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:53.033 INFO kablam! --> src/lib.rs:510:36 Sep 01 06:20:53.034 INFO kablam! | Sep 01 06:20:53.034 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:53.034 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:53.034 INFO kablam! Sep 01 06:20:53.034 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:53.034 INFO kablam! --> src/lib.rs:510:53 Sep 01 06:20:53.034 INFO kablam! | Sep 01 06:20:53.034 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:53.034 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:53.034 INFO kablam! Sep 01 06:20:53.034 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:53.034 INFO kablam! --> src/lib.rs:515:72 Sep 01 06:20:53.034 INFO kablam! | Sep 01 06:20:53.034 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 01 06:20:53.034 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:53.034 INFO kablam! Sep 01 06:20:53.034 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:53.034 INFO kablam! --> src/lib.rs:520:36 Sep 01 06:20:53.034 INFO kablam! | Sep 01 06:20:53.034 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 01 06:20:53.034 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:53.034 INFO kablam! Sep 01 06:20:54.976 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.88s Sep 01 06:20:54.978 INFO kablam! su: No module specific data is present Sep 01 06:20:55.415 INFO running `"docker" "rm" "-f" "3b05b6c4dd3dd33c61acb1d0358e26417eec8577bf219e51d374556a97ab1888"` Sep 01 06:20:55.506 INFO blam! 3b05b6c4dd3dd33c61acb1d0358e26417eec8577bf219e51d374556a97ab1888