Oct 21 20:45:39.992 INFO checking PKoshkin/voxel_craft against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:45:39.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 20:45:40.200 INFO blam! 1f5cc6bd1907fc1f3478b9cafe84d64ed926587d78670b4fcf800ec6add7b8d1 Oct 21 20:45:40.201 INFO running `"docker" "start" "-a" "1f5cc6bd1907fc1f3478b9cafe84d64ed926587d78670b4fcf800ec6add7b8d1"` Oct 21 20:45:40.610 INFO kablam! usermod: no changes Oct 21 20:45:40.837 INFO kablam! Compiling libloading v0.5.0 Oct 21 20:45:40.839 INFO kablam! Checking cgmath v0.16.1 Oct 21 20:45:40.839 INFO kablam! Checking png v0.11.0 Oct 21 20:45:40.840 INFO kablam! Compiling glium v0.20.0 Oct 21 20:45:40.840 INFO kablam! Checking rayon-core v1.4.0 Oct 21 20:45:42.737 INFO kablam! Checking rayon v1.0.1 Oct 21 20:45:43.813 INFO kablam! Checking dlib v0.4.1 Oct 21 20:45:44.772 INFO kablam! Checking wayland-sys v0.12.5 Oct 21 20:45:45.700 INFO kablam! Checking wayland-client v0.12.5 Oct 21 20:45:48.658 INFO kablam! Checking jpeg-decoder v0.1.14 Oct 21 20:45:49.188 INFO kablam! Checking wayland-protocols v0.12.5 Oct 21 20:45:49.188 INFO kablam! Checking wayland-kbd v0.13.1 Oct 21 20:45:51.267 INFO kablam! Checking image v0.18.0 Oct 21 20:45:53.871 INFO kablam! Checking wayland-window v0.13.2 Oct 21 20:45:55.064 INFO kablam! Checking winit v0.10.0 Oct 21 20:45:57.760 INFO kablam! Checking glutin v0.12.2 Oct 21 20:46:13.990 INFO kablam! Checking voxel_craft v0.1.0 (/source) Oct 21 20:46:17.024 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 20:46:17.024 INFO kablam! --> src/game_application/marching_cubes.rs:1:5 Oct 21 20:46:17.024 INFO kablam! | Oct 21 20:46:17.024 INFO kablam! 1 | use std::collections::HashMap; Oct 21 20:46:17.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:46:17.024 INFO kablam! | Oct 21 20:46:17.024 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:46:17.024 INFO kablam! Oct 21 20:46:17.024 INFO kablam! warning: unused import: `Vector3` Oct 21 20:46:17.024 INFO kablam! --> src/game_application/marching_cubes.rs:2:32 Oct 21 20:46:17.024 INFO kablam! | Oct 21 20:46:17.024 INFO kablam! 2 | use game_application::cgmath::{Vector3, Point3}; Oct 21 20:46:17.024 INFO kablam! | ^^^^^^^ Oct 21 20:46:17.024 INFO kablam! Oct 21 20:46:17.024 INFO kablam! warning: unused import: `game_application::geometry::normalize` Oct 21 20:46:17.024 INFO kablam! --> src/game_application/marching_cubes.rs:4:5 Oct 21 20:46:17.024 INFO kablam! | Oct 21 20:46:17.024 INFO kablam! 4 | use game_application::geometry::normalize; Oct 21 20:46:17.024 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:46:17.024 INFO kablam! Oct 21 20:46:17.524 INFO kablam! warning: unused variable: `event` Oct 21 20:46:17.524 INFO kablam! --> src/game_application/view.rs:122:36 Oct 21 20:46:17.524 INFO kablam! | Oct 21 20:46:17.524 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 21 20:46:17.524 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 21 20:46:17.524 INFO kablam! | Oct 21 20:46:17.524 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:46:17.524 INFO kablam! Oct 21 20:46:17.524 INFO kablam! warning: unused variable: `event` Oct 21 20:46:17.524 INFO kablam! --> src/game_application/model.rs:30:36 Oct 21 20:46:17.524 INFO kablam! | Oct 21 20:46:17.524 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 21 20:46:17.524 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 21 20:46:17.524 INFO kablam! Oct 21 20:46:17.524 INFO kablam! warning: unused variable: `camera_position` Oct 21 20:46:17.525 INFO kablam! --> src/game_application/map.rs:48:30 Oct 21 20:46:17.525 INFO kablam! | Oct 21 20:46:17.525 INFO kablam! 48 | fn need_to_redraw(&self, camera_position: Point3) -> bool { Oct 21 20:46:17.525 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_camera_position` instead Oct 21 20:46:17.525 INFO kablam! Oct 21 20:46:17.525 INFO kablam! warning: unused variable: `triangles` Oct 21 20:46:17.525 INFO kablam! --> src/game_application/mesh.rs:127:21 Oct 21 20:46:17.525 INFO kablam! | Oct 21 20:46:17.525 INFO kablam! 127 | for (point, triangles) in self.point_neighbors.iter() { Oct 21 20:46:17.525 INFO kablam! | ^^^^^^^^^ help: consider using `_triangles` instead Oct 21 20:46:17.525 INFO kablam! Oct 21 20:46:17.620 INFO kablam! warning: function is never used: `init_points_program` Oct 21 20:46:17.620 INFO kablam! --> src/game_application/view.rs:35:1 Oct 21 20:46:17.620 INFO kablam! | Oct 21 20:46:17.620 INFO kablam! 35 | fn init_points_program(display: &glium::Display, directory: &str) -> glium::Program { Oct 21 20:46:17.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:46:17.620 INFO kablam! | Oct 21 20:46:17.620 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:46:17.620 INFO kablam! Oct 21 20:46:17.620 INFO kablam! warning: method is never used: `handle_event` Oct 21 20:46:17.620 INFO kablam! --> src/game_application/view.rs:122:5 Oct 21 20:46:17.620 INFO kablam! | Oct 21 20:46:17.620 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 21 20:46:17.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:46:17.620 INFO kablam! Oct 21 20:46:17.620 INFO kablam! warning: method is never used: `handle_event` Oct 21 20:46:17.620 INFO kablam! --> src/game_application/model.rs:30:5 Oct 21 20:46:17.620 INFO kablam! | Oct 21 20:46:17.620 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 21 20:46:17.620 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:46:17.620 INFO kablam! Oct 21 20:46:17.796 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 21 20:46:17.796 INFO kablam! --> src/game_application/marching_cubes.rs:1:5 Oct 21 20:46:17.796 INFO kablam! | Oct 21 20:46:17.796 INFO kablam! 1 | use std::collections::HashMap; Oct 21 20:46:17.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:46:17.796 INFO kablam! | Oct 21 20:46:17.796 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:46:17.796 INFO kablam! Oct 21 20:46:17.796 INFO kablam! warning: unused import: `Vector3` Oct 21 20:46:17.796 INFO kablam! --> src/game_application/marching_cubes.rs:2:32 Oct 21 20:46:17.796 INFO kablam! | Oct 21 20:46:17.796 INFO kablam! 2 | use game_application::cgmath::{Vector3, Point3}; Oct 21 20:46:17.796 INFO kablam! | ^^^^^^^ Oct 21 20:46:17.796 INFO kablam! Oct 21 20:46:17.796 INFO kablam! warning: unused import: `game_application::geometry::normalize` Oct 21 20:46:17.796 INFO kablam! --> src/game_application/marching_cubes.rs:4:5 Oct 21 20:46:17.796 INFO kablam! | Oct 21 20:46:17.796 INFO kablam! 4 | use game_application::geometry::normalize; Oct 21 20:46:17.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:46:17.796 INFO kablam! Oct 21 20:46:18.236 INFO kablam! warning: unused variable: `event` Oct 21 20:46:18.236 INFO kablam! --> src/game_application/view.rs:122:36 Oct 21 20:46:18.236 INFO kablam! | Oct 21 20:46:18.236 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 21 20:46:18.236 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 21 20:46:18.236 INFO kablam! | Oct 21 20:46:18.236 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 21 20:46:18.236 INFO kablam! Oct 21 20:46:18.236 INFO kablam! warning: unused variable: `event` Oct 21 20:46:18.236 INFO kablam! --> src/game_application/model.rs:30:36 Oct 21 20:46:18.236 INFO kablam! | Oct 21 20:46:18.236 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 21 20:46:18.236 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 21 20:46:18.237 INFO kablam! Oct 21 20:46:18.237 INFO kablam! warning: unused variable: `camera_position` Oct 21 20:46:18.237 INFO kablam! --> src/game_application/map.rs:48:30 Oct 21 20:46:18.237 INFO kablam! | Oct 21 20:46:18.237 INFO kablam! 48 | fn need_to_redraw(&self, camera_position: Point3) -> bool { Oct 21 20:46:18.237 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_camera_position` instead Oct 21 20:46:18.237 INFO kablam! Oct 21 20:46:18.237 INFO kablam! warning: unused variable: `triangles` Oct 21 20:46:18.237 INFO kablam! --> src/game_application/mesh.rs:127:21 Oct 21 20:46:18.237 INFO kablam! | Oct 21 20:46:18.237 INFO kablam! 127 | for (point, triangles) in self.point_neighbors.iter() { Oct 21 20:46:18.237 INFO kablam! | ^^^^^^^^^ help: consider using `_triangles` instead Oct 21 20:46:18.237 INFO kablam! Oct 21 20:46:18.320 INFO kablam! warning: function is never used: `init_points_program` Oct 21 20:46:18.320 INFO kablam! --> src/game_application/view.rs:35:1 Oct 21 20:46:18.320 INFO kablam! | Oct 21 20:46:18.320 INFO kablam! 35 | fn init_points_program(display: &glium::Display, directory: &str) -> glium::Program { Oct 21 20:46:18.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:46:18.320 INFO kablam! | Oct 21 20:46:18.320 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:46:18.320 INFO kablam! Oct 21 20:46:18.320 INFO kablam! warning: method is never used: `handle_event` Oct 21 20:46:18.320 INFO kablam! --> src/game_application/view.rs:122:5 Oct 21 20:46:18.320 INFO kablam! | Oct 21 20:46:18.320 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 21 20:46:18.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:46:18.320 INFO kablam! Oct 21 20:46:18.320 INFO kablam! warning: method is never used: `handle_event` Oct 21 20:46:18.320 INFO kablam! --> src/game_application/model.rs:30:5 Oct 21 20:46:18.320 INFO kablam! | Oct 21 20:46:18.320 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 21 20:46:18.320 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:46:18.321 INFO kablam! Oct 21 20:46:18.373 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 37.74s Oct 21 20:46:18.388 INFO kablam! su: No module specific data is present Oct 21 20:46:19.060 INFO running `"docker" "rm" "-f" "1f5cc6bd1907fc1f3478b9cafe84d64ed926587d78670b4fcf800ec6add7b8d1"` Oct 21 20:46:19.316 INFO blam! 1f5cc6bd1907fc1f3478b9cafe84d64ed926587d78670b4fcf800ec6add7b8d1