Oct 27 04:14:42.433 INFO checking gluyas/skyro against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 04:14:42.434 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 27 04:14:42.894 INFO blam! 3d0842fba3853dcf42eccff9460b4ddfc203c243068042070010f256f7120dd5 Oct 27 04:14:42.896 INFO running `"docker" "start" "-a" "3d0842fba3853dcf42eccff9460b4ddfc203c243068042070010f256f7120dd5"` Oct 27 04:14:43.264 INFO kablam! usermod: no changes Oct 27 04:14:43.447 INFO kablam! Checking libloading v0.5.0 Oct 27 04:14:43.447 INFO kablam! Checking parking_lot_core v0.3.0 Oct 27 04:14:43.471 INFO kablam! Compiling gl_generator v0.9.0 Oct 27 04:14:43.471 INFO kablam! Checking cgmath v0.16.1 Oct 27 04:14:45.011 INFO kablam! Checking dlib v0.4.1 Oct 27 04:14:45.075 INFO kablam! Checking parking_lot v0.6.4 Oct 27 04:14:45.631 INFO kablam! Checking wayland-sys v0.20.12 Oct 27 04:14:46.575 INFO kablam! Checking wayland-commons v0.20.12 Oct 27 04:14:47.187 INFO kablam! Checking wayland-client v0.20.12 Oct 27 04:14:48.763 INFO kablam! Compiling glutin v0.18.0 Oct 27 04:14:48.763 INFO kablam! Compiling gl v0.10.0 Oct 27 04:14:51.802 INFO kablam! Checking wayland-protocols v0.20.12 Oct 27 04:14:58.947 INFO kablam! Checking smithay-client-toolkit v0.3.0 Oct 27 04:15:04.689 INFO kablam! Checking winit v0.17.2 Oct 27 04:15:11.967 INFO kablam! Checking skyro v0.1.0 (/source) Oct 27 04:15:14.111 INFO kablam! warning: unused import: `self` Oct 27 04:15:14.111 INFO kablam! --> src/main.rs:16:16 Oct 27 04:15:14.111 INFO kablam! | Oct 27 04:15:14.111 INFO kablam! 16 | use std::mem::{self, size_of}; Oct 27 04:15:14.111 INFO kablam! | ^^^^ Oct 27 04:15:14.111 INFO kablam! | Oct 27 04:15:14.111 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:15:14.111 INFO kablam! Oct 27 04:15:14.112 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 04:15:14.112 INFO kablam! --> src/main.rs:422:48 Oct 27 04:15:14.112 INFO kablam! | Oct 27 04:15:14.112 INFO kablam! 422 | let bisect_color = ( Oct 27 04:15:14.112 INFO kablam! | ________________________________________________^ Oct 27 04:15:14.112 INFO kablam! 423 | | bary[edge_indices.0] * mesh[edge.0].color + Oct 27 04:15:14.112 INFO kablam! 424 | | bary[edge_indices.1] * mesh[edge.1].color Oct 27 04:15:14.112 INFO kablam! 425 | | ); Oct 27 04:15:14.112 INFO kablam! | |_____________________________^ Oct 27 04:15:14.112 INFO kablam! | Oct 27 04:15:14.112 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:15:14.112 INFO kablam! help: remove these parentheses Oct 27 04:15:14.112 INFO kablam! | Oct 27 04:15:14.112 INFO kablam! 422 | let bisect_color = bary[edge_indices.0] * mesh[edge.0].color + Oct 27 04:15:14.112 INFO kablam! 423 | bary[edge_indices.1] * mesh[edge.1].color; Oct 27 04:15:14.112 INFO kablam! | Oct 27 04:15:14.112 INFO kablam! Oct 27 04:15:14.179 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 04:15:14.179 INFO kablam! --> src/main.rs:537:9 Oct 27 04:15:14.179 INFO kablam! | Oct 27 04:15:14.179 INFO kablam! 537 | std::thread::sleep_ms(15); // TODO: calculate smarter sleep timing Oct 27 04:15:14.179 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:14.179 INFO kablam! | Oct 27 04:15:14.179 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:15:14.179 INFO kablam! Oct 27 04:15:14.503 INFO kablam! warning: unused import: `self` Oct 27 04:15:14.503 INFO kablam! --> src/main.rs:16:16 Oct 27 04:15:14.503 INFO kablam! | Oct 27 04:15:14.503 INFO kablam! 16 | use std::mem::{self, size_of}; Oct 27 04:15:14.503 INFO kablam! | ^^^^ Oct 27 04:15:14.503 INFO kablam! | Oct 27 04:15:14.503 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:15:14.503 INFO kablam! Oct 27 04:15:14.503 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 04:15:14.503 INFO kablam! --> src/main.rs:422:48 Oct 27 04:15:14.503 INFO kablam! | Oct 27 04:15:14.503 INFO kablam! 422 | let bisect_color = ( Oct 27 04:15:14.503 INFO kablam! | ________________________________________________^ Oct 27 04:15:14.503 INFO kablam! 423 | | bary[edge_indices.0] * mesh[edge.0].color + Oct 27 04:15:14.503 INFO kablam! 424 | | bary[edge_indices.1] * mesh[edge.1].color Oct 27 04:15:14.503 INFO kablam! 425 | | ); Oct 27 04:15:14.503 INFO kablam! | |_____________________________^ Oct 27 04:15:14.503 INFO kablam! | Oct 27 04:15:14.503 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:15:14.503 INFO kablam! help: remove these parentheses Oct 27 04:15:14.503 INFO kablam! | Oct 27 04:15:14.503 INFO kablam! 422 | let bisect_color = bary[edge_indices.0] * mesh[edge.0].color + Oct 27 04:15:14.503 INFO kablam! 423 | bary[edge_indices.1] * mesh[edge.1].color; Oct 27 04:15:14.503 INFO kablam! | Oct 27 04:15:14.503 INFO kablam! Oct 27 04:15:14.599 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 04:15:14.599 INFO kablam! --> src/main.rs:537:9 Oct 27 04:15:14.599 INFO kablam! | Oct 27 04:15:14.599 INFO kablam! 537 | std::thread::sleep_ms(15); // TODO: calculate smarter sleep timing Oct 27 04:15:14.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:14.599 INFO kablam! | Oct 27 04:15:14.599 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:15:14.599 INFO kablam! Oct 27 04:15:14.871 INFO kablam! warning: unused variable: `program` Oct 27 04:15:14.871 INFO kablam! --> src/main.rs:67:10 Oct 27 04:15:14.871 INFO kablam! | Oct 27 04:15:14.871 INFO kablam! 67 | let (program, a_pos, a_color) = unsafe { Oct 27 04:15:14.871 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 27 04:15:14.871 INFO kablam! | Oct 27 04:15:14.871 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:15:14.871 INFO kablam! Oct 27 04:15:14.893 INFO kablam! warning: unused variable: `program` Oct 27 04:15:14.893 INFO kablam! --> src/main.rs:67:10 Oct 27 04:15:14.894 INFO kablam! | Oct 27 04:15:14.894 INFO kablam! 67 | let (program, a_pos, a_color) = unsafe { Oct 27 04:15:14.894 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 27 04:15:14.894 INFO kablam! | Oct 27 04:15:14.894 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:15:14.894 INFO kablam! Oct 27 04:15:14.900 INFO kablam! warning: variable does not need to be mutable Oct 27 04:15:14.900 INFO kablam! --> src/main.rs:128:9 Oct 27 04:15:14.900 INFO kablam! | Oct 27 04:15:14.901 INFO kablam! 128 | let mut camera_fovy: Deg = Deg(60.0); Oct 27 04:15:14.901 INFO kablam! | ----^^^^^^^^^^^ Oct 27 04:15:14.901 INFO kablam! | | Oct 27 04:15:14.902 INFO kablam! | help: remove this `mut` Oct 27 04:15:14.902 INFO kablam! | Oct 27 04:15:14.902 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:15:14.902 INFO kablam! Oct 27 04:15:14.936 INFO kablam! warning: method is never used: `get_edge_verts` Oct 27 04:15:14.936 INFO kablam! --> src/mesh.rs:41:5 Oct 27 04:15:14.937 INFO kablam! | Oct 27 04:15:14.937 INFO kablam! 41 | pub fn get_edge_verts(&self, edge: Edge) -> [Vertex; 2] { Oct 27 04:15:14.937 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:14.938 INFO kablam! | Oct 27 04:15:14.938 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:15:14.938 INFO kablam! Oct 27 04:15:14.938 INFO kablam! warning: method is never used: `get_edge_points` Oct 27 04:15:14.939 INFO kablam! --> src/mesh.rs:45:5 Oct 27 04:15:14.939 INFO kablam! | Oct 27 04:15:14.939 INFO kablam! 45 | pub fn get_edge_points(&self, edge: Edge) -> [Point3; 2] { Oct 27 04:15:14.940 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:14.940 INFO kablam! Oct 27 04:15:14.940 INFO kablam! warning: method is never used: `get_face_verts` Oct 27 04:15:14.940 INFO kablam! --> src/mesh.rs:49:5 Oct 27 04:15:14.941 INFO kablam! | Oct 27 04:15:14.941 INFO kablam! 49 | pub fn get_face_verts(&self, face: Face) -> [Vertex; 3] { Oct 27 04:15:14.941 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:14.941 INFO kablam! Oct 27 04:15:14.942 INFO kablam! warning: method is never used: `edges` Oct 27 04:15:14.942 INFO kablam! --> src/mesh.rs:97:5 Oct 27 04:15:14.942 INFO kablam! | Oct 27 04:15:14.943 INFO kablam! 97 | fn edges(&self) -> [Edge; 3] { Oct 27 04:15:14.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:14.943 INFO kablam! Oct 27 04:15:14.944 INFO kablam! warning: static item is never used: `FRAMES` Oct 27 04:15:14.944 INFO kablam! --> src/main.rs:541:1 Oct 27 04:15:14.944 INFO kablam! | Oct 27 04:15:14.944 INFO kablam! 541 | static mut FRAMES: usize = 0; Oct 27 04:15:14.944 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:14.944 INFO kablam! Oct 27 04:15:14.964 INFO kablam! warning: variable does not need to be mutable Oct 27 04:15:14.964 INFO kablam! --> src/main.rs:128:9 Oct 27 04:15:14.964 INFO kablam! | Oct 27 04:15:14.964 INFO kablam! 128 | let mut camera_fovy: Deg = Deg(60.0); Oct 27 04:15:14.964 INFO kablam! | ----^^^^^^^^^^^ Oct 27 04:15:14.964 INFO kablam! | | Oct 27 04:15:14.964 INFO kablam! | help: remove this `mut` Oct 27 04:15:14.964 INFO kablam! | Oct 27 04:15:14.964 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:15:14.964 INFO kablam! Oct 27 04:15:15.031 INFO kablam! warning: method is never used: `get_edge_verts` Oct 27 04:15:15.031 INFO kablam! --> src/mesh.rs:41:5 Oct 27 04:15:15.032 INFO kablam! | Oct 27 04:15:15.039 INFO kablam! 41 | pub fn get_edge_verts(&self, edge: Edge) -> [Vertex; 2] { Oct 27 04:15:15.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:15.039 INFO kablam! | Oct 27 04:15:15.039 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:15:15.039 INFO kablam! Oct 27 04:15:15.039 INFO kablam! warning: method is never used: `get_edge_points` Oct 27 04:15:15.039 INFO kablam! --> src/mesh.rs:45:5 Oct 27 04:15:15.039 INFO kablam! | Oct 27 04:15:15.039 INFO kablam! 45 | pub fn get_edge_points(&self, edge: Edge) -> [Point3; 2] { Oct 27 04:15:15.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:15.039 INFO kablam! Oct 27 04:15:15.039 INFO kablam! warning: method is never used: `get_face_verts` Oct 27 04:15:15.039 INFO kablam! --> src/mesh.rs:49:5 Oct 27 04:15:15.039 INFO kablam! | Oct 27 04:15:15.039 INFO kablam! 49 | pub fn get_face_verts(&self, face: Face) -> [Vertex; 3] { Oct 27 04:15:15.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:15.039 INFO kablam! Oct 27 04:15:15.039 INFO kablam! warning: method is never used: `edges` Oct 27 04:15:15.039 INFO kablam! --> src/mesh.rs:97:5 Oct 27 04:15:15.039 INFO kablam! | Oct 27 04:15:15.039 INFO kablam! 97 | fn edges(&self) -> [Edge; 3] { Oct 27 04:15:15.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:15.039 INFO kablam! Oct 27 04:15:15.039 INFO kablam! warning: static item is never used: `FRAMES` Oct 27 04:15:15.039 INFO kablam! --> src/main.rs:541:1 Oct 27 04:15:15.039 INFO kablam! | Oct 27 04:15:15.039 INFO kablam! 541 | static mut FRAMES: usize = 0; Oct 27 04:15:15.039 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:15.039 INFO kablam! Oct 27 04:15:15.079 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 31.80s Oct 27 04:15:15.095 INFO kablam! su: No module specific data is present Oct 27 04:15:16.409 INFO running `"docker" "rm" "-f" "3d0842fba3853dcf42eccff9460b4ddfc203c243068042070010f256f7120dd5"` Oct 27 04:15:16.703 INFO blam! 3d0842fba3853dcf42eccff9460b4ddfc203c243068042070010f256f7120dd5