Sep 04 06:11:09.709 INFO checking slippy-map-tiles-0.14.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 04 06:11:09.709 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 04 06:11:09.709 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-3/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 06:11:09.891 INFO blam! 69ea166e4fe5da9eeac89493a9327288909eabe4ed5b950e96f7ef5ef4e1ff31 Sep 04 06:11:09.892 INFO running `"docker" "start" "-a" "69ea166e4fe5da9eeac89493a9327288909eabe4ed5b950e96f7ef5ef4e1ff31"` Sep 04 06:11:10.609 INFO kablam! Checking slippy-map-tiles v0.14.0 (file:///source) Sep 04 06:11:11.089 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.089 INFO kablam! --> src/lib.rs:175:36 Sep 04 06:11:11.089 INFO kablam! | Sep 04 06:11:11.090 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:11.090 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.090 INFO kablam! | Sep 04 06:11:11.090 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 06:11:11.090 INFO kablam! Sep 04 06:11:11.090 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.090 INFO kablam! --> src/lib.rs:175:53 Sep 04 06:11:11.090 INFO kablam! | Sep 04 06:11:11.090 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:11.090 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.090 INFO kablam! Sep 04 06:11:11.090 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.090 INFO kablam! --> src/lib.rs:180:57 Sep 04 06:11:11.090 INFO kablam! | Sep 04 06:11:11.090 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 04 06:11:11.090 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.090 INFO kablam! Sep 04 06:11:11.090 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.090 INFO kablam! --> src/lib.rs:185:36 Sep 04 06:11:11.090 INFO kablam! | Sep 04 06:11:11.090 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 04 06:11:11.090 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.090 INFO kablam! Sep 04 06:11:11.091 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.091 INFO kablam! --> src/lib.rs:510:36 Sep 04 06:11:11.091 INFO kablam! | Sep 04 06:11:11.091 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:11.091 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.091 INFO kablam! Sep 04 06:11:11.091 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.091 INFO kablam! --> src/lib.rs:510:53 Sep 04 06:11:11.091 INFO kablam! | Sep 04 06:11:11.091 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:11.091 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.091 INFO kablam! Sep 04 06:11:11.091 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.091 INFO kablam! --> src/lib.rs:515:72 Sep 04 06:11:11.091 INFO kablam! | Sep 04 06:11:11.091 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 04 06:11:11.092 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.092 INFO kablam! Sep 04 06:11:11.092 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.092 INFO kablam! --> src/lib.rs:520:36 Sep 04 06:11:11.092 INFO kablam! | Sep 04 06:11:11.092 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 04 06:11:11.092 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.092 INFO kablam! Sep 04 06:11:11.380 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.380 INFO kablam! --> src/lib.rs:175:36 Sep 04 06:11:11.380 INFO kablam! | Sep 04 06:11:11.380 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:11.380 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.380 INFO kablam! | Sep 04 06:11:11.381 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 04 06:11:11.381 INFO kablam! Sep 04 06:11:11.381 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.381 INFO kablam! --> src/lib.rs:175:53 Sep 04 06:11:11.381 INFO kablam! | Sep 04 06:11:11.381 INFO kablam! 175 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:11.381 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.381 INFO kablam! Sep 04 06:11:11.381 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.381 INFO kablam! --> src/lib.rs:180:57 Sep 04 06:11:11.381 INFO kablam! | Sep 04 06:11:11.381 INFO kablam! 180 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Sep 04 06:11:11.381 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.381 INFO kablam! Sep 04 06:11:11.381 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.381 INFO kablam! --> src/lib.rs:185:36 Sep 04 06:11:11.381 INFO kablam! | Sep 04 06:11:11.381 INFO kablam! 185 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Sep 04 06:11:11.381 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.381 INFO kablam! Sep 04 06:11:11.382 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.382 INFO kablam! --> src/lib.rs:510:36 Sep 04 06:11:11.382 INFO kablam! | Sep 04 06:11:11.382 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:11.382 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.382 INFO kablam! Sep 04 06:11:11.382 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.382 INFO kablam! --> src/lib.rs:510:53 Sep 04 06:11:11.382 INFO kablam! | Sep 04 06:11:11.382 INFO kablam! 510 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Sep 04 06:11:11.382 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.382 INFO kablam! Sep 04 06:11:11.382 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.382 INFO kablam! --> src/lib.rs:515:72 Sep 04 06:11:11.382 INFO kablam! | Sep 04 06:11:11.382 INFO kablam! 515 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Sep 04 06:11:11.382 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.382 INFO kablam! Sep 04 06:11:11.382 INFO kablam! warning: unnecessary parentheses around function argument Sep 04 06:11:11.382 INFO kablam! --> src/lib.rs:520:36 Sep 04 06:11:11.382 INFO kablam! | Sep 04 06:11:11.382 INFO kablam! 520 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Sep 04 06:11:11.382 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Sep 04 06:11:11.382 INFO kablam! Sep 04 06:11:13.319 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.76s Sep 04 06:11:13.323 INFO kablam! su: No module specific data is present Sep 04 06:11:13.865 INFO running `"docker" "rm" "-f" "69ea166e4fe5da9eeac89493a9327288909eabe4ed5b950e96f7ef5ef4e1ff31"` Sep 04 06:11:13.960 INFO blam! 69ea166e4fe5da9eeac89493a9327288909eabe4ed5b950e96f7ef5ef4e1ff31