Oct 14 22:58:25.721 INFO testing derezzedex/first_gfx_game against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 22:58:25.723 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 22:58:26.188 INFO blam! 65af32336a2a18355e4842b922f54120335fb75d7927a082e9eb49b2320e0ad4 Oct 14 22:58:26.191 INFO running `"docker" "start" "-a" "65af32336a2a18355e4842b922f54120335fb75d7927a082e9eb49b2320e0ad4"` Oct 14 22:58:28.243 INFO kablam! usermod: no changes Oct 14 22:58:28.501 INFO kablam! Compiling log v0.4.0 Oct 14 22:58:28.508 INFO kablam! Compiling cgmath v0.15.0 Oct 14 22:58:28.510 INFO kablam! Compiling fs2 v0.2.5 Oct 14 22:58:28.512 INFO kablam! Compiling wayland-sys v0.8.7 Oct 14 22:58:29.905 INFO kablam! Compiling memmap v0.4.0 Oct 14 22:58:29.979 INFO kablam! Compiling log v0.3.9 Oct 14 22:58:31.683 INFO kablam! Compiling wayland-client v0.8.7 Oct 14 22:58:32.167 INFO kablam! Compiling gl_generator v0.7.0 Oct 14 22:58:32.167 INFO kablam! Compiling gl_generator v0.5.5 Oct 14 22:58:32.167 INFO kablam! Compiling gfx_core v0.7.2 Oct 14 22:58:36.683 INFO kablam! Compiling wayland-window v0.5.0 Oct 14 22:58:36.683 INFO kablam! Compiling wayland-kbd v0.8.0 Oct 14 22:58:41.271 INFO kablam! Compiling glutin v0.8.1 Oct 14 22:58:41.699 INFO kablam! Compiling gfx_gl v0.4.0 Oct 14 22:58:43.083 INFO kablam! Compiling winit v0.6.4 Oct 14 22:59:31.275 INFO kablam! Compiling gfx_device_gl v0.14.6 Oct 14 22:59:31.275 INFO kablam! Compiling gfx v0.16.2 Oct 14 22:59:38.635 INFO kablam! Compiling gfx_window_glutin v0.16.0 Oct 14 22:59:43.367 INFO kablam! Compiling first_gfx_game v0.1.0 (/source) Oct 14 22:59:44.363 INFO kablam! warning: unused import: `std::time::Duration` Oct 14 22:59:44.363 INFO kablam! --> src/main.rs:15:5 Oct 14 22:59:44.363 INFO kablam! | Oct 14 22:59:44.363 INFO kablam! 15 | use std::time::Duration; Oct 14 22:59:44.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 22:59:44.363 INFO kablam! | Oct 14 22:59:44.363 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:59:44.363 INFO kablam! Oct 14 22:59:44.363 INFO kablam! warning: unused import: `std::thread::sleep` Oct 14 22:59:44.363 INFO kablam! --> src/main.rs:16:5 Oct 14 22:59:44.363 INFO kablam! | Oct 14 22:59:44.363 INFO kablam! 16 | use std::thread::sleep; Oct 14 22:59:44.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:59:44.363 INFO kablam! Oct 14 22:59:44.363 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:59:44.363 INFO kablam! --> src/main.rs:329:12 Oct 14 22:59:44.363 INFO kablam! | Oct 14 22:59:44.363 INFO kablam! 329 | let pv = (proj * view(cameraPos, cameraPos + cameraFront)); Oct 14 22:59:44.363 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:59:44.363 INFO kablam! | Oct 14 22:59:44.363 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:59:44.363 INFO kablam! Oct 14 22:59:45.015 INFO kablam! warning: unused variable: `pressed` Oct 14 22:59:45.015 INFO kablam! --> src/main.rs:260:22 Oct 14 22:59:45.015 INFO kablam! | Oct 14 22:59:45.015 INFO kablam! 260 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::W), _) => {rec = true;cameraPos+=(camera_speed)*cameraFront;}, Oct 14 22:59:45.015 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 14 22:59:45.015 INFO kablam! | Oct 14 22:59:45.015 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:59:45.015 INFO kablam! Oct 14 22:59:45.015 INFO kablam! warning: unused variable: `pressed` Oct 14 22:59:45.015 INFO kablam! --> src/main.rs:261:22 Oct 14 22:59:45.015 INFO kablam! | Oct 14 22:59:45.015 INFO kablam! 261 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::S), _) => {rec = true;cameraPos-=(camera_speed)*cameraFront;}, Oct 14 22:59:45.015 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 14 22:59:45.015 INFO kablam! Oct 14 22:59:45.015 INFO kablam! warning: unused variable: `pressed` Oct 14 22:59:45.015 INFO kablam! --> src/main.rs:262:22 Oct 14 22:59:45.015 INFO kablam! | Oct 14 22:59:45.015 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 14 22:59:45.015 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 14 22:59:45.015 INFO kablam! Oct 14 22:59:45.015 INFO kablam! warning: unused variable: `pressed` Oct 14 22:59:45.015 INFO kablam! --> src/main.rs:263:22 Oct 14 22:59:45.015 INFO kablam! | Oct 14 22:59:45.015 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 14 22:59:45.015 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 14 22:59:45.015 INFO kablam! Oct 14 22:59:45.015 INFO kablam! warning: unused variable: `pressed` Oct 14 22:59:45.015 INFO kablam! --> src/main.rs:212:6 Oct 14 22:59:45.015 INFO kablam! | Oct 14 22:59:45.015 INFO kablam! 212 | let pressed = glutin::ElementState::Pressed; Oct 14 22:59:45.015 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 14 22:59:45.015 INFO kablam! Oct 14 22:59:45.015 INFO kablam! warning: unused variable: `released` Oct 14 22:59:45.015 INFO kablam! --> src/main.rs:213:6 Oct 14 22:59:45.015 INFO kablam! | Oct 14 22:59:45.015 INFO kablam! 213 | let released = glutin::ElementState::Released; Oct 14 22:59:45.015 INFO kablam! | ^^^^^^^^ help: consider using `_released` instead Oct 14 22:59:45.015 INFO kablam! Oct 14 22:59:45.015 INFO kablam! warning: value assigned to `dT` is never read Oct 14 22:59:45.015 INFO kablam! --> src/main.rs:226:10 Oct 14 22:59:45.015 INFO kablam! | Oct 14 22:59:45.015 INFO kablam! 226 | let mut dT = 0.0f32; Oct 14 22:59:45.015 INFO kablam! | ^^ Oct 14 22:59:45.015 INFO kablam! | Oct 14 22:59:45.015 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 22:59:45.015 INFO kablam! Oct 14 22:59:45.015 INFO kablam! warning: unused variable: `firstMouse` Oct 14 22:59:45.015 INFO kablam! --> src/main.rs:230:10 Oct 14 22:59:45.015 INFO kablam! | Oct 14 22:59:45.015 INFO kablam! 230 | let mut firstMouse = true; Oct 14 22:59:45.016 INFO kablam! | ^^^^^^^^^^ help: consider using `_firstMouse` instead Oct 14 22:59:45.016 INFO kablam! Oct 14 22:59:45.016 INFO kablam! warning: unused variable: `do_test` Oct 14 22:59:45.016 INFO kablam! --> src/main.rs:231:10 Oct 14 22:59:45.016 INFO kablam! | Oct 14 22:59:45.016 INFO kablam! 231 | let mut do_test = false; Oct 14 22:59:45.016 INFO kablam! | ^^^^^^^ help: consider using `_do_test` instead Oct 14 22:59:45.016 INFO kablam! Oct 14 22:59:45.016 INFO kablam! warning: unused variable: `frames` Oct 14 22:59:45.016 INFO kablam! --> src/main.rs:244:10 Oct 14 22:59:45.016 INFO kablam! | Oct 14 22:59:45.016 INFO kablam! 244 | let mut frames = 0u32; Oct 14 22:59:45.016 INFO kablam! | ^^^^^^ help: consider using `_frames` instead Oct 14 22:59:45.016 INFO kablam! Oct 14 22:59:45.035 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:45.035 INFO kablam! --> src/main.rs:162:6 Oct 14 22:59:45.035 INFO kablam! | Oct 14 22:59:45.035 INFO kablam! 162 | let mut game_title = "FGG Test"; Oct 14 22:59:45.035 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:59:45.035 INFO kablam! | | Oct 14 22:59:45.035 INFO kablam! | help: remove this `mut` Oct 14 22:59:45.035 INFO kablam! | Oct 14 22:59:45.035 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:59:45.035 INFO kablam! Oct 14 22:59:45.035 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:45.035 INFO kablam! --> src/main.rs:170:52 Oct 14 22:59:45.035 INFO kablam! | Oct 14 22:59:45.035 INFO kablam! 170 | let (window, mut device, mut factory, main_color, mut main_depth) = gfx_glutin::init::(builder, &events_loop); Oct 14 22:59:45.035 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:59:45.035 INFO kablam! | | Oct 14 22:59:45.035 INFO kablam! | help: remove this `mut` Oct 14 22:59:45.035 INFO kablam! Oct 14 22:59:45.035 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:45.035 INFO kablam! --> src/main.rs:190:6 Oct 14 22:59:45.035 INFO kablam! | Oct 14 22:59:45.035 INFO kablam! 190 | let mut rasterizer = gfx::state::Rasterizer::new_fill().with_cull_back(); Oct 14 22:59:45.035 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:59:45.035 INFO kablam! | | Oct 14 22:59:45.035 INFO kablam! | help: remove this `mut` Oct 14 22:59:45.035 INFO kablam! Oct 14 22:59:45.035 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:45.035 INFO kablam! --> src/main.rs:210:6 Oct 14 22:59:45.035 INFO kablam! | Oct 14 22:59:45.035 INFO kablam! 210 | let mut model_position = Matrix4::from_translation(Vector3::new(0.0f32, 0.0, 0.0)); Oct 14 22:59:45.035 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 14 22:59:45.035 INFO kablam! | | Oct 14 22:59:45.035 INFO kablam! | help: remove this `mut` Oct 14 22:59:45.035 INFO kablam! Oct 14 22:59:45.035 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:45.035 INFO kablam! --> src/main.rs:228:6 Oct 14 22:59:45.035 INFO kablam! | Oct 14 22:59:45.035 INFO kablam! 228 | let mut currentFrame = time::PreciseTime::now(); Oct 14 22:59:45.035 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 22:59:45.035 INFO kablam! | | Oct 14 22:59:45.035 INFO kablam! | help: remove this `mut` Oct 14 22:59:45.035 INFO kablam! Oct 14 22:59:45.035 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:45.035 INFO kablam! --> src/main.rs:230:6 Oct 14 22:59:45.035 INFO kablam! | Oct 14 22:59:45.035 INFO kablam! 230 | let mut firstMouse = true; Oct 14 22:59:45.035 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:59:45.035 INFO kablam! | | Oct 14 22:59:45.036 INFO kablam! | help: remove this `mut` Oct 14 22:59:45.036 INFO kablam! Oct 14 22:59:45.036 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:45.036 INFO kablam! --> src/main.rs:231:6 Oct 14 22:59:45.036 INFO kablam! | Oct 14 22:59:45.036 INFO kablam! 231 | let mut do_test = false; Oct 14 22:59:45.036 INFO kablam! | ----^^^^^^^ Oct 14 22:59:45.036 INFO kablam! | | Oct 14 22:59:45.036 INFO kablam! | help: remove this `mut` Oct 14 22:59:45.036 INFO kablam! Oct 14 22:59:45.036 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:45.036 INFO kablam! --> src/main.rs:244:6 Oct 14 22:59:45.036 INFO kablam! | Oct 14 22:59:45.036 INFO kablam! 244 | let mut frames = 0u32; Oct 14 22:59:45.036 INFO kablam! | ----^^^^^^ Oct 14 22:59:45.036 INFO kablam! | | Oct 14 22:59:45.036 INFO kablam! | help: remove this `mut` Oct 14 22:59:45.036 INFO kablam! Oct 14 22:59:45.036 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:45.036 INFO kablam! --> src/main.rs:247:7 Oct 14 22:59:45.036 INFO kablam! | Oct 14 22:59:45.036 INFO kablam! 247 | let mut currentFrame = currentFrame.to(time::PreciseTime::now()); Oct 14 22:59:45.036 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 22:59:45.036 INFO kablam! | | Oct 14 22:59:45.036 INFO kablam! | help: remove this `mut` Oct 14 22:59:45.036 INFO kablam! Oct 14 22:59:45.036 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:45.036 INFO kablam! --> src/main.rs:253:7 Oct 14 22:59:45.036 INFO kablam! | Oct 14 22:59:45.036 INFO kablam! 253 | let mut new_game_title = game_title.to_owned()+" | dt: "+ &dT.to_string(); Oct 14 22:59:45.036 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 14 22:59:45.036 INFO kablam! | | Oct 14 22:59:45.036 INFO kablam! | help: remove this `mut` Oct 14 22:59:45.036 INFO kablam! Oct 14 22:59:45.115 INFO kablam! warning: function is never used: `deal_with_mouse` Oct 14 22:59:45.115 INFO kablam! --> src/main.rs:71:1 Oct 14 22:59:45.115 INFO kablam! | Oct 14 22:59:45.115 INFO kablam! 71 | fn deal_with_mouse(py: (f32, f32), last: (f32, f32), x: i32, y: i32, fmouse: bool) -> (Vector3, bool, f32, f32){ Oct 14 22:59:45.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:59:45.115 INFO kablam! | Oct 14 22:59:45.115 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:59:45.115 INFO kablam! Oct 14 22:59:45.122 INFO kablam! warning: variable `lX` should have a snake case name such as `l_x` Oct 14 22:59:45.122 INFO kablam! --> src/main.rs:72:7 Oct 14 22:59:45.122 INFO kablam! | Oct 14 22:59:45.122 INFO kablam! 72 | let (lX, lY) = last; Oct 14 22:59:45.122 INFO kablam! | ^^ Oct 14 22:59:45.122 INFO kablam! | Oct 14 22:59:45.122 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:59:45.122 INFO kablam! Oct 14 22:59:45.122 INFO kablam! warning: variable `lY` should have a snake case name such as `l_y` Oct 14 22:59:45.122 INFO kablam! --> src/main.rs:72:11 Oct 14 22:59:45.122 INFO kablam! | Oct 14 22:59:45.122 INFO kablam! 72 | let (lX, lY) = last; Oct 14 22:59:45.122 INFO kablam! | ^^ Oct 14 22:59:45.122 INFO kablam! Oct 14 22:59:45.122 INFO kablam! warning: variable `lastX` should have a snake case name such as `last_x` Oct 14 22:59:45.122 INFO kablam! --> src/main.rs:73:6 Oct 14 22:59:45.122 INFO kablam! | Oct 14 22:59:45.122 INFO kablam! 73 | let mut lastX = lX as f32; Oct 14 22:59:45.122 INFO kablam! | ^^^^^^^^^ Oct 14 22:59:45.122 INFO kablam! Oct 14 22:59:45.122 INFO kablam! warning: variable `lastY` should have a snake case name such as `last_y` Oct 14 22:59:45.122 INFO kablam! --> src/main.rs:74:6 Oct 14 22:59:45.122 INFO kablam! | Oct 14 22:59:45.122 INFO kablam! 74 | let mut lastY = lY as f32; Oct 14 22:59:45.122 INFO kablam! | ^^^^^^^^^ Oct 14 22:59:45.122 INFO kablam! Oct 14 22:59:45.122 INFO kablam! warning: variable `cameraPos` should have a snake case name such as `camera_pos` Oct 14 22:59:45.122 INFO kablam! --> src/main.rs:207:6 Oct 14 22:59:45.122 INFO kablam! | Oct 14 22:59:45.122 INFO kablam! 207 | let mut cameraPos = Vector3::new(0.0f32, 0.0, 3.0); Oct 14 22:59:45.122 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:59:45.122 INFO kablam! Oct 14 22:59:45.122 INFO kablam! warning: variable `cameraFront` should have a snake case name such as `camera_front` Oct 14 22:59:45.122 INFO kablam! --> src/main.rs:208:6 Oct 14 22:59:45.122 INFO kablam! | Oct 14 22:59:45.122 INFO kablam! 208 | let mut cameraFront = Vector3::new(0.0f32, 0.0, -1.0); Oct 14 22:59:45.122 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:59:45.122 INFO kablam! Oct 14 22:59:45.122 INFO kablam! warning: variable `dT` should have a snake case name such as `d_t` Oct 14 22:59:45.122 INFO kablam! --> src/main.rs:226:6 Oct 14 22:59:45.122 INFO kablam! | Oct 14 22:59:45.122 INFO kablam! 226 | let mut dT = 0.0f32; Oct 14 22:59:45.122 INFO kablam! | ^^^^^^ Oct 14 22:59:45.122 INFO kablam! Oct 14 22:59:45.122 INFO kablam! warning: variable `lastFrame` should have a snake case name such as `last_frame` Oct 14 22:59:45.122 INFO kablam! --> src/main.rs:227:6 Oct 14 22:59:45.122 INFO kablam! | Oct 14 22:59:45.122 INFO kablam! 227 | let mut lastFrame = time::Duration::milliseconds(0); Oct 14 22:59:45.122 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:59:45.122 INFO kablam! Oct 14 22:59:45.122 INFO kablam! warning: variable `currentFrame` should have a snake case name such as `current_frame` Oct 14 22:59:45.122 INFO kablam! --> src/main.rs:228:6 Oct 14 22:59:45.122 INFO kablam! | Oct 14 22:59:45.122 INFO kablam! 228 | let mut currentFrame = time::PreciseTime::now(); Oct 14 22:59:45.122 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:59:45.122 INFO kablam! Oct 14 22:59:45.122 INFO kablam! warning: variable `firstMouse` should have a snake case name such as `first_mouse` Oct 14 22:59:45.122 INFO kablam! --> src/main.rs:230:6 Oct 14 22:59:45.122 INFO kablam! | Oct 14 22:59:45.122 INFO kablam! 230 | let mut firstMouse = true; Oct 14 22:59:45.122 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 22:59:45.122 INFO kablam! Oct 14 22:59:45.122 INFO kablam! warning: variable `lastX` should have a snake case name such as `last_x` Oct 14 22:59:45.122 INFO kablam! --> src/main.rs:236:6 Oct 14 22:59:45.123 INFO kablam! | Oct 14 22:59:45.123 INFO kablam! 236 | let mut lastX = 400.0f32; Oct 14 22:59:45.123 INFO kablam! | ^^^^^^^^^ Oct 14 22:59:45.123 INFO kablam! Oct 14 22:59:45.123 INFO kablam! warning: variable `lastY` should have a snake case name such as `last_y` Oct 14 22:59:45.123 INFO kablam! --> src/main.rs:237:6 Oct 14 22:59:45.123 INFO kablam! | Oct 14 22:59:45.123 INFO kablam! 237 | let mut lastY = 300.0f32; Oct 14 22:59:45.123 INFO kablam! | ^^^^^^^^^ Oct 14 22:59:45.123 INFO kablam! Oct 14 22:59:45.123 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:59:45.123 INFO kablam! --> src/main.rs:240:2 Oct 14 22:59:45.123 INFO kablam! | Oct 14 22:59:45.123 INFO kablam! 240 | window.set_cursor_state(glutin::CursorState::Grab); Oct 14 22:59:45.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:59:45.123 INFO kablam! | Oct 14 22:59:45.123 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:59:45.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:59:45.123 INFO kablam! Oct 14 22:59:45.123 INFO kablam! warning: variable `currentFrame` should have a snake case name such as `current_frame` Oct 14 22:59:45.123 INFO kablam! --> src/main.rs:247:7 Oct 14 22:59:45.123 INFO kablam! | Oct 14 22:59:45.123 INFO kablam! 247 | let mut currentFrame = currentFrame.to(time::PreciseTime::now()); Oct 14 22:59:45.123 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:59:45.123 INFO kablam! Oct 14 22:59:45.123 INFO kablam! warning: variable `duration_dT` should have a snake case name such as `duration_d_t` Oct 14 22:59:45.123 INFO kablam! --> src/main.rs:248:7 Oct 14 22:59:45.123 INFO kablam! | Oct 14 22:59:45.123 INFO kablam! 248 | let duration_dT = currentFrame - lastFrame; Oct 14 22:59:45.123 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:59:45.123 INFO kablam! Oct 14 22:59:45.123 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:59:45.123 INFO kablam! --> src/main.rs:280:6 Oct 14 22:59:45.123 INFO kablam! | Oct 14 22:59:45.123 INFO kablam! 280 | window.set_cursor_position(hw, hh); Oct 14 22:59:45.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:59:45.123 INFO kablam! | Oct 14 22:59:45.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:59:45.123 INFO kablam! Oct 14 22:59:48.086 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 14 22:59:48.096 INFO kablam! su: No module specific data is present Oct 14 22:59:48.905 INFO running `"docker" "rm" "-f" "65af32336a2a18355e4842b922f54120335fb75d7927a082e9eb49b2320e0ad4"` Oct 14 22:59:49.163 INFO blam! 65af32336a2a18355e4842b922f54120335fb75d7927a082e9eb49b2320e0ad4 Oct 14 22:59:49.175 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 22:59:49.561 INFO blam! 3033e65660ff4b603214204496ed7cc9f5796c0de75a23d97aef55d60d2e877d Oct 14 22:59:49.565 INFO running `"docker" "start" "-a" "3033e65660ff4b603214204496ed7cc9f5796c0de75a23d97aef55d60d2e877d"` Oct 14 22:59:50.287 INFO kablam! usermod: no changes Oct 14 22:59:50.431 INFO kablam! Compiling first_gfx_game v0.1.0 (/source) Oct 14 22:59:51.375 INFO kablam! warning: unused import: `std::time::Duration` Oct 14 22:59:51.375 INFO kablam! --> src/main.rs:15:5 Oct 14 22:59:51.375 INFO kablam! | Oct 14 22:59:51.375 INFO kablam! 15 | use std::time::Duration; Oct 14 22:59:51.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 14 22:59:51.375 INFO kablam! | Oct 14 22:59:51.375 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 22:59:51.375 INFO kablam! Oct 14 22:59:51.375 INFO kablam! warning: unused import: `std::thread::sleep` Oct 14 22:59:51.375 INFO kablam! --> src/main.rs:16:5 Oct 14 22:59:51.375 INFO kablam! | Oct 14 22:59:51.375 INFO kablam! 16 | use std::thread::sleep; Oct 14 22:59:51.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 14 22:59:51.375 INFO kablam! Oct 14 22:59:51.383 INFO kablam! warning: unnecessary parentheses around assigned value Oct 14 22:59:51.383 INFO kablam! --> src/main.rs:329:12 Oct 14 22:59:51.383 INFO kablam! | Oct 14 22:59:51.383 INFO kablam! 329 | let pv = (proj * view(cameraPos, cameraPos + cameraFront)); Oct 14 22:59:51.383 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 14 22:59:51.383 INFO kablam! | Oct 14 22:59:51.383 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 14 22:59:51.383 INFO kablam! Oct 14 22:59:52.102 INFO kablam! warning: unused variable: `pressed` Oct 14 22:59:52.102 INFO kablam! --> src/main.rs:260:22 Oct 14 22:59:52.102 INFO kablam! | Oct 14 22:59:52.103 INFO kablam! 260 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::W), _) => {rec = true;cameraPos+=(camera_speed)*cameraFront;}, Oct 14 22:59:52.103 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 14 22:59:52.103 INFO kablam! | Oct 14 22:59:52.104 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:59:52.104 INFO kablam! Oct 14 22:59:52.107 INFO kablam! warning: unused variable: `pressed` Oct 14 22:59:52.107 INFO kablam! --> src/main.rs:261:22 Oct 14 22:59:52.108 INFO kablam! | Oct 14 22:59:52.108 INFO kablam! 261 | KeyboardInput(_, pressed, Some(glutin::VirtualKeyCode::S), _) => {rec = true;cameraPos-=(camera_speed)*cameraFront;}, Oct 14 22:59:52.108 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 14 22:59:52.108 INFO kablam! Oct 14 22:59:52.109 INFO kablam! warning: unused variable: `pressed` Oct 14 22:59:52.109 INFO kablam! --> src/main.rs:262:22 Oct 14 22:59:52.109 INFO kablam! | Oct 14 22:59:52.110 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 14 22:59:52.110 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 14 22:59:52.110 INFO kablam! Oct 14 22:59:52.110 INFO kablam! warning: unused variable: `pressed` Oct 14 22:59:52.111 INFO kablam! --> src/main.rs:263:22 Oct 14 22:59:52.111 INFO kablam! | Oct 14 22:59:52.111 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 14 22:59:52.112 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 14 22:59:52.112 INFO kablam! Oct 14 22:59:52.112 INFO kablam! warning: unused variable: `pressed` Oct 14 22:59:52.113 INFO kablam! --> src/main.rs:212:6 Oct 14 22:59:52.113 INFO kablam! | Oct 14 22:59:52.113 INFO kablam! 212 | let pressed = glutin::ElementState::Pressed; Oct 14 22:59:52.113 INFO kablam! | ^^^^^^^ help: consider using `_pressed` instead Oct 14 22:59:52.114 INFO kablam! Oct 14 22:59:52.114 INFO kablam! warning: unused variable: `released` Oct 14 22:59:52.114 INFO kablam! --> src/main.rs:213:6 Oct 14 22:59:52.115 INFO kablam! | Oct 14 22:59:52.115 INFO kablam! 213 | let released = glutin::ElementState::Released; Oct 14 22:59:52.115 INFO kablam! | ^^^^^^^^ help: consider using `_released` instead Oct 14 22:59:52.115 INFO kablam! Oct 14 22:59:52.116 INFO kablam! warning: value assigned to `dT` is never read Oct 14 22:59:52.116 INFO kablam! --> src/main.rs:226:10 Oct 14 22:59:52.116 INFO kablam! | Oct 14 22:59:52.116 INFO kablam! 226 | let mut dT = 0.0f32; Oct 14 22:59:52.116 INFO kablam! | ^^ Oct 14 22:59:52.117 INFO kablam! | Oct 14 22:59:52.117 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 14 22:59:52.117 INFO kablam! Oct 14 22:59:52.117 INFO kablam! warning: unused variable: `firstMouse` Oct 14 22:59:52.118 INFO kablam! --> src/main.rs:230:10 Oct 14 22:59:52.118 INFO kablam! | Oct 14 22:59:52.118 INFO kablam! 230 | let mut firstMouse = true; Oct 14 22:59:52.118 INFO kablam! | ^^^^^^^^^^ help: consider using `_firstMouse` instead Oct 14 22:59:52.119 INFO kablam! Oct 14 22:59:52.119 INFO kablam! warning: unused variable: `do_test` Oct 14 22:59:52.119 INFO kablam! --> src/main.rs:231:10 Oct 14 22:59:52.120 INFO kablam! | Oct 14 22:59:52.120 INFO kablam! 231 | let mut do_test = false; Oct 14 22:59:52.120 INFO kablam! | ^^^^^^^ help: consider using `_do_test` instead Oct 14 22:59:52.120 INFO kablam! Oct 14 22:59:52.121 INFO kablam! warning: unused variable: `frames` Oct 14 22:59:52.121 INFO kablam! --> src/main.rs:244:10 Oct 14 22:59:52.121 INFO kablam! | Oct 14 22:59:52.122 INFO kablam! 244 | let mut frames = 0u32; Oct 14 22:59:52.122 INFO kablam! | ^^^^^^ help: consider using `_frames` instead Oct 14 22:59:52.122 INFO kablam! Oct 14 22:59:52.130 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:52.130 INFO kablam! --> src/main.rs:162:6 Oct 14 22:59:52.131 INFO kablam! | Oct 14 22:59:52.133 INFO kablam! 162 | let mut game_title = "FGG Test"; Oct 14 22:59:52.133 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:59:52.133 INFO kablam! | | Oct 14 22:59:52.133 INFO kablam! | help: remove this `mut` Oct 14 22:59:52.133 INFO kablam! | Oct 14 22:59:52.133 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 22:59:52.133 INFO kablam! Oct 14 22:59:52.133 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:52.133 INFO kablam! --> src/main.rs:170:52 Oct 14 22:59:52.133 INFO kablam! | Oct 14 22:59:52.133 INFO kablam! 170 | let (window, mut device, mut factory, main_color, mut main_depth) = gfx_glutin::init::(builder, &events_loop); Oct 14 22:59:52.133 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:59:52.133 INFO kablam! | | Oct 14 22:59:52.133 INFO kablam! | help: remove this `mut` Oct 14 22:59:52.133 INFO kablam! Oct 14 22:59:52.133 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:52.133 INFO kablam! --> src/main.rs:190:6 Oct 14 22:59:52.133 INFO kablam! | Oct 14 22:59:52.133 INFO kablam! 190 | let mut rasterizer = gfx::state::Rasterizer::new_fill().with_cull_back(); Oct 14 22:59:52.133 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:59:52.133 INFO kablam! | | Oct 14 22:59:52.133 INFO kablam! | help: remove this `mut` Oct 14 22:59:52.133 INFO kablam! Oct 14 22:59:52.133 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:52.133 INFO kablam! --> src/main.rs:210:6 Oct 14 22:59:52.133 INFO kablam! | Oct 14 22:59:52.133 INFO kablam! 210 | let mut model_position = Matrix4::from_translation(Vector3::new(0.0f32, 0.0, 0.0)); Oct 14 22:59:52.133 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 14 22:59:52.133 INFO kablam! | | Oct 14 22:59:52.133 INFO kablam! | help: remove this `mut` Oct 14 22:59:52.133 INFO kablam! Oct 14 22:59:52.133 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:52.133 INFO kablam! --> src/main.rs:228:6 Oct 14 22:59:52.133 INFO kablam! | Oct 14 22:59:52.133 INFO kablam! 228 | let mut currentFrame = time::PreciseTime::now(); Oct 14 22:59:52.133 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 22:59:52.133 INFO kablam! | | Oct 14 22:59:52.133 INFO kablam! | help: remove this `mut` Oct 14 22:59:52.133 INFO kablam! Oct 14 22:59:52.134 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:52.134 INFO kablam! --> src/main.rs:230:6 Oct 14 22:59:52.134 INFO kablam! | Oct 14 22:59:52.134 INFO kablam! 230 | let mut firstMouse = true; Oct 14 22:59:52.134 INFO kablam! | ----^^^^^^^^^^ Oct 14 22:59:52.134 INFO kablam! | | Oct 14 22:59:52.134 INFO kablam! | help: remove this `mut` Oct 14 22:59:52.134 INFO kablam! Oct 14 22:59:52.134 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:52.134 INFO kablam! --> src/main.rs:231:6 Oct 14 22:59:52.134 INFO kablam! | Oct 14 22:59:52.134 INFO kablam! 231 | let mut do_test = false; Oct 14 22:59:52.134 INFO kablam! | ----^^^^^^^ Oct 14 22:59:52.134 INFO kablam! | | Oct 14 22:59:52.134 INFO kablam! | help: remove this `mut` Oct 14 22:59:52.134 INFO kablam! Oct 14 22:59:52.135 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:52.135 INFO kablam! --> src/main.rs:244:6 Oct 14 22:59:52.135 INFO kablam! | Oct 14 22:59:52.135 INFO kablam! 244 | let mut frames = 0u32; Oct 14 22:59:52.135 INFO kablam! | ----^^^^^^ Oct 14 22:59:52.135 INFO kablam! | | Oct 14 22:59:52.135 INFO kablam! | help: remove this `mut` Oct 14 22:59:52.135 INFO kablam! Oct 14 22:59:52.139 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:52.139 INFO kablam! --> src/main.rs:247:7 Oct 14 22:59:52.139 INFO kablam! | Oct 14 22:59:52.139 INFO kablam! 247 | let mut currentFrame = currentFrame.to(time::PreciseTime::now()); Oct 14 22:59:52.139 INFO kablam! | ----^^^^^^^^^^^^ Oct 14 22:59:52.139 INFO kablam! | | Oct 14 22:59:52.139 INFO kablam! | help: remove this `mut` Oct 14 22:59:52.139 INFO kablam! Oct 14 22:59:52.139 INFO kablam! warning: variable does not need to be mutable Oct 14 22:59:52.139 INFO kablam! --> src/main.rs:253:7 Oct 14 22:59:52.139 INFO kablam! | Oct 14 22:59:52.139 INFO kablam! 253 | let mut new_game_title = game_title.to_owned()+" | dt: "+ &dT.to_string(); Oct 14 22:59:52.139 INFO kablam! | ----^^^^^^^^^^^^^^ Oct 14 22:59:52.139 INFO kablam! | | Oct 14 22:59:52.139 INFO kablam! | help: remove this `mut` Oct 14 22:59:52.139 INFO kablam! Oct 14 22:59:52.208 INFO kablam! warning: function is never used: `deal_with_mouse` Oct 14 22:59:52.209 INFO kablam! --> src/main.rs:71:1 Oct 14 22:59:52.209 INFO kablam! | Oct 14 22:59:52.209 INFO kablam! 71 | fn deal_with_mouse(py: (f32, f32), last: (f32, f32), x: i32, y: i32, fmouse: bool) -> (Vector3, bool, f32, f32){ Oct 14 22:59:52.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:59:52.209 INFO kablam! | Oct 14 22:59:52.211 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 22:59:52.211 INFO kablam! Oct 14 22:59:52.218 INFO kablam! warning: variable `lX` should have a snake case name such as `l_x` Oct 14 22:59:52.218 INFO kablam! --> src/main.rs:72:7 Oct 14 22:59:52.218 INFO kablam! | Oct 14 22:59:52.218 INFO kablam! 72 | let (lX, lY) = last; Oct 14 22:59:52.219 INFO kablam! | ^^ Oct 14 22:59:52.219 INFO kablam! | Oct 14 22:59:52.219 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:59:52.219 INFO kablam! Oct 14 22:59:52.219 INFO kablam! warning: variable `lY` should have a snake case name such as `l_y` Oct 14 22:59:52.219 INFO kablam! --> src/main.rs:72:11 Oct 14 22:59:52.219 INFO kablam! | Oct 14 22:59:52.219 INFO kablam! 72 | let (lX, lY) = last; Oct 14 22:59:52.219 INFO kablam! | ^^ Oct 14 22:59:52.219 INFO kablam! Oct 14 22:59:52.220 INFO kablam! warning: variable `lastX` should have a snake case name such as `last_x` Oct 14 22:59:52.220 INFO kablam! --> src/main.rs:73:6 Oct 14 22:59:52.220 INFO kablam! | Oct 14 22:59:52.220 INFO kablam! 73 | let mut lastX = lX as f32; Oct 14 22:59:52.220 INFO kablam! | ^^^^^^^^^ Oct 14 22:59:52.220 INFO kablam! Oct 14 22:59:52.221 INFO kablam! warning: variable `lastY` should have a snake case name such as `last_y` Oct 14 22:59:52.221 INFO kablam! --> src/main.rs:74:6 Oct 14 22:59:52.221 INFO kablam! | Oct 14 22:59:52.221 INFO kablam! 74 | let mut lastY = lY as f32; Oct 14 22:59:52.221 INFO kablam! | ^^^^^^^^^ Oct 14 22:59:52.221 INFO kablam! Oct 14 22:59:52.221 INFO kablam! warning: variable `cameraPos` should have a snake case name such as `camera_pos` Oct 14 22:59:52.221 INFO kablam! --> src/main.rs:207:6 Oct 14 22:59:52.222 INFO kablam! | Oct 14 22:59:52.222 INFO kablam! 207 | let mut cameraPos = Vector3::new(0.0f32, 0.0, 3.0); Oct 14 22:59:52.222 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:59:52.222 INFO kablam! Oct 14 22:59:52.222 INFO kablam! warning: variable `cameraFront` should have a snake case name such as `camera_front` Oct 14 22:59:52.222 INFO kablam! --> src/main.rs:208:6 Oct 14 22:59:52.222 INFO kablam! | Oct 14 22:59:52.222 INFO kablam! 208 | let mut cameraFront = Vector3::new(0.0f32, 0.0, -1.0); Oct 14 22:59:52.222 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:59:52.222 INFO kablam! Oct 14 22:59:52.222 INFO kablam! warning: variable `dT` should have a snake case name such as `d_t` Oct 14 22:59:52.222 INFO kablam! --> src/main.rs:226:6 Oct 14 22:59:52.222 INFO kablam! | Oct 14 22:59:52.223 INFO kablam! 226 | let mut dT = 0.0f32; Oct 14 22:59:52.223 INFO kablam! | ^^^^^^ Oct 14 22:59:52.223 INFO kablam! Oct 14 22:59:52.223 INFO kablam! warning: variable `lastFrame` should have a snake case name such as `last_frame` Oct 14 22:59:52.223 INFO kablam! --> src/main.rs:227:6 Oct 14 22:59:52.223 INFO kablam! | Oct 14 22:59:52.223 INFO kablam! 227 | let mut lastFrame = time::Duration::milliseconds(0); Oct 14 22:59:52.223 INFO kablam! | ^^^^^^^^^^^^^ Oct 14 22:59:52.223 INFO kablam! Oct 14 22:59:52.223 INFO kablam! warning: variable `currentFrame` should have a snake case name such as `current_frame` Oct 14 22:59:52.223 INFO kablam! --> src/main.rs:228:6 Oct 14 22:59:52.223 INFO kablam! | Oct 14 22:59:52.223 INFO kablam! 228 | let mut currentFrame = time::PreciseTime::now(); Oct 14 22:59:52.223 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:59:52.223 INFO kablam! Oct 14 22:59:52.223 INFO kablam! warning: variable `firstMouse` should have a snake case name such as `first_mouse` Oct 14 22:59:52.223 INFO kablam! --> src/main.rs:230:6 Oct 14 22:59:52.223 INFO kablam! | Oct 14 22:59:52.223 INFO kablam! 230 | let mut firstMouse = true; Oct 14 22:59:52.223 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 22:59:52.223 INFO kablam! Oct 14 22:59:52.224 INFO kablam! warning: variable `lastX` should have a snake case name such as `last_x` Oct 14 22:59:52.224 INFO kablam! --> src/main.rs:236:6 Oct 14 22:59:52.224 INFO kablam! | Oct 14 22:59:52.224 INFO kablam! 236 | let mut lastX = 400.0f32; Oct 14 22:59:52.224 INFO kablam! | ^^^^^^^^^ Oct 14 22:59:52.224 INFO kablam! Oct 14 22:59:52.224 INFO kablam! warning: variable `lastY` should have a snake case name such as `last_y` Oct 14 22:59:52.224 INFO kablam! --> src/main.rs:237:6 Oct 14 22:59:52.224 INFO kablam! | Oct 14 22:59:52.224 INFO kablam! 237 | let mut lastY = 300.0f32; Oct 14 22:59:52.224 INFO kablam! | ^^^^^^^^^ Oct 14 22:59:52.224 INFO kablam! Oct 14 22:59:52.224 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:59:52.224 INFO kablam! --> src/main.rs:240:2 Oct 14 22:59:52.224 INFO kablam! | Oct 14 22:59:52.224 INFO kablam! 240 | window.set_cursor_state(glutin::CursorState::Grab); Oct 14 22:59:52.224 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:59:52.224 INFO kablam! | Oct 14 22:59:52.224 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 22:59:52.224 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:59:52.224 INFO kablam! Oct 14 22:59:52.224 INFO kablam! warning: variable `currentFrame` should have a snake case name such as `current_frame` Oct 14 22:59:52.224 INFO kablam! --> src/main.rs:247:7 Oct 14 22:59:52.224 INFO kablam! | Oct 14 22:59:52.224 INFO kablam! 247 | let mut currentFrame = currentFrame.to(time::PreciseTime::now()); Oct 14 22:59:52.224 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 22:59:52.224 INFO kablam! Oct 14 22:59:52.224 INFO kablam! warning: variable `duration_dT` should have a snake case name such as `duration_d_t` Oct 14 22:59:52.224 INFO kablam! --> src/main.rs:248:7 Oct 14 22:59:52.224 INFO kablam! | Oct 14 22:59:52.224 INFO kablam! 248 | let duration_dT = currentFrame - lastFrame; Oct 14 22:59:52.224 INFO kablam! | ^^^^^^^^^^^ Oct 14 22:59:52.231 INFO kablam! Oct 14 22:59:52.231 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 22:59:52.231 INFO kablam! --> src/main.rs:280:6 Oct 14 22:59:52.231 INFO kablam! | Oct 14 22:59:52.231 INFO kablam! 280 | window.set_cursor_position(hw, hh); Oct 14 22:59:52.231 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 22:59:52.231 INFO kablam! | Oct 14 22:59:52.231 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 22:59:52.231 INFO kablam! Oct 14 22:59:52.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 14 22:59:52.731 INFO kablam! su: No module specific data is present Oct 14 22:59:53.397 INFO running `"docker" "rm" "-f" "3033e65660ff4b603214204496ed7cc9f5796c0de75a23d97aef55d60d2e877d"` Oct 14 22:59:53.747 INFO blam! 3033e65660ff4b603214204496ed7cc9f5796c0de75a23d97aef55d60d2e877d Oct 14 22:59:53.755 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 22:59:54.163 INFO blam! 744c204a43afe2450a7ac3e8ad4a5a00578638d374e3c1a59b2367710be5741c Oct 14 22:59:54.179 INFO running `"docker" "start" "-a" "744c204a43afe2450a7ac3e8ad4a5a00578638d374e3c1a59b2367710be5741c"` Oct 14 22:59:55.447 INFO kablam! usermod: no changes Oct 14 22:59:55.623 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.14s Oct 14 22:59:55.625 INFO kablam! Running /target/debug/deps/first_gfx_game-c38f9dee37b423b6 Oct 14 22:59:55.631 INFO blam! Oct 14 22:59:55.631 INFO blam! running 0 tests Oct 14 22:59:55.631 INFO blam! Oct 14 22:59:55.631 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:59:55.631 INFO blam! Oct 14 22:59:55.634 INFO kablam! su: No module specific data is present Oct 14 22:59:56.260 INFO running `"docker" "rm" "-f" "744c204a43afe2450a7ac3e8ad4a5a00578638d374e3c1a59b2367710be5741c"` Oct 14 22:59:56.529 INFO blam! 744c204a43afe2450a7ac3e8ad4a5a00578638d374e3c1a59b2367710be5741c