Oct 13 00:47:57.361 INFO checking b-r-u/deltamap against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 00:47:57.362 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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:57.768 INFO blam! d3045d9a91da5014d8b984fe6e7e1d98d8d6c62ad670b22cd83349a542efe5e9 Oct 13 00:47:57.770 INFO running `"docker" "start" "-a" "d3045d9a91da5014d8b984fe6e7e1d98d8d6c62ad670b22cd83349a542efe5e9"` Oct 13 00:47:59.815 INFO kablam! usermod: no changes Oct 13 00:48:00.337 INFO kablam! Compiling protobuf v2.0.4 Oct 13 00:48:00.348 INFO kablam! Compiling gl_generator v0.9.0 Oct 13 00:48:00.349 INFO kablam! Checking parking_lot v0.6.3 Oct 13 00:48:00.349 INFO kablam! Compiling syn v0.14.9 Oct 13 00:48:00.349 INFO kablam! Checking wayland-sys v0.20.12 Oct 13 00:48:01.349 INFO kablam! Checking wayland-commons v0.20.12 Oct 13 00:48:02.790 INFO kablam! Checking wayland-client v0.20.12 Oct 13 00:48:02.962 INFO kablam! Checking tokio-reactor v0.1.4 Oct 13 00:48:09.155 INFO kablam! Checking tokio-tcp v0.1.1 Oct 13 00:48:09.155 INFO kablam! Checking tokio-udp v0.1.2 Oct 13 00:48:09.156 INFO kablam! Checking tokio-uds v0.2.1 Oct 13 00:48:09.161 INFO kablam! Compiling gl v0.10.0 Oct 13 00:48:09.161 INFO kablam! Compiling glutin v0.18.0 Oct 13 00:48:11.930 INFO kablam! Compiling deltamap v0.1.0 (/source) Oct 13 00:48:20.961 INFO kablam! Checking wayland-protocols v0.20.12 Oct 13 00:48:20.982 INFO kablam! Checking tokio v0.1.8 Oct 13 00:48:29.256 INFO kablam! Checking tokio-core v0.1.17 Oct 13 00:48:32.531 INFO kablam! Checking osmpbf v0.1.10 Oct 13 00:48:36.700 INFO kablam! Checking smithay-client-toolkit v0.3.0 Oct 13 00:48:38.136 INFO kablam! Compiling num-derive v0.2.2 Oct 13 00:48:41.184 INFO kablam! Checking tokio-tls v0.1.4 Oct 13 00:48:41.184 INFO kablam! Checking hyper v0.11.27 Oct 13 00:48:44.968 INFO kablam! Checking winit v0.17.2 Oct 13 00:48:45.428 INFO kablam! Checking image v0.19.0 Oct 13 00:48:58.524 INFO kablam! Checking hyper-tls v0.1.4 Oct 13 00:49:02.701 INFO kablam! Checking reqwest v0.8.8 Oct 13 00:49:17.206 INFO kablam! warning: unused variable: `pos` Oct 13 00:49:17.206 INFO kablam! --> src/orthografic_view.rs:349:44 Oct 13 00:49:17.206 INFO kablam! | Oct 13 00:49:17.206 INFO kablam! 349 | pub fn zoom_at(map_view: &mut MapView, pos: ScreenCoord, zoom_delta: f64) { Oct 13 00:49:17.206 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 00:49:17.206 INFO kablam! | Oct 13 00:49:17.206 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:49:17.206 INFO kablam! Oct 13 00:49:17.206 INFO kablam! warning: unused variable: `pos` Oct 13 00:49:17.206 INFO kablam! --> src/orthografic_view.rs:365:48 Oct 13 00:49:17.206 INFO kablam! | Oct 13 00:49:17.206 INFO kablam! 365 | pub fn set_zoom_at(map_view: &mut MapView, pos: ScreenCoord, zoom: f64) { Oct 13 00:49:17.206 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 00:49:17.206 INFO kablam! Oct 13 00:49:17.588 INFO kablam! warning: unused variable: `pos` Oct 13 00:49:17.588 INFO kablam! --> src/orthografic_view.rs:349:44 Oct 13 00:49:17.588 INFO kablam! | Oct 13 00:49:17.588 INFO kablam! 349 | pub fn zoom_at(map_view: &mut MapView, pos: ScreenCoord, zoom_delta: f64) { Oct 13 00:49:17.588 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 00:49:17.588 INFO kablam! | Oct 13 00:49:17.588 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 00:49:17.588 INFO kablam! Oct 13 00:49:17.588 INFO kablam! warning: unused variable: `pos` Oct 13 00:49:17.588 INFO kablam! --> src/orthografic_view.rs:365:48 Oct 13 00:49:17.588 INFO kablam! | Oct 13 00:49:17.588 INFO kablam! 365 | pub fn set_zoom_at(map_view: &mut MapView, pos: ScreenCoord, zoom: f64) { Oct 13 00:49:17.588 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 13 00:49:17.588 INFO kablam! Oct 13 00:49:17.956 INFO kablam! warning: method is never used: `new` Oct 13 00:49:17.956 INFO kablam! --> src/ortho_tile_layer.rs:31:5 Oct 13 00:49:17.956 INFO kablam! | Oct 13 00:49:17.956 INFO kablam! 31 | fn new(view_center: LatLonRad, viewport_size: (u32, u32), sphere_radius: f64, lat: f64) -> Self { Oct 13 00:49:17.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:17.956 INFO kablam! | Oct 13 00:49:17.956 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:49:17.956 INFO kablam! Oct 13 00:49:18.364 INFO kablam! warning: method is never used: `new` Oct 13 00:49:18.364 INFO kablam! --> src/ortho_tile_layer.rs:31:5 Oct 13 00:49:18.364 INFO kablam! | Oct 13 00:49:18.364 INFO kablam! 31 | fn new(view_center: LatLonRad, viewport_size: (u32, u32), sphere_radius: f64, lat: f64) -> Self { Oct 13 00:49:18.364 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 00:49:18.364 INFO kablam! | Oct 13 00:49:18.364 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 00:49:18.364 INFO kablam! Oct 13 00:49:18.618 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 18s Oct 13 00:49:18.649 INFO kablam! su: No module specific data is present Oct 13 00:49:19.284 INFO running `"docker" "rm" "-f" "d3045d9a91da5014d8b984fe6e7e1d98d8d6c62ad670b22cd83349a542efe5e9"` Oct 13 00:49:19.500 INFO blam! d3045d9a91da5014d8b984fe6e7e1d98d8d6c62ad670b22cd83349a542efe5e9