Oct 15 18:36:30.992 INFO testing slippy-map-tiles-0.13.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 18:36:30.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 18:36:31.254 INFO blam! d5b01c5818c79e03b17b5958cd3f7e75d77720dc4cd7d79d442046e74625a1cd Oct 15 18:36:31.257 INFO running `"docker" "start" "-a" "d5b01c5818c79e03b17b5958cd3f7e75d77720dc4cd7d79d442046e74625a1cd"` Oct 15 18:36:31.741 INFO kablam! usermod: no changes Oct 15 18:36:31.800 INFO kablam! Compiling slippy-map-tiles v0.13.1 (/source) Oct 15 18:36:32.643 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:32.643 INFO kablam! --> src/lib.rs:173:36 Oct 15 18:36:32.643 INFO kablam! | Oct 15 18:36:32.643 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Oct 15 18:36:32.643 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:32.643 INFO kablam! | Oct 15 18:36:32.643 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 18:36:32.643 INFO kablam! Oct 15 18:36:32.643 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:32.643 INFO kablam! --> src/lib.rs:173:53 Oct 15 18:36:32.643 INFO kablam! | Oct 15 18:36:32.643 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Oct 15 18:36:32.643 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:32.643 INFO kablam! Oct 15 18:36:32.643 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:32.643 INFO kablam! --> src/lib.rs:178:57 Oct 15 18:36:32.643 INFO kablam! | Oct 15 18:36:32.643 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Oct 15 18:36:32.643 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:32.643 INFO kablam! Oct 15 18:36:32.643 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:32.643 INFO kablam! --> src/lib.rs:183:36 Oct 15 18:36:32.643 INFO kablam! | Oct 15 18:36:32.643 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Oct 15 18:36:32.643 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:32.643 INFO kablam! Oct 15 18:36:32.643 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:32.643 INFO kablam! --> src/lib.rs:473:36 Oct 15 18:36:32.643 INFO kablam! | Oct 15 18:36:32.643 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Oct 15 18:36:32.643 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:32.643 INFO kablam! Oct 15 18:36:32.643 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:32.643 INFO kablam! --> src/lib.rs:473:53 Oct 15 18:36:32.643 INFO kablam! | Oct 15 18:36:32.643 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Oct 15 18:36:32.643 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:32.643 INFO kablam! Oct 15 18:36:32.643 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:32.643 INFO kablam! --> src/lib.rs:478:72 Oct 15 18:36:32.643 INFO kablam! | Oct 15 18:36:32.643 INFO kablam! 478 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Oct 15 18:36:32.643 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:32.643 INFO kablam! Oct 15 18:36:32.644 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:32.644 INFO kablam! --> src/lib.rs:483:36 Oct 15 18:36:32.644 INFO kablam! | Oct 15 18:36:32.644 INFO kablam! 483 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Oct 15 18:36:32.644 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:32.644 INFO kablam! Oct 15 18:36:33.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.05s Oct 15 18:36:33.827 INFO kablam! su: No module specific data is present Oct 15 18:36:35.116 INFO running `"docker" "rm" "-f" "d5b01c5818c79e03b17b5958cd3f7e75d77720dc4cd7d79d442046e74625a1cd"` Oct 15 18:36:35.403 INFO blam! d5b01c5818c79e03b17b5958cd3f7e75d77720dc4cd7d79d442046e74625a1cd Oct 15 18:36:35.405 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 18:36:35.840 INFO blam! 6b7022bfb2f3bf8e33180acaccf462e75dfe724634680578b0cf3e3ea9468c2e Oct 15 18:36:35.842 INFO running `"docker" "start" "-a" "6b7022bfb2f3bf8e33180acaccf462e75dfe724634680578b0cf3e3ea9468c2e"` Oct 15 18:36:37.218 INFO kablam! usermod: no changes Oct 15 18:36:37.331 INFO kablam! Compiling slippy-map-tiles v0.13.1 (/source) Oct 15 18:36:38.503 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:38.503 INFO kablam! --> src/lib.rs:173:36 Oct 15 18:36:38.503 INFO kablam! | Oct 15 18:36:38.503 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Oct 15 18:36:38.503 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:38.503 INFO kablam! | Oct 15 18:36:38.503 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 15 18:36:38.503 INFO kablam! Oct 15 18:36:38.503 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:38.503 INFO kablam! --> src/lib.rs:173:53 Oct 15 18:36:38.503 INFO kablam! | Oct 15 18:36:38.503 INFO kablam! 173 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Oct 15 18:36:38.503 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:38.503 INFO kablam! Oct 15 18:36:38.503 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:38.503 INFO kablam! --> src/lib.rs:178:57 Oct 15 18:36:38.503 INFO kablam! | Oct 15 18:36:38.503 INFO kablam! 178 | tile_nw_lat_lon(self.zoom, (self.x as f32)+1.0, (self.y as f32)) Oct 15 18:36:38.503 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:38.503 INFO kablam! Oct 15 18:36:38.503 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:38.503 INFO kablam! --> src/lib.rs:183:36 Oct 15 18:36:38.503 INFO kablam! | Oct 15 18:36:38.503 INFO kablam! 183 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)+1.0) Oct 15 18:36:38.503 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:38.503 INFO kablam! Oct 15 18:36:38.503 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:38.503 INFO kablam! --> src/lib.rs:473:36 Oct 15 18:36:38.503 INFO kablam! | Oct 15 18:36:38.503 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Oct 15 18:36:38.503 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:38.503 INFO kablam! Oct 15 18:36:38.503 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:38.503 INFO kablam! --> src/lib.rs:473:53 Oct 15 18:36:38.503 INFO kablam! | Oct 15 18:36:38.503 INFO kablam! 473 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y as f32)) Oct 15 18:36:38.503 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:38.503 INFO kablam! Oct 15 18:36:38.503 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:38.503 INFO kablam! --> src/lib.rs:478:72 Oct 15 18:36:38.503 INFO kablam! | Oct 15 18:36:38.503 INFO kablam! 478 | tile_nw_lat_lon(self.zoom, (self.x+self.size() as u32) as f32, (self.y as f32)) Oct 15 18:36:38.503 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:38.504 INFO kablam! Oct 15 18:36:38.504 INFO kablam! warning: unnecessary parentheses around function argument Oct 15 18:36:38.504 INFO kablam! --> src/lib.rs:483:36 Oct 15 18:36:38.504 INFO kablam! | Oct 15 18:36:38.504 INFO kablam! 483 | tile_nw_lat_lon(self.zoom, (self.x as f32), (self.y+self.size() as u32) as f32) Oct 15 18:36:38.504 INFO kablam! | ^^^^^^^^^^^^^^^ help: remove these parentheses Oct 15 18:36:38.504 INFO kablam! Oct 15 18:36:41.426 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.17s Oct 15 18:36:41.429 INFO kablam! su: No module specific data is present Oct 15 18:36:42.534 INFO running `"docker" "rm" "-f" "6b7022bfb2f3bf8e33180acaccf462e75dfe724634680578b0cf3e3ea9468c2e"` Oct 15 18:36:42.855 INFO blam! 6b7022bfb2f3bf8e33180acaccf462e75dfe724634680578b0cf3e3ea9468c2e Oct 15 18:36:42.859 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 18:36:43.369 INFO blam! 224d5d41ab015570756776c76480020b3a980868afff8a66b4c53b0d015707ac Oct 15 18:36:43.372 INFO running `"docker" "start" "-a" "224d5d41ab015570756776c76480020b3a980868afff8a66b4c53b0d015707ac"` Oct 15 18:36:44.359 INFO kablam! usermod: no changes Oct 15 18:36:44.443 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 18:36:44.447 INFO kablam! Running /target/debug/deps/slippy_map_tiles-11f70cf5c5402b3d Oct 15 18:36:44.447 INFO blam! Oct 15 18:36:44.447 INFO blam! running 36 tests Oct 15 18:36:44.447 INFO blam! test test::bbox_tile ... ok Oct 15 18:36:44.447 INFO blam! test test::bbox_overlaps ... ok Oct 15 18:36:44.451 INFO blam! test test::all_tiles_to_zoom_iter ... ok Oct 15 18:36:44.483 INFO blam! test test::bbox_from_string ... ok Oct 15 18:36:44.483 INFO blam! test test::all_tiles ... ok Oct 15 18:36:44.484 INFO blam! test test::bbox_contains_point ... ok Oct 15 18:36:44.484 INFO blam! test test::latlon_create ... ok Oct 15 18:36:44.490 INFO blam! test test::bbox_tile_iter ... ok Oct 15 18:36:44.490 INFO blam! test test::bbox_create ... ok Oct 15 18:36:44.490 INFO blam! test test::size_bbox_zoom2 ... ok Oct 15 18:36:44.491 INFO blam! test test::size_bbox_zoom1 ... ok Oct 15 18:36:44.491 INFO blam! test test::size_bbox_zoom_metatiles1 ... ok Oct 15 18:36:44.491 INFO blam! test test::test_lat_lon_to_tile1 ... ok Oct 15 18:36:44.491 INFO blam! test test::mp ... ok Oct 15 18:36:44.492 INFO blam! test test::mod_tile_path ... ok Oct 15 18:36:44.492 INFO blam! test test::test_metatile ... ok Oct 15 18:36:44.494 INFO blam! test test::test_lat_lon_to_tile2 ... ok Oct 15 18:36:44.494 INFO blam! test test::test_metatile_subtiles_bbox1 ... ok Oct 15 18:36:44.507 INFO blam! test test::all_sub_tiles_iter ... ok Oct 15 18:36:44.508 INFO blam! test test::test_metatile_subtiles_bbox3 ... ok Oct 15 18:36:44.508 INFO blam! test test::size_bbox_zoom_metatiles2 ... ok Oct 15 18:36:44.508 INFO blam! test test::tc ... ok Oct 15 18:36:44.508 INFO blam! test test::test_metatile_subtiles_bbox2 ... ok Oct 15 18:36:44.509 INFO blam! test test::test_metatile_subtiles ... ok Oct 15 18:36:44.509 INFO blam! test test::test_metatile_bbox ... ok Oct 15 18:36:44.516 INFO blam! test test::test_num_tiles_in_zoom ... ok Oct 15 18:36:44.516 INFO blam! test test::tile_from_tms ... ok Oct 15 18:36:44.516 INFO blam! test test::tiles ... ok Oct 15 18:36:44.516 INFO blam! test test::tiles_parsing ... ok Oct 15 18:36:44.517 INFO blam! test test::ts ... ok Oct 15 18:36:44.525 INFO blam! test test::test_xy_to_zorder ... ok Oct 15 18:36:44.525 INFO blam! test test::test_zorder_to_xy ... ok Oct 15 18:36:44.526 INFO blam! test test::test_metatile_subtiles_bbox4 ... ok Oct 15 18:36:44.531 INFO blam! test test::test_remaining_in_zoom ... ok Oct 15 18:36:44.531 INFO blam! test test::test_mod_tile_metatile ... ok Oct 15 18:36:44.595 INFO blam! test test::test_metatile_all ... ok Oct 15 18:36:44.596 INFO kablam! Doc-tests slippy-map-tiles Oct 15 18:36:44.596 INFO blam! Oct 15 18:36:44.597 INFO blam! test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:36:44.597 INFO blam! Oct 15 18:36:46.123 INFO blam! Oct 15 18:36:46.123 INFO blam! running 8 tests Oct 15 18:36:51.187 INFO blam! test src/lib.rs - (line 4) ... ok Oct 15 18:36:51.370 INFO blam! test src/lib.rs - Tile::parent (line 113) ... ok Oct 15 18:36:51.405 INFO blam! test src/lib.rs - (line 12) ... ok Oct 15 18:36:51.459 INFO blam! test src/lib.rs - Tile::all (line 241) ... ok Oct 15 18:36:51.463 INFO blam! test src/lib.rs - Tile::parent (line 107) ... ok Oct 15 18:36:51.697 INFO blam! test src/lib.rs - Tile::new (line 34) ... ok Oct 15 18:36:51.699 INFO blam! test src/lib.rs - Tile::from_tms (line 61) ... ok Oct 15 18:36:51.795 INFO blam! test src/lib.rs - Tile::subtiles (line 133) ... ok Oct 15 18:36:51.795 INFO blam! Oct 15 18:36:51.795 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 18:36:51.795 INFO blam! Oct 15 18:36:51.796 INFO kablam! su: No module specific data is present Oct 15 18:36:52.037 INFO running `"docker" "rm" "-f" "224d5d41ab015570756776c76480020b3a980868afff8a66b4c53b0d015707ac"` Oct 15 18:36:52.113 INFO blam! 224d5d41ab015570756776c76480020b3a980868afff8a66b4c53b0d015707ac