Oct 14 19:40:00.970 INFO testing gluyas/skyro against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 19:40:00.970 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.409 INFO blam! ab2c5ba15e3f420d198a59934d22d884e911df9b78a6985c22c3520d84a07a36 Oct 14 19:40:01.410 INFO running `"docker" "start" "-a" "ab2c5ba15e3f420d198a59934d22d884e911df9b78a6985c22c3520d84a07a36"` Oct 14 19:40:02.013 INFO kablam! usermod: no changes Oct 14 19:40:02.139 INFO kablam! Compiling cc v1.0.23 Oct 14 19:40:02.139 INFO kablam! Compiling cgmath v0.16.1 Oct 14 19:40:02.139 INFO kablam! Compiling log v0.4.4 Oct 14 19:40:02.139 INFO kablam! Compiling wayland-scanner v0.20.12 Oct 14 19:40:02.139 INFO kablam! Compiling smallvec v0.6.5 Oct 14 19:40:02.139 INFO kablam! Compiling nix v0.11.0 Oct 14 19:40:03.247 INFO kablam! Compiling gl_generator v0.9.0 Oct 14 19:40:03.427 INFO kablam! Compiling parking_lot_core v0.3.0 Oct 14 19:40:07.852 INFO kablam! Compiling wayland-client v0.20.12 Oct 14 19:40:08.207 INFO kablam! Compiling wayland-protocols v0.20.12 Oct 14 19:40:08.283 INFO kablam! Compiling parking_lot v0.6.4 Oct 14 19:40:12.734 INFO kablam! Compiling libloading v0.5.0 Oct 14 19:40:12.958 INFO kablam! Compiling glutin v0.18.0 Oct 14 19:40:13.319 INFO kablam! Compiling gl v0.10.0 Oct 14 19:40:18.559 INFO kablam! Compiling dlib v0.4.1 Oct 14 19:40:19.935 INFO kablam! Compiling wayland-sys v0.20.12 Oct 14 19:40:25.533 INFO kablam! Compiling wayland-commons v0.20.12 Oct 14 19:40:38.278 INFO kablam! Compiling smithay-client-toolkit v0.3.0 Oct 14 19:40:44.443 INFO kablam! Compiling winit v0.17.2 Oct 14 19:40:57.467 INFO kablam! Compiling skyro v0.1.0 (/source) Oct 14 19:40:58.287 INFO kablam! warning: unused import: `self` Oct 14 19:40:58.287 INFO kablam! --> src/main.rs:16:16 Oct 14 19:40:58.287 INFO kablam! | Oct 14 19:40:58.287 INFO kablam! 16 | use std::mem::{self, size_of}; Oct 14 19:40:58.287 INFO kablam! | ^^^^ Oct 14 19:40:58.287 INFO kablam! | Oct 14 19:40:58.287 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:40:58.287 INFO kablam! Oct 14 19:40:58.287 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 19:40:58.287 INFO kablam! --> src/main.rs:422:48 Oct 14 19:40:58.287 INFO kablam! | Oct 14 19:40:58.287 INFO kablam! 422 | let bisect_color = ( Oct 14 19:40:58.287 INFO kablam! | ________________________________________________^ Oct 14 19:40:58.287 INFO kablam! 423 | | bary[edge_indices.0] * mesh[edge.0].color + Oct 14 19:40:58.287 INFO kablam! 424 | | bary[edge_indices.1] * mesh[edge.1].color Oct 14 19:40:58.287 INFO kablam! 425 | | ); Oct 14 19:40:58.287 INFO kablam! | |_____________________________^ Oct 14 19:40:58.287 INFO kablam! | Oct 14 19:40:58.287 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:40:58.287 INFO kablam! help: remove these parentheses Oct 14 19:40:58.287 INFO kablam! | Oct 14 19:40:58.287 INFO kablam! 422 | let bisect_color = bary[edge_indices.0] * mesh[edge.0].color + Oct 14 19:40:58.287 INFO kablam! 423 | bary[edge_indices.1] * mesh[edge.1].color; Oct 14 19:40:58.287 INFO kablam! | Oct 14 19:40:58.287 INFO kablam! Oct 14 19:40:58.314 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 14 19:40:58.314 INFO kablam! --> src/main.rs:537:9 Oct 14 19:40:58.314 INFO kablam! | Oct 14 19:40:58.314 INFO kablam! 537 | std::thread::sleep_ms(15); // TODO: calculate smarter sleep timing Oct 14 19:40:58.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:58.314 INFO kablam! | Oct 14 19:40:58.314 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 19:40:58.314 INFO kablam! Oct 14 19:40:58.622 INFO kablam! warning: unused variable: `program` Oct 14 19:40:58.623 INFO kablam! --> src/main.rs:67:10 Oct 14 19:40:58.623 INFO kablam! | Oct 14 19:40:58.623 INFO kablam! 67 | let (program, a_pos, a_color) = unsafe { Oct 14 19:40:58.623 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 14 19:40:58.623 INFO kablam! | Oct 14 19:40:58.623 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:40:58.623 INFO kablam! Oct 14 19:40:58.655 INFO kablam! warning: variable does not need to be mutable Oct 14 19:40:58.655 INFO kablam! --> src/main.rs:128:9 Oct 14 19:40:58.655 INFO kablam! | Oct 14 19:40:58.655 INFO kablam! 128 | let mut camera_fovy: Deg = Deg(60.0); Oct 14 19:40:58.655 INFO kablam! | ----^^^^^^^^^^^ Oct 14 19:40:58.655 INFO kablam! | | Oct 14 19:40:58.655 INFO kablam! | help: remove this `mut` Oct 14 19:40:58.655 INFO kablam! | Oct 14 19:40:58.655 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:40:58.655 INFO kablam! Oct 14 19:40:58.689 INFO kablam! warning: method is never used: `get_edge_verts` Oct 14 19:40:58.690 INFO kablam! --> src/mesh.rs:41:5 Oct 14 19:40:58.690 INFO kablam! | Oct 14 19:40:58.690 INFO kablam! 41 | pub fn get_edge_verts(&self, edge: Edge) -> [Vertex; 2] { Oct 14 19:40:58.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:58.690 INFO kablam! | Oct 14 19:40:58.690 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:40:58.690 INFO kablam! Oct 14 19:40:58.690 INFO kablam! warning: method is never used: `get_edge_points` Oct 14 19:40:58.690 INFO kablam! --> src/mesh.rs:45:5 Oct 14 19:40:58.690 INFO kablam! | Oct 14 19:40:58.690 INFO kablam! 45 | pub fn get_edge_points(&self, edge: Edge) -> [Point3; 2] { Oct 14 19:40:58.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:58.690 INFO kablam! Oct 14 19:40:58.690 INFO kablam! warning: method is never used: `get_face_verts` Oct 14 19:40:58.690 INFO kablam! --> src/mesh.rs:49:5 Oct 14 19:40:58.690 INFO kablam! | Oct 14 19:40:58.690 INFO kablam! 49 | pub fn get_face_verts(&self, face: Face) -> [Vertex; 3] { Oct 14 19:40:58.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:58.690 INFO kablam! Oct 14 19:40:58.690 INFO kablam! warning: method is never used: `edges` Oct 14 19:40:58.690 INFO kablam! --> src/mesh.rs:97:5 Oct 14 19:40:58.690 INFO kablam! | Oct 14 19:40:58.690 INFO kablam! 97 | fn edges(&self) -> [Edge; 3] { Oct 14 19:40:58.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:58.690 INFO kablam! Oct 14 19:40:58.690 INFO kablam! warning: static item is never used: `FRAMES` Oct 14 19:40:58.690 INFO kablam! --> src/main.rs:541:1 Oct 14 19:40:58.690 INFO kablam! | Oct 14 19:40:58.690 INFO kablam! 541 | static mut FRAMES: usize = 0; Oct 14 19:40:58.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:40:58.690 INFO kablam! Oct 14 19:41:04.139 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 14 19:41:04.155 INFO kablam! su: No module specific data is present Oct 14 19:41:05.068 INFO running `"docker" "rm" "-f" "ab2c5ba15e3f420d198a59934d22d884e911df9b78a6985c22c3520d84a07a36"` Oct 14 19:41:05.411 INFO blam! ab2c5ba15e3f420d198a59934d22d884e911df9b78a6985c22c3520d84a07a36 Oct 14 19:41:05.419 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:41:05.912 INFO blam! cf432c0c140cfa3f7e1a11460ef306fee4b487698e18d8b06158b1f108fff4f1 Oct 14 19:41:05.919 INFO running `"docker" "start" "-a" "cf432c0c140cfa3f7e1a11460ef306fee4b487698e18d8b06158b1f108fff4f1"` Oct 14 19:41:07.456 INFO kablam! usermod: no changes Oct 14 19:41:07.643 INFO kablam! Compiling skyro v0.1.0 (/source) Oct 14 19:41:08.607 INFO kablam! warning: unused import: `self` Oct 14 19:41:08.607 INFO kablam! --> src/main.rs:16:16 Oct 14 19:41:08.608 INFO kablam! | Oct 14 19:41:08.608 INFO kablam! 16 | use std::mem::{self, size_of}; Oct 14 19:41:08.608 INFO kablam! | ^^^^ Oct 14 19:41:08.609 INFO kablam! | Oct 14 19:41:08.609 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 19:41:08.609 INFO kablam! Oct 14 19:41:08.610 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 19:41:08.610 INFO kablam! --> src/main.rs:422:48 Oct 14 19:41:08.610 INFO kablam! | Oct 14 19:41:08.611 INFO kablam! 422 | let bisect_color = ( Oct 14 19:41:08.611 INFO kablam! | ________________________________________________^ Oct 14 19:41:08.611 INFO kablam! 423 | | bary[edge_indices.0] * mesh[edge.0].color + Oct 14 19:41:08.612 INFO kablam! 424 | | bary[edge_indices.1] * mesh[edge.1].color Oct 14 19:41:08.612 INFO kablam! 425 | | ); Oct 14 19:41:08.612 INFO kablam! | |_____________________________^ Oct 14 19:41:08.613 INFO kablam! | Oct 14 19:41:08.613 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 19:41:08.613 INFO kablam! help: remove these parentheses Oct 14 19:41:08.613 INFO kablam! | Oct 14 19:41:08.614 INFO kablam! 422 | let bisect_color = bary[edge_indices.0] * mesh[edge.0].color + Oct 14 19:41:08.614 INFO kablam! 423 | bary[edge_indices.1] * mesh[edge.1].color; Oct 14 19:41:08.614 INFO kablam! | Oct 14 19:41:08.615 INFO kablam! Oct 14 19:41:08.635 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 14 19:41:08.636 INFO kablam! --> src/main.rs:537:9 Oct 14 19:41:08.636 INFO kablam! | Oct 14 19:41:08.636 INFO kablam! 537 | std::thread::sleep_ms(15); // TODO: calculate smarter sleep timing Oct 14 19:41:08.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:41:08.637 INFO kablam! | Oct 14 19:41:08.637 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 19:41:08.637 INFO kablam! Oct 14 19:41:08.915 INFO kablam! warning: unused variable: `program` Oct 14 19:41:08.915 INFO kablam! --> src/main.rs:67:10 Oct 14 19:41:08.916 INFO kablam! | Oct 14 19:41:08.916 INFO kablam! 67 | let (program, a_pos, a_color) = unsafe { Oct 14 19:41:08.917 INFO kablam! | ^^^^^^^ help: consider using `_program` instead Oct 14 19:41:08.917 INFO kablam! | Oct 14 19:41:08.917 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 19:41:08.918 INFO kablam! Oct 14 19:41:08.966 INFO kablam! warning: variable does not need to be mutable Oct 14 19:41:08.966 INFO kablam! --> src/main.rs:128:9 Oct 14 19:41:08.966 INFO kablam! | Oct 14 19:41:08.966 INFO kablam! 128 | let mut camera_fovy: Deg = Deg(60.0); Oct 14 19:41:08.966 INFO kablam! | ----^^^^^^^^^^^ Oct 14 19:41:08.966 INFO kablam! | | Oct 14 19:41:08.966 INFO kablam! | help: remove this `mut` Oct 14 19:41:08.966 INFO kablam! | Oct 14 19:41:08.966 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 19:41:08.966 INFO kablam! Oct 14 19:41:09.011 INFO kablam! warning: method is never used: `get_edge_verts` Oct 14 19:41:09.011 INFO kablam! --> src/mesh.rs:41:5 Oct 14 19:41:09.011 INFO kablam! | Oct 14 19:41:09.011 INFO kablam! 41 | pub fn get_edge_verts(&self, edge: Edge) -> [Vertex; 2] { Oct 14 19:41:09.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:41:09.011 INFO kablam! | Oct 14 19:41:09.011 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 19:41:09.011 INFO kablam! Oct 14 19:41:09.011 INFO kablam! warning: method is never used: `get_edge_points` Oct 14 19:41:09.011 INFO kablam! --> src/mesh.rs:45:5 Oct 14 19:41:09.011 INFO kablam! | Oct 14 19:41:09.011 INFO kablam! 45 | pub fn get_edge_points(&self, edge: Edge) -> [Point3; 2] { Oct 14 19:41:09.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:41:09.011 INFO kablam! Oct 14 19:41:09.011 INFO kablam! warning: method is never used: `get_face_verts` Oct 14 19:41:09.011 INFO kablam! --> src/mesh.rs:49:5 Oct 14 19:41:09.011 INFO kablam! | Oct 14 19:41:09.011 INFO kablam! 49 | pub fn get_face_verts(&self, face: Face) -> [Vertex; 3] { Oct 14 19:41:09.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:41:09.011 INFO kablam! Oct 14 19:41:09.011 INFO kablam! warning: method is never used: `edges` Oct 14 19:41:09.011 INFO kablam! --> src/mesh.rs:97:5 Oct 14 19:41:09.011 INFO kablam! | Oct 14 19:41:09.011 INFO kablam! 97 | fn edges(&self) -> [Edge; 3] { Oct 14 19:41:09.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:41:09.011 INFO kablam! Oct 14 19:41:09.011 INFO kablam! warning: static item is never used: `FRAMES` Oct 14 19:41:09.011 INFO kablam! --> src/main.rs:541:1 Oct 14 19:41:09.011 INFO kablam! | Oct 14 19:41:09.011 INFO kablam! 541 | static mut FRAMES: usize = 0; Oct 14 19:41:09.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 19:41:09.011 INFO kablam! Oct 14 19:41:09.574 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.09s Oct 14 19:41:09.587 INFO kablam! su: No module specific data is present Oct 14 19:41:10.640 INFO running `"docker" "rm" "-f" "cf432c0c140cfa3f7e1a11460ef306fee4b487698e18d8b06158b1f108fff4f1"` Oct 14 19:41:10.911 INFO blam! cf432c0c140cfa3f7e1a11460ef306fee4b487698e18d8b06158b1f108fff4f1 Oct 14 19:41:10.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-6/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:11.395 INFO blam! 1cae16b5112e856637c292aa210368a94c4a7c352b8b39570c65120255ae83a3 Oct 14 19:41:11.395 INFO running `"docker" "start" "-a" "1cae16b5112e856637c292aa210368a94c4a7c352b8b39570c65120255ae83a3"` Oct 14 19:41:12.705 INFO kablam! usermod: no changes Oct 14 19:41:12.837 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 14 19:41:12.856 INFO kablam! Running /target/debug/deps/skyro-43353a2b4bf2d33e Oct 14 19:41:12.867 INFO kablam! su: No module specific data is present Oct 14 19:41:12.867 INFO blam! Oct 14 19:41:12.867 INFO blam! running 0 tests Oct 14 19:41:12.867 INFO blam! Oct 14 19:41:12.867 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 19:41:12.867 INFO blam! Oct 14 19:41:13.655 INFO running `"docker" "rm" "-f" "1cae16b5112e856637c292aa210368a94c4a7c352b8b39570c65120255ae83a3"` Oct 14 19:41:14.023 INFO blam! 1cae16b5112e856637c292aa210368a94c4a7c352b8b39570c65120255ae83a3