Oct 10 22:30:53.255 INFO testing gluyas/skyro against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:30:53.255 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:30:53.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:30:53.508 INFO blam! 01dfba681d1f632615c16de2c4c7e192bca1ce03c3a3b8a39f7acc419000008a Oct 10 22:30:53.510 INFO running `"docker" "start" "-a" "01dfba681d1f632615c16de2c4c7e192bca1ce03c3a3b8a39f7acc419000008a"` Oct 10 22:30:54.018 INFO kablam! usermod: no changes Oct 10 22:30:54.244 INFO kablam! Compiling libloading v0.5.0 Oct 10 22:30:54.248 INFO kablam! Compiling glutin v0.18.0 Oct 10 22:30:54.248 INFO kablam! Compiling cgmath v0.16.1 Oct 10 22:30:55.874 INFO kablam! Compiling dlib v0.4.1 Oct 10 22:30:57.019 INFO kablam! Compiling wayland-sys v0.20.12 Oct 10 22:30:59.051 INFO kablam! Compiling wayland-commons v0.20.12 Oct 10 22:31:00.071 INFO kablam! Compiling wayland-client v0.20.12 Oct 10 22:31:04.108 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 10 22:31:09.348 INFO kablam! Compiling smithay-client-toolkit v0.3.0 Oct 10 22:31:14.692 INFO kablam! Compiling winit v0.17.2 Oct 10 22:31:30.168 INFO kablam! Compiling skyro v0.1.0 (/source) Oct 10 22:31:32.784 INFO kablam! warning: unused import: `self` Oct 10 22:31:32.784 INFO kablam! --> src/main.rs:16:16 Oct 10 22:31:32.784 INFO kablam! | Oct 10 22:31:32.784 INFO kablam! 16 | use std::mem::{self, size_of}; Oct 10 22:31:32.784 INFO kablam! | ^^^^ Oct 10 22:31:32.784 INFO kablam! | Oct 10 22:31:32.784 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:31:32.784 INFO kablam! Oct 10 22:31:32.784 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 22:31:32.784 INFO kablam! --> src/main.rs:422:48 Oct 10 22:31:32.784 INFO kablam! | Oct 10 22:31:32.784 INFO kablam! 422 | let bisect_color = ( Oct 10 22:31:32.784 INFO kablam! | ________________________________________________^ Oct 10 22:31:32.784 INFO kablam! 423 | | bary[edge_indices.0] * mesh[edge.0].color + Oct 10 22:31:32.784 INFO kablam! 424 | | bary[edge_indices.1] * mesh[edge.1].color Oct 10 22:31:32.784 INFO kablam! 425 | | ); Oct 10 22:31:32.784 INFO kablam! | |_____________________________^ Oct 10 22:31:32.784 INFO kablam! | Oct 10 22:31:32.784 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 22:31:32.784 INFO kablam! help: remove these parentheses Oct 10 22:31:32.784 INFO kablam! | Oct 10 22:31:32.784 INFO kablam! 422 | let bisect_color = bary[edge_indices.0] * mesh[edge.0].color + Oct 10 22:31:32.784 INFO kablam! 423 | bary[edge_indices.1] * mesh[edge.1].color; Oct 10 22:31:32.784 INFO kablam! | Oct 10 22:31:32.784 INFO kablam! Oct 10 22:31:32.813 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 10 22:31:32.814 INFO kablam! --> src/main.rs:537:9 Oct 10 22:31:32.814 INFO kablam! | Oct 10 22:31:32.814 INFO kablam! 537 | std::thread::sleep_ms(15); // TODO: calculate smarter sleep timing Oct 10 22:31:32.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:32.815 INFO kablam! | Oct 10 22:31:32.815 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 22:31:32.815 INFO kablam! Oct 10 22:31:33.109 INFO kablam! warning: unused variable: `program` Oct 10 22:31:33.109 INFO kablam! --> src/main.rs:67:10 Oct 10 22:31:33.109 INFO kablam! | Oct 10 22:31:33.109 INFO kablam! 67 | let (program, a_pos, a_color) = unsafe { Oct 10 22:31:33.109 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 10 22:31:33.109 INFO kablam! | Oct 10 22:31:33.109 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:31:33.109 INFO kablam! Oct 10 22:31:33.141 INFO kablam! warning: variable does not need to be mutable Oct 10 22:31:33.141 INFO kablam! --> src/main.rs:128:9 Oct 10 22:31:33.141 INFO kablam! | Oct 10 22:31:33.141 INFO kablam! 128 | let mut camera_fovy: Deg = Deg(60.0); Oct 10 22:31:33.141 INFO kablam! | ----^^^^^^^^^^^ Oct 10 22:31:33.141 INFO kablam! | | Oct 10 22:31:33.141 INFO kablam! | help: remove this `mut` Oct 10 22:31:33.141 INFO kablam! | Oct 10 22:31:33.141 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:31:33.141 INFO kablam! Oct 10 22:31:33.181 INFO kablam! warning: method is never used: `get_edge_verts` Oct 10 22:31:33.181 INFO kablam! --> src/mesh.rs:41:5 Oct 10 22:31:33.181 INFO kablam! | Oct 10 22:31:33.182 INFO kablam! 41 | pub fn get_edge_verts(&self, edge: Edge) -> [Vertex; 2] { Oct 10 22:31:33.182 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:33.182 INFO kablam! | Oct 10 22:31:33.183 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:31:33.183 INFO kablam! Oct 10 22:31:33.183 INFO kablam! warning: method is never used: `get_edge_points` Oct 10 22:31:33.184 INFO kablam! --> src/mesh.rs:45:5 Oct 10 22:31:33.184 INFO kablam! | Oct 10 22:31:33.184 INFO kablam! 45 | pub fn get_edge_points(&self, edge: Edge) -> [Point3; 2] { Oct 10 22:31:33.185 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:33.185 INFO kablam! Oct 10 22:31:33.185 INFO kablam! warning: method is never used: `get_face_verts` Oct 10 22:31:33.185 INFO kablam! --> src/mesh.rs:49:5 Oct 10 22:31:33.186 INFO kablam! | Oct 10 22:31:33.186 INFO kablam! 49 | pub fn get_face_verts(&self, face: Face) -> [Vertex; 3] { Oct 10 22:31:33.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:33.187 INFO kablam! Oct 10 22:31:33.187 INFO kablam! warning: method is never used: `edges` Oct 10 22:31:33.187 INFO kablam! --> src/mesh.rs:97:5 Oct 10 22:31:33.188 INFO kablam! | Oct 10 22:31:33.188 INFO kablam! 97 | fn edges(&self) -> [Edge; 3] { Oct 10 22:31:33.188 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:33.188 INFO kablam! Oct 10 22:31:33.189 INFO kablam! warning: static item is never used: `FRAMES` Oct 10 22:31:33.189 INFO kablam! --> src/main.rs:541:1 Oct 10 22:31:33.189 INFO kablam! | Oct 10 22:31:33.189 INFO kablam! 541 | static mut FRAMES: usize = 0; Oct 10 22:31:33.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:33.190 INFO kablam! Oct 10 22:31:36.620 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.58s Oct 10 22:31:36.631 INFO kablam! su: No module specific data is present Oct 10 22:31:37.136 INFO running `"docker" "rm" "-f" "01dfba681d1f632615c16de2c4c7e192bca1ce03c3a3b8a39f7acc419000008a"` Oct 10 22:31:37.324 INFO blam! 01dfba681d1f632615c16de2c4c7e192bca1ce03c3a3b8a39f7acc419000008a Oct 10 22:31:37.327 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:31:37.327 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:31:37.612 INFO blam! bcd1be95b0112e1706bb7cce90c8f06820d48be7bc11ce0d591132aeb809506f Oct 10 22:31:37.614 INFO running `"docker" "start" "-a" "bcd1be95b0112e1706bb7cce90c8f06820d48be7bc11ce0d591132aeb809506f"` Oct 10 22:31:38.712 INFO kablam! usermod: no changes Oct 10 22:31:38.932 INFO kablam! Compiling skyro v0.1.0 (/source) Oct 10 22:31:42.548 INFO kablam! warning: unused import: `self` Oct 10 22:31:42.548 INFO kablam! --> src/main.rs:16:16 Oct 10 22:31:42.548 INFO kablam! | Oct 10 22:31:42.548 INFO kablam! 16 | use std::mem::{self, size_of}; Oct 10 22:31:42.548 INFO kablam! | ^^^^ Oct 10 22:31:42.548 INFO kablam! | Oct 10 22:31:42.548 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:31:42.548 INFO kablam! Oct 10 22:31:42.548 INFO kablam! warning: unnecessary parentheses around assigned value Oct 10 22:31:42.548 INFO kablam! --> src/main.rs:422:48 Oct 10 22:31:42.548 INFO kablam! | Oct 10 22:31:42.548 INFO kablam! 422 | let bisect_color = ( Oct 10 22:31:42.548 INFO kablam! | ________________________________________________^ Oct 10 22:31:42.548 INFO kablam! 423 | | bary[edge_indices.0] * mesh[edge.0].color + Oct 10 22:31:42.548 INFO kablam! 424 | | bary[edge_indices.1] * mesh[edge.1].color Oct 10 22:31:42.548 INFO kablam! 425 | | ); Oct 10 22:31:42.548 INFO kablam! | |_____________________________^ Oct 10 22:31:42.548 INFO kablam! | Oct 10 22:31:42.548 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 22:31:42.548 INFO kablam! help: remove these parentheses Oct 10 22:31:42.548 INFO kablam! | Oct 10 22:31:42.548 INFO kablam! 422 | let bisect_color = bary[edge_indices.0] * mesh[edge.0].color + Oct 10 22:31:42.548 INFO kablam! 423 | bary[edge_indices.1] * mesh[edge.1].color; Oct 10 22:31:42.548 INFO kablam! | Oct 10 22:31:42.548 INFO kablam! Oct 10 22:31:42.586 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 10 22:31:42.586 INFO kablam! --> src/main.rs:537:9 Oct 10 22:31:42.587 INFO kablam! | Oct 10 22:31:42.587 INFO kablam! 537 | std::thread::sleep_ms(15); // TODO: calculate smarter sleep timing Oct 10 22:31:42.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:42.587 INFO kablam! | Oct 10 22:31:42.588 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 22:31:42.588 INFO kablam! Oct 10 22:31:42.996 INFO kablam! warning: unused variable: `program` Oct 10 22:31:42.996 INFO kablam! --> src/main.rs:67:10 Oct 10 22:31:42.996 INFO kablam! | Oct 10 22:31:42.996 INFO kablam! 67 | let (program, a_pos, a_color) = unsafe { Oct 10 22:31:42.996 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 10 22:31:42.996 INFO kablam! | Oct 10 22:31:42.996 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:31:42.996 INFO kablam! Oct 10 22:31:43.028 INFO kablam! warning: variable does not need to be mutable Oct 10 22:31:43.028 INFO kablam! --> src/main.rs:128:9 Oct 10 22:31:43.028 INFO kablam! | Oct 10 22:31:43.028 INFO kablam! 128 | let mut camera_fovy: Deg = Deg(60.0); Oct 10 22:31:43.028 INFO kablam! | ----^^^^^^^^^^^ Oct 10 22:31:43.028 INFO kablam! | | Oct 10 22:31:43.028 INFO kablam! | help: remove this `mut` Oct 10 22:31:43.028 INFO kablam! | Oct 10 22:31:43.028 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:31:43.028 INFO kablam! Oct 10 22:31:43.072 INFO kablam! warning: method is never used: `get_edge_verts` Oct 10 22:31:43.072 INFO kablam! --> src/mesh.rs:41:5 Oct 10 22:31:43.072 INFO kablam! | Oct 10 22:31:43.072 INFO kablam! 41 | pub fn get_edge_verts(&self, edge: Edge) -> [Vertex; 2] { Oct 10 22:31:43.072 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:43.072 INFO kablam! | Oct 10 22:31:43.072 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:31:43.072 INFO kablam! Oct 10 22:31:43.072 INFO kablam! warning: method is never used: `get_edge_points` Oct 10 22:31:43.073 INFO kablam! --> src/mesh.rs:45:5 Oct 10 22:31:43.073 INFO kablam! | Oct 10 22:31:43.073 INFO kablam! 45 | pub fn get_edge_points(&self, edge: Edge) -> [Point3; 2] { Oct 10 22:31:43.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:43.073 INFO kablam! Oct 10 22:31:43.073 INFO kablam! warning: method is never used: `get_face_verts` Oct 10 22:31:43.073 INFO kablam! --> src/mesh.rs:49:5 Oct 10 22:31:43.073 INFO kablam! | Oct 10 22:31:43.073 INFO kablam! 49 | pub fn get_face_verts(&self, face: Face) -> [Vertex; 3] { Oct 10 22:31:43.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:43.073 INFO kablam! Oct 10 22:31:43.073 INFO kablam! warning: method is never used: `edges` Oct 10 22:31:43.073 INFO kablam! --> src/mesh.rs:97:5 Oct 10 22:31:43.073 INFO kablam! | Oct 10 22:31:43.073 INFO kablam! 97 | fn edges(&self) -> [Edge; 3] { Oct 10 22:31:43.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:43.073 INFO kablam! Oct 10 22:31:43.073 INFO kablam! warning: static item is never used: `FRAMES` Oct 10 22:31:43.073 INFO kablam! --> src/main.rs:541:1 Oct 10 22:31:43.073 INFO kablam! | Oct 10 22:31:43.073 INFO kablam! 541 | static mut FRAMES: usize = 0; Oct 10 22:31:43.073 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:31:43.073 INFO kablam! Oct 10 22:31:43.799 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.04s Oct 10 22:31:43.812 INFO kablam! su: No module specific data is present Oct 10 22:31:44.414 INFO running `"docker" "rm" "-f" "bcd1be95b0112e1706bb7cce90c8f06820d48be7bc11ce0d591132aeb809506f"` Oct 10 22:31:44.689 INFO blam! bcd1be95b0112e1706bb7cce90c8f06820d48be7bc11ce0d591132aeb809506f Oct 10 22:31:44.691 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:31:44.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 22:31:45.084 INFO blam! 4c0f8e8b0141f3d0db6b8f2b4891809806cdf39f621f302c831796b0ed9e4724 Oct 10 22:31:45.089 INFO running `"docker" "start" "-a" "4c0f8e8b0141f3d0db6b8f2b4891809806cdf39f621f302c831796b0ed9e4724"` Oct 10 22:31:46.163 INFO kablam! usermod: no changes Oct 10 22:31:46.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.30s Oct 10 22:31:46.506 INFO kablam! Running /target/debug/deps/skyro-43353a2b4bf2d33e Oct 10 22:31:46.506 INFO blam! Oct 10 22:31:46.506 INFO blam! running 0 tests Oct 10 22:31:46.506 INFO blam! Oct 10 22:31:46.506 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:31:46.506 INFO blam! Oct 10 22:31:46.512 INFO kablam! su: No module specific data is present Oct 10 22:31:47.072 INFO running `"docker" "rm" "-f" "4c0f8e8b0141f3d0db6b8f2b4891809806cdf39f621f302c831796b0ed9e4724"` Oct 10 22:31:47.408 INFO blam! 4c0f8e8b0141f3d0db6b8f2b4891809806cdf39f621f302c831796b0ed9e4724