Oct 27 04:14:42.380 INFO checking gluyas/skyro against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 04:14:42.380 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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.843 INFO blam! c120908484f93ddef50f9636a489aca6e4d1e5e29a07903a180f6db93fbdb9d1 Oct 27 04:14:42.845 INFO running `"docker" "start" "-a" "c120908484f93ddef50f9636a489aca6e4d1e5e29a07903a180f6db93fbdb9d1"` Oct 27 04:14:43.144 INFO kablam! usermod: no changes Oct 27 04:14:43.287 INFO kablam! Compiling libloading v0.5.0 Oct 27 04:14:43.287 INFO kablam! Compiling log v0.4.4 Oct 27 04:14:43.287 INFO kablam! Compiling wayland-scanner v0.20.12 Oct 27 04:14:44.267 INFO kablam! Compiling gl_generator v0.9.0 Oct 27 04:14:45.883 INFO kablam! Checking dlib v0.4.1 Oct 27 04:14:46.351 INFO kablam! Compiling wayland-client v0.20.12 Oct 27 04:14:46.351 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 27 04:14:46.527 INFO kablam! Checking wayland-sys v0.20.12 Oct 27 04:14:47.420 INFO kablam! Checking wayland-commons v0.20.12 Oct 27 04:14:48.499 INFO kablam! Compiling gl v0.10.0 Oct 27 04:14:49.201 INFO kablam! Compiling glutin v0.18.0 Oct 27 04:15:03.296 INFO kablam! Checking smithay-client-toolkit v0.3.0 Oct 27 04:15:08.657 INFO kablam! Checking winit v0.17.2 Oct 27 04:15:15.027 INFO kablam! Checking skyro v0.1.0 (/source) Oct 27 04:15:17.027 INFO kablam! warning: unused import: `self` Oct 27 04:15:17.027 INFO kablam! --> src/main.rs:16:16 Oct 27 04:15:17.028 INFO kablam! | Oct 27 04:15:17.028 INFO kablam! 16 | use std::mem::{self, size_of}; Oct 27 04:15:17.028 INFO kablam! | ^^^^ Oct 27 04:15:17.029 INFO kablam! | Oct 27 04:15:17.029 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:15:17.029 INFO kablam! Oct 27 04:15:17.029 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 04:15:17.030 INFO kablam! --> src/main.rs:422:48 Oct 27 04:15:17.030 INFO kablam! | Oct 27 04:15:17.030 INFO kablam! 422 | let bisect_color = ( Oct 27 04:15:17.031 INFO kablam! | ________________________________________________^ Oct 27 04:15:17.031 INFO kablam! 423 | | bary[edge_indices.0] * mesh[edge.0].color + Oct 27 04:15:17.031 INFO kablam! 424 | | bary[edge_indices.1] * mesh[edge.1].color Oct 27 04:15:17.032 INFO kablam! 425 | | ); Oct 27 04:15:17.032 INFO kablam! | |_____________________________^ Oct 27 04:15:17.032 INFO kablam! | Oct 27 04:15:17.033 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:15:17.033 INFO kablam! help: remove these parentheses Oct 27 04:15:17.033 INFO kablam! | Oct 27 04:15:17.034 INFO kablam! 422 | let bisect_color = bary[edge_indices.0] * mesh[edge.0].color + Oct 27 04:15:17.034 INFO kablam! 423 | bary[edge_indices.1] * mesh[edge.1].color; Oct 27 04:15:17.034 INFO kablam! | Oct 27 04:15:17.035 INFO kablam! Oct 27 04:15:17.057 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 04:15:17.057 INFO kablam! --> src/main.rs:537:9 Oct 27 04:15:17.057 INFO kablam! | Oct 27 04:15:17.058 INFO kablam! 537 | std::thread::sleep_ms(15); // TODO: calculate smarter sleep timing Oct 27 04:15:17.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.058 INFO kablam! | Oct 27 04:15:17.059 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:15:17.059 INFO kablam! Oct 27 04:15:17.095 INFO kablam! warning: unused import: `self` Oct 27 04:15:17.095 INFO kablam! --> src/main.rs:16:16 Oct 27 04:15:17.096 INFO kablam! | Oct 27 04:15:17.096 INFO kablam! 16 | use std::mem::{self, size_of}; Oct 27 04:15:17.096 INFO kablam! | ^^^^ Oct 27 04:15:17.096 INFO kablam! | Oct 27 04:15:17.097 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 04:15:17.097 INFO kablam! Oct 27 04:15:17.097 INFO kablam! warning: unnecessary parentheses around assigned value Oct 27 04:15:17.098 INFO kablam! --> src/main.rs:422:48 Oct 27 04:15:17.098 INFO kablam! | Oct 27 04:15:17.098 INFO kablam! 422 | let bisect_color = ( Oct 27 04:15:17.098 INFO kablam! | ________________________________________________^ Oct 27 04:15:17.099 INFO kablam! 423 | | bary[edge_indices.0] * mesh[edge.0].color + Oct 27 04:15:17.099 INFO kablam! 424 | | bary[edge_indices.1] * mesh[edge.1].color Oct 27 04:15:17.099 INFO kablam! 425 | | ); Oct 27 04:15:17.099 INFO kablam! | |_____________________________^ Oct 27 04:15:17.100 INFO kablam! | Oct 27 04:15:17.100 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 04:15:17.100 INFO kablam! help: remove these parentheses Oct 27 04:15:17.100 INFO kablam! | Oct 27 04:15:17.101 INFO kablam! 422 | let bisect_color = bary[edge_indices.0] * mesh[edge.0].color + Oct 27 04:15:17.101 INFO kablam! 423 | bary[edge_indices.1] * mesh[edge.1].color; Oct 27 04:15:17.101 INFO kablam! | Oct 27 04:15:17.101 INFO kablam! Oct 27 04:15:17.127 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 27 04:15:17.127 INFO kablam! --> src/main.rs:537:9 Oct 27 04:15:17.128 INFO kablam! | Oct 27 04:15:17.128 INFO kablam! 537 | std::thread::sleep_ms(15); // TODO: calculate smarter sleep timing Oct 27 04:15:17.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.129 INFO kablam! | Oct 27 04:15:17.129 INFO kablam! = note: #[warn(deprecated)] on by default Oct 27 04:15:17.129 INFO kablam! Oct 27 04:15:17.387 INFO kablam! warning: unused variable: `program` Oct 27 04:15:17.387 INFO kablam! --> src/main.rs:67:10 Oct 27 04:15:17.387 INFO kablam! | Oct 27 04:15:17.387 INFO kablam! 67 | let (program, a_pos, a_color) = unsafe { Oct 27 04:15:17.387 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 27 04:15:17.387 INFO kablam! | Oct 27 04:15:17.387 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:15:17.387 INFO kablam! Oct 27 04:15:17.419 INFO kablam! warning: variable does not need to be mutable Oct 27 04:15:17.419 INFO kablam! --> src/main.rs:128:9 Oct 27 04:15:17.419 INFO kablam! | Oct 27 04:15:17.419 INFO kablam! 128 | let mut camera_fovy: Deg = Deg(60.0); Oct 27 04:15:17.419 INFO kablam! | ----^^^^^^^^^^^ Oct 27 04:15:17.419 INFO kablam! | | Oct 27 04:15:17.419 INFO kablam! | help: remove this `mut` Oct 27 04:15:17.419 INFO kablam! | Oct 27 04:15:17.419 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:15:17.419 INFO kablam! Oct 27 04:15:17.459 INFO kablam! warning: method is never used: `get_edge_verts` Oct 27 04:15:17.460 INFO kablam! --> src/mesh.rs:41:5 Oct 27 04:15:17.460 INFO kablam! | Oct 27 04:15:17.461 INFO kablam! 41 | pub fn get_edge_verts(&self, edge: Edge) -> [Vertex; 2] { Oct 27 04:15:17.461 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.461 INFO kablam! | Oct 27 04:15:17.462 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:15:17.462 INFO kablam! Oct 27 04:15:17.462 INFO kablam! warning: method is never used: `get_edge_points` Oct 27 04:15:17.463 INFO kablam! --> src/mesh.rs:45:5 Oct 27 04:15:17.463 INFO kablam! | Oct 27 04:15:17.463 INFO kablam! 45 | pub fn get_edge_points(&self, edge: Edge) -> [Point3; 2] { Oct 27 04:15:17.464 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.464 INFO kablam! Oct 27 04:15:17.464 INFO kablam! warning: method is never used: `get_face_verts` Oct 27 04:15:17.464 INFO kablam! --> src/mesh.rs:49:5 Oct 27 04:15:17.465 INFO kablam! | Oct 27 04:15:17.465 INFO kablam! 49 | pub fn get_face_verts(&self, face: Face) -> [Vertex; 3] { Oct 27 04:15:17.465 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.466 INFO kablam! Oct 27 04:15:17.466 INFO kablam! warning: method is never used: `edges` Oct 27 04:15:17.466 INFO kablam! --> src/mesh.rs:97:5 Oct 27 04:15:17.467 INFO kablam! | Oct 27 04:15:17.467 INFO kablam! 97 | fn edges(&self) -> [Edge; 3] { Oct 27 04:15:17.467 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.468 INFO kablam! Oct 27 04:15:17.468 INFO kablam! warning: static item is never used: `FRAMES` Oct 27 04:15:17.468 INFO kablam! --> src/main.rs:541:1 Oct 27 04:15:17.468 INFO kablam! | Oct 27 04:15:17.469 INFO kablam! 541 | static mut FRAMES: usize = 0; Oct 27 04:15:17.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.469 INFO kablam! Oct 27 04:15:17.487 INFO kablam! warning: unused variable: `program` Oct 27 04:15:17.488 INFO kablam! --> src/main.rs:67:10 Oct 27 04:15:17.488 INFO kablam! | Oct 27 04:15:17.488 INFO kablam! 67 | let (program, a_pos, a_color) = unsafe { Oct 27 04:15:17.488 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 27 04:15:17.489 INFO kablam! | Oct 27 04:15:17.489 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 04:15:17.489 INFO kablam! Oct 27 04:15:17.540 INFO kablam! warning: variable does not need to be mutable Oct 27 04:15:17.541 INFO kablam! --> src/main.rs:128:9 Oct 27 04:15:17.541 INFO kablam! | Oct 27 04:15:17.542 INFO kablam! 128 | let mut camera_fovy: Deg = Deg(60.0); Oct 27 04:15:17.542 INFO kablam! | ----^^^^^^^^^^^ Oct 27 04:15:17.542 INFO kablam! | | Oct 27 04:15:17.543 INFO kablam! | help: remove this `mut` Oct 27 04:15:17.543 INFO kablam! | Oct 27 04:15:17.543 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 04:15:17.544 INFO kablam! Oct 27 04:15:17.591 INFO kablam! warning: method is never used: `get_edge_verts` Oct 27 04:15:17.591 INFO kablam! --> src/mesh.rs:41:5 Oct 27 04:15:17.591 INFO kablam! | Oct 27 04:15:17.591 INFO kablam! 41 | pub fn get_edge_verts(&self, edge: Edge) -> [Vertex; 2] { Oct 27 04:15:17.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.591 INFO kablam! | Oct 27 04:15:17.591 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 04:15:17.591 INFO kablam! Oct 27 04:15:17.591 INFO kablam! warning: method is never used: `get_edge_points` Oct 27 04:15:17.591 INFO kablam! --> src/mesh.rs:45:5 Oct 27 04:15:17.591 INFO kablam! | Oct 27 04:15:17.591 INFO kablam! 45 | pub fn get_edge_points(&self, edge: Edge) -> [Point3; 2] { Oct 27 04:15:17.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.591 INFO kablam! Oct 27 04:15:17.591 INFO kablam! warning: method is never used: `get_face_verts` Oct 27 04:15:17.591 INFO kablam! --> src/mesh.rs:49:5 Oct 27 04:15:17.591 INFO kablam! | Oct 27 04:15:17.591 INFO kablam! 49 | pub fn get_face_verts(&self, face: Face) -> [Vertex; 3] { Oct 27 04:15:17.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.591 INFO kablam! Oct 27 04:15:17.591 INFO kablam! warning: method is never used: `edges` Oct 27 04:15:17.591 INFO kablam! --> src/mesh.rs:97:5 Oct 27 04:15:17.591 INFO kablam! | Oct 27 04:15:17.591 INFO kablam! 97 | fn edges(&self) -> [Edge; 3] { Oct 27 04:15:17.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.591 INFO kablam! Oct 27 04:15:17.591 INFO kablam! warning: static item is never used: `FRAMES` Oct 27 04:15:17.591 INFO kablam! --> src/main.rs:541:1 Oct 27 04:15:17.591 INFO kablam! | Oct 27 04:15:17.591 INFO kablam! 541 | static mut FRAMES: usize = 0; Oct 27 04:15:17.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 04:15:17.591 INFO kablam! Oct 27 04:15:17.639 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.47s Oct 27 04:15:17.644 INFO kablam! su: No module specific data is present Oct 27 04:15:18.291 INFO running `"docker" "rm" "-f" "c120908484f93ddef50f9636a489aca6e4d1e5e29a07903a180f6db93fbdb9d1"` Oct 27 04:15:18.623 INFO blam! c120908484f93ddef50f9636a489aca6e4d1e5e29a07903a180f6db93fbdb9d1