Sep 04 02:57:24.041 INFO checking slippy-map-tiles-0.14.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 02:57:24.041 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 02:57:24.041 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 02:57:24.189 INFO blam! 9060f7016d820129b9d6a58a9118c8d7357899d070422d268379e5047480426d Sep 04 02:57:24.191 INFO running `"docker" "start" "-a" "9060f7016d820129b9d6a58a9118c8d7357899d070422d268379e5047480426d"` Sep 04 02:57:24.871 INFO kablam! Checking slippy-map-tiles v0.14.0 (file:///source) Sep 04 02:57:25.560 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.560 INFO kablam! --> src/lib.rs:175:36 Sep 04 02:57:25.560 INFO kablam! | Sep 04 02:57:25.560 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 02:57:25.560 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.560 INFO kablam! | Sep 04 02:57:25.560 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 02:57:25.560 INFO kablam! Sep 04 02:57:25.560 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.560 INFO kablam! --> src/lib.rs:175:53 Sep 04 02:57:25.560 INFO kablam! | Sep 04 02:57:25.560 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 02:57:25.560 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.560 INFO kablam! Sep 04 02:57:25.560 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.560 INFO kablam! --> src/lib.rs:180:57 Sep 04 02:57:25.560 INFO kablam! | Sep 04 02:57:25.560 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 04 02:57:25.560 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.560 INFO kablam! Sep 04 02:57:25.561 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.561 INFO kablam! --> src/lib.rs:185:36 Sep 04 02:57:25.561 INFO kablam! | Sep 04 02:57:25.561 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 04 02:57:25.561 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.561 INFO kablam! Sep 04 02:57:25.562 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.562 INFO kablam! --> src/lib.rs:510:36 Sep 04 02:57:25.562 INFO kablam! | Sep 04 02:57:25.562 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 02:57:25.562 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.562 INFO kablam! Sep 04 02:57:25.562 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.562 INFO kablam! --> src/lib.rs:510:53 Sep 04 02:57:25.562 INFO kablam! | Sep 04 02:57:25.562 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 02:57:25.562 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.562 INFO kablam! Sep 04 02:57:25.562 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.562 INFO kablam! --> src/lib.rs:515:72 Sep 04 02:57:25.562 INFO kablam! | Sep 04 02:57:25.562 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 04 02:57:25.562 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.563 INFO kablam! Sep 04 02:57:25.563 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.563 INFO kablam! --> src/lib.rs:520:36 Sep 04 02:57:25.563 INFO kablam! | Sep 04 02:57:25.563 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 04 02:57:25.563 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.563 INFO kablam! Sep 04 02:57:25.815 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.815 INFO kablam! --> src/lib.rs:175:36 Sep 04 02:57:25.815 INFO kablam! | Sep 04 02:57:25.815 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 02:57:25.815 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.815 INFO kablam! | Sep 04 02:57:25.815 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 02:57:25.815 INFO kablam! Sep 04 02:57:25.815 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.815 INFO kablam! --> src/lib.rs:175:53 Sep 04 02:57:25.815 INFO kablam! | Sep 04 02:57:25.816 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 02:57:25.816 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.816 INFO kablam! Sep 04 02:57:25.816 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.816 INFO kablam! --> src/lib.rs:180:57 Sep 04 02:57:25.816 INFO kablam! | Sep 04 02:57:25.816 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 04 02:57:25.816 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.816 INFO kablam! Sep 04 02:57:25.816 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.816 INFO kablam! --> src/lib.rs:185:36 Sep 04 02:57:25.816 INFO kablam! | Sep 04 02:57:25.816 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 04 02:57:25.816 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.816 INFO kablam! Sep 04 02:57:25.817 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.817 INFO kablam! --> src/lib.rs:510:36 Sep 04 02:57:25.817 INFO kablam! | Sep 04 02:57:25.817 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 02:57:25.817 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.817 INFO kablam! Sep 04 02:57:25.817 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.817 INFO kablam! --> src/lib.rs:510:53 Sep 04 02:57:25.817 INFO kablam! | Sep 04 02:57:25.817 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 02:57:25.817 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.818 INFO kablam! Sep 04 02:57:25.818 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.818 INFO kablam! --> src/lib.rs:515:72 Sep 04 02:57:25.818 INFO kablam! | Sep 04 02:57:25.818 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 04 02:57:25.818 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.818 INFO kablam! Sep 04 02:57:25.818 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 02:57:25.818 INFO kablam! --> src/lib.rs:520:36 Sep 04 02:57:25.818 INFO kablam! | Sep 04 02:57:25.818 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 04 02:57:25.818 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 02:57:25.818 INFO kablam! Sep 04 02:57:28.064 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.22s Sep 04 02:57:28.068 INFO kablam! su: No module specific data is present Sep 04 02:57:28.436 INFO running `"docker" "rm" "-f" "9060f7016d820129b9d6a58a9118c8d7357899d070422d268379e5047480426d"` Sep 04 02:57:28.530 INFO blam! 9060f7016d820129b9d6a58a9118c8d7357899d070422d268379e5047480426d