Oct 15 07:53:09.020 INFO testing PKoshkin/voxel_craft against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 07:53:09.020 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 15 07:53:09.295 INFO blam! 08198c9a20c132a2a8e10f7aafbbb151b712552e16fd602052f3ceba6e719221 Oct 15 07:53:09.297 INFO running `"docker" "start" "-a" "08198c9a20c132a2a8e10f7aafbbb151b712552e16fd602052f3ceba6e719221"` Oct 15 07:53:09.948 INFO kablam! usermod: no changes Oct 15 07:53:10.147 INFO kablam! Compiling cc v1.0.7 Oct 15 07:53:10.148 INFO kablam! Compiling khronos_api v2.1.0 Oct 15 07:53:10.151 INFO kablam! Compiling memmap v0.6.2 Oct 15 07:53:10.151 INFO kablam! Compiling shared_library v0.1.8 Oct 15 07:53:10.151 INFO kablam! Compiling x11-dl v2.17.3 Oct 15 07:53:10.151 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 15 07:53:10.151 INFO kablam! Compiling cgmath v0.16.1 Oct 15 07:53:10.151 INFO kablam! Compiling tempfile v2.2.0 Oct 15 07:53:11.531 INFO kablam! Compiling png v0.11.0 Oct 15 07:53:13.883 INFO kablam! Compiling gl_generator v0.8.0 Oct 15 07:53:13.962 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 15 07:53:18.499 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 15 07:53:19.045 INFO kablam! Compiling libloading v0.5.0 Oct 15 07:53:19.045 INFO kablam! Compiling backtrace-sys v0.1.16 Oct 15 07:53:21.963 INFO kablam! Compiling rayon-core v1.4.0 Oct 15 07:53:22.252 INFO kablam! Compiling glutin v0.12.2 Oct 15 07:53:22.252 INFO kablam! Compiling glium v0.20.0 Oct 15 07:53:31.655 INFO kablam! Compiling dlib v0.4.1 Oct 15 07:53:33.095 INFO kablam! Compiling rayon v1.0.1 Oct 15 07:53:33.743 INFO kablam! Compiling wayland-sys v0.12.5 Oct 15 07:53:37.339 INFO kablam! Compiling wayland-client v0.12.5 Oct 15 07:53:42.351 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 15 07:53:46.887 INFO kablam! Compiling wayland-protocols v0.12.5 Oct 15 07:53:46.887 INFO kablam! Compiling wayland-kbd v0.13.1 Oct 15 07:53:51.867 INFO kablam! Compiling backtrace v0.3.5 Oct 15 07:53:53.807 INFO kablam! Compiling image v0.18.0 Oct 15 07:54:01.643 INFO kablam! Compiling wayland-window v0.13.2 Oct 15 07:54:03.568 INFO kablam! Compiling winit v0.10.0 Oct 15 07:54:49.120 INFO kablam! Compiling voxel_craft v0.1.0 (/source) Oct 15 07:54:51.325 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 07:54:51.327 INFO kablam! --> src/game_application/marching_cubes.rs:1:5 Oct 15 07:54:51.327 INFO kablam! | Oct 15 07:54:51.328 INFO kablam! 1 | use std::collections::HashMap; Oct 15 07:54:51.328 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:54:51.328 INFO kablam! | Oct 15 07:54:51.329 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:54:51.329 INFO kablam! Oct 15 07:54:51.329 INFO kablam! warning: unused import: `Vector3` Oct 15 07:54:51.330 INFO kablam! --> src/game_application/marching_cubes.rs:2:32 Oct 15 07:54:51.330 INFO kablam! | Oct 15 07:54:51.330 INFO kablam! 2 | use game_application::cgmath::{Vector3, Point3}; Oct 15 07:54:51.331 INFO kablam! | ^^^^^^^ Oct 15 07:54:51.331 INFO kablam! Oct 15 07:54:51.331 INFO kablam! warning: unused import: `game_application::geometry::normalize` Oct 15 07:54:51.332 INFO kablam! --> src/game_application/marching_cubes.rs:4:5 Oct 15 07:54:51.332 INFO kablam! | Oct 15 07:54:51.332 INFO kablam! 4 | use game_application::geometry::normalize; Oct 15 07:54:51.333 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:54:51.333 INFO kablam! Oct 15 07:54:51.723 INFO kablam! warning: unused variable: `event` Oct 15 07:54:51.724 INFO kablam! --> src/game_application/view.rs:122:36 Oct 15 07:54:51.724 INFO kablam! | Oct 15 07:54:51.724 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 15 07:54:51.725 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 15 07:54:51.725 INFO kablam! | Oct 15 07:54:51.725 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:54:51.726 INFO kablam! Oct 15 07:54:51.726 INFO kablam! warning: unused variable: `event` Oct 15 07:54:51.726 INFO kablam! --> src/game_application/model.rs:30:36 Oct 15 07:54:51.727 INFO kablam! | Oct 15 07:54:51.727 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 15 07:54:51.727 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 15 07:54:51.728 INFO kablam! Oct 15 07:54:51.728 INFO kablam! warning: unused variable: `camera_position` Oct 15 07:54:51.728 INFO kablam! --> src/game_application/map.rs:48:30 Oct 15 07:54:51.729 INFO kablam! | Oct 15 07:54:51.729 INFO kablam! 48 | fn need_to_redraw(&self, camera_position: Point3) -> bool { Oct 15 07:54:51.729 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_camera_position` instead Oct 15 07:54:51.729 INFO kablam! Oct 15 07:54:51.730 INFO kablam! warning: unused variable: `triangles` Oct 15 07:54:51.730 INFO kablam! --> src/game_application/mesh.rs:127:21 Oct 15 07:54:51.730 INFO kablam! | Oct 15 07:54:51.731 INFO kablam! 127 | for (point, triangles) in self.point_neighbors.iter() { Oct 15 07:54:51.731 INFO kablam! | ^^^^^^^^^ help: consider using `_triangles` instead Oct 15 07:54:51.731 INFO kablam! Oct 15 07:54:51.799 INFO kablam! warning: function is never used: `init_points_program` Oct 15 07:54:51.800 INFO kablam! --> src/game_application/view.rs:35:1 Oct 15 07:54:51.800 INFO kablam! | Oct 15 07:54:51.800 INFO kablam! 35 | fn init_points_program(display: &glium::Display, directory: &str) -> glium::Program { Oct 15 07:54:51.801 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:54:51.801 INFO kablam! | Oct 15 07:54:51.801 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:54:51.802 INFO kablam! Oct 15 07:54:51.802 INFO kablam! warning: method is never used: `handle_event` Oct 15 07:54:51.802 INFO kablam! --> src/game_application/view.rs:122:5 Oct 15 07:54:51.802 INFO kablam! | Oct 15 07:54:51.803 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 15 07:54:51.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:54:51.803 INFO kablam! Oct 15 07:54:51.804 INFO kablam! warning: method is never used: `handle_event` Oct 15 07:54:51.804 INFO kablam! --> src/game_application/model.rs:30:5 Oct 15 07:54:51.804 INFO kablam! | Oct 15 07:54:51.804 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 15 07:54:51.805 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:54:51.805 INFO kablam! Oct 15 07:54:58.591 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 48s Oct 15 07:54:58.607 INFO kablam! su: No module specific data is present Oct 15 07:54:59.188 INFO running `"docker" "rm" "-f" "08198c9a20c132a2a8e10f7aafbbb151b712552e16fd602052f3ceba6e719221"` Oct 15 07:54:59.501 INFO blam! 08198c9a20c132a2a8e10f7aafbbb151b712552e16fd602052f3ceba6e719221 Oct 15 07:54:59.511 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 15 07:54:59.960 INFO blam! 0e8ccb5dab5e2c859982e6974e5d7bc9d900364cf5385b99e1e55d16a0264aac Oct 15 07:54:59.975 INFO running `"docker" "start" "-a" "0e8ccb5dab5e2c859982e6974e5d7bc9d900364cf5385b99e1e55d16a0264aac"` Oct 15 07:55:01.006 INFO kablam! usermod: no changes Oct 15 07:55:01.203 INFO kablam! Compiling voxel_craft v0.1.0 (/source) Oct 15 07:55:03.499 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 07:55:03.499 INFO kablam! --> src/game_application/marching_cubes.rs:1:5 Oct 15 07:55:03.499 INFO kablam! | Oct 15 07:55:03.499 INFO kablam! 1 | use std::collections::HashMap; Oct 15 07:55:03.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:03.499 INFO kablam! | Oct 15 07:55:03.499 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 07:55:03.499 INFO kablam! Oct 15 07:55:03.499 INFO kablam! warning: unused import: `Vector3` Oct 15 07:55:03.499 INFO kablam! --> src/game_application/marching_cubes.rs:2:32 Oct 15 07:55:03.499 INFO kablam! | Oct 15 07:55:03.499 INFO kablam! 2 | use game_application::cgmath::{Vector3, Point3}; Oct 15 07:55:03.499 INFO kablam! | ^^^^^^^ Oct 15 07:55:03.499 INFO kablam! Oct 15 07:55:03.499 INFO kablam! warning: unused import: `game_application::geometry::normalize` Oct 15 07:55:03.499 INFO kablam! --> src/game_application/marching_cubes.rs:4:5 Oct 15 07:55:03.499 INFO kablam! | Oct 15 07:55:03.499 INFO kablam! 4 | use game_application::geometry::normalize; Oct 15 07:55:03.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:03.499 INFO kablam! Oct 15 07:55:03.903 INFO kablam! warning: unused variable: `event` Oct 15 07:55:03.904 INFO kablam! --> src/game_application/view.rs:122:36 Oct 15 07:55:03.904 INFO kablam! | Oct 15 07:55:03.904 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 15 07:55:03.904 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 15 07:55:03.904 INFO kablam! | Oct 15 07:55:03.904 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 07:55:03.904 INFO kablam! Oct 15 07:55:03.904 INFO kablam! warning: unused variable: `event` Oct 15 07:55:03.904 INFO kablam! --> src/game_application/model.rs:30:36 Oct 15 07:55:03.904 INFO kablam! | Oct 15 07:55:03.904 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 15 07:55:03.904 INFO kablam! | ^^^^^ help: consider using `_event` instead Oct 15 07:55:03.904 INFO kablam! Oct 15 07:55:03.904 INFO kablam! warning: unused variable: `camera_position` Oct 15 07:55:03.904 INFO kablam! --> src/game_application/map.rs:48:30 Oct 15 07:55:03.904 INFO kablam! | Oct 15 07:55:03.904 INFO kablam! 48 | fn need_to_redraw(&self, camera_position: Point3) -> bool { Oct 15 07:55:03.904 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_camera_position` instead Oct 15 07:55:03.904 INFO kablam! Oct 15 07:55:03.904 INFO kablam! warning: unused variable: `triangles` Oct 15 07:55:03.904 INFO kablam! --> src/game_application/mesh.rs:127:21 Oct 15 07:55:03.904 INFO kablam! | Oct 15 07:55:03.904 INFO kablam! 127 | for (point, triangles) in self.point_neighbors.iter() { Oct 15 07:55:03.904 INFO kablam! | ^^^^^^^^^ help: consider using `_triangles` instead Oct 15 07:55:03.904 INFO kablam! Oct 15 07:55:03.967 INFO kablam! warning: function is never used: `init_points_program` Oct 15 07:55:03.967 INFO kablam! --> src/game_application/view.rs:35:1 Oct 15 07:55:03.967 INFO kablam! | Oct 15 07:55:03.967 INFO kablam! 35 | fn init_points_program(display: &glium::Display, directory: &str) -> glium::Program { Oct 15 07:55:03.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:03.967 INFO kablam! | Oct 15 07:55:03.967 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 07:55:03.967 INFO kablam! Oct 15 07:55:03.969 INFO kablam! warning: method is never used: `handle_event` Oct 15 07:55:03.969 INFO kablam! --> src/game_application/view.rs:122:5 Oct 15 07:55:03.969 INFO kablam! | Oct 15 07:55:03.969 INFO kablam! 122 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 15 07:55:03.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:03.969 INFO kablam! Oct 15 07:55:03.969 INFO kablam! warning: method is never used: `handle_event` Oct 15 07:55:03.969 INFO kablam! --> src/game_application/model.rs:30:5 Oct 15 07:55:03.969 INFO kablam! | Oct 15 07:55:03.969 INFO kablam! 30 | pub fn handle_event(&mut self, event: &glutin::WindowEvent) { Oct 15 07:55:03.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 07:55:03.969 INFO kablam! Oct 15 07:55:04.509 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.49s Oct 15 07:55:04.520 INFO kablam! su: No module specific data is present Oct 15 07:55:05.744 INFO running `"docker" "rm" "-f" "0e8ccb5dab5e2c859982e6974e5d7bc9d900364cf5385b99e1e55d16a0264aac"` Oct 15 07:55:05.935 INFO blam! 0e8ccb5dab5e2c859982e6974e5d7bc9d900364cf5385b99e1e55d16a0264aac Oct 15 07:55:05.943 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 15 07:55:06.393 INFO blam! cda11f762e978c9a5146cbc487ac4dbd2fcb125d2ede0cbde0265c041c9cd73d Oct 15 07:55:06.395 INFO running `"docker" "start" "-a" "cda11f762e978c9a5146cbc487ac4dbd2fcb125d2ede0cbde0265c041c9cd73d"` Oct 15 07:55:08.223 INFO kablam! usermod: no changes Oct 15 07:55:08.440 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 07:55:08.463 INFO kablam! Running /target/debug/deps/voxel_craft-356d853d7ebcf5ef Oct 15 07:55:08.465 INFO blam! Oct 15 07:55:08.466 INFO blam! running 0 tests Oct 15 07:55:08.466 INFO blam! Oct 15 07:55:08.466 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 07:55:08.467 INFO blam! Oct 15 07:55:08.469 INFO kablam! su: No module specific data is present Oct 15 07:55:09.403 INFO running `"docker" "rm" "-f" "cda11f762e978c9a5146cbc487ac4dbd2fcb125d2ede0cbde0265c041c9cd73d"` Oct 15 07:55:09.739 INFO blam! cda11f762e978c9a5146cbc487ac4dbd2fcb125d2ede0cbde0265c041c9cd73d