Oct 11 00:17:48.665 INFO testing derezzedex/first_gfx_game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:17:48.665 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:17:48.665 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 00:17:48.939 INFO blam! 77d732bba85a21f1729b679b8c1570c31730543d0761d3375b68e556ff5b7732 Oct 11 00:17:48.942 INFO running `"docker" "start" "-a" "77d732bba85a21f1729b679b8c1570c31730543d0761d3375b68e556ff5b7732"` Oct 11 00:17:49.671 INFO kablam! usermod: no changes Oct 11 00:17:49.936 INFO kablam! Compiling shared_library v0.1.8 Oct 11 00:17:49.953 INFO kablam! Compiling tempfile v2.2.0 Oct 11 00:17:49.953 INFO kablam! Compiling cgmath v0.15.0 Oct 11 00:17:49.953 INFO kablam! Compiling phf_generator v0.7.21 Oct 11 00:17:49.961 INFO kablam! Compiling log v0.3.9 Oct 11 00:17:49.969 INFO kablam! Compiling x11-dl v2.17.2 Oct 11 00:17:49.969 INFO kablam! Compiling fs2 v0.2.5 Oct 11 00:17:53.165 INFO kablam! Compiling gl_generator v0.7.0 Oct 11 00:17:53.165 INFO kablam! Compiling gl_generator v0.5.5 Oct 11 00:17:53.166 INFO kablam! Compiling gfx_core v0.7.2 Oct 11 00:17:54.215 INFO kablam! Compiling phf_codegen v0.7.21 Oct 11 00:17:54.224 INFO kablam! Compiling memmap v0.4.0 Oct 11 00:17:54.265 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 11 00:17:59.484 INFO kablam! Compiling target_build_utils v0.3.1 Oct 11 00:18:05.984 INFO kablam! Compiling glutin v0.8.1 Oct 11 00:18:07.005 INFO kablam! Compiling gfx_gl v0.4.0 Oct 11 00:18:26.131 INFO kablam! Compiling libloading v0.3.4 Oct 11 00:18:30.622 INFO kablam! Compiling dlib v0.3.1 Oct 11 00:18:31.993 INFO kablam! Compiling wayland-sys v0.8.7 Oct 11 00:18:35.144 INFO kablam! Compiling wayland-client v0.8.7 Oct 11 00:18:37.849 INFO kablam! Compiling wayland-window v0.5.0 Oct 11 00:18:37.849 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 11 00:18:39.822 INFO kablam! Compiling winit v0.6.4 Oct 11 00:18:45.956 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 11 00:18:45.956 INFO kablam! Compiling gfx v0.16.2 Oct 11 00:18:50.932 INFO kablam! Compiling gfx_window_glutin v0.16.0 Oct 11 00:18:55.005 INFO kablam! Compiling first_gfx_game v0.1.0 (/source) Oct 11 00:18:57.385 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 00:18:57.386 INFO kablam! --> src/main.rs:15:5 Oct 11 00:18:57.386 INFO kablam! | Oct 11 00:18:57.386 INFO kablam! 15 | use std::time::Duration; Oct 11 00:18:57.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 00:18:57.386 INFO kablam! | Oct 11 00:18:57.386 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:18:57.386 INFO kablam! Oct 11 00:18:57.386 INFO kablam! warning: unused import: `std::thread::sleep` Oct 11 00:18:57.386 INFO kablam! --> src/main.rs:16:5 Oct 11 00:18:57.386 INFO kablam! | Oct 11 00:18:57.386 INFO kablam! 16 | use std::thread::sleep; Oct 11 00:18:57.386 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:18:57.386 INFO kablam! Oct 11 00:18:57.388 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 00:18:57.388 INFO kablam! --> src/main.rs:329:12 Oct 11 00:18:57.388 INFO kablam! | Oct 11 00:18:57.388 INFO kablam! 329 | let pv = (proj * view(cameraPos, cameraPos + cameraFront)); Oct 11 00:18:57.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:18:57.388 INFO kablam! | Oct 11 00:18:57.388 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:18:57.388 INFO kablam! Oct 11 00:18:57.880 INFO kablam! warning: unused variable: `pressed` Oct 11 00:18:57.880 INFO kablam! --> src/main.rs:260:22 Oct 11 00:18:57.881 INFO kablam! | Oct 11 00:18:57.881 INFO kablam! 260 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::W), _) => {rec = true;cameraPos+=(camera_speed)*cameraFront;}, Oct 11 00:18:57.881 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 11 00:18:57.881 INFO kablam! | Oct 11 00:18:57.881 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:18:57.882 INFO kablam! Oct 11 00:18:57.882 INFO kablam! warning: unused variable: `pressed` Oct 11 00:18:57.882 INFO kablam! --> src/main.rs:261:22 Oct 11 00:18:57.882 INFO kablam! | Oct 11 00:18:57.882 INFO kablam! 261 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::S), _) => {rec = true;cameraPos-=(camera_speed)*cameraFront;}, Oct 11 00:18:57.883 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 11 00:18:57.883 INFO kablam! Oct 11 00:18:57.883 INFO kablam! warning: unused variable: `pressed` Oct 11 00:18:57.883 INFO kablam! --> src/main.rs:262:22 Oct 11 00:18:57.883 INFO kablam! | Oct 11 00:18:57.884 INFO kablam! 262 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::A), _) => {rec = true;cameraPos-=normalize(cameraFront.cross(Vector3::new(0.0f32, 1.0, 0.0)))*camera_speed}, Oct 11 00:18:57.884 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 11 00:18:57.884 INFO kablam! Oct 11 00:18:57.884 INFO kablam! warning: unused variable: `pressed` Oct 11 00:18:57.884 INFO kablam! --> src/main.rs:263:22 Oct 11 00:18:57.885 INFO kablam! | Oct 11 00:18:57.885 INFO kablam! 263 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::D), _) => {rec = true;cameraPos+=normalize(cameraFront.cross(Vector3::new(0.0f32, 1.0, 0.0)))*camera_speed}, Oct 11 00:18:57.885 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 11 00:18:57.885 INFO kablam! Oct 11 00:18:57.885 INFO kablam! warning: unused variable: `pressed` Oct 11 00:18:57.885 INFO kablam! --> src/main.rs:212:6 Oct 11 00:18:57.886 INFO kablam! | Oct 11 00:18:57.886 INFO kablam! 212 | let pressed = glutin::ElementState::Pressed; Oct 11 00:18:57.886 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 11 00:18:57.886 INFO kablam! Oct 11 00:18:57.886 INFO kablam! warning: unused variable: `released` Oct 11 00:18:57.887 INFO kablam! --> src/main.rs:213:6 Oct 11 00:18:57.887 INFO kablam! | Oct 11 00:18:57.887 INFO kablam! 213 | let released = glutin::ElementState::Released; Oct 11 00:18:57.887 INFO kablam! | ^^^^^^^^ help: consider using `_released` instead Oct 11 00:18:57.887 INFO kablam! Oct 11 00:18:57.888 INFO kablam! warning: value assigned to `dT` is never read Oct 11 00:18:57.888 INFO kablam! --> src/main.rs:226:10 Oct 11 00:18:57.889 INFO kablam! | Oct 11 00:18:57.890 INFO kablam! 226 | let mut dT = 0.0f32; Oct 11 00:18:57.890 INFO kablam! | ^^ Oct 11 00:18:57.890 INFO kablam! | Oct 11 00:18:57.890 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 00:18:57.890 INFO kablam! Oct 11 00:18:57.890 INFO kablam! warning: unused variable: `firstMouse` Oct 11 00:18:57.890 INFO kablam! --> src/main.rs:230:10 Oct 11 00:18:57.890 INFO kablam! | Oct 11 00:18:57.890 INFO kablam! 230 | let mut firstMouse = true; Oct 11 00:18:57.890 INFO kablam! | ^^^^^^^^^^ help: consider using `_firstMouse` instead Oct 11 00:18:57.890 INFO kablam! Oct 11 00:18:57.890 INFO kablam! warning: unused variable: `do_test` Oct 11 00:18:57.890 INFO kablam! --> src/main.rs:231:10 Oct 11 00:18:57.890 INFO kablam! | Oct 11 00:18:57.890 INFO kablam! 231 | let mut do_test = false; Oct 11 00:18:57.890 INFO kablam! | ^^^^^^^ help: consider using `_do_test` instead Oct 11 00:18:57.890 INFO kablam! Oct 11 00:18:57.890 INFO kablam! warning: unused variable: `frames` Oct 11 00:18:57.890 INFO kablam! --> src/main.rs:244:10 Oct 11 00:18:57.890 INFO kablam! | Oct 11 00:18:57.890 INFO kablam! 244 | let mut frames = 0u32; Oct 11 00:18:57.890 INFO kablam! | ^^^^^^ help: consider using `_frames` instead Oct 11 00:18:57.890 INFO kablam! Oct 11 00:18:57.900 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:57.900 INFO kablam! --> src/main.rs:162:6 Oct 11 00:18:57.900 INFO kablam! | Oct 11 00:18:57.900 INFO kablam! 162 | let mut game_title = "FGG Test"; Oct 11 00:18:57.900 INFO kablam! | ----^^^^^^^^^^ Oct 11 00:18:57.900 INFO kablam! | | Oct 11 00:18:57.900 INFO kablam! | help: remove this `mut` Oct 11 00:18:57.900 INFO kablam! | Oct 11 00:18:57.900 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:18:57.900 INFO kablam! Oct 11 00:18:57.900 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:57.900 INFO kablam! --> src/main.rs:170:52 Oct 11 00:18:57.900 INFO kablam! | Oct 11 00:18:57.900 INFO kablam! 170 | let (window, mut device, mut factory, main_color, mut main_depth) = gfx_glutin::init::(builder, &events_loop); Oct 11 00:18:57.900 INFO kablam! | ----^^^^^^^^^^ Oct 11 00:18:57.900 INFO kablam! | | Oct 11 00:18:57.900 INFO kablam! | help: remove this `mut` Oct 11 00:18:57.900 INFO kablam! Oct 11 00:18:57.900 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:57.900 INFO kablam! --> src/main.rs:190:6 Oct 11 00:18:57.900 INFO kablam! | Oct 11 00:18:57.900 INFO kablam! 190 | let mut rasterizer = gfx::state::Rasterizer::new_fill().with_cull_back(); Oct 11 00:18:57.900 INFO kablam! | ----^^^^^^^^^^ Oct 11 00:18:57.900 INFO kablam! | | Oct 11 00:18:57.900 INFO kablam! | help: remove this `mut` Oct 11 00:18:57.900 INFO kablam! Oct 11 00:18:57.904 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:57.905 INFO kablam! --> src/main.rs:210:6 Oct 11 00:18:57.905 INFO kablam! | Oct 11 00:18:57.905 INFO kablam! 210 | let mut model_position = Matrix4::from_translation(Vector3::new(0.0f32, 0.0, 0.0)); Oct 11 00:18:57.905 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 00:18:57.905 INFO kablam! | | Oct 11 00:18:57.905 INFO kablam! | help: remove this `mut` Oct 11 00:18:57.905 INFO kablam! Oct 11 00:18:57.905 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:57.905 INFO kablam! --> src/main.rs:228:6 Oct 11 00:18:57.905 INFO kablam! | Oct 11 00:18:57.905 INFO kablam! 228 | let mut currentFrame = time::PreciseTime::now(); Oct 11 00:18:57.905 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 00:18:57.905 INFO kablam! | | Oct 11 00:18:57.905 INFO kablam! | help: remove this `mut` Oct 11 00:18:57.905 INFO kablam! Oct 11 00:18:57.905 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:57.905 INFO kablam! --> src/main.rs:230:6 Oct 11 00:18:57.905 INFO kablam! | Oct 11 00:18:57.905 INFO kablam! 230 | let mut firstMouse = true; Oct 11 00:18:57.905 INFO kablam! | ----^^^^^^^^^^ Oct 11 00:18:57.905 INFO kablam! | | Oct 11 00:18:57.905 INFO kablam! | help: remove this `mut` Oct 11 00:18:57.905 INFO kablam! Oct 11 00:18:57.905 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:57.905 INFO kablam! --> src/main.rs:231:6 Oct 11 00:18:57.905 INFO kablam! | Oct 11 00:18:57.905 INFO kablam! 231 | let mut do_test = false; Oct 11 00:18:57.905 INFO kablam! | ----^^^^^^^ Oct 11 00:18:57.905 INFO kablam! | | Oct 11 00:18:57.905 INFO kablam! | help: remove this `mut` Oct 11 00:18:57.905 INFO kablam! Oct 11 00:18:57.905 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:57.905 INFO kablam! --> src/main.rs:244:6 Oct 11 00:18:57.905 INFO kablam! | Oct 11 00:18:57.905 INFO kablam! 244 | let mut frames = 0u32; Oct 11 00:18:57.905 INFO kablam! | ----^^^^^^ Oct 11 00:18:57.905 INFO kablam! | | Oct 11 00:18:57.905 INFO kablam! | help: remove this `mut` Oct 11 00:18:57.905 INFO kablam! Oct 11 00:18:57.905 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:57.905 INFO kablam! --> src/main.rs:247:7 Oct 11 00:18:57.905 INFO kablam! | Oct 11 00:18:57.905 INFO kablam! 247 | let mut currentFrame = currentFrame.to(time::PreciseTime::now()); Oct 11 00:18:57.905 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 00:18:57.905 INFO kablam! | | Oct 11 00:18:57.905 INFO kablam! | help: remove this `mut` Oct 11 00:18:57.905 INFO kablam! Oct 11 00:18:57.905 INFO kablam! warning: variable does not need to be mutable Oct 11 00:18:57.905 INFO kablam! --> src/main.rs:253:7 Oct 11 00:18:57.906 INFO kablam! | Oct 11 00:18:57.906 INFO kablam! 253 | let mut new_game_title = game_title.to_owned()+" | dt: "+ &dT.to_string(); Oct 11 00:18:57.906 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 00:18:57.906 INFO kablam! | | Oct 11 00:18:57.906 INFO kablam! | help: remove this `mut` Oct 11 00:18:57.906 INFO kablam! Oct 11 00:18:57.964 INFO kablam! warning: function is never used: `deal_with_mouse` Oct 11 00:18:57.964 INFO kablam! --> src/main.rs:71:1 Oct 11 00:18:57.964 INFO kablam! | Oct 11 00:18:57.964 INFO kablam! 71 | fn deal_with_mouse(py: (f32, f32), last: (f32, f32), x: i32, y: i32, fmouse: bool) -> (Vector3, bool, f32, f32){ Oct 11 00:18:57.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:18:57.964 INFO kablam! | Oct 11 00:18:57.964 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:18:57.965 INFO kablam! Oct 11 00:18:57.967 INFO kablam! warning: variable `lX` should have a snake case name such as `l_x` Oct 11 00:18:57.967 INFO kablam! --> src/main.rs:72:7 Oct 11 00:18:57.967 INFO kablam! | Oct 11 00:18:57.967 INFO kablam! 72 | let (lX, lY) = last; Oct 11 00:18:57.967 INFO kablam! | ^^ Oct 11 00:18:57.967 INFO kablam! | Oct 11 00:18:57.967 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:18:57.967 INFO kablam! Oct 11 00:18:57.967 INFO kablam! warning: variable `lY` should have a snake case name such as `l_y` Oct 11 00:18:57.967 INFO kablam! --> src/main.rs:72:11 Oct 11 00:18:57.967 INFO kablam! | Oct 11 00:18:57.967 INFO kablam! 72 | let (lX, lY) = last; Oct 11 00:18:57.967 INFO kablam! | ^^ Oct 11 00:18:57.967 INFO kablam! Oct 11 00:18:57.967 INFO kablam! warning: variable `lastX` should have a snake case name such as `last_x` Oct 11 00:18:57.967 INFO kablam! --> src/main.rs:73:6 Oct 11 00:18:57.967 INFO kablam! | Oct 11 00:18:57.967 INFO kablam! 73 | let mut lastX = lX as f32; Oct 11 00:18:57.967 INFO kablam! | ^^^^^^^^^ Oct 11 00:18:57.967 INFO kablam! Oct 11 00:18:57.967 INFO kablam! warning: variable `lastY` should have a snake case name such as `last_y` Oct 11 00:18:57.967 INFO kablam! --> src/main.rs:74:6 Oct 11 00:18:57.967 INFO kablam! | Oct 11 00:18:57.967 INFO kablam! 74 | let mut lastY = lY as f32; Oct 11 00:18:57.967 INFO kablam! | ^^^^^^^^^ Oct 11 00:18:57.967 INFO kablam! Oct 11 00:18:57.969 INFO kablam! warning: variable `cameraPos` should have a snake case name such as `camera_pos` Oct 11 00:18:57.969 INFO kablam! --> src/main.rs:207:6 Oct 11 00:18:57.969 INFO kablam! | Oct 11 00:18:57.969 INFO kablam! 207 | let mut cameraPos = Vector3::new(0.0f32, 0.0, 3.0); Oct 11 00:18:57.969 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:18:57.969 INFO kablam! Oct 11 00:18:57.969 INFO kablam! warning: variable `cameraFront` should have a snake case name such as `camera_front` Oct 11 00:18:57.969 INFO kablam! --> src/main.rs:208:6 Oct 11 00:18:57.969 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! 208 | let mut cameraFront = Vector3::new(0.0f32, 0.0, -1.0); Oct 11 00:18:57.970 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:18:57.970 INFO kablam! Oct 11 00:18:57.970 INFO kablam! warning: variable `dT` should have a snake case name such as `d_t` Oct 11 00:18:57.970 INFO kablam! --> src/main.rs:226:6 Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! 226 | let mut dT = 0.0f32; Oct 11 00:18:57.970 INFO kablam! | ^^^^^^ Oct 11 00:18:57.970 INFO kablam! Oct 11 00:18:57.970 INFO kablam! warning: variable `lastFrame` should have a snake case name such as `last_frame` Oct 11 00:18:57.970 INFO kablam! --> src/main.rs:227:6 Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! 227 | let mut lastFrame = time::Duration::milliseconds(0); Oct 11 00:18:57.970 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:18:57.970 INFO kablam! Oct 11 00:18:57.970 INFO kablam! warning: variable `currentFrame` should have a snake case name such as `current_frame` Oct 11 00:18:57.970 INFO kablam! --> src/main.rs:228:6 Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! 228 | let mut currentFrame = time::PreciseTime::now(); Oct 11 00:18:57.970 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:18:57.970 INFO kablam! Oct 11 00:18:57.970 INFO kablam! warning: variable `firstMouse` should have a snake case name such as `first_mouse` Oct 11 00:18:57.970 INFO kablam! --> src/main.rs:230:6 Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! 230 | let mut firstMouse = true; Oct 11 00:18:57.970 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 00:18:57.970 INFO kablam! Oct 11 00:18:57.970 INFO kablam! warning: variable `lastX` should have a snake case name such as `last_x` Oct 11 00:18:57.970 INFO kablam! --> src/main.rs:236:6 Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! 236 | let mut lastX = 400.0f32; Oct 11 00:18:57.970 INFO kablam! | ^^^^^^^^^ Oct 11 00:18:57.970 INFO kablam! Oct 11 00:18:57.970 INFO kablam! warning: variable `lastY` should have a snake case name such as `last_y` Oct 11 00:18:57.970 INFO kablam! --> src/main.rs:237:6 Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! 237 | let mut lastY = 300.0f32; Oct 11 00:18:57.970 INFO kablam! | ^^^^^^^^^ Oct 11 00:18:57.970 INFO kablam! Oct 11 00:18:57.970 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:18:57.970 INFO kablam! --> src/main.rs:240:2 Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! 240 | window.set_cursor_state(glutin::CursorState::Grab); Oct 11 00:18:57.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:18:57.970 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:18:57.970 INFO kablam! Oct 11 00:18:57.970 INFO kablam! warning: variable `currentFrame` should have a snake case name such as `current_frame` Oct 11 00:18:57.970 INFO kablam! --> src/main.rs:247:7 Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! 247 | let mut currentFrame = currentFrame.to(time::PreciseTime::now()); Oct 11 00:18:57.970 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:18:57.970 INFO kablam! Oct 11 00:18:57.970 INFO kablam! warning: variable `duration_dT` should have a snake case name such as `duration_d_t` Oct 11 00:18:57.970 INFO kablam! --> src/main.rs:248:7 Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! 248 | let duration_dT = currentFrame - lastFrame; Oct 11 00:18:57.970 INFO kablam! | ^^^^^^^^^^^ Oct 11 00:18:57.970 INFO kablam! Oct 11 00:18:57.970 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:18:57.970 INFO kablam! --> src/main.rs:280:6 Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! 280 | window.set_cursor_position(hw, hh); Oct 11 00:18:57.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:18:57.970 INFO kablam! | Oct 11 00:18:57.970 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:18:57.970 INFO kablam! Oct 11 00:19:00.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 10s Oct 11 00:19:00.288 INFO kablam! su: No module specific data is present Oct 11 00:19:00.617 INFO running `"docker" "rm" "-f" "77d732bba85a21f1729b679b8c1570c31730543d0761d3375b68e556ff5b7732"` Oct 11 00:19:00.813 INFO blam! 77d732bba85a21f1729b679b8c1570c31730543d0761d3375b68e556ff5b7732 Oct 11 00:19:00.817 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:19:00.821 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 00:19:01.144 INFO blam! fea8da53d4a67bfb76a0336ee46018f074593b5d32344ed5b32bb8ffbde14f6d Oct 11 00:19:01.156 INFO running `"docker" "start" "-a" "fea8da53d4a67bfb76a0336ee46018f074593b5d32344ed5b32bb8ffbde14f6d"` Oct 11 00:19:02.187 INFO kablam! usermod: no changes Oct 11 00:19:02.353 INFO kablam! Compiling first_gfx_game v0.1.0 (/source) Oct 11 00:19:04.857 INFO kablam! warning: unused import: `std::time::Duration` Oct 11 00:19:04.857 INFO kablam! --> src/main.rs:15:5 Oct 11 00:19:04.857 INFO kablam! | Oct 11 00:19:04.857 INFO kablam! 15 | use std::time::Duration; Oct 11 00:19:04.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 11 00:19:04.857 INFO kablam! | Oct 11 00:19:04.857 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 00:19:04.857 INFO kablam! Oct 11 00:19:04.857 INFO kablam! warning: unused import: `std::thread::sleep` Oct 11 00:19:04.857 INFO kablam! --> src/main.rs:16:5 Oct 11 00:19:04.857 INFO kablam! | Oct 11 00:19:04.857 INFO kablam! 16 | use std::thread::sleep; Oct 11 00:19:04.857 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 11 00:19:04.857 INFO kablam! Oct 11 00:19:04.859 INFO kablam! warning: unnecessary parentheses around assigned value Oct 11 00:19:04.859 INFO kablam! --> src/main.rs:329:12 Oct 11 00:19:04.859 INFO kablam! | Oct 11 00:19:04.859 INFO kablam! 329 | let pv = (proj * view(cameraPos, cameraPos + cameraFront)); Oct 11 00:19:04.859 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 11 00:19:04.859 INFO kablam! | Oct 11 00:19:04.859 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 11 00:19:04.859 INFO kablam! Oct 11 00:19:05.451 INFO kablam! warning: unused variable: `pressed` Oct 11 00:19:05.451 INFO kablam! --> src/main.rs:260:22 Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! 260 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::W), _) => {rec = true;cameraPos+=(camera_speed)*cameraFront;}, Oct 11 00:19:05.451 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:19:05.451 INFO kablam! Oct 11 00:19:05.451 INFO kablam! warning: unused variable: `pressed` Oct 11 00:19:05.451 INFO kablam! --> src/main.rs:261:22 Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! 261 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::S), _) => {rec = true;cameraPos-=(camera_speed)*cameraFront;}, Oct 11 00:19:05.451 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 11 00:19:05.451 INFO kablam! Oct 11 00:19:05.451 INFO kablam! warning: unused variable: `pressed` Oct 11 00:19:05.451 INFO kablam! --> src/main.rs:262:22 Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! 262 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::A), _) => {rec = true;cameraPos-=normalize(cameraFront.cross(Vector3::new(0.0f32, 1.0, 0.0)))*camera_speed}, Oct 11 00:19:05.451 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 11 00:19:05.451 INFO kablam! Oct 11 00:19:05.451 INFO kablam! warning: unused variable: `pressed` Oct 11 00:19:05.451 INFO kablam! --> src/main.rs:263:22 Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! 263 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::D), _) => {rec = true;cameraPos+=normalize(cameraFront.cross(Vector3::new(0.0f32, 1.0, 0.0)))*camera_speed}, Oct 11 00:19:05.451 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 11 00:19:05.451 INFO kablam! Oct 11 00:19:05.451 INFO kablam! warning: unused variable: `pressed` Oct 11 00:19:05.451 INFO kablam! --> src/main.rs:212:6 Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! 212 | let pressed = glutin::ElementState::Pressed; Oct 11 00:19:05.451 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 11 00:19:05.451 INFO kablam! Oct 11 00:19:05.451 INFO kablam! warning: unused variable: `released` Oct 11 00:19:05.451 INFO kablam! --> src/main.rs:213:6 Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! 213 | let released = glutin::ElementState::Released; Oct 11 00:19:05.451 INFO kablam! | ^^^^^^^^ help: consider using `_released` instead Oct 11 00:19:05.451 INFO kablam! Oct 11 00:19:05.451 INFO kablam! warning: value assigned to `dT` is never read Oct 11 00:19:05.451 INFO kablam! --> src/main.rs:226:10 Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! 226 | let mut dT = 0.0f32; Oct 11 00:19:05.451 INFO kablam! | ^^ Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 00:19:05.451 INFO kablam! Oct 11 00:19:05.451 INFO kablam! warning: unused variable: `firstMouse` Oct 11 00:19:05.451 INFO kablam! --> src/main.rs:230:10 Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! 230 | let mut firstMouse = true; Oct 11 00:19:05.451 INFO kablam! | ^^^^^^^^^^ help: consider using `_firstMouse` instead Oct 11 00:19:05.451 INFO kablam! Oct 11 00:19:05.451 INFO kablam! warning: unused variable: `do_test` Oct 11 00:19:05.451 INFO kablam! --> src/main.rs:231:10 Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! 231 | let mut do_test = false; Oct 11 00:19:05.451 INFO kablam! | ^^^^^^^ help: consider using `_do_test` instead Oct 11 00:19:05.451 INFO kablam! Oct 11 00:19:05.451 INFO kablam! warning: unused variable: `frames` Oct 11 00:19:05.451 INFO kablam! --> src/main.rs:244:10 Oct 11 00:19:05.451 INFO kablam! | Oct 11 00:19:05.451 INFO kablam! 244 | let mut frames = 0u32; Oct 11 00:19:05.452 INFO kablam! | ^^^^^^ help: consider using `_frames` instead Oct 11 00:19:05.452 INFO kablam! Oct 11 00:19:05.474 INFO kablam! warning: variable does not need to be mutable Oct 11 00:19:05.474 INFO kablam! --> src/main.rs:162:6 Oct 11 00:19:05.474 INFO kablam! | Oct 11 00:19:05.474 INFO kablam! 162 | let mut game_title = "FGG Test"; Oct 11 00:19:05.474 INFO kablam! | ----^^^^^^^^^^ Oct 11 00:19:05.474 INFO kablam! | | Oct 11 00:19:05.474 INFO kablam! | help: remove this `mut` Oct 11 00:19:05.474 INFO kablam! | Oct 11 00:19:05.474 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 00:19:05.474 INFO kablam! Oct 11 00:19:05.474 INFO kablam! warning: variable does not need to be mutable Oct 11 00:19:05.474 INFO kablam! --> src/main.rs:170:52 Oct 11 00:19:05.474 INFO kablam! | Oct 11 00:19:05.474 INFO kablam! 170 | let (window, mut device, mut factory, main_color, mut main_depth) = gfx_glutin::init::(builder, &events_loop); Oct 11 00:19:05.474 INFO kablam! | ----^^^^^^^^^^ Oct 11 00:19:05.474 INFO kablam! | | Oct 11 00:19:05.474 INFO kablam! | help: remove this `mut` Oct 11 00:19:05.474 INFO kablam! Oct 11 00:19:05.474 INFO kablam! warning: variable does not need to be mutable Oct 11 00:19:05.474 INFO kablam! --> src/main.rs:190:6 Oct 11 00:19:05.474 INFO kablam! | Oct 11 00:19:05.474 INFO kablam! 190 | let mut rasterizer = gfx::state::Rasterizer::new_fill().with_cull_back(); Oct 11 00:19:05.474 INFO kablam! | ----^^^^^^^^^^ Oct 11 00:19:05.474 INFO kablam! | | Oct 11 00:19:05.474 INFO kablam! | help: remove this `mut` Oct 11 00:19:05.474 INFO kablam! Oct 11 00:19:05.474 INFO kablam! warning: variable does not need to be mutable Oct 11 00:19:05.474 INFO kablam! --> src/main.rs:210:6 Oct 11 00:19:05.474 INFO kablam! | Oct 11 00:19:05.474 INFO kablam! 210 | let mut model_position = Matrix4::from_translation(Vector3::new(0.0f32, 0.0, 0.0)); Oct 11 00:19:05.474 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 00:19:05.474 INFO kablam! | | Oct 11 00:19:05.474 INFO kablam! | help: remove this `mut` Oct 11 00:19:05.474 INFO kablam! Oct 11 00:19:05.474 INFO kablam! warning: variable does not need to be mutable Oct 11 00:19:05.474 INFO kablam! --> src/main.rs:228:6 Oct 11 00:19:05.474 INFO kablam! | Oct 11 00:19:05.474 INFO kablam! 228 | let mut currentFrame = time::PreciseTime::now(); Oct 11 00:19:05.474 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 00:19:05.474 INFO kablam! | | Oct 11 00:19:05.474 INFO kablam! | help: remove this `mut` Oct 11 00:19:05.474 INFO kablam! Oct 11 00:19:05.474 INFO kablam! warning: variable does not need to be mutable Oct 11 00:19:05.474 INFO kablam! --> src/main.rs:230:6 Oct 11 00:19:05.474 INFO kablam! | Oct 11 00:19:05.474 INFO kablam! 230 | let mut firstMouse = true; Oct 11 00:19:05.474 INFO kablam! | ----^^^^^^^^^^ Oct 11 00:19:05.474 INFO kablam! | | Oct 11 00:19:05.474 INFO kablam! | help: remove this `mut` Oct 11 00:19:05.474 INFO kablam! Oct 11 00:19:05.474 INFO kablam! warning: variable does not need to be mutable Oct 11 00:19:05.474 INFO kablam! --> src/main.rs:231:6 Oct 11 00:19:05.474 INFO kablam! | Oct 11 00:19:05.474 INFO kablam! 231 | let mut do_test = false; Oct 11 00:19:05.474 INFO kablam! | ----^^^^^^^ Oct 11 00:19:05.474 INFO kablam! | | Oct 11 00:19:05.474 INFO kablam! | help: remove this `mut` Oct 11 00:19:05.474 INFO kablam! Oct 11 00:19:05.474 INFO kablam! warning: variable does not need to be mutable Oct 11 00:19:05.474 INFO kablam! --> src/main.rs:244:6 Oct 11 00:19:05.474 INFO kablam! | Oct 11 00:19:05.474 INFO kablam! 244 | let mut frames = 0u32; Oct 11 00:19:05.474 INFO kablam! | ----^^^^^^ Oct 11 00:19:05.474 INFO kablam! | | Oct 11 00:19:05.474 INFO kablam! | help: remove this `mut` Oct 11 00:19:05.474 INFO kablam! Oct 11 00:19:05.474 INFO kablam! warning: variable does not need to be mutable Oct 11 00:19:05.474 INFO kablam! --> src/main.rs:247:7 Oct 11 00:19:05.474 INFO kablam! | Oct 11 00:19:05.474 INFO kablam! 247 | let mut currentFrame = currentFrame.to(time::PreciseTime::now()); Oct 11 00:19:05.474 INFO kablam! | ----^^^^^^^^^^^^ Oct 11 00:19:05.474 INFO kablam! | | Oct 11 00:19:05.474 INFO kablam! | help: remove this `mut` Oct 11 00:19:05.474 INFO kablam! Oct 11 00:19:05.474 INFO kablam! warning: variable does not need to be mutable Oct 11 00:19:05.474 INFO kablam! --> src/main.rs:253:7 Oct 11 00:19:05.474 INFO kablam! | Oct 11 00:19:05.474 INFO kablam! 253 | let mut new_game_title = game_title.to_owned()+" | dt: "+ &dT.to_string(); Oct 11 00:19:05.474 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 11 00:19:05.474 INFO kablam! | | Oct 11 00:19:05.475 INFO kablam! | help: remove this `mut` Oct 11 00:19:05.475 INFO kablam! Oct 11 00:19:05.548 INFO kablam! warning: function is never used: `deal_with_mouse` Oct 11 00:19:05.548 INFO kablam! --> src/main.rs:71:1 Oct 11 00:19:05.548 INFO kablam! | Oct 11 00:19:05.548 INFO kablam! 71 | fn deal_with_mouse(py: (f32, f32), last: (f32, f32), x: i32, y: i32, fmouse: bool) -> (Vector3, bool, f32, f32){ Oct 11 00:19:05.548 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:19:05.548 INFO kablam! | Oct 11 00:19:05.548 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:19:05.548 INFO kablam! Oct 11 00:19:05.557 INFO kablam! warning: variable `lX` should have a snake case name such as `l_x` Oct 11 00:19:05.557 INFO kablam! --> src/main.rs:72:7 Oct 11 00:19:05.558 INFO kablam! | Oct 11 00:19:05.558 INFO kablam! 72 | let (lX, lY) = last; Oct 11 00:19:05.558 INFO kablam! | ^^ Oct 11 00:19:05.558 INFO kablam! | Oct 11 00:19:05.558 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 00:19:05.558 INFO kablam! Oct 11 00:19:05.558 INFO kablam! warning: variable `lY` should have a snake case name such as `l_y` Oct 11 00:19:05.558 INFO kablam! --> src/main.rs:72:11 Oct 11 00:19:05.558 INFO kablam! | Oct 11 00:19:05.558 INFO kablam! 72 | let (lX, lY) = last; Oct 11 00:19:05.558 INFO kablam! | ^^ Oct 11 00:19:05.558 INFO kablam! Oct 11 00:19:05.558 INFO kablam! warning: variable `lastX` should have a snake case name such as `last_x` Oct 11 00:19:05.558 INFO kablam! --> src/main.rs:73:6 Oct 11 00:19:05.558 INFO kablam! | Oct 11 00:19:05.558 INFO kablam! 73 | let mut lastX = lX as f32; Oct 11 00:19:05.558 INFO kablam! | ^^^^^^^^^ Oct 11 00:19:05.558 INFO kablam! Oct 11 00:19:05.558 INFO kablam! warning: variable `lastY` should have a snake case name such as `last_y` Oct 11 00:19:05.558 INFO kablam! --> src/main.rs:74:6 Oct 11 00:19:05.558 INFO kablam! | Oct 11 00:19:05.558 INFO kablam! 74 | let mut lastY = lY as f32; Oct 11 00:19:05.558 INFO kablam! | ^^^^^^^^^ Oct 11 00:19:05.559 INFO kablam! Oct 11 00:19:05.559 INFO kablam! warning: variable `cameraPos` should have a snake case name such as `camera_pos` Oct 11 00:19:05.559 INFO kablam! --> src/main.rs:207:6 Oct 11 00:19:05.559 INFO kablam! | Oct 11 00:19:05.559 INFO kablam! 207 | let mut cameraPos = Vector3::new(0.0f32, 0.0, 3.0); Oct 11 00:19:05.559 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:19:05.559 INFO kablam! Oct 11 00:19:05.559 INFO kablam! warning: variable `cameraFront` should have a snake case name such as `camera_front` Oct 11 00:19:05.559 INFO kablam! --> src/main.rs:208:6 Oct 11 00:19:05.559 INFO kablam! | Oct 11 00:19:05.559 INFO kablam! 208 | let mut cameraFront = Vector3::new(0.0f32, 0.0, -1.0); Oct 11 00:19:05.559 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 11 00:19:05.559 INFO kablam! Oct 11 00:19:05.559 INFO kablam! warning: variable `dT` should have a snake case name such as `d_t` Oct 11 00:19:05.559 INFO kablam! --> src/main.rs:226:6 Oct 11 00:19:05.559 INFO kablam! | Oct 11 00:19:05.559 INFO kablam! 226 | let mut dT = 0.0f32; Oct 11 00:19:05.559 INFO kablam! | ^^^^^^ Oct 11 00:19:05.559 INFO kablam! Oct 11 00:19:05.559 INFO kablam! warning: variable `lastFrame` should have a snake case name such as `last_frame` Oct 11 00:19:05.559 INFO kablam! --> src/main.rs:227:6 Oct 11 00:19:05.559 INFO kablam! | Oct 11 00:19:05.559 INFO kablam! 227 | let mut lastFrame = time::Duration::milliseconds(0); Oct 11 00:19:05.560 INFO kablam! | ^^^^^^^^^^^^^ Oct 11 00:19:05.560 INFO kablam! Oct 11 00:19:05.560 INFO kablam! warning: variable `currentFrame` should have a snake case name such as `current_frame` Oct 11 00:19:05.560 INFO kablam! --> src/main.rs:228:6 Oct 11 00:19:05.560 INFO kablam! | Oct 11 00:19:05.560 INFO kablam! 228 | let mut currentFrame = time::PreciseTime::now(); Oct 11 00:19:05.560 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:19:05.560 INFO kablam! Oct 11 00:19:05.560 INFO kablam! warning: variable `firstMouse` should have a snake case name such as `first_mouse` Oct 11 00:19:05.560 INFO kablam! --> src/main.rs:230:6 Oct 11 00:19:05.560 INFO kablam! | Oct 11 00:19:05.561 INFO kablam! 230 | let mut firstMouse = true; Oct 11 00:19:05.561 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 00:19:05.561 INFO kablam! Oct 11 00:19:05.561 INFO kablam! warning: variable `lastX` should have a snake case name such as `last_x` Oct 11 00:19:05.561 INFO kablam! --> src/main.rs:236:6 Oct 11 00:19:05.561 INFO kablam! | Oct 11 00:19:05.561 INFO kablam! 236 | let mut lastX = 400.0f32; Oct 11 00:19:05.561 INFO kablam! | ^^^^^^^^^ Oct 11 00:19:05.561 INFO kablam! Oct 11 00:19:05.561 INFO kablam! warning: variable `lastY` should have a snake case name such as `last_y` Oct 11 00:19:05.561 INFO kablam! --> src/main.rs:237:6 Oct 11 00:19:05.561 INFO kablam! | Oct 11 00:19:05.561 INFO kablam! 237 | let mut lastY = 300.0f32; Oct 11 00:19:05.561 INFO kablam! | ^^^^^^^^^ Oct 11 00:19:05.561 INFO kablam! Oct 11 00:19:05.561 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:19:05.561 INFO kablam! --> src/main.rs:240:2 Oct 11 00:19:05.561 INFO kablam! | Oct 11 00:19:05.561 INFO kablam! 240 | window.set_cursor_state(glutin::CursorState::Grab); Oct 11 00:19:05.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:19:05.561 INFO kablam! | Oct 11 00:19:05.561 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 00:19:05.561 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:19:05.561 INFO kablam! Oct 11 00:19:05.561 INFO kablam! warning: variable `currentFrame` should have a snake case name such as `current_frame` Oct 11 00:19:05.561 INFO kablam! --> src/main.rs:247:7 Oct 11 00:19:05.561 INFO kablam! | Oct 11 00:19:05.561 INFO kablam! 247 | let mut currentFrame = currentFrame.to(time::PreciseTime::now()); Oct 11 00:19:05.561 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:19:05.561 INFO kablam! Oct 11 00:19:05.561 INFO kablam! warning: variable `duration_dT` should have a snake case name such as `duration_d_t` Oct 11 00:19:05.561 INFO kablam! --> src/main.rs:248:7 Oct 11 00:19:05.561 INFO kablam! | Oct 11 00:19:05.561 INFO kablam! 248 | let duration_dT = currentFrame - lastFrame; Oct 11 00:19:05.561 INFO kablam! | ^^^^^^^^^^^ Oct 11 00:19:05.561 INFO kablam! Oct 11 00:19:05.561 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 00:19:05.561 INFO kablam! --> src/main.rs:280:6 Oct 11 00:19:05.561 INFO kablam! | Oct 11 00:19:05.561 INFO kablam! 280 | window.set_cursor_position(hw, hh); Oct 11 00:19:05.561 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:19:05.561 INFO kablam! | Oct 11 00:19:05.561 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 00:19:05.561 INFO kablam! Oct 11 00:19:05.964 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.75s Oct 11 00:19:05.969 INFO kablam! su: No module specific data is present Oct 11 00:19:06.263 INFO running `"docker" "rm" "-f" "fea8da53d4a67bfb76a0336ee46018f074593b5d32344ed5b32bb8ffbde14f6d"` Oct 11 00:19:06.376 INFO blam! fea8da53d4a67bfb76a0336ee46018f074593b5d32344ed5b32bb8ffbde14f6d Oct 11 00:19:06.380 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:19:06.380 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 00:19:06.636 INFO blam! 4592e04fa6a6f02bb4c3abbf10aeca82b2e99785d35c4560f4fa146d2a8a7d7d Oct 11 00:19:06.638 INFO running `"docker" "start" "-a" "4592e04fa6a6f02bb4c3abbf10aeca82b2e99785d35c4560f4fa146d2a8a7d7d"` Oct 11 00:19:07.728 INFO kablam! usermod: no changes Oct 11 00:19:07.857 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.11s Oct 11 00:19:07.879 INFO kablam! Running /target/debug/deps/first_gfx_game-bc8e8f4ecca974a8 Oct 11 00:19:07.883 INFO blam! Oct 11 00:19:07.883 INFO blam! running 0 tests Oct 11 00:19:07.883 INFO blam! Oct 11 00:19:07.883 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:19:07.883 INFO blam! Oct 11 00:19:07.884 INFO kablam! su: No module specific data is present Oct 11 00:19:08.456 INFO running `"docker" "rm" "-f" "4592e04fa6a6f02bb4c3abbf10aeca82b2e99785d35c4560f4fa146d2a8a7d7d"` Oct 11 00:19:08.644 INFO blam! 4592e04fa6a6f02bb4c3abbf10aeca82b2e99785d35c4560f4fa146d2a8a7d7d