Oct 14 19:40:00.849 INFO testing gluyas/skyro against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 19:40:00.850 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 14 19:40:01.201 INFO blam! 77cca6c9393fcc325f9aac973ff8824b96b74ed9f6283af87e008b0760f1af64 Oct 14 19:40:01.211 INFO running `"docker" "start" "-a" "77cca6c9393fcc325f9aac973ff8824b96b74ed9f6283af87e008b0760f1af64"` Oct 14 19:40:01.944 INFO kablam! usermod: no changes Oct 14 19:40:02.103 INFO kablam! Compiling libloading v0.5.0 Oct 14 19:40:02.103 INFO kablam! Compiling log v0.4.4 Oct 14 19:40:02.103 INFO kablam! Compiling parking_lot_core v0.3.0 Oct 14 19:40:02.763 INFO kablam! Compiling gl_generator v0.9.0 Oct 14 19:40:04.208 INFO kablam! Compiling parking_lot v0.6.4 Oct 14 19:40:04.791 INFO kablam! Compiling dlib v0.4.1 Oct 14 19:40:05.143 INFO kablam! Compiling wayland-sys v0.20.12 Oct 14 19:40:06.947 INFO kablam! Compiling gl v0.10.0 Oct 14 19:40:06.951 INFO kablam! Compiling glutin v0.18.0 Oct 14 19:40:08.291 INFO kablam! Compiling wayland-commons v0.20.12 Oct 14 19:40:09.771 INFO kablam! Compiling wayland-client v0.20.12 Oct 14 19:40:16.108 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 14 19:40:24.339 INFO kablam! Compiling smithay-client-toolkit v0.3.0 Oct 14 19:40:29.243 INFO kablam! Compiling winit v0.17.2 Oct 14 19:40:44.767 INFO kablam! Compiling skyro v0.1.0 (/source) Oct 14 19:40:45.651 INFO kablam! warning: unused import: `self` Oct 14 19:40:45.651 INFO kablam! --> src/main.rs:16:16 Oct 14 19:40:45.651 INFO kablam! | Oct 14 19:40:45.651 INFO kablam! 16 | use std::mem::{self, size_of}; Oct 14 19:40:45.651 INFO kablam! | ^^^^ Oct 14 19:40:45.651 INFO kablam! | Oct 14 19:40:45.651 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:40:45.651 INFO kablam! Oct 14 19:40:45.651 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 19:40:45.651 INFO kablam! --> src/main.rs:422:48 Oct 14 19:40:45.651 INFO kablam! | Oct 14 19:40:45.651 INFO kablam! 422 | let bisect_color = ( Oct 14 19:40:45.651 INFO kablam! | ________________________________________________^ Oct 14 19:40:45.651 INFO kablam! 423 | | bary[edge_indices.0] * mesh[edge.0].color + Oct 14 19:40:45.651 INFO kablam! 424 | | bary[edge_indices.1] * mesh[edge.1].color Oct 14 19:40:45.651 INFO kablam! 425 | | ); Oct 14 19:40:45.651 INFO kablam! | |_____________________________^ Oct 14 19:40:45.651 INFO kablam! | Oct 14 19:40:45.651 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:40:45.651 INFO kablam! help: remove these parentheses Oct 14 19:40:45.651 INFO kablam! | Oct 14 19:40:45.651 INFO kablam! 422 | let bisect_color = bary[edge_indices.0] * mesh[edge.0].color + Oct 14 19:40:45.651 INFO kablam! 423 | bary[edge_indices.1] * mesh[edge.1].color; Oct 14 19:40:45.656 INFO kablam! | Oct 14 19:40:45.656 INFO kablam! Oct 14 19:40:45.689 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 14 19:40:45.689 INFO kablam! --> src/main.rs:537:9 Oct 14 19:40:45.689 INFO kablam! | Oct 14 19:40:45.689 INFO kablam! 537 | std::thread::sleep_ms(15); // TODO: calculate smarter sleep timing Oct 14 19:40:45.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:45.689 INFO kablam! | Oct 14 19:40:45.689 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 19:40:45.689 INFO kablam! Oct 14 19:40:46.035 INFO kablam! warning: unused variable: `program` Oct 14 19:40:46.035 INFO kablam! --> src/main.rs:67:10 Oct 14 19:40:46.035 INFO kablam! | Oct 14 19:40:46.035 INFO kablam! 67 | let (program, a_pos, a_color) = unsafe { Oct 14 19:40:46.035 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 14 19:40:46.035 INFO kablam! | Oct 14 19:40:46.035 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:40:46.035 INFO kablam! Oct 14 19:40:46.071 INFO kablam! warning: variable does not need to be mutable Oct 14 19:40:46.071 INFO kablam! --> src/main.rs:128:9 Oct 14 19:40:46.071 INFO kablam! | Oct 14 19:40:46.071 INFO kablam! 128 | let mut camera_fovy: Deg = Deg(60.0); Oct 14 19:40:46.071 INFO kablam! | ----^^^^^^^^^^^ Oct 14 19:40:46.071 INFO kablam! | | Oct 14 19:40:46.071 INFO kablam! | help: remove this `mut` Oct 14 19:40:46.071 INFO kablam! | Oct 14 19:40:46.071 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:40:46.071 INFO kablam! Oct 14 19:40:46.111 INFO kablam! warning: method is never used: `get_edge_verts` Oct 14 19:40:46.111 INFO kablam! --> src/mesh.rs:41:5 Oct 14 19:40:46.111 INFO kablam! | Oct 14 19:40:46.111 INFO kablam! 41 | pub fn get_edge_verts(&self, edge: Edge) -> [Vertex; 2] { Oct 14 19:40:46.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:46.111 INFO kablam! | Oct 14 19:40:46.111 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:40:46.111 INFO kablam! Oct 14 19:40:46.111 INFO kablam! warning: method is never used: `get_edge_points` Oct 14 19:40:46.111 INFO kablam! --> src/mesh.rs:45:5 Oct 14 19:40:46.111 INFO kablam! | Oct 14 19:40:46.111 INFO kablam! 45 | pub fn get_edge_points(&self, edge: Edge) -> [Point3; 2] { Oct 14 19:40:46.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:46.111 INFO kablam! Oct 14 19:40:46.111 INFO kablam! warning: method is never used: `get_face_verts` Oct 14 19:40:46.111 INFO kablam! --> src/mesh.rs:49:5 Oct 14 19:40:46.111 INFO kablam! | Oct 14 19:40:46.111 INFO kablam! 49 | pub fn get_face_verts(&self, face: Face) -> [Vertex; 3] { Oct 14 19:40:46.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:46.111 INFO kablam! Oct 14 19:40:46.111 INFO kablam! warning: method is never used: `edges` Oct 14 19:40:46.111 INFO kablam! --> src/mesh.rs:97:5 Oct 14 19:40:46.111 INFO kablam! | Oct 14 19:40:46.111 INFO kablam! 97 | fn edges(&self) -> [Edge; 3] { Oct 14 19:40:46.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:46.111 INFO kablam! Oct 14 19:40:46.111 INFO kablam! warning: static item is never used: `FRAMES` Oct 14 19:40:46.111 INFO kablam! --> src/main.rs:541:1 Oct 14 19:40:46.111 INFO kablam! | Oct 14 19:40:46.111 INFO kablam! 541 | static mut FRAMES: usize = 0; Oct 14 19:40:46.111 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:46.111 INFO kablam! Oct 14 19:40:51.460 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 49.50s Oct 14 19:40:51.469 INFO kablam! su: No module specific data is present Oct 14 19:40:53.130 INFO running `"docker" "rm" "-f" "77cca6c9393fcc325f9aac973ff8824b96b74ed9f6283af87e008b0760f1af64"` Oct 14 19:40:53.403 INFO blam! 77cca6c9393fcc325f9aac973ff8824b96b74ed9f6283af87e008b0760f1af64 Oct 14 19:40:53.406 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 14 19:40:53.932 INFO blam! b543dbdeb9f4d4096acbd121c45a21964a7b21ed8d5f3462c659b42d5000d69d Oct 14 19:40:53.935 INFO running `"docker" "start" "-a" "b543dbdeb9f4d4096acbd121c45a21964a7b21ed8d5f3462c659b42d5000d69d"` Oct 14 19:40:56.499 INFO kablam! usermod: no changes Oct 14 19:40:56.683 INFO kablam! Compiling skyro v0.1.0 (/source) Oct 14 19:40:57.679 INFO kablam! warning: unused import: `self` Oct 14 19:40:57.679 INFO kablam! --> src/main.rs:16:16 Oct 14 19:40:57.679 INFO kablam! | Oct 14 19:40:57.679 INFO kablam! 16 | use std::mem::{self, size_of}; Oct 14 19:40:57.679 INFO kablam! | ^^^^ Oct 14 19:40:57.679 INFO kablam! | Oct 14 19:40:57.679 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:40:57.679 INFO kablam! Oct 14 19:40:57.679 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 19:40:57.679 INFO kablam! --> src/main.rs:422:48 Oct 14 19:40:57.679 INFO kablam! | Oct 14 19:40:57.679 INFO kablam! 422 | let bisect_color = ( Oct 14 19:40:57.679 INFO kablam! | ________________________________________________^ Oct 14 19:40:57.679 INFO kablam! 423 | | bary[edge_indices.0] * mesh[edge.0].color + Oct 14 19:40:57.679 INFO kablam! 424 | | bary[edge_indices.1] * mesh[edge.1].color Oct 14 19:40:57.679 INFO kablam! 425 | | ); Oct 14 19:40:57.679 INFO kablam! | |_____________________________^ Oct 14 19:40:57.679 INFO kablam! | Oct 14 19:40:57.679 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:40:57.679 INFO kablam! help: remove these parentheses Oct 14 19:40:57.683 INFO kablam! | Oct 14 19:40:57.683 INFO kablam! 422 | let bisect_color = bary[edge_indices.0] * mesh[edge.0].color + Oct 14 19:40:57.683 INFO kablam! 423 | bary[edge_indices.1] * mesh[edge.1].color; Oct 14 19:40:57.683 INFO kablam! | Oct 14 19:40:57.683 INFO kablam! Oct 14 19:40:57.715 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 14 19:40:57.715 INFO kablam! --> src/main.rs:537:9 Oct 14 19:40:57.716 INFO kablam! | Oct 14 19:40:57.716 INFO kablam! 537 | std::thread::sleep_ms(15); // TODO: calculate smarter sleep timing Oct 14 19:40:57.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:57.716 INFO kablam! | Oct 14 19:40:57.716 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 19:40:57.716 INFO kablam! Oct 14 19:40:57.993 INFO kablam! warning: unused variable: `program` Oct 14 19:40:57.993 INFO kablam! --> src/main.rs:67:10 Oct 14 19:40:57.993 INFO kablam! | Oct 14 19:40:57.993 INFO kablam! 67 | let (program, a_pos, a_color) = unsafe { Oct 14 19:40:57.993 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 14 19:40:57.994 INFO kablam! | Oct 14 19:40:57.994 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:40:57.994 INFO kablam! Oct 14 19:40:58.029 INFO kablam! warning: variable does not need to be mutable Oct 14 19:40:58.029 INFO kablam! --> src/main.rs:128:9 Oct 14 19:40:58.029 INFO kablam! | Oct 14 19:40:58.030 INFO kablam! 128 | let mut camera_fovy: Deg = Deg(60.0); Oct 14 19:40:58.030 INFO kablam! | ----^^^^^^^^^^^ Oct 14 19:40:58.030 INFO kablam! | | Oct 14 19:40:58.030 INFO kablam! | help: remove this `mut` Oct 14 19:40:58.030 INFO kablam! | Oct 14 19:40:58.031 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:40:58.031 INFO kablam! Oct 14 19:40:58.063 INFO kablam! warning: method is never used: `get_edge_verts` Oct 14 19:40:58.063 INFO kablam! --> src/mesh.rs:41:5 Oct 14 19:40:58.063 INFO kablam! | Oct 14 19:40:58.064 INFO kablam! 41 | pub fn get_edge_verts(&self, edge: Edge) -> [Vertex; 2] { Oct 14 19:40:58.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:58.064 INFO kablam! | Oct 14 19:40:58.064 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:40:58.064 INFO kablam! Oct 14 19:40:58.065 INFO kablam! warning: method is never used: `get_edge_points` Oct 14 19:40:58.065 INFO kablam! --> src/mesh.rs:45:5 Oct 14 19:40:58.065 INFO kablam! | Oct 14 19:40:58.065 INFO kablam! 45 | pub fn get_edge_points(&self, edge: Edge) -> [Point3; 2] { Oct 14 19:40:58.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:58.065 INFO kablam! Oct 14 19:40:58.066 INFO kablam! warning: method is never used: `get_face_verts` Oct 14 19:40:58.066 INFO kablam! --> src/mesh.rs:49:5 Oct 14 19:40:58.066 INFO kablam! | Oct 14 19:40:58.066 INFO kablam! 49 | pub fn get_face_verts(&self, face: Face) -> [Vertex; 3] { Oct 14 19:40:58.067 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:58.067 INFO kablam! Oct 14 19:40:58.067 INFO kablam! warning: method is never used: `edges` Oct 14 19:40:58.067 INFO kablam! --> src/mesh.rs:97:5 Oct 14 19:40:58.067 INFO kablam! | Oct 14 19:40:58.067 INFO kablam! 97 | fn edges(&self) -> [Edge; 3] { Oct 14 19:40:58.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:58.068 INFO kablam! Oct 14 19:40:58.068 INFO kablam! warning: static item is never used: `FRAMES` Oct 14 19:40:58.068 INFO kablam! --> src/main.rs:541:1 Oct 14 19:40:58.068 INFO kablam! | Oct 14 19:40:58.069 INFO kablam! 541 | static mut FRAMES: usize = 0; Oct 14 19:40:58.069 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:58.069 INFO kablam! Oct 14 19:40:58.710 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.18s Oct 14 19:40:58.726 INFO kablam! su: No module specific data is present Oct 14 19:41:00.355 INFO running `"docker" "rm" "-f" "b543dbdeb9f4d4096acbd121c45a21964a7b21ed8d5f3462c659b42d5000d69d"` Oct 14 19:41:00.739 INFO blam! b543dbdeb9f4d4096acbd121c45a21964a7b21ed8d5f3462c659b42d5000d69d Oct 14 19:41:00.744 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 14 19:41:01.239 INFO blam! 9197be773bf377cc02f97c400a9a30d034dd88402f7439d2e1748fa5e326f899 Oct 14 19:41:01.241 INFO running `"docker" "start" "-a" "9197be773bf377cc02f97c400a9a30d034dd88402f7439d2e1748fa5e326f899"` Oct 14 19:41:03.713 INFO kablam! usermod: no changes Oct 14 19:41:03.878 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.13s Oct 14 19:41:03.883 INFO kablam! Running /target/debug/deps/skyro-d94d8031dd4b1926 Oct 14 19:41:03.885 INFO blam! Oct 14 19:41:03.885 INFO blam! running 0 tests Oct 14 19:41:03.885 INFO blam! Oct 14 19:41:03.885 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:41:03.885 INFO blam! Oct 14 19:41:03.895 INFO kablam! su: No module specific data is present Oct 14 19:41:05.060 INFO running `"docker" "rm" "-f" "9197be773bf377cc02f97c400a9a30d034dd88402f7439d2e1748fa5e326f899"` Oct 14 19:41:05.300 INFO blam! 9197be773bf377cc02f97c400a9a30d034dd88402f7439d2e1748fa5e326f899