Sep 19 20:04:31.622 INFO checking slippy-map-tiles-0.14.0 against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 20:04:31.622 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 20:04:31.622 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/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 +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 20:04:31.789 INFO blam! 5e3ca86ce2d85dba318710e7f08598d0a47050a32da6f7334daa35daa3a95e53 Sep 19 20:04:31.791 INFO running `"docker" "start" "-a" "5e3ca86ce2d85dba318710e7f08598d0a47050a32da6f7334daa35daa3a95e53"` Sep 19 20:04:32.903 INFO kablam! usermod: no changes Sep 19 20:04:33.006 INFO kablam! Checking slippy-map-tiles v0.14.0 (/source) Sep 19 20:04:33.504 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.504 INFO kablam! --> src/lib.rs:175:36 Sep 19 20:04:33.504 INFO kablam! | Sep 19 20:04:33.504 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 20:04:33.504 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.504 INFO kablam! | Sep 19 20:04:33.504 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 20:04:33.504 INFO kablam! Sep 19 20:04:33.504 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.504 INFO kablam! --> src/lib.rs:175:53 Sep 19 20:04:33.504 INFO kablam! | Sep 19 20:04:33.504 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 20:04:33.504 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.504 INFO kablam! Sep 19 20:04:33.504 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.504 INFO kablam! --> src/lib.rs:180:57 Sep 19 20:04:33.504 INFO kablam! | Sep 19 20:04:33.504 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 19 20:04:33.504 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.504 INFO kablam! Sep 19 20:04:33.504 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.504 INFO kablam! --> src/lib.rs:185:36 Sep 19 20:04:33.504 INFO kablam! | Sep 19 20:04:33.504 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 19 20:04:33.504 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.504 INFO kablam! Sep 19 20:04:33.504 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.504 INFO kablam! --> src/lib.rs:510:36 Sep 19 20:04:33.504 INFO kablam! | Sep 19 20:04:33.504 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 20:04:33.504 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.505 INFO kablam! Sep 19 20:04:33.505 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.505 INFO kablam! --> src/lib.rs:510:53 Sep 19 20:04:33.505 INFO kablam! | Sep 19 20:04:33.505 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 20:04:33.505 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.505 INFO kablam! Sep 19 20:04:33.505 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.505 INFO kablam! --> src/lib.rs:515:72 Sep 19 20:04:33.505 INFO kablam! | Sep 19 20:04:33.505 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 19 20:04:33.505 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.505 INFO kablam! Sep 19 20:04:33.505 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.505 INFO kablam! --> src/lib.rs:520:36 Sep 19 20:04:33.505 INFO kablam! | Sep 19 20:04:33.505 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 19 20:04:33.505 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.505 INFO kablam! Sep 19 20:04:33.762 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.762 INFO kablam! --> src/lib.rs:175:36 Sep 19 20:04:33.762 INFO kablam! | Sep 19 20:04:33.762 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 20:04:33.762 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.762 INFO kablam! | Sep 19 20:04:33.762 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 20:04:33.762 INFO kablam! Sep 19 20:04:33.762 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.762 INFO kablam! --> src/lib.rs:175:53 Sep 19 20:04:33.762 INFO kablam! | Sep 19 20:04:33.762 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 20:04:33.762 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.762 INFO kablam! Sep 19 20:04:33.762 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.762 INFO kablam! --> src/lib.rs:180:57 Sep 19 20:04:33.762 INFO kablam! | Sep 19 20:04:33.762 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 19 20:04:33.762 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.762 INFO kablam! Sep 19 20:04:33.762 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.762 INFO kablam! --> src/lib.rs:185:36 Sep 19 20:04:33.762 INFO kablam! | Sep 19 20:04:33.762 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 19 20:04:33.762 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.762 INFO kablam! Sep 19 20:04:33.762 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.762 INFO kablam! --> src/lib.rs:510:36 Sep 19 20:04:33.762 INFO kablam! | Sep 19 20:04:33.762 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 20:04:33.762 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.763 INFO kablam! Sep 19 20:04:33.763 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.763 INFO kablam! --> src/lib.rs:510:53 Sep 19 20:04:33.763 INFO kablam! | Sep 19 20:04:33.763 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 20:04:33.763 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.763 INFO kablam! Sep 19 20:04:33.763 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.763 INFO kablam! --> src/lib.rs:515:72 Sep 19 20:04:33.763 INFO kablam! | Sep 19 20:04:33.763 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 19 20:04:33.763 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.763 INFO kablam! Sep 19 20:04:33.763 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 20:04:33.763 INFO kablam! --> src/lib.rs:520:36 Sep 19 20:04:33.763 INFO kablam! | Sep 19 20:04:33.763 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 19 20:04:33.763 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 20:04:33.763 INFO kablam! Sep 19 20:04:35.208 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.27s Sep 19 20:04:35.211 INFO kablam! su: No module specific data is present Sep 19 20:04:35.798 INFO running `"docker" "rm" "-f" "5e3ca86ce2d85dba318710e7f08598d0a47050a32da6f7334daa35daa3a95e53"` Sep 19 20:04:35.867 INFO blam! 5e3ca86ce2d85dba318710e7f08598d0a47050a32da6f7334daa35daa3a95e53