Sep 21 02:56:57.041 INFO checking slippy-map-tiles-0.13.1 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:56:57.041 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:56:57.041 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-4/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 21 02:56:57.189 INFO blam! 181f29b46fc60aee99b2dcc57d1a5acecf22b66c85b1bc2867721e9e36b710f9 Sep 21 02:56:57.190 INFO running `"docker" "start" "-a" "181f29b46fc60aee99b2dcc57d1a5acecf22b66c85b1bc2867721e9e36b710f9"` Sep 21 02:56:57.917 INFO kablam! usermod: no changes Sep 21 02:56:57.944 INFO kablam! Checking slippy-map-tiles v0.13.1 (/source) Sep 21 02:56:58.130 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.130 INFO kablam! --> src/lib.rs:173:36 Sep 21 02:56:58.130 INFO kablam! | Sep 21 02:56:58.130 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:58.130 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.130 INFO kablam! | Sep 21 02:56:58.130 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 02:56:58.130 INFO kablam! Sep 21 02:56:58.130 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.130 INFO kablam! --> src/lib.rs:173:53 Sep 21 02:56:58.130 INFO kablam! | Sep 21 02:56:58.130 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:58.130 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.130 INFO kablam! Sep 21 02:56:58.130 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.130 INFO kablam! --> src/lib.rs:178:57 Sep 21 02:56:58.130 INFO kablam! | Sep 21 02:56:58.130 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 21 02:56:58.130 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.130 INFO kablam! Sep 21 02:56:58.130 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.130 INFO kablam! --> src/lib.rs:183:36 Sep 21 02:56:58.130 INFO kablam! | Sep 21 02:56:58.130 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 21 02:56:58.130 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.130 INFO kablam! Sep 21 02:56:58.131 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.131 INFO kablam! --> src/lib.rs:473:36 Sep 21 02:56:58.131 INFO kablam! | Sep 21 02:56:58.131 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:58.131 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.131 INFO kablam! Sep 21 02:56:58.131 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.131 INFO kablam! --> src/lib.rs:473:53 Sep 21 02:56:58.131 INFO kablam! | Sep 21 02:56:58.131 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:58.131 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.131 INFO kablam! Sep 21 02:56:58.131 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.131 INFO kablam! --> src/lib.rs:478:72 Sep 21 02:56:58.131 INFO kablam! | Sep 21 02:56:58.131 INFO kablam! 478 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 21 02:56:58.131 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.131 INFO kablam! Sep 21 02:56:58.131 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.131 INFO kablam! --> src/lib.rs:483:36 Sep 21 02:56:58.131 INFO kablam! | Sep 21 02:56:58.131 INFO kablam! 483 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 21 02:56:58.131 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.131 INFO kablam! Sep 21 02:56:58.280 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.280 INFO kablam! --> src/lib.rs:173:36 Sep 21 02:56:58.280 INFO kablam! | Sep 21 02:56:58.280 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:58.280 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.280 INFO kablam! | Sep 21 02:56:58.280 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 02:56:58.280 INFO kablam! Sep 21 02:56:58.280 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.280 INFO kablam! --> src/lib.rs:173:53 Sep 21 02:56:58.280 INFO kablam! | Sep 21 02:56:58.280 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:58.280 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.280 INFO kablam! Sep 21 02:56:58.280 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.280 INFO kablam! --> src/lib.rs:178:57 Sep 21 02:56:58.280 INFO kablam! | Sep 21 02:56:58.280 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 21 02:56:58.280 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.280 INFO kablam! Sep 21 02:56:58.280 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.280 INFO kablam! --> src/lib.rs:183:36 Sep 21 02:56:58.280 INFO kablam! | Sep 21 02:56:58.280 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 21 02:56:58.280 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.280 INFO kablam! Sep 21 02:56:58.280 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.280 INFO kablam! --> src/lib.rs:473:36 Sep 21 02:56:58.280 INFO kablam! | Sep 21 02:56:58.280 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:58.280 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.280 INFO kablam! Sep 21 02:56:58.280 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.280 INFO kablam! --> src/lib.rs:473:53 Sep 21 02:56:58.280 INFO kablam! | Sep 21 02:56:58.280 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:58.280 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.280 INFO kablam! Sep 21 02:56:58.280 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.280 INFO kablam! --> src/lib.rs:478:72 Sep 21 02:56:58.280 INFO kablam! | Sep 21 02:56:58.280 INFO kablam! 478 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 21 02:56:58.281 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.281 INFO kablam! Sep 21 02:56:58.281 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:58.281 INFO kablam! --> src/lib.rs:483:36 Sep 21 02:56:58.281 INFO kablam! | Sep 21 02:56:58.281 INFO kablam! 483 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 21 02:56:58.281 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:58.281 INFO kablam! Sep 21 02:56:59.395 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.46s Sep 21 02:56:59.398 INFO kablam! su: No module specific data is present Sep 21 02:57:00.290 INFO running `"docker" "rm" "-f" "181f29b46fc60aee99b2dcc57d1a5acecf22b66c85b1bc2867721e9e36b710f9"` Sep 21 02:57:00.371 INFO blam! 181f29b46fc60aee99b2dcc57d1a5acecf22b66c85b1bc2867721e9e36b710f9