Sep 01 06:20:55.093 INFO checking slippy-map-tiles-0.13.1 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53831 Sep 01 06:20:55.093 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 06:20:55.093 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53831/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-2/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:55.271 INFO blam! c36d494fd4846afbd36b45bd1f009ff22c4b32be4456124581f464c45e87a418 Sep 01 06:20:55.274 INFO running `"docker" "start" "-a" "c36d494fd4846afbd36b45bd1f009ff22c4b32be4456124581f464c45e87a418"` Sep 01 06:20:55.965 INFO kablam! Checking slippy-map-tiles v0.13.1 (file:///source) Sep 01 06:20:56.578 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.579 INFO kablam! --> src/lib.rs:173:36 Sep 01 06:20:56.579 INFO kablam! | Sep 01 06:20:56.579 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.579 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.579 INFO kablam! | Sep 01 06:20:56.579 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 06:20:56.579 INFO kablam! Sep 01 06:20:56.579 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.579 INFO kablam! --> src/lib.rs:173:53 Sep 01 06:20:56.579 INFO kablam! | Sep 01 06:20:56.579 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.579 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.579 INFO kablam! Sep 01 06:20:56.579 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.579 INFO kablam! --> src/lib.rs:178:57 Sep 01 06:20:56.579 INFO kablam! | Sep 01 06:20:56.579 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 01 06:20:56.579 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.579 INFO kablam! Sep 01 06:20:56.579 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.579 INFO kablam! --> src/lib.rs:183:36 Sep 01 06:20:56.579 INFO kablam! | Sep 01 06:20:56.579 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 01 06:20:56.579 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.579 INFO kablam! Sep 01 06:20:56.581 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.581 INFO kablam! --> src/lib.rs:473:36 Sep 01 06:20:56.581 INFO kablam! | Sep 01 06:20:56.581 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.581 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.581 INFO kablam! Sep 01 06:20:56.581 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.581 INFO kablam! --> src/lib.rs:473:53 Sep 01 06:20:56.581 INFO kablam! | Sep 01 06:20:56.581 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.581 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.581 INFO kablam! Sep 01 06:20:56.581 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.581 INFO kablam! --> src/lib.rs:478:72 Sep 01 06:20:56.581 INFO kablam! | Sep 01 06:20:56.581 INFO kablam! 478 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 01 06:20:56.581 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.581 INFO kablam! Sep 01 06:20:56.581 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.581 INFO kablam! --> src/lib.rs:483:36 Sep 01 06:20:56.581 INFO kablam! | Sep 01 06:20:56.581 INFO kablam! 483 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 01 06:20:56.581 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.581 INFO kablam! Sep 01 06:20:56.875 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.876 INFO kablam! --> src/lib.rs:173:36 Sep 01 06:20:56.876 INFO kablam! | Sep 01 06:20:56.876 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.876 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.876 INFO kablam! | Sep 01 06:20:56.876 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 06:20:56.876 INFO kablam! Sep 01 06:20:56.876 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.876 INFO kablam! --> src/lib.rs:173:53 Sep 01 06:20:56.876 INFO kablam! | Sep 01 06:20:56.876 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.876 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.876 INFO kablam! Sep 01 06:20:56.876 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.876 INFO kablam! --> src/lib.rs:178:57 Sep 01 06:20:56.876 INFO kablam! | Sep 01 06:20:56.876 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 01 06:20:56.876 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.876 INFO kablam! Sep 01 06:20:56.876 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.876 INFO kablam! --> src/lib.rs:183:36 Sep 01 06:20:56.876 INFO kablam! | Sep 01 06:20:56.876 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 01 06:20:56.876 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.876 INFO kablam! Sep 01 06:20:56.877 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.877 INFO kablam! --> src/lib.rs:473:36 Sep 01 06:20:56.877 INFO kablam! | Sep 01 06:20:56.877 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.877 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.877 INFO kablam! Sep 01 06:20:56.877 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.877 INFO kablam! --> src/lib.rs:473:53 Sep 01 06:20:56.878 INFO kablam! | Sep 01 06:20:56.878 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.878 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.878 INFO kablam! Sep 01 06:20:56.878 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.878 INFO kablam! --> src/lib.rs:478:72 Sep 01 06:20:56.878 INFO kablam! | Sep 01 06:20:56.878 INFO kablam! 478 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 01 06:20:56.878 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.878 INFO kablam! Sep 01 06:20:56.878 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.878 INFO kablam! --> src/lib.rs:483:36 Sep 01 06:20:56.878 INFO kablam! | Sep 01 06:20:56.878 INFO kablam! 483 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 01 06:20:56.878 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.878 INFO kablam! Sep 01 06:20:58.928 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.00s Sep 01 06:20:58.931 INFO kablam! su: No module specific data is present Sep 01 06:20:59.419 INFO running `"docker" "rm" "-f" "c36d494fd4846afbd36b45bd1f009ff22c4b32be4456124581f464c45e87a418"` Sep 01 06:20:59.539 INFO blam! c36d494fd4846afbd36b45bd1f009ff22c4b32be4456124581f464c45e87a418