Oct 10 12:00:47.098 INFO testing yeliknewo/neural_game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 12:00:47.098 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 12:00:47.098 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 12:00:47.500 INFO blam! 7cc1c04242198532d46d288a651300791a9a0e424cf41832667382a8ab27c10d Oct 10 12:00:47.502 INFO running `"docker" "start" "-a" "7cc1c04242198532d46d288a651300791a9a0e424cf41832667382a8ab27c10d"` Oct 10 12:00:48.672 INFO kablam! usermod: no changes Oct 10 12:00:49.064 INFO kablam! Compiling memchr v1.0.1 Oct 10 12:00:49.065 INFO kablam! Compiling serde_json v0.8.6 Oct 10 12:00:49.065 INFO kablam! Compiling num-rational v0.1.35 Oct 10 12:00:49.065 INFO kablam! Compiling thread_local v0.3.2 Oct 10 12:00:49.072 INFO kablam! Compiling target_build_utils v0.1.2 Oct 10 12:00:50.205 INFO kablam! Compiling image v0.12.2 Oct 10 12:00:50.492 INFO kablam! Compiling aho-corasick v0.6.1 Oct 10 12:00:52.812 INFO kablam! Compiling regex v0.2.1 Oct 10 12:01:00.925 INFO kablam! Compiling env_logger v0.4.0 Oct 10 12:01:06.156 INFO kablam! Compiling libloading v0.3.1 Oct 10 12:01:10.484 INFO kablam! Compiling dlib v0.3.1 Oct 10 12:01:11.087 INFO kablam! Compiling wayland-sys v0.7.7 Oct 10 12:01:12.869 INFO kablam! Compiling wayland-client v0.7.7 Oct 10 12:01:15.405 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 10 12:01:15.407 INFO kablam! Compiling wayland-window v0.4.4 Oct 10 12:01:18.380 INFO kablam! Compiling winit v0.5.10 Oct 10 12:01:23.232 INFO kablam! Compiling glutin v0.7.4 Oct 10 12:01:26.701 INFO kablam! Compiling gfx_window_glutin v0.14.0 Oct 10 12:01:29.401 INFO kablam! Compiling neural_game v0.1.0 (/source) Oct 10 12:01:32.345 INFO kablam! warning: unused import: `ng_sdl2` Oct 10 12:01:32.346 INFO kablam! --> src/graphics/window.rs:3:53 Oct 10 12:01:32.346 INFO kablam! | Oct 10 12:01:32.346 INFO kablam! 3 | use graphics::{ColorFormat, DepthFormat, ng_glutin, ng_sdl2}; Oct 10 12:01:32.347 INFO kablam! | ^^^^^^^ Oct 10 12:01:32.347 INFO kablam! | Oct 10 12:01:32.347 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:01:32.347 INFO kablam! Oct 10 12:01:33.636 INFO kablam! warning: unused variable: `front_control_id` Oct 10 12:01:33.636 INFO kablam! --> src/core/event_clump.rs:5:30 Oct 10 12:01:33.636 INFO kablam! | Oct 10 12:01:33.636 INFO kablam! 5 | pub fn make_event_clumps(front_control_id: ID, back_control_id: ID, front_render_id: ID, back_render_id: ID) -> (FrontEventClump, BackEventClump) Oct 10 12:01:33.636 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_front_control_id` instead Oct 10 12:01:33.636 INFO kablam! | Oct 10 12:01:33.636 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:01:33.636 INFO kablam! Oct 10 12:01:33.636 INFO kablam! warning: unused variable: `back_control_id` Oct 10 12:01:33.636 INFO kablam! --> src/core/event_clump.rs:5:52 Oct 10 12:01:33.636 INFO kablam! | Oct 10 12:01:33.636 INFO kablam! 5 | pub fn make_event_clumps(front_control_id: ID, back_control_id: ID, front_render_id: ID, back_render_id: ID) -> (FrontEventClump, BackEventClump) Oct 10 12:01:33.636 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_back_control_id` instead Oct 10 12:01:33.636 INFO kablam! Oct 10 12:01:33.636 INFO kablam! warning: unused variable: `front_render_id` Oct 10 12:01:33.636 INFO kablam! --> src/core/event_clump.rs:5:73 Oct 10 12:01:33.636 INFO kablam! | Oct 10 12:01:33.636 INFO kablam! 5 | pub fn make_event_clumps(front_control_id: ID, back_control_id: ID, front_render_id: ID, back_render_id: ID) -> (FrontEventClump, BackEventClump) Oct 10 12:01:33.636 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_front_render_id` instead Oct 10 12:01:33.636 INFO kablam! Oct 10 12:01:33.636 INFO kablam! warning: unused variable: `back_render_id` Oct 10 12:01:33.636 INFO kablam! --> src/core/event_clump.rs:5:94 Oct 10 12:01:33.636 INFO kablam! | Oct 10 12:01:33.636 INFO kablam! 5 | pub fn make_event_clumps(front_control_id: ID, back_control_id: ID, front_render_id: ID, back_render_id: ID) -> (FrontEventClump, BackEventClump) Oct 10 12:01:33.636 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_back_render_id` instead Oct 10 12:01:33.636 INFO kablam! Oct 10 12:01:33.636 INFO kablam! warning: unused variable: `front_event_clump` Oct 10 12:01:33.636 INFO kablam! --> src/core/handle_events.rs:7:120 Oct 10 12:01:33.636 INFO kablam! | Oct 10 12:01:33.636 INFO kablam! 7 | pub fn handle_events(gfx_window: &mut GfxWindow, front_event_clump: &mut FrontEventClump) -> bool Oct 10 12:01:33.636 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_front_event_clump` instead Oct 10 12:01:33.636 INFO kablam! Oct 10 12:01:33.637 INFO kablam! warning: unused variable: `game_handle` Oct 10 12:01:33.637 INFO kablam! --> src/core/starter.rs:39:9 Oct 10 12:01:33.637 INFO kablam! | Oct 10 12:01:33.637 INFO kablam! 39 | let game_handle = thread::spawn(|| { Oct 10 12:01:33.637 INFO kablam! | ^^^^^^^^^^^ help: consider using `_game_handle` instead Oct 10 12:01:33.637 INFO kablam! Oct 10 12:01:33.645 INFO kablam! warning: unused variable: `delta_time` Oct 10 12:01:33.645 INFO kablam! --> src/systems/control.rs:25:36 Oct 10 12:01:33.645 INFO kablam! | Oct 10 12:01:33.645 INFO kablam! 25 | fn run(&mut self, arg: RunArg, delta_time: f64) { Oct 10 12:01:33.646 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 10 12:01:33.646 INFO kablam! Oct 10 12:01:33.646 INFO kablam! warning: unused variable: `delta_time` Oct 10 12:01:33.647 INFO kablam! --> src/systems/render.rs:149:36 Oct 10 12:01:33.647 INFO kablam! | Oct 10 12:01:33.647 INFO kablam! 149 | fn run(&mut self, arg: RunArg, delta_time: f64) { Oct 10 12:01:33.648 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 10 12:01:33.648 INFO kablam! Oct 10 12:01:33.684 INFO kablam! warning: variable does not need to be mutable Oct 10 12:01:33.685 INFO kablam! --> src/core/starter.rs:20:13 Oct 10 12:01:33.685 INFO kablam! | Oct 10 12:01:33.685 INFO kablam! 20 | let mut render_event_core = front_event_clump.get_mut_render().unwrap_or_else(|| panic!("Render was none")); Oct 10 12:01:33.686 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.686 INFO kablam! | | Oct 10 12:01:33.686 INFO kablam! | help: remove this `mut` Oct 10 12:01:33.687 INFO kablam! | Oct 10 12:01:33.687 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:01:33.687 INFO kablam! Oct 10 12:01:33.704 INFO kablam! warning: variable does not need to be mutable Oct 10 12:01:33.705 INFO kablam! --> src/systems/render.rs:57:13 Oct 10 12:01:33.705 INFO kablam! | Oct 10 12:01:33.705 INFO kablam! 57 | let mut bundles = Arc::get_mut(&mut self.bundles).unwrap_or_else(|| panic!("Arc Shit")); Oct 10 12:01:33.705 INFO kablam! | ----^^^^^^^ Oct 10 12:01:33.705 INFO kablam! | | Oct 10 12:01:33.705 INFO kablam! | help: remove this `mut` Oct 10 12:01:33.705 INFO kablam! Oct 10 12:01:33.813 INFO kablam! warning: type alias is never used: `RenderType` Oct 10 12:01:33.813 INFO kablam! --> src/art/types.rs:1:1 Oct 10 12:01:33.813 INFO kablam! | Oct 10 12:01:33.813 INFO kablam! 1 | pub type RenderType = u8; Oct 10 12:01:33.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.813 INFO kablam! | Oct 10 12:01:33.813 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:01:33.813 INFO kablam! Oct 10 12:01:33.813 INFO kablam! warning: constant item is never used: `ID` Oct 10 12:01:33.813 INFO kablam! --> src/art/main.rs:6:1 Oct 10 12:01:33.813 INFO kablam! | Oct 10 12:01:33.813 INFO kablam! 6 | pub const ID: RenderType = 0; Oct 10 12:01:33.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.813 INFO kablam! Oct 10 12:01:33.813 INFO kablam! warning: constant item is never used: `TEST` Oct 10 12:01:33.813 INFO kablam! --> src/art/main.rs:9:1 Oct 10 12:01:33.813 INFO kablam! | Oct 10 12:01:33.813 INFO kablam! 9 | pub const TEST: Sprite = &[0.0, 0.0, 1.0, 0.5]; Oct 10 12:01:33.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.813 INFO kablam! Oct 10 12:01:33.813 INFO kablam! warning: constant item is never used: `GUI` Oct 10 12:01:33.813 INFO kablam! --> src/art/layers.rs:3:1 Oct 10 12:01:33.813 INFO kablam! | Oct 10 12:01:33.813 INFO kablam! 3 | pub const GUI: Layer = 0; Oct 10 12:01:33.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.813 INFO kablam! Oct 10 12:01:33.813 INFO kablam! warning: method is never used: `set_offset` Oct 10 12:01:33.813 INFO kablam! --> src/components/camera.rs:29:5 Oct 10 12:01:33.813 INFO kablam! | Oct 10 12:01:33.813 INFO kablam! 29 | pub fn set_offset(&mut self, offset: Point2) { Oct 10 12:01:33.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.813 INFO kablam! Oct 10 12:01:33.813 INFO kablam! warning: method is never used: `set_eye` Oct 10 12:01:33.813 INFO kablam! --> src/components/camera.rs:35:5 Oct 10 12:01:33.813 INFO kablam! | Oct 10 12:01:33.813 INFO kablam! 35 | fn set_eye(&mut self, eye: Point3) { Oct 10 12:01:33.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.813 INFO kablam! Oct 10 12:01:33.813 INFO kablam! warning: method is never used: `set_target` Oct 10 12:01:33.813 INFO kablam! --> src/components/camera.rs:39:5 Oct 10 12:01:33.813 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 39 | fn set_target(&mut self, target: Point3) { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `set_proj` Oct 10 12:01:33.814 INFO kablam! --> src/components/camera.rs:55:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 55 | pub fn set_proj(&mut self, ortho_helper: OrthographicHelper) { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `get_offset` Oct 10 12:01:33.814 INFO kablam! --> src/components/camera.rs:60:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 60 | pub fn get_offset(&self) -> Point2 { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `screen_to_world_point` Oct 10 12:01:33.814 INFO kablam! --> src/components/camera.rs:76:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 76 | pub fn screen_to_world_point(&self, screen_point: Point2) -> Point2 { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `set_dirty` Oct 10 12:01:33.814 INFO kablam! --> src/components/camera.rs:82:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 82 | fn set_dirty(&mut self) { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `set_layer` Oct 10 12:01:33.814 INFO kablam! --> src/components/render_data.rs:25:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 25 | pub fn set_layer(&mut self, layer: u8) { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `set_spritesheet_rect` Oct 10 12:01:33.814 INFO kablam! --> src/components/render_data.rs:30:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 30 | pub fn set_spritesheet_rect(&mut self, spritesheet_rect: &'static [f32; 4]) { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `set_tint` Oct 10 12:01:33.814 INFO kablam! --> src/components/render_data.rs:35:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 35 | pub fn set_tint(&mut self, tint: [f32; 4]) { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `reset_tint` Oct 10 12:01:33.814 INFO kablam! --> src/components/render_data.rs:40:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 40 | pub fn reset_tint(&mut self) { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `get_default_tint` Oct 10 12:01:33.814 INFO kablam! --> src/components/render_data.rs:45:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 45 | pub fn get_default_tint(&self) -> [f32; 4] { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `set_dirty` Oct 10 12:01:33.814 INFO kablam! --> src/components/render_data.rs:65:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 65 | fn set_dirty(&mut self) { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `new_identity` Oct 10 12:01:33.814 INFO kablam! --> src/components/transform.rs:23:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 23 | pub fn new_identity() -> Transform { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `set_pos` Oct 10 12:01:33.814 INFO kablam! --> src/components/transform.rs:27:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 27 | pub fn set_pos(&mut self, pos: Vector3) { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `add_pos` Oct 10 12:01:33.814 INFO kablam! --> src/components/transform.rs:32:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 32 | pub fn add_pos(&mut self, pos_delta: Vector3) { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `get_pos` Oct 10 12:01:33.814 INFO kablam! --> src/components/transform.rs:37:5 Oct 10 12:01:33.814 INFO kablam! | Oct 10 12:01:33.814 INFO kablam! 37 | pub fn get_pos(&self) -> Vector3 { Oct 10 12:01:33.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.814 INFO kablam! Oct 10 12:01:33.814 INFO kablam! warning: method is never used: `get_gui_offset` Oct 10 12:01:33.814 INFO kablam! --> src/components/transform.rs:45:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 45 | pub fn get_gui_offset(&self) -> Point2 { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `set_dirty` Oct 10 12:01:33.815 INFO kablam! --> src/components/transform.rs:50:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 50 | fn set_dirty(&mut self) { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `take_dirty` Oct 10 12:01:33.815 INFO kablam! --> src/components/transform.rs:54:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 54 | pub fn take_dirty(&mut self) -> bool { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: field is never used: `control` Oct 10 12:01:33.815 INFO kablam! --> src/core/event_clump.rs:43:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 43 | control: Option>, Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `get_mut_control` Oct 10 12:01:33.815 INFO kablam! --> src/core/event_clump.rs:57:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 57 | pub fn get_mut_control(&mut self) -> Option<&mut DuoChannel> { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `get_mut_data` Oct 10 12:01:33.815 INFO kablam! --> src/graphics/pipeline.rs:74:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 74 | pub fn get_mut_data(&mut self) -> &mut pipe::Data { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: field is never used: `extras` Oct 10 12:01:33.815 INFO kablam! --> src/graphics/window.rs:13:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 13 | extras: T, Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `get_device` Oct 10 12:01:33.815 INFO kablam! --> src/graphics/window.rs:54:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 54 | pub fn get_device(&self) -> &D { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `get_factory` Oct 10 12:01:33.815 INFO kablam! --> src/graphics/window.rs:58:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 58 | pub fn get_factory(&self) -> &F { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `get_window` Oct 10 12:01:33.815 INFO kablam! --> src/graphics/window.rs:62:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 62 | pub fn get_window(&self) -> &W { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `get_extras` Oct 10 12:01:33.815 INFO kablam! --> src/graphics/window.rs:66:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 66 | pub fn get_extras(&self) -> &T { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `get_mut_extras` Oct 10 12:01:33.815 INFO kablam! --> src/graphics/window.rs:82:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 82 | pub fn get_mut_extras(&mut self) -> &mut T { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `process_event` Oct 10 12:01:33.815 INFO kablam! --> src/systems/control.rs:17:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 17 | fn process_event(&mut self, event: &MainToControl) { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `get_left` Oct 10 12:01:33.815 INFO kablam! --> src/utils/orthographic_helper.rs:27:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 27 | pub fn get_left(&self) -> f32 { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `get_right` Oct 10 12:01:33.815 INFO kablam! --> src/utils/orthographic_helper.rs:31:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.815 INFO kablam! 31 | pub fn get_right(&self) -> f32 { Oct 10 12:01:33.815 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.815 INFO kablam! Oct 10 12:01:33.815 INFO kablam! warning: method is never used: `get_bottom` Oct 10 12:01:33.815 INFO kablam! --> src/utils/orthographic_helper.rs:35:5 Oct 10 12:01:33.815 INFO kablam! | Oct 10 12:01:33.816 INFO kablam! 35 | pub fn get_bottom(&self) -> f32 { Oct 10 12:01:33.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.816 INFO kablam! Oct 10 12:01:33.816 INFO kablam! warning: method is never used: `get_top` Oct 10 12:01:33.816 INFO kablam! --> src/utils/orthographic_helper.rs:39:5 Oct 10 12:01:33.816 INFO kablam! | Oct 10 12:01:33.816 INFO kablam! 39 | pub fn get_top(&self) -> f32 { Oct 10 12:01:33.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.816 INFO kablam! Oct 10 12:01:33.816 INFO kablam! warning: method is never used: `get_near` Oct 10 12:01:33.816 INFO kablam! --> src/utils/orthographic_helper.rs:43:5 Oct 10 12:01:33.816 INFO kablam! | Oct 10 12:01:33.816 INFO kablam! 43 | pub fn get_near(&self) -> f32 { Oct 10 12:01:33.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.816 INFO kablam! Oct 10 12:01:33.816 INFO kablam! warning: method is never used: `get_far` Oct 10 12:01:33.816 INFO kablam! --> src/utils/orthographic_helper.rs:47:5 Oct 10 12:01:33.816 INFO kablam! | Oct 10 12:01:33.816 INFO kablam! 47 | pub fn get_far(&self) -> f32 { Oct 10 12:01:33.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.816 INFO kablam! Oct 10 12:01:33.816 INFO kablam! warning: method is never used: `get_view_depth` Oct 10 12:01:33.816 INFO kablam! --> src/utils/orthographic_helper.rs:51:5 Oct 10 12:01:33.816 INFO kablam! | Oct 10 12:01:33.816 INFO kablam! 51 | pub fn get_view_depth(&self) -> f32 { Oct 10 12:01:33.816 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.816 INFO kablam! Oct 10 12:01:33.816 INFO kablam! warning: method is never used: `get_aspect_ratio` Oct 10 12:01:33.816 INFO kablam! --> src/utils/orthographic_helper.rs:55:5 Oct 10 12:01:33.816 INFO kablam! | Oct 10 12:01:33.816 INFO kablam! 55 | pub fn get_aspect_ratio(&self) -> f32 { Oct 10 12:01:33.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.819 INFO kablam! Oct 10 12:01:33.819 INFO kablam! warning: method is never used: `recv` Oct 10 12:01:33.819 INFO kablam! --> src/utils/duo_channel.rs:30:5 Oct 10 12:01:33.819 INFO kablam! | Oct 10 12:01:33.819 INFO kablam! 30 | pub fn recv(&mut self) -> R { Oct 10 12:01:33.819 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:33.819 INFO kablam! Oct 10 12:01:40.459 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 51.75s Oct 10 12:01:40.472 INFO kablam! su: No module specific data is present Oct 10 12:01:41.248 INFO running `"docker" "rm" "-f" "7cc1c04242198532d46d288a651300791a9a0e424cf41832667382a8ab27c10d"` Oct 10 12:01:41.544 INFO blam! 7cc1c04242198532d46d288a651300791a9a0e424cf41832667382a8ab27c10d Oct 10 12:01:41.552 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 12:01:41.552 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 12:01:41.937 INFO blam! ee0c38f03b03c2c91ca7047cffbfb3a38db271a37c087b80b6a7a3170408d534 Oct 10 12:01:41.939 INFO running `"docker" "start" "-a" "ee0c38f03b03c2c91ca7047cffbfb3a38db271a37c087b80b6a7a3170408d534"` Oct 10 12:01:43.425 INFO kablam! usermod: no changes Oct 10 12:01:43.712 INFO kablam! Compiling neural_game v0.1.0 (/source) Oct 10 12:01:46.713 INFO kablam! warning: unused import: `ng_sdl2` Oct 10 12:01:46.713 INFO kablam! --> src/graphics/window.rs:3:53 Oct 10 12:01:46.713 INFO kablam! | Oct 10 12:01:46.713 INFO kablam! 3 | use graphics::{ColorFormat, DepthFormat, ng_glutin, ng_sdl2}; Oct 10 12:01:46.713 INFO kablam! | ^^^^^^^ Oct 10 12:01:46.713 INFO kablam! | Oct 10 12:01:46.713 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 12:01:46.713 INFO kablam! Oct 10 12:01:48.021 INFO kablam! warning: unused variable: `front_control_id` Oct 10 12:01:48.021 INFO kablam! --> src/core/event_clump.rs:5:30 Oct 10 12:01:48.021 INFO kablam! | Oct 10 12:01:48.021 INFO kablam! 5 | pub fn make_event_clumps(front_control_id: ID, back_control_id: ID, front_render_id: ID, back_render_id: ID) -> (FrontEventClump, BackEventClump) Oct 10 12:01:48.021 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_front_control_id` instead Oct 10 12:01:48.021 INFO kablam! | Oct 10 12:01:48.021 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 12:01:48.021 INFO kablam! Oct 10 12:01:48.021 INFO kablam! warning: unused variable: `back_control_id` Oct 10 12:01:48.021 INFO kablam! --> src/core/event_clump.rs:5:52 Oct 10 12:01:48.021 INFO kablam! | Oct 10 12:01:48.021 INFO kablam! 5 | pub fn make_event_clumps(front_control_id: ID, back_control_id: ID, front_render_id: ID, back_render_id: ID) -> (FrontEventClump, BackEventClump) Oct 10 12:01:48.021 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_back_control_id` instead Oct 10 12:01:48.021 INFO kablam! Oct 10 12:01:48.021 INFO kablam! warning: unused variable: `front_render_id` Oct 10 12:01:48.021 INFO kablam! --> src/core/event_clump.rs:5:73 Oct 10 12:01:48.021 INFO kablam! | Oct 10 12:01:48.021 INFO kablam! 5 | pub fn make_event_clumps(front_control_id: ID, back_control_id: ID, front_render_id: ID, back_render_id: ID) -> (FrontEventClump, BackEventClump) Oct 10 12:01:48.021 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_front_render_id` instead Oct 10 12:01:48.021 INFO kablam! Oct 10 12:01:48.021 INFO kablam! warning: unused variable: `back_render_id` Oct 10 12:01:48.021 INFO kablam! --> src/core/event_clump.rs:5:94 Oct 10 12:01:48.022 INFO kablam! | Oct 10 12:01:48.022 INFO kablam! 5 | pub fn make_event_clumps(front_control_id: ID, back_control_id: ID, front_render_id: ID, back_render_id: ID) -> (FrontEventClump, BackEventClump) Oct 10 12:01:48.022 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_back_render_id` instead Oct 10 12:01:48.022 INFO kablam! Oct 10 12:01:48.022 INFO kablam! warning: unused variable: `front_event_clump` Oct 10 12:01:48.022 INFO kablam! --> src/core/handle_events.rs:7:120 Oct 10 12:01:48.022 INFO kablam! | Oct 10 12:01:48.022 INFO kablam! 7 | pub fn handle_events(gfx_window: &mut GfxWindow, front_event_clump: &mut FrontEventClump) -> bool Oct 10 12:01:48.022 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_front_event_clump` instead Oct 10 12:01:48.022 INFO kablam! Oct 10 12:01:48.022 INFO kablam! warning: unused variable: `game_handle` Oct 10 12:01:48.022 INFO kablam! --> src/core/starter.rs:39:9 Oct 10 12:01:48.022 INFO kablam! | Oct 10 12:01:48.022 INFO kablam! 39 | let game_handle = thread::spawn(|| { Oct 10 12:01:48.022 INFO kablam! | ^^^^^^^^^^^ help: consider using `_game_handle` instead Oct 10 12:01:48.022 INFO kablam! Oct 10 12:01:48.022 INFO kablam! warning: unused variable: `delta_time` Oct 10 12:01:48.022 INFO kablam! --> src/systems/control.rs:25:36 Oct 10 12:01:48.022 INFO kablam! | Oct 10 12:01:48.022 INFO kablam! 25 | fn run(&mut self, arg: RunArg, delta_time: f64) { Oct 10 12:01:48.022 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 10 12:01:48.022 INFO kablam! Oct 10 12:01:48.022 INFO kablam! warning: unused variable: `delta_time` Oct 10 12:01:48.022 INFO kablam! --> src/systems/render.rs:149:36 Oct 10 12:01:48.022 INFO kablam! | Oct 10 12:01:48.023 INFO kablam! 149 | fn run(&mut self, arg: RunArg, delta_time: f64) { Oct 10 12:01:48.023 INFO kablam! | ^^^^^^^^^^ help: consider using `_delta_time` instead Oct 10 12:01:48.023 INFO kablam! Oct 10 12:01:48.064 INFO kablam! warning: variable does not need to be mutable Oct 10 12:01:48.064 INFO kablam! --> src/core/starter.rs:20:13 Oct 10 12:01:48.064 INFO kablam! | Oct 10 12:01:48.064 INFO kablam! 20 | let mut render_event_core = front_event_clump.get_mut_render().unwrap_or_else(|| panic!("Render was none")); Oct 10 12:01:48.064 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.064 INFO kablam! | | Oct 10 12:01:48.064 INFO kablam! | help: remove this `mut` Oct 10 12:01:48.065 INFO kablam! | Oct 10 12:01:48.065 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 12:01:48.065 INFO kablam! Oct 10 12:01:48.096 INFO kablam! warning: variable does not need to be mutable Oct 10 12:01:48.096 INFO kablam! --> src/systems/render.rs:57:13 Oct 10 12:01:48.096 INFO kablam! | Oct 10 12:01:48.096 INFO kablam! 57 | let mut bundles = Arc::get_mut(&mut self.bundles).unwrap_or_else(|| panic!("Arc Shit")); Oct 10 12:01:48.096 INFO kablam! | ----^^^^^^^ Oct 10 12:01:48.097 INFO kablam! | | Oct 10 12:01:48.097 INFO kablam! | help: remove this `mut` Oct 10 12:01:48.097 INFO kablam! Oct 10 12:01:48.189 INFO kablam! warning: type alias is never used: `RenderType` Oct 10 12:01:48.189 INFO kablam! --> src/art/types.rs:1:1 Oct 10 12:01:48.189 INFO kablam! | Oct 10 12:01:48.189 INFO kablam! 1 | pub type RenderType = u8; Oct 10 12:01:48.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.189 INFO kablam! | Oct 10 12:01:48.189 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 12:01:48.189 INFO kablam! Oct 10 12:01:48.189 INFO kablam! warning: constant item is never used: `ID` Oct 10 12:01:48.189 INFO kablam! --> src/art/main.rs:6:1 Oct 10 12:01:48.189 INFO kablam! | Oct 10 12:01:48.189 INFO kablam! 6 | pub const ID: RenderType = 0; Oct 10 12:01:48.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.189 INFO kablam! Oct 10 12:01:48.189 INFO kablam! warning: constant item is never used: `TEST` Oct 10 12:01:48.189 INFO kablam! --> src/art/main.rs:9:1 Oct 10 12:01:48.189 INFO kablam! | Oct 10 12:01:48.189 INFO kablam! 9 | pub const TEST: Sprite = &[0.0, 0.0, 1.0, 0.5]; Oct 10 12:01:48.189 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.189 INFO kablam! Oct 10 12:01:48.190 INFO kablam! warning: constant item is never used: `GUI` Oct 10 12:01:48.190 INFO kablam! --> src/art/layers.rs:3:1 Oct 10 12:01:48.190 INFO kablam! | Oct 10 12:01:48.190 INFO kablam! 3 | pub const GUI: Layer = 0; Oct 10 12:01:48.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.190 INFO kablam! Oct 10 12:01:48.190 INFO kablam! warning: method is never used: `set_offset` Oct 10 12:01:48.190 INFO kablam! --> src/components/camera.rs:29:5 Oct 10 12:01:48.190 INFO kablam! | Oct 10 12:01:48.190 INFO kablam! 29 | pub fn set_offset(&mut self, offset: Point2) { Oct 10 12:01:48.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.190 INFO kablam! Oct 10 12:01:48.190 INFO kablam! warning: method is never used: `set_eye` Oct 10 12:01:48.190 INFO kablam! --> src/components/camera.rs:35:5 Oct 10 12:01:48.190 INFO kablam! | Oct 10 12:01:48.190 INFO kablam! 35 | fn set_eye(&mut self, eye: Point3) { Oct 10 12:01:48.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.190 INFO kablam! Oct 10 12:01:48.190 INFO kablam! warning: method is never used: `set_target` Oct 10 12:01:48.190 INFO kablam! --> src/components/camera.rs:39:5 Oct 10 12:01:48.190 INFO kablam! | Oct 10 12:01:48.190 INFO kablam! 39 | fn set_target(&mut self, target: Point3) { Oct 10 12:01:48.190 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.191 INFO kablam! Oct 10 12:01:48.191 INFO kablam! warning: method is never used: `set_proj` Oct 10 12:01:48.191 INFO kablam! --> src/components/camera.rs:55:5 Oct 10 12:01:48.191 INFO kablam! | Oct 10 12:01:48.191 INFO kablam! 55 | pub fn set_proj(&mut self, ortho_helper: OrthographicHelper) { Oct 10 12:01:48.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.191 INFO kablam! Oct 10 12:01:48.191 INFO kablam! warning: method is never used: `get_offset` Oct 10 12:01:48.191 INFO kablam! --> src/components/camera.rs:60:5 Oct 10 12:01:48.191 INFO kablam! | Oct 10 12:01:48.191 INFO kablam! 60 | pub fn get_offset(&self) -> Point2 { Oct 10 12:01:48.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.191 INFO kablam! Oct 10 12:01:48.191 INFO kablam! warning: method is never used: `screen_to_world_point` Oct 10 12:01:48.191 INFO kablam! --> src/components/camera.rs:76:5 Oct 10 12:01:48.191 INFO kablam! | Oct 10 12:01:48.191 INFO kablam! 76 | pub fn screen_to_world_point(&self, screen_point: Point2) -> Point2 { Oct 10 12:01:48.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.191 INFO kablam! Oct 10 12:01:48.191 INFO kablam! warning: method is never used: `set_dirty` Oct 10 12:01:48.191 INFO kablam! --> src/components/camera.rs:82:5 Oct 10 12:01:48.191 INFO kablam! | Oct 10 12:01:48.191 INFO kablam! 82 | fn set_dirty(&mut self) { Oct 10 12:01:48.191 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.191 INFO kablam! Oct 10 12:01:48.192 INFO kablam! warning: method is never used: `set_layer` Oct 10 12:01:48.192 INFO kablam! --> src/components/render_data.rs:25:5 Oct 10 12:01:48.192 INFO kablam! | Oct 10 12:01:48.192 INFO kablam! 25 | pub fn set_layer(&mut self, layer: u8) { Oct 10 12:01:48.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.192 INFO kablam! Oct 10 12:01:48.192 INFO kablam! warning: method is never used: `set_spritesheet_rect` Oct 10 12:01:48.192 INFO kablam! --> src/components/render_data.rs:30:5 Oct 10 12:01:48.192 INFO kablam! | Oct 10 12:01:48.192 INFO kablam! 30 | pub fn set_spritesheet_rect(&mut self, spritesheet_rect: &'static [f32; 4]) { Oct 10 12:01:48.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.192 INFO kablam! Oct 10 12:01:48.192 INFO kablam! warning: method is never used: `set_tint` Oct 10 12:01:48.192 INFO kablam! --> src/components/render_data.rs:35:5 Oct 10 12:01:48.192 INFO kablam! | Oct 10 12:01:48.192 INFO kablam! 35 | pub fn set_tint(&mut self, tint: [f32; 4]) { Oct 10 12:01:48.192 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.192 INFO kablam! Oct 10 12:01:48.196 INFO kablam! warning: method is never used: `reset_tint` Oct 10 12:01:48.196 INFO kablam! --> src/components/render_data.rs:40:5 Oct 10 12:01:48.196 INFO kablam! | Oct 10 12:01:48.196 INFO kablam! 40 | pub fn reset_tint(&mut self) { Oct 10 12:01:48.196 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.196 INFO kablam! Oct 10 12:01:48.196 INFO kablam! warning: method is never used: `get_default_tint` Oct 10 12:01:48.196 INFO kablam! --> src/components/render_data.rs:45:5 Oct 10 12:01:48.196 INFO kablam! | Oct 10 12:01:48.196 INFO kablam! 45 | pub fn get_default_tint(&self) -> [f32; 4] { Oct 10 12:01:48.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.197 INFO kablam! Oct 10 12:01:48.197 INFO kablam! warning: method is never used: `set_dirty` Oct 10 12:01:48.197 INFO kablam! --> src/components/render_data.rs:65:5 Oct 10 12:01:48.197 INFO kablam! | Oct 10 12:01:48.197 INFO kablam! 65 | fn set_dirty(&mut self) { Oct 10 12:01:48.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.197 INFO kablam! Oct 10 12:01:48.197 INFO kablam! warning: method is never used: `new_identity` Oct 10 12:01:48.197 INFO kablam! --> src/components/transform.rs:23:5 Oct 10 12:01:48.197 INFO kablam! | Oct 10 12:01:48.197 INFO kablam! 23 | pub fn new_identity() -> Transform { Oct 10 12:01:48.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.197 INFO kablam! Oct 10 12:01:48.197 INFO kablam! warning: method is never used: `set_pos` Oct 10 12:01:48.197 INFO kablam! --> src/components/transform.rs:27:5 Oct 10 12:01:48.197 INFO kablam! | Oct 10 12:01:48.197 INFO kablam! 27 | pub fn set_pos(&mut self, pos: Vector3) { Oct 10 12:01:48.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.197 INFO kablam! Oct 10 12:01:48.197 INFO kablam! warning: method is never used: `add_pos` Oct 10 12:01:48.197 INFO kablam! --> src/components/transform.rs:32:5 Oct 10 12:01:48.197 INFO kablam! | Oct 10 12:01:48.197 INFO kablam! 32 | pub fn add_pos(&mut self, pos_delta: Vector3) { Oct 10 12:01:48.197 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.197 INFO kablam! Oct 10 12:01:48.198 INFO kablam! warning: method is never used: `get_pos` Oct 10 12:01:48.198 INFO kablam! --> src/components/transform.rs:37:5 Oct 10 12:01:48.198 INFO kablam! | Oct 10 12:01:48.198 INFO kablam! 37 | pub fn get_pos(&self) -> Vector3 { Oct 10 12:01:48.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.198 INFO kablam! Oct 10 12:01:48.198 INFO kablam! warning: method is never used: `get_gui_offset` Oct 10 12:01:48.198 INFO kablam! --> src/components/transform.rs:45:5 Oct 10 12:01:48.198 INFO kablam! | Oct 10 12:01:48.198 INFO kablam! 45 | pub fn get_gui_offset(&self) -> Point2 { Oct 10 12:01:48.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.198 INFO kablam! Oct 10 12:01:48.198 INFO kablam! warning: method is never used: `set_dirty` Oct 10 12:01:48.198 INFO kablam! --> src/components/transform.rs:50:5 Oct 10 12:01:48.198 INFO kablam! | Oct 10 12:01:48.198 INFO kablam! 50 | fn set_dirty(&mut self) { Oct 10 12:01:48.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.198 INFO kablam! Oct 10 12:01:48.198 INFO kablam! warning: method is never used: `take_dirty` Oct 10 12:01:48.198 INFO kablam! --> src/components/transform.rs:54:5 Oct 10 12:01:48.198 INFO kablam! | Oct 10 12:01:48.198 INFO kablam! 54 | pub fn take_dirty(&mut self) -> bool { Oct 10 12:01:48.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.198 INFO kablam! Oct 10 12:01:48.199 INFO kablam! warning: field is never used: `control` Oct 10 12:01:48.199 INFO kablam! --> src/core/event_clump.rs:43:5 Oct 10 12:01:48.199 INFO kablam! | Oct 10 12:01:48.199 INFO kablam! 43 | control: Option>, Oct 10 12:01:48.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.199 INFO kablam! Oct 10 12:01:48.199 INFO kablam! warning: method is never used: `get_mut_control` Oct 10 12:01:48.199 INFO kablam! --> src/core/event_clump.rs:57:5 Oct 10 12:01:48.199 INFO kablam! | Oct 10 12:01:48.199 INFO kablam! 57 | pub fn get_mut_control(&mut self) -> Option<&mut DuoChannel> { Oct 10 12:01:48.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.199 INFO kablam! Oct 10 12:01:48.199 INFO kablam! warning: method is never used: `get_mut_data` Oct 10 12:01:48.199 INFO kablam! --> src/graphics/pipeline.rs:74:5 Oct 10 12:01:48.199 INFO kablam! | Oct 10 12:01:48.199 INFO kablam! 74 | pub fn get_mut_data(&mut self) -> &mut pipe::Data { Oct 10 12:01:48.199 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.199 INFO kablam! Oct 10 12:01:48.199 INFO kablam! warning: field is never used: `extras` Oct 10 12:01:48.199 INFO kablam! --> src/graphics/window.rs:13:5 Oct 10 12:01:48.199 INFO kablam! | Oct 10 12:01:48.199 INFO kablam! 13 | extras: T, Oct 10 12:01:48.199 INFO kablam! | ^^^^^^^^^ Oct 10 12:01:48.200 INFO kablam! Oct 10 12:01:48.200 INFO kablam! warning: method is never used: `get_device` Oct 10 12:01:48.200 INFO kablam! --> src/graphics/window.rs:54:5 Oct 10 12:01:48.200 INFO kablam! | Oct 10 12:01:48.200 INFO kablam! 54 | pub fn get_device(&self) -> &D { Oct 10 12:01:48.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.200 INFO kablam! Oct 10 12:01:48.200 INFO kablam! warning: method is never used: `get_factory` Oct 10 12:01:48.200 INFO kablam! --> src/graphics/window.rs:58:5 Oct 10 12:01:48.200 INFO kablam! | Oct 10 12:01:48.200 INFO kablam! 58 | pub fn get_factory(&self) -> &F { Oct 10 12:01:48.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.200 INFO kablam! Oct 10 12:01:48.200 INFO kablam! warning: method is never used: `get_window` Oct 10 12:01:48.200 INFO kablam! --> src/graphics/window.rs:62:5 Oct 10 12:01:48.200 INFO kablam! | Oct 10 12:01:48.200 INFO kablam! 62 | pub fn get_window(&self) -> &W { Oct 10 12:01:48.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.200 INFO kablam! Oct 10 12:01:48.200 INFO kablam! warning: method is never used: `get_extras` Oct 10 12:01:48.200 INFO kablam! --> src/graphics/window.rs:66:5 Oct 10 12:01:48.200 INFO kablam! | Oct 10 12:01:48.200 INFO kablam! 66 | pub fn get_extras(&self) -> &T { Oct 10 12:01:48.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.201 INFO kablam! Oct 10 12:01:48.201 INFO kablam! warning: method is never used: `get_mut_extras` Oct 10 12:01:48.201 INFO kablam! --> src/graphics/window.rs:82:5 Oct 10 12:01:48.201 INFO kablam! | Oct 10 12:01:48.201 INFO kablam! 82 | pub fn get_mut_extras(&mut self) -> &mut T { Oct 10 12:01:48.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.201 INFO kablam! Oct 10 12:01:48.201 INFO kablam! warning: method is never used: `process_event` Oct 10 12:01:48.201 INFO kablam! --> src/systems/control.rs:17:5 Oct 10 12:01:48.201 INFO kablam! | Oct 10 12:01:48.201 INFO kablam! 17 | fn process_event(&mut self, event: &MainToControl) { Oct 10 12:01:48.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.201 INFO kablam! Oct 10 12:01:48.201 INFO kablam! warning: method is never used: `get_left` Oct 10 12:01:48.201 INFO kablam! --> src/utils/orthographic_helper.rs:27:5 Oct 10 12:01:48.201 INFO kablam! | Oct 10 12:01:48.201 INFO kablam! 27 | pub fn get_left(&self) -> f32 { Oct 10 12:01:48.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.201 INFO kablam! Oct 10 12:01:48.201 INFO kablam! warning: method is never used: `get_right` Oct 10 12:01:48.201 INFO kablam! --> src/utils/orthographic_helper.rs:31:5 Oct 10 12:01:48.201 INFO kablam! | Oct 10 12:01:48.201 INFO kablam! 31 | pub fn get_right(&self) -> f32 { Oct 10 12:01:48.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.202 INFO kablam! Oct 10 12:01:48.202 INFO kablam! warning: method is never used: `get_bottom` Oct 10 12:01:48.202 INFO kablam! --> src/utils/orthographic_helper.rs:35:5 Oct 10 12:01:48.202 INFO kablam! | Oct 10 12:01:48.202 INFO kablam! 35 | pub fn get_bottom(&self) -> f32 { Oct 10 12:01:48.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.202 INFO kablam! Oct 10 12:01:48.202 INFO kablam! warning: method is never used: `get_top` Oct 10 12:01:48.202 INFO kablam! --> src/utils/orthographic_helper.rs:39:5 Oct 10 12:01:48.202 INFO kablam! | Oct 10 12:01:48.202 INFO kablam! 39 | pub fn get_top(&self) -> f32 { Oct 10 12:01:48.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.202 INFO kablam! Oct 10 12:01:48.202 INFO kablam! warning: method is never used: `get_near` Oct 10 12:01:48.202 INFO kablam! --> src/utils/orthographic_helper.rs:43:5 Oct 10 12:01:48.202 INFO kablam! | Oct 10 12:01:48.202 INFO kablam! 43 | pub fn get_near(&self) -> f32 { Oct 10 12:01:48.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.202 INFO kablam! Oct 10 12:01:48.202 INFO kablam! warning: method is never used: `get_far` Oct 10 12:01:48.202 INFO kablam! --> src/utils/orthographic_helper.rs:47:5 Oct 10 12:01:48.202 INFO kablam! | Oct 10 12:01:48.202 INFO kablam! 47 | pub fn get_far(&self) -> f32 { Oct 10 12:01:48.202 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.203 INFO kablam! Oct 10 12:01:48.203 INFO kablam! warning: method is never used: `get_view_depth` Oct 10 12:01:48.203 INFO kablam! --> src/utils/orthographic_helper.rs:51:5 Oct 10 12:01:48.203 INFO kablam! | Oct 10 12:01:48.203 INFO kablam! 51 | pub fn get_view_depth(&self) -> f32 { Oct 10 12:01:48.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.203 INFO kablam! Oct 10 12:01:48.203 INFO kablam! warning: method is never used: `get_aspect_ratio` Oct 10 12:01:48.203 INFO kablam! --> src/utils/orthographic_helper.rs:55:5 Oct 10 12:01:48.203 INFO kablam! | Oct 10 12:01:48.203 INFO kablam! 55 | pub fn get_aspect_ratio(&self) -> f32 { Oct 10 12:01:48.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.203 INFO kablam! Oct 10 12:01:48.203 INFO kablam! warning: method is never used: `recv` Oct 10 12:01:48.203 INFO kablam! --> src/utils/duo_channel.rs:30:5 Oct 10 12:01:48.203 INFO kablam! | Oct 10 12:01:48.203 INFO kablam! 30 | pub fn recv(&mut self) -> R { Oct 10 12:01:48.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 12:01:48.203 INFO kablam! Oct 10 12:01:48.848 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.38s Oct 10 12:01:48.851 INFO kablam! su: No module specific data is present Oct 10 12:01:49.642 INFO running `"docker" "rm" "-f" "ee0c38f03b03c2c91ca7047cffbfb3a38db271a37c087b80b6a7a3170408d534"` Oct 10 12:01:49.904 INFO blam! ee0c38f03b03c2c91ca7047cffbfb3a38db271a37c087b80b6a7a3170408d534 Oct 10 12:01:49.908 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 12:01:49.909 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-3/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 10 12:01:50.369 INFO blam! c7d0005ccf3680d036041e859492f6803afe1aa6ca0450b97ed410ed28f5b634 Oct 10 12:01:50.371 INFO running `"docker" "start" "-a" "c7d0005ccf3680d036041e859492f6803afe1aa6ca0450b97ed410ed28f5b634"` Oct 10 12:01:51.676 INFO kablam! usermod: no changes Oct 10 12:01:51.876 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 10 12:01:51.896 INFO kablam! Running /target/debug/deps/neural_game-89898a9b67342aa9 Oct 10 12:01:51.900 INFO blam! Oct 10 12:01:51.900 INFO blam! running 0 tests Oct 10 12:01:51.900 INFO blam! Oct 10 12:01:51.900 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 12:01:51.900 INFO blam! Oct 10 12:01:51.904 INFO kablam! su: No module specific data is present Oct 10 12:01:52.586 INFO running `"docker" "rm" "-f" "c7d0005ccf3680d036041e859492f6803afe1aa6ca0450b97ed410ed28f5b634"` Oct 10 12:01:52.976 INFO blam! c7d0005ccf3680d036041e859492f6803afe1aa6ca0450b97ed410ed28f5b634