Sep 01 06:20:54.292 INFO checking slippy-map-tiles-0.13.1 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 06:20:54.293 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 06:20:54.293 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-3/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-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:54.446 INFO blam! 37a9cdfda7c3b198916b6d6bea37b4f187c12e30150b7d47ab60fe2b1c44fd7d Sep 01 06:20:54.447 INFO running `"docker" "start" "-a" "37a9cdfda7c3b198916b6d6bea37b4f187c12e30150b7d47ab60fe2b1c44fd7d"` Sep 01 06:20:55.320 INFO kablam! Checking slippy-map-tiles v0.13.1 (file:///source) Sep 01 06:20:55.803 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:55.803 INFO kablam! --> src/lib.rs:173:36 Sep 01 06:20:55.803 INFO kablam! | Sep 01 06:20:55.803 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:55.803 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:55.803 INFO kablam! | Sep 01 06:20:55.803 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 06:20:55.803 INFO kablam! Sep 01 06:20:55.803 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:55.803 INFO kablam! --> src/lib.rs:173:53 Sep 01 06:20:55.803 INFO kablam! | Sep 01 06:20:55.803 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:55.803 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:55.803 INFO kablam! Sep 01 06:20:55.803 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:55.803 INFO kablam! --> src/lib.rs:178:57 Sep 01 06:20:55.803 INFO kablam! | Sep 01 06:20:55.803 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 01 06:20:55.803 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:55.803 INFO kablam! Sep 01 06:20:55.803 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:55.803 INFO kablam! --> src/lib.rs:183:36 Sep 01 06:20:55.804 INFO kablam! | Sep 01 06:20:55.804 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 01 06:20:55.804 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:55.804 INFO kablam! Sep 01 06:20:55.804 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:55.804 INFO kablam! --> src/lib.rs:473:36 Sep 01 06:20:55.804 INFO kablam! | Sep 01 06:20:55.804 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:55.804 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:55.804 INFO kablam! Sep 01 06:20:55.804 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:55.804 INFO kablam! --> src/lib.rs:473:53 Sep 01 06:20:55.804 INFO kablam! | Sep 01 06:20:55.804 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:55.804 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:55.804 INFO kablam! Sep 01 06:20:55.804 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:55.804 INFO kablam! --> src/lib.rs:478:72 Sep 01 06:20:55.804 INFO kablam! | Sep 01 06:20:55.805 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:55.805 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:55.805 INFO kablam! Sep 01 06:20:55.805 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:55.805 INFO kablam! --> src/lib.rs:483:36 Sep 01 06:20:55.805 INFO kablam! | Sep 01 06:20:55.805 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:55.805 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:55.805 INFO kablam! Sep 01 06:20:56.116 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.116 INFO kablam! --> src/lib.rs:173:36 Sep 01 06:20:56.116 INFO kablam! | Sep 01 06:20:56.116 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.116 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.116 INFO kablam! | Sep 01 06:20:56.116 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 06:20:56.116 INFO kablam! Sep 01 06:20:56.116 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.116 INFO kablam! --> src/lib.rs:173:53 Sep 01 06:20:56.116 INFO kablam! | Sep 01 06:20:56.116 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.116 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.116 INFO kablam! Sep 01 06:20:56.116 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.116 INFO kablam! --> src/lib.rs:178:57 Sep 01 06:20:56.116 INFO kablam! | Sep 01 06:20:56.116 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 01 06:20:56.116 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.116 INFO kablam! Sep 01 06:20:56.116 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.116 INFO kablam! --> src/lib.rs:183:36 Sep 01 06:20:56.116 INFO kablam! | Sep 01 06:20:56.116 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 01 06:20:56.116 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.116 INFO kablam! Sep 01 06:20:56.117 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.117 INFO kablam! --> src/lib.rs:473:36 Sep 01 06:20:56.117 INFO kablam! | Sep 01 06:20:56.117 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.117 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.117 INFO kablam! Sep 01 06:20:56.118 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.118 INFO kablam! --> src/lib.rs:473:53 Sep 01 06:20:56.118 INFO kablam! | Sep 01 06:20:56.118 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 06:20:56.118 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.118 INFO kablam! Sep 01 06:20:56.118 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.118 INFO kablam! --> src/lib.rs:478:72 Sep 01 06:20:56.118 INFO kablam! | Sep 01 06:20:56.118 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.118 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.118 INFO kablam! Sep 01 06:20:56.118 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 06:20:56.118 INFO kablam! --> src/lib.rs:483:36 Sep 01 06:20:56.118 INFO kablam! | Sep 01 06:20:56.118 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.118 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 06:20:56.118 INFO kablam! Sep 01 06:20:58.284 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.01s Sep 01 06:20:58.288 INFO kablam! su: No module specific data is present Sep 01 06:20:59.041 INFO running `"docker" "rm" "-f" "37a9cdfda7c3b198916b6d6bea37b4f187c12e30150b7d47ab60fe2b1c44fd7d"` Sep 01 06:20:59.136 INFO blam! 37a9cdfda7c3b198916b6d6bea37b4f187c12e30150b7d47ab60fe2b1c44fd7d