Oct 11 06:16:29.809 INFO testing Isafo/planet against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:16:29.809 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:16:29.809 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 06:16:30.244 INFO blam! 669c1092c2714b130fdbb9ee1d9845663d50c52a61f909bf9331d2d081118079 Oct 11 06:16:30.246 INFO running `"docker" "start" "-a" "669c1092c2714b130fdbb9ee1d9845663d50c52a61f909bf9331d2d081118079"` Oct 11 06:16:31.541 INFO kablam! usermod: no changes Oct 11 06:16:31.768 INFO kablam! Compiling siphasher v0.2.0 Oct 11 06:16:31.770 INFO kablam! Compiling serde_json v0.8.6 Oct 11 06:16:31.770 INFO kablam! Compiling cgmath v0.12.0 Oct 11 06:16:31.771 INFO kablam! Compiling x11-dl v2.12.0 Oct 11 06:16:31.771 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 11 06:16:31.772 INFO kablam! Compiling tempfile v2.1.4 Oct 11 06:16:33.288 INFO kablam! Compiling phf_shared v0.7.21 Oct 11 06:16:33.304 INFO kablam! Compiling backtrace v0.2.3 Oct 11 06:16:35.665 INFO kablam! Compiling phf_generator v0.7.21 Oct 11 06:16:35.665 INFO kablam! Compiling phf v0.7.21 Oct 11 06:16:39.432 INFO kablam! Compiling phf_codegen v0.7.21 Oct 11 06:16:41.269 INFO kablam! Compiling target_build_utils v0.1.2 Oct 11 06:16:55.611 INFO kablam! Compiling libloading v0.3.1 Oct 11 06:16:59.470 INFO kablam! Compiling dlib v0.3.1 Oct 11 06:17:00.264 INFO kablam! Compiling wayland-sys v0.7.6 Oct 11 06:17:02.180 INFO kablam! Compiling wayland-client v0.7.6 Oct 11 06:17:05.384 INFO kablam! Compiling wayland-kbd v0.6.2 Oct 11 06:17:05.384 INFO kablam! Compiling wayland-window v0.4.3 Oct 11 06:17:08.417 INFO kablam! Compiling winit v0.5.7 Oct 11 06:17:13.340 INFO kablam! Compiling glutin v0.7.2 Oct 11 06:17:17.328 INFO kablam! Compiling glium v0.16.0 Oct 11 06:17:42.988 INFO kablam! Compiling planet v0.1.0 (/source) Oct 11 06:17:45.684 INFO kablam! warning: unused import: `cgmath::*` Oct 11 06:17:45.684 INFO kablam! --> src/main.rs:6:5 Oct 11 06:17:45.684 INFO kablam! | Oct 11 06:17:45.684 INFO kablam! 6 | use cgmath::*; Oct 11 06:17:45.684 INFO kablam! | ^^^^^^^^^ Oct 11 06:17:45.684 INFO kablam! | Oct 11 06:17:45.684 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:17:45.684 INFO kablam! Oct 11 06:17:45.684 INFO kablam! warning: unused imports: `IndependentSample`, `Range` Oct 11 06:17:45.684 INFO kablam! --> src/main.rs:10:27 Oct 11 06:17:45.684 INFO kablam! | Oct 11 06:17:45.684 INFO kablam! 10 | use rand::distributions::{IndependentSample, Range}; Oct 11 06:17:45.684 INFO kablam! | ^^^^^^^^^^^^^^^^^ ^^^^^ Oct 11 06:17:45.684 INFO kablam! Oct 11 06:17:45.844 INFO kablam! warning: variable `mouse_pos` is assigned to, but never used Oct 11 06:17:45.844 INFO kablam! --> src/main.rs:211:13 Oct 11 06:17:45.844 INFO kablam! | Oct 11 06:17:45.844 INFO kablam! 211 | let mut mouse_pos = (0, 0); Oct 11 06:17:45.844 INFO kablam! | ^^^^^^^^^ Oct 11 06:17:45.844 INFO kablam! | Oct 11 06:17:45.844 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:17:45.844 INFO kablam! = note: consider using `_mouse_pos` instead Oct 11 06:17:45.844 INFO kablam! Oct 11 06:17:45.844 INFO kablam! warning: value assigned to `mouse_pos` is never read Oct 11 06:17:45.844 INFO kablam! --> src/main.rs:231:59 Oct 11 06:17:45.844 INFO kablam! | Oct 11 06:17:45.844 INFO kablam! 231 | glium::glutin::Event::MouseMoved(x, y) => mouse_pos = (x, y), Oct 11 06:17:45.844 INFO kablam! | ^^^^^^^^^ Oct 11 06:17:45.844 INFO kablam! | Oct 11 06:17:45.844 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 06:17:45.844 INFO kablam! Oct 11 06:17:45.844 INFO kablam! warning: unused variable: `dt` Oct 11 06:17:45.844 INFO kablam! --> src/main.rs:237:13 Oct 11 06:17:45.844 INFO kablam! | Oct 11 06:17:45.844 INFO kablam! 237 | let dt = (new_time - old_time) as f32 / 1e9; Oct 11 06:17:45.844 INFO kablam! | ^^ help: consider using `_dt` instead Oct 11 06:17:45.844 INFO kablam! Oct 11 06:17:45.853 INFO kablam! warning: field is never used: `ind` Oct 11 06:17:45.853 INFO kablam! --> src/main.rs:24:5 Oct 11 06:17:45.853 INFO kablam! | Oct 11 06:17:45.853 INFO kablam! 24 | ind : [i32; 3], Oct 11 06:17:45.853 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 06:17:45.860 INFO kablam! | Oct 11 06:17:45.860 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:17:45.860 INFO kablam! Oct 11 06:17:45.860 INFO kablam! warning: constant item is never used: `VSEGS` Oct 11 06:17:45.860 INFO kablam! --> src/main.rs:187:5 Oct 11 06:17:45.860 INFO kablam! | Oct 11 06:17:45.860 INFO kablam! 187 | const VSEGS : i32 = 32; Oct 11 06:17:45.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:17:45.860 INFO kablam! Oct 11 06:17:45.860 INFO kablam! warning: constant item is never used: `HSEGS` Oct 11 06:17:45.860 INFO kablam! --> src/main.rs:188:5 Oct 11 06:17:45.860 INFO kablam! | Oct 11 06:17:45.860 INFO kablam! 188 | const HSEGS : i32 = VSEGS * 2; Oct 11 06:17:45.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:17:45.860 INFO kablam! Oct 11 06:17:45.860 INFO kablam! warning: constant item is never used: `NTRIS` Oct 11 06:17:45.860 INFO kablam! --> src/main.rs:190:2 Oct 11 06:17:45.860 INFO kablam! | Oct 11 06:17:45.860 INFO kablam! 190 | const NTRIS : i32 = HSEGS + (VSEGS - 2) * HSEGS * 2 + HSEGS; // top + middle + bottom Oct 11 06:17:45.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:17:45.860 INFO kablam! Oct 11 06:17:45.861 INFO kablam! warning: function `createSphere` should have a snake case name such as `create_sphere` Oct 11 06:17:45.861 INFO kablam! --> src/main.rs:29:1 Oct 11 06:17:45.861 INFO kablam! | Oct 11 06:17:45.861 INFO kablam! 29 | / fn createSphere(vertices : &mut [Vertex]) { //, indices : &mut [Triangle], radius : f32, segments : i32) { Oct 11 06:17:45.861 INFO kablam! 30 | | Oct 11 06:17:45.861 INFO kablam! 31 | | vertices[0].pos[0] = 0.0; Oct 11 06:17:45.861 INFO kablam! 32 | | vertices[0].pos[1] = 0.0; Oct 11 06:17:45.861 INFO kablam! ... | Oct 11 06:17:45.861 INFO kablam! 138 | | */ Oct 11 06:17:45.861 INFO kablam! 139 | | } Oct 11 06:17:45.861 INFO kablam! | |_^ Oct 11 06:17:45.861 INFO kablam! | Oct 11 06:17:45.861 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:17:45.861 INFO kablam! Oct 11 06:17:49.198 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 17s Oct 11 06:17:49.208 INFO kablam! su: No module specific data is present Oct 11 06:17:49.864 INFO running `"docker" "rm" "-f" "669c1092c2714b130fdbb9ee1d9845663d50c52a61f909bf9331d2d081118079"` Oct 11 06:17:50.062 INFO blam! 669c1092c2714b130fdbb9ee1d9845663d50c52a61f909bf9331d2d081118079 Oct 11 06:17:50.062 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:17:50.062 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 06:17:50.484 INFO blam! ca2ae270dc2992569b538a6883a7a8259a3f6068098b072bb2deabc4e16c484d Oct 11 06:17:50.488 INFO running `"docker" "start" "-a" "ca2ae270dc2992569b538a6883a7a8259a3f6068098b072bb2deabc4e16c484d"` Oct 11 06:17:51.822 INFO kablam! usermod: no changes Oct 11 06:17:51.986 INFO kablam! Compiling planet v0.1.0 (/source) Oct 11 06:17:54.580 INFO kablam! warning: unused import: `cgmath::*` Oct 11 06:17:54.580 INFO kablam! --> src/main.rs:6:5 Oct 11 06:17:54.580 INFO kablam! | Oct 11 06:17:54.580 INFO kablam! 6 | use cgmath::*; Oct 11 06:17:54.580 INFO kablam! | ^^^^^^^^^ Oct 11 06:17:54.580 INFO kablam! | Oct 11 06:17:54.580 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 06:17:54.580 INFO kablam! Oct 11 06:17:54.580 INFO kablam! warning: unused imports: `IndependentSample`, `Range` Oct 11 06:17:54.580 INFO kablam! --> src/main.rs:10:27 Oct 11 06:17:54.580 INFO kablam! | Oct 11 06:17:54.580 INFO kablam! 10 | use rand::distributions::{IndependentSample, Range}; Oct 11 06:17:54.580 INFO kablam! | ^^^^^^^^^^^^^^^^^ ^^^^^ Oct 11 06:17:54.580 INFO kablam! Oct 11 06:17:54.712 INFO kablam! warning: variable `mouse_pos` is assigned to, but never used Oct 11 06:17:54.712 INFO kablam! --> src/main.rs:211:13 Oct 11 06:17:54.712 INFO kablam! | Oct 11 06:17:54.712 INFO kablam! 211 | let mut mouse_pos = (0, 0); Oct 11 06:17:54.712 INFO kablam! | ^^^^^^^^^ Oct 11 06:17:54.712 INFO kablam! | Oct 11 06:17:54.712 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:17:54.712 INFO kablam! = note: consider using `_mouse_pos` instead Oct 11 06:17:54.712 INFO kablam! Oct 11 06:17:54.712 INFO kablam! warning: value assigned to `mouse_pos` is never read Oct 11 06:17:54.712 INFO kablam! --> src/main.rs:231:59 Oct 11 06:17:54.712 INFO kablam! | Oct 11 06:17:54.712 INFO kablam! 231 | glium::glutin::Event::MouseMoved(x, y) => mouse_pos = (x, y), Oct 11 06:17:54.712 INFO kablam! | ^^^^^^^^^ Oct 11 06:17:54.712 INFO kablam! | Oct 11 06:17:54.716 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 06:17:54.716 INFO kablam! Oct 11 06:17:54.716 INFO kablam! warning: unused variable: `dt` Oct 11 06:17:54.716 INFO kablam! --> src/main.rs:237:13 Oct 11 06:17:54.716 INFO kablam! | Oct 11 06:17:54.716 INFO kablam! 237 | let dt = (new_time - old_time) as f32 / 1e9; Oct 11 06:17:54.716 INFO kablam! | ^^ help: consider using `_dt` instead Oct 11 06:17:54.716 INFO kablam! Oct 11 06:17:54.728 INFO kablam! warning: field is never used: `ind` Oct 11 06:17:54.728 INFO kablam! --> src/main.rs:24:5 Oct 11 06:17:54.728 INFO kablam! | Oct 11 06:17:54.728 INFO kablam! 24 | ind : [i32; 3], Oct 11 06:17:54.728 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 06:17:54.728 INFO kablam! | Oct 11 06:17:54.728 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 06:17:54.728 INFO kablam! Oct 11 06:17:54.728 INFO kablam! warning: function `createSphere` should have a snake case name such as `create_sphere` Oct 11 06:17:54.728 INFO kablam! --> src/main.rs:29:1 Oct 11 06:17:54.728 INFO kablam! | Oct 11 06:17:54.728 INFO kablam! 29 | / fn createSphere(vertices : &mut [Vertex]) { //, indices : &mut [Triangle], radius : f32, segments : i32) { Oct 11 06:17:54.728 INFO kablam! 30 | | Oct 11 06:17:54.728 INFO kablam! 31 | | vertices[0].pos[0] = 0.0; Oct 11 06:17:54.728 INFO kablam! 32 | | vertices[0].pos[1] = 0.0; Oct 11 06:17:54.728 INFO kablam! ... | Oct 11 06:17:54.728 INFO kablam! 138 | | */ Oct 11 06:17:54.728 INFO kablam! 139 | | } Oct 11 06:17:54.728 INFO kablam! | |_^ Oct 11 06:17:54.728 INFO kablam! | Oct 11 06:17:54.728 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:17:54.728 INFO kablam! Oct 11 06:17:55.154 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.29s Oct 11 06:17:55.159 INFO kablam! su: No module specific data is present Oct 11 06:17:55.451 INFO running `"docker" "rm" "-f" "ca2ae270dc2992569b538a6883a7a8259a3f6068098b072bb2deabc4e16c484d"` Oct 11 06:17:55.545 INFO blam! ca2ae270dc2992569b538a6883a7a8259a3f6068098b072bb2deabc4e16c484d Oct 11 06:17:55.547 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:17:55.547 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 06:17:55.754 INFO blam! cf6e6cf40fae6c8e9a5039d687aeeb2ee041d2b230c7e2b59750a716626e92da Oct 11 06:17:55.756 INFO running `"docker" "start" "-a" "cf6e6cf40fae6c8e9a5039d687aeeb2ee041d2b230c7e2b59750a716626e92da"` Oct 11 06:17:56.282 INFO kablam! usermod: no changes Oct 11 06:17:56.408 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 06:17:56.430 INFO kablam! Running /target/debug/deps/planet-62833cdfdf14e15f Oct 11 06:17:56.434 INFO blam! Oct 11 06:17:56.434 INFO blam! running 0 tests Oct 11 06:17:56.434 INFO blam! Oct 11 06:17:56.434 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:17:56.434 INFO blam! Oct 11 06:17:56.436 INFO kablam! su: No module specific data is present Oct 11 06:17:57.130 INFO running `"docker" "rm" "-f" "cf6e6cf40fae6c8e9a5039d687aeeb2ee041d2b230c7e2b59750a716626e92da"` Oct 11 06:17:57.404 INFO blam! cf6e6cf40fae6c8e9a5039d687aeeb2ee041d2b230c7e2b59750a716626e92da