Oct 13 00:47:47.736 INFO checking b-r-u/deltamap against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 00:47:47.736 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-alt check --frozen --all --all-targets" "-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 13 00:47:48.209 INFO blam! c783b8ac0745a4820675b5fe5663a0b056c5827f3727c6bd198c18e54b6f061d Oct 13 00:47:48.210 INFO running `"docker" "start" "-a" "c783b8ac0745a4820675b5fe5663a0b056c5827f3727c6bd198c18e54b6f061d"` Oct 13 00:47:50.107 INFO kablam! usermod: no changes Oct 13 00:47:50.658 INFO kablam! Compiling protobuf v2.0.4 Oct 13 00:47:50.668 INFO kablam! Compiling miniz-sys v0.1.10 Oct 13 00:47:50.678 INFO kablam! Checking directories v1.0.1 Oct 13 00:47:50.689 INFO kablam! Checking parking_lot_core v0.2.14 Oct 13 00:47:50.692 INFO kablam! Compiling gl_generator v0.9.0 Oct 13 00:47:50.695 INFO kablam! Compiling syn v0.14.9 Oct 13 00:47:50.702 INFO kablam! Checking wayland-sys v0.20.12 Oct 13 00:47:53.347 INFO kablam! Checking wayland-commons v0.20.12 Oct 13 00:47:53.922 INFO kablam! Checking parking_lot v0.6.3 Oct 13 00:47:55.143 INFO kablam! Checking wayland-client v0.20.12 Oct 13 00:47:56.858 INFO kablam! Checking tokio-reactor v0.1.4 Oct 13 00:47:57.823 INFO kablam! Checking flate2 v1.0.2 Oct 13 00:47:58.123 INFO kablam! Compiling glutin v0.18.0 Oct 13 00:47:58.124 INFO kablam! Compiling gl v0.10.0 Oct 13 00:47:58.124 INFO kablam! Compiling deltamap v0.1.0 (/source) Oct 13 00:48:02.877 INFO kablam! Checking wayland-protocols v0.20.12 Oct 13 00:48:03.286 INFO kablam! Checking tokio-uds v0.2.1 Oct 13 00:48:03.372 INFO kablam! Checking tokio-tcp v0.1.1 Oct 13 00:48:06.688 INFO kablam! Checking tokio-udp v0.1.2 Oct 13 00:48:11.765 INFO kablam! Checking osmpbf v0.1.10 Oct 13 00:48:14.705 INFO kablam! Checking tokio v0.1.8 Oct 13 00:48:25.961 INFO kablam! Checking smithay-client-toolkit v0.3.0 Oct 13 00:48:26.639 INFO kablam! Checking tokio-core v0.1.17 Oct 13 00:48:28.704 INFO kablam! Compiling num-derive v0.2.2 Oct 13 00:48:33.808 INFO kablam! Checking winit v0.17.2 Oct 13 00:48:35.613 INFO kablam! Checking tokio-tls v0.1.4 Oct 13 00:48:35.614 INFO kablam! Checking hyper v0.11.27 Oct 13 00:48:39.269 INFO kablam! Checking image v0.19.0 Oct 13 00:48:50.166 INFO kablam! Checking hyper-tls v0.1.4 Oct 13 00:48:53.938 INFO kablam! Checking reqwest v0.8.8 Oct 13 00:49:10.455 INFO kablam! warning: unused variable: `pos` Oct 13 00:49:10.455 INFO kablam! --> src/orthografic_view.rs:349:44 Oct 13 00:49:10.455 INFO kablam! | Oct 13 00:49:10.455 INFO kablam! 349 | pub fn zoom_at(map_view: &mut MapView, pos: ScreenCoord, zoom_delta: f64) { Oct 13 00:49:10.455 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 00:49:10.455 INFO kablam! | Oct 13 00:49:10.455 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:49:10.455 INFO kablam! Oct 13 00:49:10.456 INFO kablam! warning: unused variable: `pos` Oct 13 00:49:10.456 INFO kablam! --> src/orthografic_view.rs:365:48 Oct 13 00:49:10.456 INFO kablam! | Oct 13 00:49:10.456 INFO kablam! 365 | pub fn set_zoom_at(map_view: &mut MapView, pos: ScreenCoord, zoom: f64) { Oct 13 00:49:10.457 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 00:49:10.457 INFO kablam! Oct 13 00:49:11.356 INFO kablam! warning: method is never used: `new` Oct 13 00:49:11.357 INFO kablam! --> src/ortho_tile_layer.rs:31:5 Oct 13 00:49:11.357 INFO kablam! | Oct 13 00:49:11.357 INFO kablam! 31 | fn new(view_center: LatLonRad, viewport_size: (u32, u32), sphere_radius: f64, lat: f64) -> Self { Oct 13 00:49:11.358 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:11.364 INFO kablam! | Oct 13 00:49:11.365 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:49:11.365 INFO kablam! Oct 13 00:49:11.436 INFO kablam! warning: unused variable: `pos` Oct 13 00:49:11.437 INFO kablam! --> src/orthografic_view.rs:349:44 Oct 13 00:49:11.437 INFO kablam! | Oct 13 00:49:11.437 INFO kablam! 349 | pub fn zoom_at(map_view: &mut MapView, pos: ScreenCoord, zoom_delta: f64) { Oct 13 00:49:11.438 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 00:49:11.438 INFO kablam! | Oct 13 00:49:11.438 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:49:11.438 INFO kablam! Oct 13 00:49:11.439 INFO kablam! warning: unused variable: `pos` Oct 13 00:49:11.439 INFO kablam! --> src/orthografic_view.rs:365:48 Oct 13 00:49:11.439 INFO kablam! | Oct 13 00:49:11.440 INFO kablam! 365 | pub fn set_zoom_at(map_view: &mut MapView, pos: ScreenCoord, zoom: f64) { Oct 13 00:49:11.440 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 00:49:11.440 INFO kablam! Oct 13 00:49:12.288 INFO kablam! warning: method is never used: `new` Oct 13 00:49:12.288 INFO kablam! --> src/ortho_tile_layer.rs:31:5 Oct 13 00:49:12.288 INFO kablam! | Oct 13 00:49:12.288 INFO kablam! 31 | fn new(view_center: LatLonRad, viewport_size: (u32, u32), sphere_radius: f64, lat: f64) -> Self { Oct 13 00:49:12.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:12.288 INFO kablam! | Oct 13 00:49:12.296 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:49:12.296 INFO kablam! Oct 13 00:49:12.461 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 22s Oct 13 00:49:12.492 INFO kablam! su: No module specific data is present Oct 13 00:49:13.464 INFO running `"docker" "rm" "-f" "c783b8ac0745a4820675b5fe5663a0b056c5827f3727c6bd198c18e54b6f061d"` Oct 13 00:49:13.716 INFO blam! c783b8ac0745a4820675b5fe5663a0b056c5827f3727c6bd198c18e54b6f061d