Oct 11 05:05:58.194 INFO testing PKoshkin/voxel_craft against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 05:05:58.194 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 05:05:58.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 05:05:58.560 INFO blam! adc74c1a28ed90c364116e62a3c7205e809425b29edc786f93e0b423af5cb7af Oct 11 05:05:58.566 INFO running `"docker" "start" "-a" "adc74c1a28ed90c364116e62a3c7205e809425b29edc786f93e0b423af5cb7af"` Oct 11 05:05:59.956 INFO kablam! usermod: no changes Oct 11 05:06:00.240 INFO kablam! Compiling libloading v0.5.0 Oct 11 05:06:00.242 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 11 05:06:00.243 INFO kablam! Compiling cgmath v0.16.1 Oct 11 05:06:00.244 INFO kablam! Compiling backtrace v0.3.5 Oct 11 05:06:03.352 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 11 05:06:05.254 INFO kablam! Compiling dlib v0.4.1 Oct 11 05:06:05.842 INFO kablam! Compiling rayon-core v1.4.0 Oct 11 05:06:06.449 INFO kablam! Compiling wayland-sys v0.12.5 Oct 11 05:06:08.876 INFO kablam! Compiling wayland-client v0.12.5 Oct 11 05:06:10.508 INFO kablam! Compiling rayon v1.0.1 Oct 11 05:06:13.264 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 11 05:06:13.264 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 11 05:06:17.180 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 11 05:06:19.736 INFO kablam! Compiling wayland-window v0.13.2 Oct 11 05:06:22.735 INFO kablam! Compiling winit v0.10.0 Oct 11 05:06:23.240 INFO kablam! Compiling image v0.18.0 Oct 11 05:06:31.520 INFO kablam! Compiling glutin v0.12.2 Oct 11 05:06:36.808 INFO kablam! Compiling glium v0.20.0 Oct 11 05:07:02.428 INFO kablam! Compiling voxel_craft v0.1.0 (/source) Oct 11 05:07:06.768 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 05:07:06.768 INFO kablam! --> src/game_application/marching_cubes.rs:1:5 Oct 11 05:07:06.768 INFO kablam! | Oct 11 05:07:06.768 INFO kablam! 1 | use std::collections::HashMap; Oct 11 05:07:06.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:07:06.768 INFO kablam! | Oct 11 05:07:06.768 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:07:06.768 INFO kablam! Oct 11 05:07:06.768 INFO kablam! warning: unused import: `Vector3` Oct 11 05:07:06.768 INFO kablam! --> src/game_application/marching_cubes.rs:2:32 Oct 11 05:07:06.768 INFO kablam! | Oct 11 05:07:06.768 INFO kablam! 2 | use game_application::cgmath::{Vector3, Point3}; Oct 11 05:07:06.768 INFO kablam! | ^^^^^^^ Oct 11 05:07:06.768 INFO kablam! Oct 11 05:07:06.768 INFO kablam! warning: unused import: `game_application::geometry::normalize` Oct 11 05:07:06.768 INFO kablam! --> src/game_application/marching_cubes.rs:4:5 Oct 11 05:07:06.769 INFO kablam! | Oct 11 05:07:06.769 INFO kablam! 4 | use game_application::geometry::normalize; Oct 11 05:07:06.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:07:06.769 INFO kablam! Oct 11 05:07:07.160 INFO kablam! warning: unused variable: `event` Oct 11 05:07:07.160 INFO kablam! --> src/game_application/view.rs:122:36 Oct 11 05:07:07.160 INFO kablam! | Oct 11 05:07:07.160 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 11 05:07:07.160 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 11 05:07:07.160 INFO kablam! | Oct 11 05:07:07.160 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:07:07.160 INFO kablam! Oct 11 05:07:07.160 INFO kablam! warning: unused variable: `event` Oct 11 05:07:07.160 INFO kablam! --> src/game_application/model.rs:30:36 Oct 11 05:07:07.160 INFO kablam! | Oct 11 05:07:07.160 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 11 05:07:07.160 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 11 05:07:07.160 INFO kablam! Oct 11 05:07:07.160 INFO kablam! warning: unused variable: `camera_position` Oct 11 05:07:07.160 INFO kablam! --> src/game_application/map.rs:48:30 Oct 11 05:07:07.160 INFO kablam! | Oct 11 05:07:07.160 INFO kablam! 48 | fn need_to_redraw(&self, camera_position: Point3) -> bool { Oct 11 05:07:07.160 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_camera_position` instead Oct 11 05:07:07.160 INFO kablam! Oct 11 05:07:07.160 INFO kablam! warning: unused variable: `triangles` Oct 11 05:07:07.160 INFO kablam! --> src/game_application/mesh.rs:127:21 Oct 11 05:07:07.160 INFO kablam! | Oct 11 05:07:07.160 INFO kablam! 127 | for (point, triangles) in self.point_neighbors.iter() { Oct 11 05:07:07.160 INFO kablam! | ^^^^^^^^^ help: consider using `_triangles` instead Oct 11 05:07:07.160 INFO kablam! Oct 11 05:07:07.234 INFO kablam! warning: function is never used: `init_points_program` Oct 11 05:07:07.234 INFO kablam! --> src/game_application/view.rs:35:1 Oct 11 05:07:07.234 INFO kablam! | Oct 11 05:07:07.234 INFO kablam! 35 | fn init_points_program(display: &glium::Display, directory: &str) -> glium::Program { Oct 11 05:07:07.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:07:07.235 INFO kablam! | Oct 11 05:07:07.235 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:07:07.235 INFO kablam! Oct 11 05:07:07.235 INFO kablam! warning: method is never used: `handle_event` Oct 11 05:07:07.235 INFO kablam! --> src/game_application/view.rs:122:5 Oct 11 05:07:07.235 INFO kablam! | Oct 11 05:07:07.235 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 11 05:07:07.235 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:07:07.240 INFO kablam! Oct 11 05:07:07.240 INFO kablam! warning: method is never used: `handle_event` Oct 11 05:07:07.240 INFO kablam! --> src/game_application/model.rs:30:5 Oct 11 05:07:07.240 INFO kablam! | Oct 11 05:07:07.240 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 11 05:07:07.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:07:07.240 INFO kablam! Oct 11 05:07:13.185 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 13s Oct 11 05:07:13.198 INFO kablam! su: No module specific data is present Oct 11 05:07:13.649 INFO running `"docker" "rm" "-f" "adc74c1a28ed90c364116e62a3c7205e809425b29edc786f93e0b423af5cb7af"` Oct 11 05:07:13.916 INFO blam! adc74c1a28ed90c364116e62a3c7205e809425b29edc786f93e0b423af5cb7af Oct 11 05:07:13.922 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 05:07:13.922 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 05:07:14.314 INFO blam! 31e3ec78232bdb81b0a5a9998a23c3da5454bae016620bbd2666a99e17c35bf2 Oct 11 05:07:14.316 INFO running `"docker" "start" "-a" "31e3ec78232bdb81b0a5a9998a23c3da5454bae016620bbd2666a99e17c35bf2"` Oct 11 05:07:15.764 INFO kablam! usermod: no changes Oct 11 05:07:15.988 INFO kablam! Compiling voxel_craft v0.1.0 (/source) Oct 11 05:07:20.641 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 11 05:07:20.641 INFO kablam! --> src/game_application/marching_cubes.rs:1:5 Oct 11 05:07:20.642 INFO kablam! | Oct 11 05:07:20.642 INFO kablam! 1 | use std::collections::HashMap; Oct 11 05:07:20.642 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:07:20.642 INFO kablam! | Oct 11 05:07:20.642 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 05:07:20.643 INFO kablam! Oct 11 05:07:20.643 INFO kablam! warning: unused import: `Vector3` Oct 11 05:07:20.643 INFO kablam! --> src/game_application/marching_cubes.rs:2:32 Oct 11 05:07:20.643 INFO kablam! | Oct 11 05:07:20.643 INFO kablam! 2 | use game_application::cgmath::{Vector3, Point3}; Oct 11 05:07:20.643 INFO kablam! | ^^^^^^^ Oct 11 05:07:20.643 INFO kablam! Oct 11 05:07:20.643 INFO kablam! warning: unused import: `game_application::geometry::normalize` Oct 11 05:07:20.643 INFO kablam! --> src/game_application/marching_cubes.rs:4:5 Oct 11 05:07:20.643 INFO kablam! | Oct 11 05:07:20.643 INFO kablam! 4 | use game_application::geometry::normalize; Oct 11 05:07:20.643 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:07:20.643 INFO kablam! Oct 11 05:07:21.031 INFO kablam! warning: unused variable: `event` Oct 11 05:07:21.031 INFO kablam! --> src/game_application/view.rs:122:36 Oct 11 05:07:21.031 INFO kablam! | Oct 11 05:07:21.031 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 11 05:07:21.031 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 11 05:07:21.031 INFO kablam! | Oct 11 05:07:21.031 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 05:07:21.031 INFO kablam! Oct 11 05:07:21.031 INFO kablam! warning: unused variable: `event` Oct 11 05:07:21.031 INFO kablam! --> src/game_application/model.rs:30:36 Oct 11 05:07:21.031 INFO kablam! | Oct 11 05:07:21.031 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 11 05:07:21.031 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 11 05:07:21.031 INFO kablam! Oct 11 05:07:21.031 INFO kablam! warning: unused variable: `camera_position` Oct 11 05:07:21.031 INFO kablam! --> src/game_application/map.rs:48:30 Oct 11 05:07:21.031 INFO kablam! | Oct 11 05:07:21.032 INFO kablam! 48 | fn need_to_redraw(&self, camera_position: Point3) -> bool { Oct 11 05:07:21.032 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_camera_position` instead Oct 11 05:07:21.032 INFO kablam! Oct 11 05:07:21.032 INFO kablam! warning: unused variable: `triangles` Oct 11 05:07:21.032 INFO kablam! --> src/game_application/mesh.rs:127:21 Oct 11 05:07:21.032 INFO kablam! | Oct 11 05:07:21.032 INFO kablam! 127 | for (point, triangles) in self.point_neighbors.iter() { Oct 11 05:07:21.032 INFO kablam! | ^^^^^^^^^ help: consider using `_triangles` instead Oct 11 05:07:21.032 INFO kablam! Oct 11 05:07:21.113 INFO kablam! warning: function is never used: `init_points_program` Oct 11 05:07:21.113 INFO kablam! --> src/game_application/view.rs:35:1 Oct 11 05:07:21.114 INFO kablam! | Oct 11 05:07:21.114 INFO kablam! 35 | fn init_points_program(display: &glium::Display, directory: &str) -> glium::Program { Oct 11 05:07:21.114 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:07:21.115 INFO kablam! | Oct 11 05:07:21.115 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 05:07:21.115 INFO kablam! Oct 11 05:07:21.116 INFO kablam! warning: method is never used: `handle_event` Oct 11 05:07:21.116 INFO kablam! --> src/game_application/view.rs:122:5 Oct 11 05:07:21.116 INFO kablam! | Oct 11 05:07:21.116 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 11 05:07:21.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:07:21.116 INFO kablam! Oct 11 05:07:21.116 INFO kablam! warning: method is never used: `handle_event` Oct 11 05:07:21.116 INFO kablam! --> src/game_application/model.rs:30:5 Oct 11 05:07:21.116 INFO kablam! | Oct 11 05:07:21.116 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 11 05:07:21.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 05:07:21.116 INFO kablam! Oct 11 05:07:21.694 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.91s Oct 11 05:07:21.712 INFO kablam! su: No module specific data is present Oct 11 05:07:22.764 INFO running `"docker" "rm" "-f" "31e3ec78232bdb81b0a5a9998a23c3da5454bae016620bbd2666a99e17c35bf2"` Oct 11 05:07:23.028 INFO blam! 31e3ec78232bdb81b0a5a9998a23c3da5454bae016620bbd2666a99e17c35bf2 Oct 11 05:07:23.036 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 05:07:23.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 05:07:23.511 INFO blam! a81424fd6da990e849a9b3452dfe303c22b59ad6fbba16664521148b149a7a75 Oct 11 05:07:23.512 INFO running `"docker" "start" "-a" "a81424fd6da990e849a9b3452dfe303c22b59ad6fbba16664521148b149a7a75"` Oct 11 05:07:24.727 INFO kablam! usermod: no changes Oct 11 05:07:24.902 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 11 05:07:24.928 INFO blam! Oct 11 05:07:24.928 INFO kablam! Running /target/debug/deps/voxel_craft-d22ab233e4eed9ca Oct 11 05:07:24.928 INFO blam! running 0 tests Oct 11 05:07:24.928 INFO kablam! su: No module specific data is present Oct 11 05:07:24.928 INFO blam! Oct 11 05:07:24.928 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 05:07:24.928 INFO blam! Oct 11 05:07:25.449 INFO running `"docker" "rm" "-f" "a81424fd6da990e849a9b3452dfe303c22b59ad6fbba16664521148b149a7a75"` Oct 11 05:07:25.604 INFO blam! a81424fd6da990e849a9b3452dfe303c22b59ad6fbba16664521148b149a7a75