Sep 21 02:56:53.089 INFO checking slippy-map-tiles-0.14.0 against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 21 02:56:53.089 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 21 02:56:53.089 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-6/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:53.212 INFO blam! 41411bfc4a1a2f88b558f9fd6827adc2e555ebeae1458ddf8dc992fd576d600a Sep 21 02:56:53.213 INFO running `"docker" "start" "-a" "41411bfc4a1a2f88b558f9fd6827adc2e555ebeae1458ddf8dc992fd576d600a"` Sep 21 02:56:54.145 INFO kablam! usermod: no changes Sep 21 02:56:54.188 INFO kablam! Checking slippy-map-tiles v0.14.0 (/source) Sep 21 02:56:54.450 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.450 INFO kablam! --> src/lib.rs:175:36 Sep 21 02:56:54.450 INFO kablam! | Sep 21 02:56:54.450 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:54.450 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.450 INFO kablam! | Sep 21 02:56:54.450 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 02:56:54.450 INFO kablam! Sep 21 02:56:54.450 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.450 INFO kablam! --> src/lib.rs:175:53 Sep 21 02:56:54.450 INFO kablam! | Sep 21 02:56:54.450 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:54.450 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.450 INFO kablam! Sep 21 02:56:54.450 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.450 INFO kablam! --> src/lib.rs:180:57 Sep 21 02:56:54.450 INFO kablam! | Sep 21 02:56:54.450 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 21 02:56:54.450 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.450 INFO kablam! Sep 21 02:56:54.450 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.450 INFO kablam! --> src/lib.rs:185:36 Sep 21 02:56:54.450 INFO kablam! | Sep 21 02:56:54.450 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 21 02:56:54.450 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.450 INFO kablam! Sep 21 02:56:54.450 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.450 INFO kablam! --> src/lib.rs:510:36 Sep 21 02:56:54.450 INFO kablam! | Sep 21 02:56:54.450 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:54.450 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.450 INFO kablam! Sep 21 02:56:54.450 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.450 INFO kablam! --> src/lib.rs:510:53 Sep 21 02:56:54.450 INFO kablam! | Sep 21 02:56:54.450 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:54.450 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.450 INFO kablam! Sep 21 02:56:54.450 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.450 INFO kablam! --> src/lib.rs:515:72 Sep 21 02:56:54.450 INFO kablam! | Sep 21 02:56:54.451 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 21 02:56:54.451 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.451 INFO kablam! Sep 21 02:56:54.451 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.451 INFO kablam! --> src/lib.rs:520:36 Sep 21 02:56:54.451 INFO kablam! | Sep 21 02:56:54.451 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 21 02:56:54.451 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.451 INFO kablam! Sep 21 02:56:54.644 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.644 INFO kablam! --> src/lib.rs:175:36 Sep 21 02:56:54.644 INFO kablam! | Sep 21 02:56:54.644 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:54.644 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.644 INFO kablam! | Sep 21 02:56:54.644 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 21 02:56:54.644 INFO kablam! Sep 21 02:56:54.644 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.644 INFO kablam! --> src/lib.rs:175:53 Sep 21 02:56:54.644 INFO kablam! | Sep 21 02:56:54.644 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:54.644 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.644 INFO kablam! Sep 21 02:56:54.644 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.644 INFO kablam! --> src/lib.rs:180:57 Sep 21 02:56:54.644 INFO kablam! | Sep 21 02:56:54.644 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 21 02:56:54.644 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.644 INFO kablam! Sep 21 02:56:54.644 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.644 INFO kablam! --> src/lib.rs:185:36 Sep 21 02:56:54.644 INFO kablam! | Sep 21 02:56:54.644 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 21 02:56:54.644 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.644 INFO kablam! Sep 21 02:56:54.645 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.645 INFO kablam! --> src/lib.rs:510:36 Sep 21 02:56:54.645 INFO kablam! | Sep 21 02:56:54.645 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:54.645 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.645 INFO kablam! Sep 21 02:56:54.646 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.646 INFO kablam! --> src/lib.rs:510:53 Sep 21 02:56:54.646 INFO kablam! | Sep 21 02:56:54.646 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 21 02:56:54.646 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.646 INFO kablam! Sep 21 02:56:54.646 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.646 INFO kablam! --> src/lib.rs:515:72 Sep 21 02:56:54.646 INFO kablam! | Sep 21 02:56:54.646 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 21 02:56:54.646 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.646 INFO kablam! Sep 21 02:56:54.646 INFO kablam! warning: unnecessary parentheses around function argument Sep 21 02:56:54.646 INFO kablam! --> src/lib.rs:520:36 Sep 21 02:56:54.646 INFO kablam! | Sep 21 02:56:54.646 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 21 02:56:54.646 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 21 02:56:54.646 INFO kablam! Sep 21 02:56:55.753 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.59s Sep 21 02:56:55.756 INFO kablam! su: No module specific data is present Sep 21 02:56:56.612 INFO running `"docker" "rm" "-f" "41411bfc4a1a2f88b558f9fd6827adc2e555ebeae1458ddf8dc992fd576d600a"` Sep 21 02:56:56.672 INFO blam! 41411bfc4a1a2f88b558f9fd6827adc2e555ebeae1458ddf8dc992fd576d600a