Oct 15 10:06:00.273 INFO testing Isafo/planet against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:06:00.273 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 10:06:00.530 INFO blam! dbeb50b9a64577a65d54f6a05c423c388a5b4d046d36539c7b46601a9d840b55 Oct 15 10:06:00.532 INFO running `"docker" "start" "-a" "dbeb50b9a64577a65d54f6a05c423c388a5b4d046d36539c7b46601a9d840b55"` Oct 15 10:06:00.952 INFO kablam! usermod: no changes Oct 15 10:06:01.097 INFO kablam! Compiling siphasher v0.2.0 Oct 15 10:06:01.097 INFO kablam! Compiling serde v0.8.22 Oct 15 10:06:01.097 INFO kablam! Compiling time v0.1.36 Oct 15 10:06:01.097 INFO kablam! Compiling cgmath v0.12.0 Oct 15 10:06:01.098 INFO kablam! Compiling x11-dl v2.12.0 Oct 15 10:06:01.098 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 15 10:06:01.103 INFO kablam! Compiling tempfile v2.1.4 Oct 15 10:06:01.751 INFO kablam! Compiling phf_shared v0.7.21 Oct 15 10:06:01.791 INFO kablam! Compiling backtrace v0.2.3 Oct 15 10:06:02.732 INFO kablam! Compiling phf_generator v0.7.21 Oct 15 10:06:02.735 INFO kablam! Compiling phf v0.7.21 Oct 15 10:06:04.327 INFO kablam! Compiling phf_codegen v0.7.21 Oct 15 10:06:05.247 INFO kablam! Compiling target_build_utils v0.1.2 Oct 15 10:06:11.409 INFO kablam! Compiling serde_json v0.8.6 Oct 15 10:06:17.815 INFO kablam! Compiling libloading v0.3.1 Oct 15 10:06:20.092 INFO kablam! Compiling dlib v0.3.1 Oct 15 10:06:20.459 INFO kablam! Compiling wayland-sys v0.7.6 Oct 15 10:06:22.054 INFO kablam! Compiling wayland-client v0.7.6 Oct 15 10:06:24.340 INFO kablam! Compiling wayland-kbd v0.6.2 Oct 15 10:06:24.343 INFO kablam! Compiling wayland-window v0.4.3 Oct 15 10:06:26.732 INFO kablam! Compiling winit v0.5.7 Oct 15 10:06:31.369 INFO kablam! Compiling glutin v0.7.2 Oct 15 10:06:35.211 INFO kablam! Compiling glium v0.16.0 Oct 15 10:07:00.035 INFO kablam! Compiling planet v0.1.0 (/source) Oct 15 10:07:01.440 INFO kablam! warning: unused import: `cgmath::*` Oct 15 10:07:01.440 INFO kablam! --> src/main.rs:6:5 Oct 15 10:07:01.440 INFO kablam! | Oct 15 10:07:01.440 INFO kablam! 6 | use cgmath::*; Oct 15 10:07:01.441 INFO kablam! | ^^^^^^^^^ Oct 15 10:07:01.441 INFO kablam! | Oct 15 10:07:01.441 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:07:01.441 INFO kablam! Oct 15 10:07:01.441 INFO kablam! warning: unused imports: `IndependentSample`, `Range` Oct 15 10:07:01.441 INFO kablam! --> src/main.rs:10:27 Oct 15 10:07:01.441 INFO kablam! | Oct 15 10:07:01.442 INFO kablam! 10 | use rand::distributions::{IndependentSample, Range}; Oct 15 10:07:01.442 INFO kablam! | ^^^^^^^^^^^^^^^^^ ^^^^^ Oct 15 10:07:01.442 INFO kablam! Oct 15 10:07:01.567 INFO kablam! warning: variable `mouse_pos` is assigned to, but never used Oct 15 10:07:01.567 INFO kablam! --> src/main.rs:211:13 Oct 15 10:07:01.567 INFO kablam! | Oct 15 10:07:01.567 INFO kablam! 211 | let mut mouse_pos = (0, 0); Oct 15 10:07:01.567 INFO kablam! | ^^^^^^^^^ Oct 15 10:07:01.567 INFO kablam! | Oct 15 10:07:01.567 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:07:01.567 INFO kablam! = note: consider using `_mouse_pos` instead Oct 15 10:07:01.567 INFO kablam! Oct 15 10:07:01.567 INFO kablam! warning: value assigned to `mouse_pos` is never read Oct 15 10:07:01.567 INFO kablam! --> src/main.rs:231:59 Oct 15 10:07:01.567 INFO kablam! | Oct 15 10:07:01.567 INFO kablam! 231 | glium::glutin::Event::MouseMoved(x, y) => mouse_pos = (x, y), Oct 15 10:07:01.567 INFO kablam! | ^^^^^^^^^ Oct 15 10:07:01.567 INFO kablam! | Oct 15 10:07:01.567 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 10:07:01.567 INFO kablam! Oct 15 10:07:01.567 INFO kablam! warning: unused variable: `dt` Oct 15 10:07:01.567 INFO kablam! --> src/main.rs:237:13 Oct 15 10:07:01.567 INFO kablam! | Oct 15 10:07:01.567 INFO kablam! 237 | let dt = (new_time - old_time) as f32 / 1e9; Oct 15 10:07:01.567 INFO kablam! | ^^ help: consider using `_dt` instead Oct 15 10:07:01.567 INFO kablam! Oct 15 10:07:01.575 INFO kablam! warning: field is never used: `ind` Oct 15 10:07:01.575 INFO kablam! --> src/main.rs:24:5 Oct 15 10:07:01.575 INFO kablam! | Oct 15 10:07:01.575 INFO kablam! 24 | ind : [i32; 3], Oct 15 10:07:01.575 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 10:07:01.575 INFO kablam! | Oct 15 10:07:01.575 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:07:01.575 INFO kablam! Oct 15 10:07:01.575 INFO kablam! warning: constant item is never used: `VSEGS` Oct 15 10:07:01.575 INFO kablam! --> src/main.rs:187:5 Oct 15 10:07:01.575 INFO kablam! | Oct 15 10:07:01.575 INFO kablam! 187 | const VSEGS : i32 = 32; Oct 15 10:07:01.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:01.575 INFO kablam! Oct 15 10:07:01.575 INFO kablam! warning: constant item is never used: `HSEGS` Oct 15 10:07:01.575 INFO kablam! --> src/main.rs:188:5 Oct 15 10:07:01.575 INFO kablam! | Oct 15 10:07:01.575 INFO kablam! 188 | const HSEGS : i32 = VSEGS * 2; Oct 15 10:07:01.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:01.575 INFO kablam! Oct 15 10:07:01.575 INFO kablam! warning: constant item is never used: `NTRIS` Oct 15 10:07:01.575 INFO kablam! --> src/main.rs:190:2 Oct 15 10:07:01.575 INFO kablam! | Oct 15 10:07:01.575 INFO kablam! 190 | const NTRIS : i32 = HSEGS + (VSEGS - 2) * HSEGS * 2 + HSEGS; // top + middle + bottom Oct 15 10:07:01.575 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:07:01.575 INFO kablam! Oct 15 10:07:01.575 INFO kablam! warning: function `createSphere` should have a snake case name such as `create_sphere` Oct 15 10:07:01.575 INFO kablam! --> src/main.rs:29:1 Oct 15 10:07:01.575 INFO kablam! | Oct 15 10:07:01.575 INFO kablam! 29 | / fn createSphere(vertices : &mut [Vertex]) { //, indices : &mut [Triangle], radius : f32, segments : i32) { Oct 15 10:07:01.575 INFO kablam! 30 | | Oct 15 10:07:01.575 INFO kablam! 31 | | vertices[0].pos[0] = 0.0; Oct 15 10:07:01.575 INFO kablam! 32 | | vertices[0].pos[1] = 0.0; Oct 15 10:07:01.575 INFO kablam! ... | Oct 15 10:07:01.575 INFO kablam! 138 | | */ Oct 15 10:07:01.575 INFO kablam! 139 | | } Oct 15 10:07:01.575 INFO kablam! | |_^ Oct 15 10:07:01.575 INFO kablam! | Oct 15 10:07:01.575 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:07:01.575 INFO kablam! Oct 15 10:07:04.893 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 03s Oct 15 10:07:04.904 INFO kablam! su: No module specific data is present Oct 15 10:07:05.363 INFO running `"docker" "rm" "-f" "dbeb50b9a64577a65d54f6a05c423c388a5b4d046d36539c7b46601a9d840b55"` Oct 15 10:07:05.612 INFO blam! dbeb50b9a64577a65d54f6a05c423c388a5b4d046d36539c7b46601a9d840b55 Oct 15 10:07:05.617 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 10:07:06.104 INFO blam! 4fcdf5a0a70b2b63e134fae68aea7ffd30f05f68bea7b2aca0497be8ddc61fcb Oct 15 10:07:06.106 INFO running `"docker" "start" "-a" "4fcdf5a0a70b2b63e134fae68aea7ffd30f05f68bea7b2aca0497be8ddc61fcb"` Oct 15 10:07:07.359 INFO kablam! usermod: no changes Oct 15 10:07:07.523 INFO kablam! Compiling planet v0.1.0 (/source) Oct 15 10:07:09.011 INFO kablam! warning: unused import: `cgmath::*` Oct 15 10:07:09.011 INFO kablam! --> src/main.rs:6:5 Oct 15 10:07:09.011 INFO kablam! | Oct 15 10:07:09.011 INFO kablam! 6 | use cgmath::*; Oct 15 10:07:09.011 INFO kablam! | ^^^^^^^^^ Oct 15 10:07:09.011 INFO kablam! | Oct 15 10:07:09.011 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:07:09.011 INFO kablam! Oct 15 10:07:09.011 INFO kablam! warning: unused imports: `IndependentSample`, `Range` Oct 15 10:07:09.011 INFO kablam! --> src/main.rs:10:27 Oct 15 10:07:09.011 INFO kablam! | Oct 15 10:07:09.011 INFO kablam! 10 | use rand::distributions::{IndependentSample, Range}; Oct 15 10:07:09.011 INFO kablam! | ^^^^^^^^^^^^^^^^^ ^^^^^ Oct 15 10:07:09.011 INFO kablam! Oct 15 10:07:09.151 INFO kablam! warning: variable `mouse_pos` is assigned to, but never used Oct 15 10:07:09.151 INFO kablam! --> src/main.rs:211:13 Oct 15 10:07:09.151 INFO kablam! | Oct 15 10:07:09.151 INFO kablam! 211 | let mut mouse_pos = (0, 0); Oct 15 10:07:09.151 INFO kablam! | ^^^^^^^^^ Oct 15 10:07:09.151 INFO kablam! | Oct 15 10:07:09.151 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:07:09.151 INFO kablam! = note: consider using `_mouse_pos` instead Oct 15 10:07:09.151 INFO kablam! Oct 15 10:07:09.151 INFO kablam! warning: value assigned to `mouse_pos` is never read Oct 15 10:07:09.151 INFO kablam! --> src/main.rs:231:59 Oct 15 10:07:09.151 INFO kablam! | Oct 15 10:07:09.151 INFO kablam! 231 | glium::glutin::Event::MouseMoved(x, y) => mouse_pos = (x, y), Oct 15 10:07:09.151 INFO kablam! | ^^^^^^^^^ Oct 15 10:07:09.151 INFO kablam! | Oct 15 10:07:09.151 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 10:07:09.151 INFO kablam! Oct 15 10:07:09.151 INFO kablam! warning: unused variable: `dt` Oct 15 10:07:09.151 INFO kablam! --> src/main.rs:237:13 Oct 15 10:07:09.151 INFO kablam! | Oct 15 10:07:09.151 INFO kablam! 237 | let dt = (new_time - old_time) as f32 / 1e9; Oct 15 10:07:09.151 INFO kablam! | ^^ help: consider using `_dt` instead Oct 15 10:07:09.151 INFO kablam! Oct 15 10:07:09.159 INFO kablam! warning: field is never used: `ind` Oct 15 10:07:09.159 INFO kablam! --> src/main.rs:24:5 Oct 15 10:07:09.159 INFO kablam! | Oct 15 10:07:09.159 INFO kablam! 24 | ind : [i32; 3], Oct 15 10:07:09.159 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 10:07:09.159 INFO kablam! | Oct 15 10:07:09.159 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:07:09.159 INFO kablam! Oct 15 10:07:09.159 INFO kablam! warning: function `createSphere` should have a snake case name such as `create_sphere` Oct 15 10:07:09.159 INFO kablam! --> src/main.rs:29:1 Oct 15 10:07:09.159 INFO kablam! | Oct 15 10:07:09.159 INFO kablam! 29 | / fn createSphere(vertices : &mut [Vertex]) { //, indices : &mut [Triangle], radius : f32, segments : i32) { Oct 15 10:07:09.159 INFO kablam! 30 | | Oct 15 10:07:09.159 INFO kablam! 31 | | vertices[0].pos[0] = 0.0; Oct 15 10:07:09.159 INFO kablam! 32 | | vertices[0].pos[1] = 0.0; Oct 15 10:07:09.159 INFO kablam! ... | Oct 15 10:07:09.159 INFO kablam! 138 | | */ Oct 15 10:07:09.159 INFO kablam! 139 | | } Oct 15 10:07:09.159 INFO kablam! | |_^ Oct 15 10:07:09.159 INFO kablam! | Oct 15 10:07:09.159 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:07:09.159 INFO kablam! Oct 15 10:07:09.695 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.31s Oct 15 10:07:09.704 INFO kablam! su: No module specific data is present Oct 15 10:07:10.763 INFO running `"docker" "rm" "-f" "4fcdf5a0a70b2b63e134fae68aea7ffd30f05f68bea7b2aca0497be8ddc61fcb"` Oct 15 10:07:11.106 INFO blam! 4fcdf5a0a70b2b63e134fae68aea7ffd30f05f68bea7b2aca0497be8ddc61fcb Oct 15 10:07:11.123 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 10:07:11.626 INFO blam! 197bdea697f9f43a45830babf3241de2263f7f7263c8c83c58eec84d948fec63 Oct 15 10:07:11.629 INFO running `"docker" "start" "-a" "197bdea697f9f43a45830babf3241de2263f7f7263c8c83c58eec84d948fec63"` Oct 15 10:07:12.745 INFO kablam! usermod: no changes Oct 15 10:07:12.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 15 10:07:12.899 INFO kablam! Running /target/debug/deps/planet-456b56289bcba74f Oct 15 10:07:12.919 INFO blam! Oct 15 10:07:12.919 INFO blam! running 0 tests Oct 15 10:07:12.919 INFO blam! Oct 15 10:07:12.919 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:07:12.919 INFO blam! Oct 15 10:07:12.922 INFO kablam! su: No module specific data is present Oct 15 10:07:13.481 INFO running `"docker" "rm" "-f" "197bdea697f9f43a45830babf3241de2263f7f7263c8c83c58eec84d948fec63"` Oct 15 10:07:13.688 INFO blam! 197bdea697f9f43a45830babf3241de2263f7f7263c8c83c58eec84d948fec63