Sep 19 18:06:43.290 INFO checking slippy-map-tiles-0.14.0 against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 18:06:43.290 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 18:06:43.290 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-5/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:06:43.418 INFO blam! 9aadd9a159783e231932460d3dc07ae772d0c6654b378e8f5240562f88fa3faf Sep 19 18:06:43.420 INFO running `"docker" "start" "-a" "9aadd9a159783e231932460d3dc07ae772d0c6654b378e8f5240562f88fa3faf"` Sep 19 18:06:44.584 INFO kablam! usermod: no changes Sep 19 18:06:44.621 INFO kablam! Checking slippy-map-tiles v0.14.0 (/source) Sep 19 18:06:44.893 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:44.893 INFO kablam! --> src/lib.rs:175:36 Sep 19 18:06:44.893 INFO kablam! | Sep 19 18:06:44.893 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 18:06:44.893 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:44.893 INFO kablam! | Sep 19 18:06:44.893 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 18:06:44.893 INFO kablam! Sep 19 18:06:44.893 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:44.893 INFO kablam! --> src/lib.rs:175:53 Sep 19 18:06:44.893 INFO kablam! | Sep 19 18:06:44.893 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 18:06:44.893 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:44.893 INFO kablam! Sep 19 18:06:44.893 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:44.893 INFO kablam! --> src/lib.rs:180:57 Sep 19 18:06:44.893 INFO kablam! | Sep 19 18:06:44.893 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 19 18:06:44.894 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:44.894 INFO kablam! Sep 19 18:06:44.894 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:44.894 INFO kablam! --> src/lib.rs:185:36 Sep 19 18:06:44.894 INFO kablam! | Sep 19 18:06:44.894 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 19 18:06:44.894 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:44.894 INFO kablam! Sep 19 18:06:44.894 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:44.894 INFO kablam! --> src/lib.rs:510:36 Sep 19 18:06:44.894 INFO kablam! | Sep 19 18:06:44.894 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 18:06:44.894 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:44.894 INFO kablam! Sep 19 18:06:44.894 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:44.894 INFO kablam! --> src/lib.rs:510:53 Sep 19 18:06:44.894 INFO kablam! | Sep 19 18:06:44.894 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 18:06:44.894 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:44.894 INFO kablam! Sep 19 18:06:44.894 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:44.894 INFO kablam! --> src/lib.rs:515:72 Sep 19 18:06:44.894 INFO kablam! | Sep 19 18:06:44.894 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 19 18:06:44.895 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:44.895 INFO kablam! Sep 19 18:06:44.895 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:44.895 INFO kablam! --> src/lib.rs:520:36 Sep 19 18:06:44.895 INFO kablam! | Sep 19 18:06:44.895 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 19 18:06:44.895 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:44.895 INFO kablam! Sep 19 18:06:45.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:45.075 INFO kablam! --> src/lib.rs:175:36 Sep 19 18:06:45.075 INFO kablam! | Sep 19 18:06:45.075 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 18:06:45.075 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:45.075 INFO kablam! | Sep 19 18:06:45.075 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 18:06:45.075 INFO kablam! Sep 19 18:06:45.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:45.075 INFO kablam! --> src/lib.rs:175:53 Sep 19 18:06:45.075 INFO kablam! | Sep 19 18:06:45.075 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 18:06:45.075 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:45.075 INFO kablam! Sep 19 18:06:45.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:45.075 INFO kablam! --> src/lib.rs:180:57 Sep 19 18:06:45.075 INFO kablam! | Sep 19 18:06:45.075 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 19 18:06:45.075 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:45.075 INFO kablam! Sep 19 18:06:45.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:45.075 INFO kablam! --> src/lib.rs:185:36 Sep 19 18:06:45.075 INFO kablam! | Sep 19 18:06:45.075 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 19 18:06:45.075 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:45.075 INFO kablam! Sep 19 18:06:45.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:45.075 INFO kablam! --> src/lib.rs:510:36 Sep 19 18:06:45.075 INFO kablam! | Sep 19 18:06:45.075 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 18:06:45.075 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:45.075 INFO kablam! Sep 19 18:06:45.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:45.075 INFO kablam! --> src/lib.rs:510:53 Sep 19 18:06:45.075 INFO kablam! | Sep 19 18:06:45.075 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 19 18:06:45.075 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:45.075 INFO kablam! Sep 19 18:06:45.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:45.075 INFO kablam! --> src/lib.rs:515:72 Sep 19 18:06:45.075 INFO kablam! | Sep 19 18:06:45.075 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 19 18:06:45.075 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:45.075 INFO kablam! Sep 19 18:06:45.075 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 18:06:45.075 INFO kablam! --> src/lib.rs:520:36 Sep 19 18:06:45.075 INFO kablam! | Sep 19 18:06:45.075 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 19 18:06:45.075 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 18:06:45.075 INFO kablam! Sep 19 18:06:46.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.94s Sep 19 18:06:46.547 INFO kablam! su: No module specific data is present Sep 19 18:06:47.315 INFO running `"docker" "rm" "-f" "9aadd9a159783e231932460d3dc07ae772d0c6654b378e8f5240562f88fa3faf"` Sep 19 18:06:47.387 INFO blam! 9aadd9a159783e231932460d3dc07ae772d0c6654b378e8f5240562f88fa3faf