Sep 01 23:38:35.547 INFO checking slippy-map-tiles-0.14.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 23:38:35.547 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 23:38:35.547 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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 +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 23:38:35.713 INFO blam! 7b4afab0401f6d1e742c2e70d4abb16d7e2200078c106509f088379cc752cd5a Sep 01 23:38:35.715 INFO running `"docker" "start" "-a" "7b4afab0401f6d1e742c2e70d4abb16d7e2200078c106509f088379cc752cd5a"` Sep 01 23:38:36.429 INFO kablam! Checking slippy-map-tiles v0.14.0 (file:///source) Sep 01 23:38:37.128 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.128 INFO kablam! --> src/lib.rs:175:36 Sep 01 23:38:37.128 INFO kablam! | Sep 01 23:38:37.128 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 23:38:37.128 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.128 INFO kablam! | Sep 01 23:38:37.128 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 23:38:37.128 INFO kablam! Sep 01 23:38:37.128 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.128 INFO kablam! --> src/lib.rs:175:53 Sep 01 23:38:37.128 INFO kablam! | Sep 01 23:38:37.128 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 23:38:37.128 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.128 INFO kablam! Sep 01 23:38:37.129 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.129 INFO kablam! --> src/lib.rs:180:57 Sep 01 23:38:37.129 INFO kablam! | Sep 01 23:38:37.129 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 01 23:38:37.129 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.129 INFO kablam! Sep 01 23:38:37.129 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.129 INFO kablam! --> src/lib.rs:185:36 Sep 01 23:38:37.129 INFO kablam! | Sep 01 23:38:37.129 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 01 23:38:37.129 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.129 INFO kablam! Sep 01 23:38:37.130 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.130 INFO kablam! --> src/lib.rs:510:36 Sep 01 23:38:37.130 INFO kablam! | Sep 01 23:38:37.130 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 23:38:37.130 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.130 INFO kablam! Sep 01 23:38:37.130 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.130 INFO kablam! --> src/lib.rs:510:53 Sep 01 23:38:37.130 INFO kablam! | Sep 01 23:38:37.130 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 23:38:37.130 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.130 INFO kablam! Sep 01 23:38:37.130 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.130 INFO kablam! --> src/lib.rs:515:72 Sep 01 23:38:37.130 INFO kablam! | Sep 01 23:38:37.130 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 01 23:38:37.131 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.131 INFO kablam! Sep 01 23:38:37.131 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.131 INFO kablam! --> src/lib.rs:520:36 Sep 01 23:38:37.131 INFO kablam! | Sep 01 23:38:37.131 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 01 23:38:37.131 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.131 INFO kablam! Sep 01 23:38:37.370 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.370 INFO kablam! --> src/lib.rs:175:36 Sep 01 23:38:37.370 INFO kablam! | Sep 01 23:38:37.370 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 23:38:37.370 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.370 INFO kablam! | Sep 01 23:38:37.371 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 23:38:37.371 INFO kablam! Sep 01 23:38:37.371 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.371 INFO kablam! --> src/lib.rs:175:53 Sep 01 23:38:37.371 INFO kablam! | Sep 01 23:38:37.371 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 23:38:37.371 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.371 INFO kablam! Sep 01 23:38:37.371 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.371 INFO kablam! --> src/lib.rs:180:57 Sep 01 23:38:37.371 INFO kablam! | Sep 01 23:38:37.371 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 01 23:38:37.371 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.371 INFO kablam! Sep 01 23:38:37.371 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.371 INFO kablam! --> src/lib.rs:185:36 Sep 01 23:38:37.371 INFO kablam! | Sep 01 23:38:37.372 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 01 23:38:37.372 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.372 INFO kablam! Sep 01 23:38:37.373 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.373 INFO kablam! --> src/lib.rs:510:36 Sep 01 23:38:37.373 INFO kablam! | Sep 01 23:38:37.373 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 23:38:37.374 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.374 INFO kablam! Sep 01 23:38:37.374 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.374 INFO kablam! --> src/lib.rs:510:53 Sep 01 23:38:37.374 INFO kablam! | Sep 01 23:38:37.374 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 01 23:38:37.374 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.374 INFO kablam! Sep 01 23:38:37.374 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.374 INFO kablam! --> src/lib.rs:515:72 Sep 01 23:38:37.374 INFO kablam! | Sep 01 23:38:37.374 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 01 23:38:37.374 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.374 INFO kablam! Sep 01 23:38:37.374 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 23:38:37.374 INFO kablam! --> src/lib.rs:520:36 Sep 01 23:38:37.374 INFO kablam! | Sep 01 23:38:37.374 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 01 23:38:37.375 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 23:38:37.375 INFO kablam! Sep 01 23:38:39.530 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.13s Sep 01 23:38:39.535 INFO kablam! su: No module specific data is present Sep 01 23:38:39.962 INFO running `"docker" "rm" "-f" "7b4afab0401f6d1e742c2e70d4abb16d7e2200078c106509f088379cc752cd5a"` Sep 01 23:38:40.045 INFO blam! 7b4afab0401f6d1e742c2e70d4abb16d7e2200078c106509f088379cc752cd5a