Oct 10 13:24:06.242 INFO testing tjefferson08/rustcraft against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:24:06.242 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:24:06.242 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 13:24:06.499 INFO blam! 79a84c8314368584988ee5d0acc9bc9b577079a162ae18becac9cb71e0eb3398 Oct 10 13:24:06.501 INFO running `"docker" "start" "-a" "79a84c8314368584988ee5d0acc9bc9b577079a162ae18becac9cb71e0eb3398"` Oct 10 13:24:07.161 INFO kablam! usermod: no changes Oct 10 13:24:07.445 INFO kablam! Compiling wayland-scanner v0.20.11 Oct 10 13:24:07.445 INFO kablam! Compiling smallvec v0.6.3 Oct 10 13:24:07.445 INFO kablam! Compiling nix v0.11.0 Oct 10 13:24:07.457 INFO kablam! Compiling lock_api v0.1.3 Oct 10 13:24:07.466 INFO kablam! Compiling syn v0.14.5 Oct 10 13:24:07.466 INFO kablam! Compiling glutin v0.17.0 Oct 10 13:24:07.466 INFO kablam! Compiling glium v0.22.0 Oct 10 13:24:07.482 INFO kablam! Compiling cgmath v0.16.1 Oct 10 13:24:13.185 INFO kablam! Compiling wayland-sys v0.20.11 Oct 10 13:24:13.250 INFO kablam! Compiling rayon v1.0.2 Oct 10 13:24:13.760 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 10 13:24:15.178 INFO kablam! Compiling wayland-client v0.20.11 Oct 10 13:24:15.904 INFO kablam! Compiling wayland-protocols v0.20.11 Oct 10 13:24:24.652 INFO kablam! Compiling parking_lot v0.6.3 Oct 10 13:24:27.076 INFO kablam! Compiling wayland-commons v0.20.11 Oct 10 13:24:48.388 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 10 13:24:48.409 INFO kablam! Compiling num-derive v0.2.2 Oct 10 13:24:58.445 INFO kablam! Compiling image v0.19.0 Oct 10 13:24:59.048 INFO kablam! Compiling smithay-client-toolkit v0.2.6 Oct 10 13:25:04.254 INFO kablam! Compiling winit v0.16.2 Oct 10 13:25:52.384 INFO kablam! Compiling rustcraft v0.1.0 (/source) Oct 10 13:25:55.596 INFO kablam! warning: unused imports: `Deg`, `PerspectiveFov` Oct 10 13:25:55.596 INFO kablam! --> src/model/cube.rs:4:14 Oct 10 13:25:55.596 INFO kablam! | Oct 10 13:25:55.596 INFO kablam! 4 | use cgmath::{Deg, Matrix3, Matrix4, PerspectiveFov, Rad, Vector3}; Oct 10 13:25:55.596 INFO kablam! | ^^^ ^^^^^^^^^^^^^^ Oct 10 13:25:55.596 INFO kablam! | Oct 10 13:25:55.596 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:25:55.596 INFO kablam! Oct 10 13:25:55.870 INFO kablam! warning: unused variable: `events` Oct 10 13:25:55.870 INFO kablam! --> src/application.rs:55:17 Oct 10 13:25:55.870 INFO kablam! | Oct 10 13:25:55.870 INFO kablam! 55 | let events = events_loop.poll_events(|event| { Oct 10 13:25:55.871 INFO kablam! | ^^^^^^ help: consider using `_events` instead Oct 10 13:25:55.871 INFO kablam! | Oct 10 13:25:55.871 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:25:55.871 INFO kablam! Oct 10 13:25:55.871 INFO kablam! warning: unused variable: `speed` Oct 10 13:25:55.871 INFO kablam! --> src/game_state.rs:54:13 Oct 10 13:25:55.871 INFO kablam! | Oct 10 13:25:55.871 INFO kablam! 54 | let speed = 50.0; Oct 10 13:25:55.871 INFO kablam! | ^^^^^ help: consider using `_speed` instead Oct 10 13:25:55.871 INFO kablam! Oct 10 13:25:55.871 INFO kablam! warning: unused variable: `delta_t` Oct 10 13:25:55.871 INFO kablam! --> src/game_state.rs:53:47 Oct 10 13:25:55.871 INFO kablam! | Oct 10 13:25:55.871 INFO kablam! 53 | fn process_event(&mut self, event: Event, delta_t: f32) -> () { Oct 10 13:25:55.871 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 10 13:25:55.871 INFO kablam! Oct 10 13:25:55.871 INFO kablam! warning: unused variable: `delta_t` Oct 10 13:25:55.871 INFO kablam! --> src/game_state.rs:149:26 Oct 10 13:25:55.871 INFO kablam! | Oct 10 13:25:55.871 INFO kablam! 149 | fn update(&mut self, delta_t: f32) { Oct 10 13:25:55.871 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 10 13:25:55.871 INFO kablam! Oct 10 13:25:55.871 INFO kablam! warning: unused variable: `delta_t` Oct 10 13:25:55.871 INFO kablam! --> src/game_state.rs:156:43 Oct 10 13:25:55.871 INFO kablam! | Oct 10 13:25:55.871 INFO kablam! 156 | fn draw(&self, renderer: &mut Master, delta_t: f32) { Oct 10 13:25:55.871 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 10 13:25:55.871 INFO kablam! Oct 10 13:25:55.871 INFO kablam! warning: unused variable: `tex_coords_right` Oct 10 13:25:55.871 INFO kablam! --> src/model/cube.rs:73:13 Oct 10 13:25:55.871 INFO kablam! | Oct 10 13:25:55.871 INFO kablam! 73 | let tex_coords_right: TextureCoordinates = atlas.texture_coords_for(0, 1); Oct 10 13:25:55.871 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_tex_coords_right` instead Oct 10 13:25:55.871 INFO kablam! Oct 10 13:25:55.871 INFO kablam! warning: unused variable: `tex_coords_left` Oct 10 13:25:55.871 INFO kablam! --> src/model/cube.rs:74:13 Oct 10 13:25:55.871 INFO kablam! | Oct 10 13:25:55.871 INFO kablam! 74 | let tex_coords_left: TextureCoordinates = atlas.texture_coords_for(0, 1); Oct 10 13:25:55.871 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_tex_coords_left` instead Oct 10 13:25:55.871 INFO kablam! Oct 10 13:25:55.871 INFO kablam! warning: unused variable: `tex_coords_top` Oct 10 13:25:55.871 INFO kablam! --> src/model/cube.rs:75:13 Oct 10 13:25:55.871 INFO kablam! | Oct 10 13:25:55.871 INFO kablam! 75 | let tex_coords_top: TextureCoordinates = atlas.texture_coords_for(0, 0); Oct 10 13:25:55.871 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_tex_coords_top` instead Oct 10 13:25:55.871 INFO kablam! Oct 10 13:25:55.871 INFO kablam! warning: unused variable: `tex_coords_bottom` Oct 10 13:25:55.871 INFO kablam! --> src/model/cube.rs:76:13 Oct 10 13:25:55.871 INFO kablam! | Oct 10 13:25:55.871 INFO kablam! 76 | let tex_coords_bottom: TextureCoordinates = atlas.texture_coords_for(0, 2); Oct 10 13:25:55.871 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_tex_coords_bottom` instead Oct 10 13:25:55.871 INFO kablam! Oct 10 13:25:55.871 INFO kablam! warning: unused variable: `x` Oct 10 13:25:55.871 INFO kablam! --> src/textures/mod.rs:36:38 Oct 10 13:25:55.871 INFO kablam! | Oct 10 13:25:55.871 INFO kablam! 36 | pub fn texture_coords_for(&self, x: u32, y: u32) -> TextureCoordinates { Oct 10 13:25:55.871 INFO kablam! | ^ help: consider using `_x` instead Oct 10 13:25:55.871 INFO kablam! Oct 10 13:25:55.871 INFO kablam! warning: unused variable: `y` Oct 10 13:25:55.871 INFO kablam! --> src/textures/mod.rs:36:46 Oct 10 13:25:55.871 INFO kablam! | Oct 10 13:25:55.871 INFO kablam! 36 | pub fn texture_coords_for(&self, x: u32, y: u32) -> TextureCoordinates { Oct 10 13:25:55.871 INFO kablam! | ^ help: consider using `_y` instead Oct 10 13:25:55.871 INFO kablam! Oct 10 13:25:55.877 INFO kablam! warning: variable does not need to be mutable Oct 10 13:25:55.877 INFO kablam! --> src/application.rs:51:17 Oct 10 13:25:55.877 INFO kablam! | Oct 10 13:25:55.877 INFO kablam! 51 | let mut current_state = self.current_state_mut(); Oct 10 13:25:55.877 INFO kablam! | ----^^^^^^^^^^^^^ Oct 10 13:25:55.877 INFO kablam! | | Oct 10 13:25:55.877 INFO kablam! | help: remove this `mut` Oct 10 13:25:55.877 INFO kablam! | Oct 10 13:25:55.877 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:25:55.877 INFO kablam! Oct 10 13:25:55.924 INFO kablam! warning: method is never used: `pop_state` Oct 10 13:25:55.924 INFO kablam! --> src/application.rs:116:5 Oct 10 13:25:55.924 INFO kablam! | Oct 10 13:25:55.924 INFO kablam! 116 | pub fn pop_state(&mut self) -> () { Oct 10 13:25:55.924 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:25:55.924 INFO kablam! | Oct 10 13:25:55.924 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:25:55.924 INFO kablam! Oct 10 13:25:55.924 INFO kablam! warning: method is never used: `from_position` Oct 10 13:25:55.924 INFO kablam! --> src/entity.rs:10:5 Oct 10 13:25:55.925 INFO kablam! | Oct 10 13:25:55.925 INFO kablam! 10 | pub fn from_position(pos: (f32, f32, f32)) -> Entity { Oct 10 13:25:55.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:25:55.925 INFO kablam! Oct 10 13:25:55.925 INFO kablam! warning: method is never used: `update_position` Oct 10 13:25:55.925 INFO kablam! --> src/entity.rs:24:5 Oct 10 13:25:55.925 INFO kablam! | Oct 10 13:25:55.925 INFO kablam! 24 | pub fn update_position(&mut self, delta_pos: Vector3) -> () { Oct 10 13:25:55.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:25:55.925 INFO kablam! Oct 10 13:25:55.925 INFO kablam! warning: field is never used: `texture_size` Oct 10 13:25:55.925 INFO kablam! --> src/textures/mod.rs:17:5 Oct 10 13:25:55.925 INFO kablam! | Oct 10 13:25:55.925 INFO kablam! 17 | texture_size: u32, Oct 10 13:25:55.925 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 13:25:55.925 INFO kablam! Oct 10 13:25:55.925 INFO kablam! warning: field is never used: `image_size` Oct 10 13:25:55.925 INFO kablam! --> src/textures/mod.rs:18:5 Oct 10 13:25:55.925 INFO kablam! | Oct 10 13:25:55.925 INFO kablam! 18 | image_size: u32, Oct 10 13:25:55.925 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 13:25:55.925 INFO kablam! Oct 10 13:25:55.925 INFO kablam! warning: method is never used: `textures_per_row` Oct 10 13:25:55.925 INFO kablam! --> src/textures/mod.rs:32:5 Oct 10 13:25:55.925 INFO kablam! | Oct 10 13:25:55.925 INFO kablam! 32 | fn textures_per_row(&self) -> u32 { Oct 10 13:25:55.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:25:55.925 INFO kablam! Oct 10 13:25:55.925 INFO kablam! warning: method is never used: `reset_cursor_position` Oct 10 13:25:55.925 INFO kablam! --> src/window.rs:38:5 Oct 10 13:25:55.925 INFO kablam! | Oct 10 13:25:55.925 INFO kablam! 38 | pub fn reset_cursor_position(&self) -> () { Oct 10 13:25:55.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:25:55.925 INFO kablam! Oct 10 13:26:03.072 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 55s Oct 10 13:26:03.084 INFO kablam! su: No module specific data is present Oct 10 13:26:03.581 INFO running `"docker" "rm" "-f" "79a84c8314368584988ee5d0acc9bc9b577079a162ae18becac9cb71e0eb3398"` Oct 10 13:26:03.792 INFO blam! 79a84c8314368584988ee5d0acc9bc9b577079a162ae18becac9cb71e0eb3398 Oct 10 13:26:03.797 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:26:03.797 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 13:26:04.268 INFO blam! 1e9407ce5a33b3ae05441e5e9262b05b42260f8ec4d4b57b37a58771e53e657c Oct 10 13:26:04.275 INFO running `"docker" "start" "-a" "1e9407ce5a33b3ae05441e5e9262b05b42260f8ec4d4b57b37a58771e53e657c"` Oct 10 13:26:05.337 INFO kablam! usermod: no changes Oct 10 13:26:05.528 INFO kablam! Compiling rustcraft v0.1.0 (/source) Oct 10 13:26:08.592 INFO kablam! warning: unused imports: `Deg`, `PerspectiveFov` Oct 10 13:26:08.592 INFO kablam! --> src/model/cube.rs:4:14 Oct 10 13:26:08.592 INFO kablam! | Oct 10 13:26:08.592 INFO kablam! 4 | use cgmath::{Deg, Matrix3, Matrix4, PerspectiveFov, Rad, Vector3}; Oct 10 13:26:08.592 INFO kablam! | ^^^ ^^^^^^^^^^^^^^ Oct 10 13:26:08.592 INFO kablam! | Oct 10 13:26:08.592 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:26:08.592 INFO kablam! Oct 10 13:26:08.864 INFO kablam! warning: unused variable: `events` Oct 10 13:26:08.864 INFO kablam! --> src/application.rs:55:17 Oct 10 13:26:08.864 INFO kablam! | Oct 10 13:26:08.864 INFO kablam! 55 | let events = events_loop.poll_events(|event| { Oct 10 13:26:08.864 INFO kablam! | ^^^^^^ help: consider using `_events` instead Oct 10 13:26:08.864 INFO kablam! | Oct 10 13:26:08.865 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 13:26:08.865 INFO kablam! Oct 10 13:26:08.865 INFO kablam! warning: unused variable: `speed` Oct 10 13:26:08.865 INFO kablam! --> src/game_state.rs:54:13 Oct 10 13:26:08.865 INFO kablam! | Oct 10 13:26:08.865 INFO kablam! 54 | let speed = 50.0; Oct 10 13:26:08.865 INFO kablam! | ^^^^^ help: consider using `_speed` instead Oct 10 13:26:08.865 INFO kablam! Oct 10 13:26:08.865 INFO kablam! warning: unused variable: `delta_t` Oct 10 13:26:08.865 INFO kablam! --> src/game_state.rs:53:47 Oct 10 13:26:08.865 INFO kablam! | Oct 10 13:26:08.865 INFO kablam! 53 | fn process_event(&mut self, event: Event, delta_t: f32) -> () { Oct 10 13:26:08.865 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 10 13:26:08.865 INFO kablam! Oct 10 13:26:08.865 INFO kablam! warning: unused variable: `delta_t` Oct 10 13:26:08.865 INFO kablam! --> src/game_state.rs:149:26 Oct 10 13:26:08.865 INFO kablam! | Oct 10 13:26:08.865 INFO kablam! 149 | fn update(&mut self, delta_t: f32) { Oct 10 13:26:08.865 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 10 13:26:08.865 INFO kablam! Oct 10 13:26:08.865 INFO kablam! warning: unused variable: `delta_t` Oct 10 13:26:08.865 INFO kablam! --> src/game_state.rs:156:43 Oct 10 13:26:08.865 INFO kablam! | Oct 10 13:26:08.865 INFO kablam! 156 | fn draw(&self, renderer: &mut Master, delta_t: f32) { Oct 10 13:26:08.865 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 10 13:26:08.865 INFO kablam! Oct 10 13:26:08.865 INFO kablam! warning: unused variable: `tex_coords_right` Oct 10 13:26:08.865 INFO kablam! --> src/model/cube.rs:73:13 Oct 10 13:26:08.865 INFO kablam! | Oct 10 13:26:08.865 INFO kablam! 73 | let tex_coords_right: TextureCoordinates = atlas.texture_coords_for(0, 1); Oct 10 13:26:08.865 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_tex_coords_right` instead Oct 10 13:26:08.865 INFO kablam! Oct 10 13:26:08.865 INFO kablam! warning: unused variable: `tex_coords_left` Oct 10 13:26:08.865 INFO kablam! --> src/model/cube.rs:74:13 Oct 10 13:26:08.865 INFO kablam! | Oct 10 13:26:08.865 INFO kablam! 74 | let tex_coords_left: TextureCoordinates = atlas.texture_coords_for(0, 1); Oct 10 13:26:08.865 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_tex_coords_left` instead Oct 10 13:26:08.865 INFO kablam! Oct 10 13:26:08.865 INFO kablam! warning: unused variable: `tex_coords_top` Oct 10 13:26:08.865 INFO kablam! --> src/model/cube.rs:75:13 Oct 10 13:26:08.865 INFO kablam! | Oct 10 13:26:08.865 INFO kablam! 75 | let tex_coords_top: TextureCoordinates = atlas.texture_coords_for(0, 0); Oct 10 13:26:08.865 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_tex_coords_top` instead Oct 10 13:26:08.865 INFO kablam! Oct 10 13:26:08.865 INFO kablam! warning: unused variable: `tex_coords_bottom` Oct 10 13:26:08.865 INFO kablam! --> src/model/cube.rs:76:13 Oct 10 13:26:08.865 INFO kablam! | Oct 10 13:26:08.865 INFO kablam! 76 | let tex_coords_bottom: TextureCoordinates = atlas.texture_coords_for(0, 2); Oct 10 13:26:08.865 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_tex_coords_bottom` instead Oct 10 13:26:08.865 INFO kablam! Oct 10 13:26:08.865 INFO kablam! warning: unused variable: `x` Oct 10 13:26:08.865 INFO kablam! --> src/textures/mod.rs:36:38 Oct 10 13:26:08.865 INFO kablam! | Oct 10 13:26:08.865 INFO kablam! 36 | pub fn texture_coords_for(&self, x: u32, y: u32) -> TextureCoordinates { Oct 10 13:26:08.865 INFO kablam! | ^ help: consider using `_x` instead Oct 10 13:26:08.865 INFO kablam! Oct 10 13:26:08.865 INFO kablam! warning: unused variable: `y` Oct 10 13:26:08.865 INFO kablam! --> src/textures/mod.rs:36:46 Oct 10 13:26:08.865 INFO kablam! | Oct 10 13:26:08.865 INFO kablam! 36 | pub fn texture_coords_for(&self, x: u32, y: u32) -> TextureCoordinates { Oct 10 13:26:08.865 INFO kablam! | ^ help: consider using `_y` instead Oct 10 13:26:08.865 INFO kablam! Oct 10 13:26:08.868 INFO kablam! warning: variable does not need to be mutable Oct 10 13:26:08.868 INFO kablam! --> src/application.rs:51:17 Oct 10 13:26:08.868 INFO kablam! | Oct 10 13:26:08.868 INFO kablam! 51 | let mut current_state = self.current_state_mut(); Oct 10 13:26:08.868 INFO kablam! | ----^^^^^^^^^^^^^ Oct 10 13:26:08.868 INFO kablam! | | Oct 10 13:26:08.868 INFO kablam! | help: remove this `mut` Oct 10 13:26:08.868 INFO kablam! | Oct 10 13:26:08.868 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 13:26:08.868 INFO kablam! Oct 10 13:26:08.904 INFO kablam! warning: method is never used: `pop_state` Oct 10 13:26:08.904 INFO kablam! --> src/application.rs:116:5 Oct 10 13:26:08.904 INFO kablam! | Oct 10 13:26:08.904 INFO kablam! 116 | pub fn pop_state(&mut self) -> () { Oct 10 13:26:08.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:26:08.904 INFO kablam! | Oct 10 13:26:08.904 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:26:08.904 INFO kablam! Oct 10 13:26:08.904 INFO kablam! warning: method is never used: `from_position` Oct 10 13:26:08.904 INFO kablam! --> src/entity.rs:10:5 Oct 10 13:26:08.904 INFO kablam! | Oct 10 13:26:08.904 INFO kablam! 10 | pub fn from_position(pos: (f32, f32, f32)) -> Entity { Oct 10 13:26:08.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:26:08.904 INFO kablam! Oct 10 13:26:08.904 INFO kablam! warning: method is never used: `update_position` Oct 10 13:26:08.904 INFO kablam! --> src/entity.rs:24:5 Oct 10 13:26:08.905 INFO kablam! | Oct 10 13:26:08.905 INFO kablam! 24 | pub fn update_position(&mut self, delta_pos: Vector3) -> () { Oct 10 13:26:08.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:26:08.905 INFO kablam! Oct 10 13:26:08.905 INFO kablam! warning: field is never used: `texture_size` Oct 10 13:26:08.905 INFO kablam! --> src/textures/mod.rs:17:5 Oct 10 13:26:08.905 INFO kablam! | Oct 10 13:26:08.905 INFO kablam! 17 | texture_size: u32, Oct 10 13:26:08.905 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 13:26:08.905 INFO kablam! Oct 10 13:26:08.905 INFO kablam! warning: field is never used: `image_size` Oct 10 13:26:08.905 INFO kablam! --> src/textures/mod.rs:18:5 Oct 10 13:26:08.905 INFO kablam! | Oct 10 13:26:08.905 INFO kablam! 18 | image_size: u32, Oct 10 13:26:08.905 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 13:26:08.905 INFO kablam! Oct 10 13:26:08.905 INFO kablam! warning: method is never used: `textures_per_row` Oct 10 13:26:08.905 INFO kablam! --> src/textures/mod.rs:32:5 Oct 10 13:26:08.905 INFO kablam! | Oct 10 13:26:08.905 INFO kablam! 32 | fn textures_per_row(&self) -> u32 { Oct 10 13:26:08.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:26:08.905 INFO kablam! Oct 10 13:26:08.905 INFO kablam! warning: method is never used: `reset_cursor_position` Oct 10 13:26:08.905 INFO kablam! --> src/window.rs:38:5 Oct 10 13:26:08.905 INFO kablam! | Oct 10 13:26:08.905 INFO kablam! 38 | pub fn reset_cursor_position(&self) -> () { Oct 10 13:26:08.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:26:08.905 INFO kablam! Oct 10 13:26:09.569 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.20s Oct 10 13:26:09.577 INFO kablam! su: No module specific data is present Oct 10 13:26:10.305 INFO running `"docker" "rm" "-f" "1e9407ce5a33b3ae05441e5e9262b05b42260f8ec4d4b57b37a58771e53e657c"` Oct 10 13:26:10.551 INFO blam! 1e9407ce5a33b3ae05441e5e9262b05b42260f8ec4d4b57b37a58771e53e657c Oct 10 13:26:10.556 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:26:10.556 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 13:26:11.187 INFO blam! c3cff01535b7f41bc1343739133771db376af8511977768c6277a20073ee6737 Oct 10 13:26:11.194 INFO running `"docker" "start" "-a" "c3cff01535b7f41bc1343739133771db376af8511977768c6277a20073ee6737"` Oct 10 13:26:12.296 INFO kablam! usermod: no changes Oct 10 13:26:12.492 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 10 13:26:12.505 INFO kablam! Running /target/debug/deps/rustcraft-dfecd38ce1e39b3e Oct 10 13:26:12.512 INFO kablam! su: No module specific data is present Oct 10 13:26:12.512 INFO blam! Oct 10 13:26:12.512 INFO blam! running 0 tests Oct 10 13:26:12.512 INFO blam! Oct 10 13:26:12.512 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:26:12.512 INFO blam! Oct 10 13:26:13.200 INFO running `"docker" "rm" "-f" "c3cff01535b7f41bc1343739133771db376af8511977768c6277a20073ee6737"` Oct 10 13:26:13.540 INFO blam! c3cff01535b7f41bc1343739133771db376af8511977768c6277a20073ee6737