Oct 12 21:16:26.061 INFO testing tjefferson08/rustcraft against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:16:26.061 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 21:16:26.423 INFO blam! 352572079f3160cda286e69fb4658bcd1326605a57c8defd1a1c3b32a9455c6b Oct 12 21:16:26.423 INFO running `"docker" "start" "-a" "352572079f3160cda286e69fb4658bcd1326605a57c8defd1a1c3b32a9455c6b"` Oct 12 21:16:27.323 INFO kablam! usermod: no changes Oct 12 21:16:27.529 INFO kablam! Compiling pkg-config v0.3.12 Oct 12 21:16:27.529 INFO kablam! Compiling backtrace-sys v0.1.23 Oct 12 21:16:27.529 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 12 21:16:27.529 INFO kablam! Compiling log v0.4.3 Oct 12 21:16:27.529 INFO kablam! Compiling rand v0.5.4 Oct 12 21:16:27.529 INFO kablam! Compiling shared_library v0.1.9 Oct 12 21:16:27.529 INFO kablam! Compiling deflate v0.7.18 Oct 12 21:16:27.529 INFO kablam! Compiling wayland-scanner v0.20.11 Oct 12 21:16:30.743 INFO kablam! Compiling smallvec v0.6.3 Oct 12 21:16:30.763 INFO kablam! Compiling nix v0.11.0 Oct 12 21:16:31.104 INFO kablam! Compiling quote v0.6.4 Oct 12 21:16:31.142 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 12 21:16:31.144 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 12 21:16:31.144 INFO kablam! Compiling x11-dl v2.18.1 Oct 12 21:16:34.611 INFO kablam! Compiling gl_generator v0.9.0 Oct 12 21:16:35.766 INFO kablam! Compiling wayland-client v0.20.11 Oct 12 21:16:35.871 INFO kablam! Compiling wayland-protocols v0.20.11 Oct 12 21:16:35.871 INFO kablam! Compiling parking_lot_core v0.2.14 Oct 12 21:16:35.947 INFO kablam! Compiling syn v0.14.5 Oct 12 21:16:37.600 INFO kablam! Compiling cgmath v0.16.1 Oct 12 21:16:38.640 INFO kablam! Compiling wayland-sys v0.20.11 Oct 12 21:16:49.056 INFO kablam! Compiling tempfile v3.0.3 Oct 12 21:16:51.719 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 12 21:16:52.015 INFO kablam! Compiling png v0.12.0 Oct 12 21:16:53.427 INFO kablam! Compiling backtrace v0.3.9 Oct 12 21:16:53.460 INFO kablam! Compiling parking_lot v0.6.3 Oct 12 21:16:53.891 INFO kablam! Compiling wayland-commons v0.20.11 Oct 12 21:17:02.207 INFO kablam! Compiling glutin v0.17.0 Oct 12 21:17:02.207 INFO kablam! Compiling glium v0.22.0 Oct 12 21:17:02.370 INFO kablam! Compiling rayon-core v1.4.1 Oct 12 21:17:18.803 INFO kablam! Compiling rayon v1.0.2 Oct 12 21:17:31.183 INFO kablam! Compiling num-derive v0.2.2 Oct 12 21:17:42.027 INFO kablam! Compiling jpeg-decoder v0.1.15 Oct 12 21:17:44.831 INFO kablam! Compiling smithay-client-toolkit v0.2.6 Oct 12 21:17:48.543 INFO kablam! Compiling image v0.19.0 Oct 12 21:17:52.346 INFO kablam! Compiling winit v0.16.2 Oct 12 21:18:45.267 INFO kablam! Compiling rustcraft v0.1.0 (/source) Oct 12 21:18:46.271 INFO kablam! warning: unused imports: `Deg`, `PerspectiveFov` Oct 12 21:18:46.271 INFO kablam! --> src/model/cube.rs:4:14 Oct 12 21:18:46.271 INFO kablam! | Oct 12 21:18:46.271 INFO kablam! 4 | use cgmath::{Deg, Matrix3, Matrix4, PerspectiveFov, Rad, Vector3}; Oct 12 21:18:46.271 INFO kablam! | ^^^ ^^^^^^^^^^^^^^ Oct 12 21:18:46.272 INFO kablam! | Oct 12 21:18:46.272 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:18:46.272 INFO kablam! Oct 12 21:18:46.540 INFO kablam! warning: unused variable: `events` Oct 12 21:18:46.540 INFO kablam! --> src/application.rs:55:17 Oct 12 21:18:46.540 INFO kablam! | Oct 12 21:18:46.541 INFO kablam! 55 | let events = events_loop.poll_events(|event| { Oct 12 21:18:46.541 INFO kablam! | ^^^^^^ help: consider using `_events` instead Oct 12 21:18:46.541 INFO kablam! | Oct 12 21:18:46.541 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:18:46.541 INFO kablam! Oct 12 21:18:46.541 INFO kablam! warning: unused variable: `speed` Oct 12 21:18:46.541 INFO kablam! --> src/game_state.rs:54:13 Oct 12 21:18:46.543 INFO kablam! | Oct 12 21:18:46.543 INFO kablam! 54 | let speed = 50.0; Oct 12 21:18:46.543 INFO kablam! | ^^^^^ help: consider using `_speed` instead Oct 12 21:18:46.543 INFO kablam! Oct 12 21:18:46.543 INFO kablam! warning: unused variable: `delta_t` Oct 12 21:18:46.543 INFO kablam! --> src/game_state.rs:53:47 Oct 12 21:18:46.543 INFO kablam! | Oct 12 21:18:46.543 INFO kablam! 53 | fn process_event(&mut self, event: Event, delta_t: f32) -> () { Oct 12 21:18:46.543 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 12 21:18:46.543 INFO kablam! Oct 12 21:18:46.543 INFO kablam! warning: unused variable: `delta_t` Oct 12 21:18:46.543 INFO kablam! --> src/game_state.rs:149:26 Oct 12 21:18:46.543 INFO kablam! | Oct 12 21:18:46.543 INFO kablam! 149 | fn update(&mut self, delta_t: f32) { Oct 12 21:18:46.543 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 12 21:18:46.546 INFO kablam! Oct 12 21:18:46.546 INFO kablam! warning: unused variable: `delta_t` Oct 12 21:18:46.546 INFO kablam! --> src/game_state.rs:156:43 Oct 12 21:18:46.546 INFO kablam! | Oct 12 21:18:46.546 INFO kablam! 156 | fn draw(&self, renderer: &mut Master, delta_t: f32) { Oct 12 21:18:46.546 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 12 21:18:46.546 INFO kablam! Oct 12 21:18:46.546 INFO kablam! warning: unused variable: `tex_coords_right` Oct 12 21:18:46.546 INFO kablam! --> src/model/cube.rs:73:13 Oct 12 21:18:46.546 INFO kablam! | Oct 12 21:18:46.546 INFO kablam! 73 | let tex_coords_right: TextureCoordinates = atlas.texture_coords_for(0, 1); Oct 12 21:18:46.546 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_tex_coords_right` instead Oct 12 21:18:46.546 INFO kablam! Oct 12 21:18:46.546 INFO kablam! warning: unused variable: `tex_coords_left` Oct 12 21:18:46.546 INFO kablam! --> src/model/cube.rs:74:13 Oct 12 21:18:46.546 INFO kablam! | Oct 12 21:18:46.546 INFO kablam! 74 | let tex_coords_left: TextureCoordinates = atlas.texture_coords_for(0, 1); Oct 12 21:18:46.546 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_tex_coords_left` instead Oct 12 21:18:46.546 INFO kablam! Oct 12 21:18:46.546 INFO kablam! warning: unused variable: `tex_coords_top` Oct 12 21:18:46.546 INFO kablam! --> src/model/cube.rs:75:13 Oct 12 21:18:46.546 INFO kablam! | Oct 12 21:18:46.546 INFO kablam! 75 | let tex_coords_top: TextureCoordinates = atlas.texture_coords_for(0, 0); Oct 12 21:18:46.546 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_tex_coords_top` instead Oct 12 21:18:46.546 INFO kablam! Oct 12 21:18:46.546 INFO kablam! warning: unused variable: `tex_coords_bottom` Oct 12 21:18:46.546 INFO kablam! --> src/model/cube.rs:76:13 Oct 12 21:18:46.547 INFO kablam! | Oct 12 21:18:46.551 INFO kablam! 76 | let tex_coords_bottom: TextureCoordinates = atlas.texture_coords_for(0, 2); Oct 12 21:18:46.551 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_tex_coords_bottom` instead Oct 12 21:18:46.551 INFO kablam! Oct 12 21:18:46.551 INFO kablam! warning: unused variable: `x` Oct 12 21:18:46.551 INFO kablam! --> src/textures/mod.rs:36:38 Oct 12 21:18:46.551 INFO kablam! | Oct 12 21:18:46.551 INFO kablam! 36 | pub fn texture_coords_for(&self, x: u32, y: u32) -> TextureCoordinates { Oct 12 21:18:46.551 INFO kablam! | ^ help: consider using `_x` instead Oct 12 21:18:46.551 INFO kablam! Oct 12 21:18:46.551 INFO kablam! warning: unused variable: `y` Oct 12 21:18:46.551 INFO kablam! --> src/textures/mod.rs:36:46 Oct 12 21:18:46.551 INFO kablam! | Oct 12 21:18:46.551 INFO kablam! 36 | pub fn texture_coords_for(&self, x: u32, y: u32) -> TextureCoordinates { Oct 12 21:18:46.551 INFO kablam! | ^ help: consider using `_y` instead Oct 12 21:18:46.551 INFO kablam! Oct 12 21:18:46.559 INFO kablam! warning: variable does not need to be mutable Oct 12 21:18:46.559 INFO kablam! --> src/application.rs:51:17 Oct 12 21:18:46.559 INFO kablam! | Oct 12 21:18:46.559 INFO kablam! 51 | let mut current_state = self.current_state_mut(); Oct 12 21:18:46.559 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 21:18:46.559 INFO kablam! | | Oct 12 21:18:46.559 INFO kablam! | help: remove this `mut` Oct 12 21:18:46.559 INFO kablam! | Oct 12 21:18:46.559 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:18:46.559 INFO kablam! Oct 12 21:18:46.589 INFO kablam! warning: method is never used: `pop_state` Oct 12 21:18:46.589 INFO kablam! --> src/application.rs:116:5 Oct 12 21:18:46.590 INFO kablam! | Oct 12 21:18:46.590 INFO kablam! 116 | pub fn pop_state(&mut self) -> () { Oct 12 21:18:46.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:18:46.590 INFO kablam! | Oct 12 21:18:46.590 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:18:46.590 INFO kablam! Oct 12 21:18:46.591 INFO kablam! warning: method is never used: `from_position` Oct 12 21:18:46.591 INFO kablam! --> src/entity.rs:10:5 Oct 12 21:18:46.591 INFO kablam! | Oct 12 21:18:46.592 INFO kablam! 10 | pub fn from_position(pos: (f32, f32, f32)) -> Entity { Oct 12 21:18:46.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:18:46.592 INFO kablam! Oct 12 21:18:46.593 INFO kablam! warning: method is never used: `update_position` Oct 12 21:18:46.593 INFO kablam! --> src/entity.rs:24:5 Oct 12 21:18:46.593 INFO kablam! | Oct 12 21:18:46.593 INFO kablam! 24 | pub fn update_position(&mut self, delta_pos: Vector3) -> () { Oct 12 21:18:46.594 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:18:46.594 INFO kablam! Oct 12 21:18:46.594 INFO kablam! warning: field is never used: `texture_size` Oct 12 21:18:46.594 INFO kablam! --> src/textures/mod.rs:17:5 Oct 12 21:18:46.595 INFO kablam! | Oct 12 21:18:46.595 INFO kablam! 17 | texture_size: u32, Oct 12 21:18:46.595 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 21:18:46.595 INFO kablam! Oct 12 21:18:46.596 INFO kablam! warning: field is never used: `image_size` Oct 12 21:18:46.596 INFO kablam! --> src/textures/mod.rs:18:5 Oct 12 21:18:46.596 INFO kablam! | Oct 12 21:18:46.597 INFO kablam! 18 | image_size: u32, Oct 12 21:18:46.597 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:18:46.597 INFO kablam! Oct 12 21:18:46.597 INFO kablam! warning: method is never used: `textures_per_row` Oct 12 21:18:46.598 INFO kablam! --> src/textures/mod.rs:32:5 Oct 12 21:18:46.598 INFO kablam! | Oct 12 21:18:46.598 INFO kablam! 32 | fn textures_per_row(&self) -> u32 { Oct 12 21:18:46.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:18:46.599 INFO kablam! Oct 12 21:18:46.599 INFO kablam! warning: method is never used: `reset_cursor_position` Oct 12 21:18:46.599 INFO kablam! --> src/window.rs:38:5 Oct 12 21:18:46.600 INFO kablam! | Oct 12 21:18:46.600 INFO kablam! 38 | pub fn reset_cursor_position(&self) -> () { Oct 12 21:18:46.600 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:18:46.600 INFO kablam! Oct 12 21:18:54.327 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 26s Oct 12 21:18:54.347 INFO kablam! su: No module specific data is present Oct 12 21:18:56.335 INFO running `"docker" "rm" "-f" "352572079f3160cda286e69fb4658bcd1326605a57c8defd1a1c3b32a9455c6b"` Oct 12 21:18:56.731 INFO blam! 352572079f3160cda286e69fb4658bcd1326605a57c8defd1a1c3b32a9455c6b Oct 12 21:18:56.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 21:18:57.211 INFO blam! bbb3c47de17f8e64d46262eb86b113b2d3e96776cc3d6fadd034a0e3dc2ab95a Oct 12 21:18:57.214 INFO running `"docker" "start" "-a" "bbb3c47de17f8e64d46262eb86b113b2d3e96776cc3d6fadd034a0e3dc2ab95a"` Oct 12 21:18:59.852 INFO kablam! usermod: no changes Oct 12 21:19:00.082 INFO kablam! Compiling rustcraft v0.1.0 (/source) Oct 12 21:19:00.951 INFO kablam! warning: unused imports: `Deg`, `PerspectiveFov` Oct 12 21:19:00.951 INFO kablam! --> src/model/cube.rs:4:14 Oct 12 21:19:00.951 INFO kablam! | Oct 12 21:19:00.951 INFO kablam! 4 | use cgmath::{Deg, Matrix3, Matrix4, PerspectiveFov, Rad, Vector3}; Oct 12 21:19:00.951 INFO kablam! | ^^^ ^^^^^^^^^^^^^^ Oct 12 21:19:00.951 INFO kablam! | Oct 12 21:19:00.951 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:19:00.951 INFO kablam! Oct 12 21:19:01.238 INFO kablam! warning: unused variable: `events` Oct 12 21:19:01.239 INFO kablam! --> src/application.rs:55:17 Oct 12 21:19:01.240 INFO kablam! | Oct 12 21:19:01.240 INFO kablam! 55 | let events = events_loop.poll_events(|event| { Oct 12 21:19:01.241 INFO kablam! | ^^^^^^ help: consider using `_events` instead Oct 12 21:19:01.242 INFO kablam! | Oct 12 21:19:01.242 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 21:19:01.243 INFO kablam! Oct 12 21:19:01.243 INFO kablam! warning: unused variable: `speed` Oct 12 21:19:01.244 INFO kablam! --> src/game_state.rs:54:13 Oct 12 21:19:01.245 INFO kablam! | Oct 12 21:19:01.245 INFO kablam! 54 | let speed = 50.0; Oct 12 21:19:01.246 INFO kablam! | ^^^^^ help: consider using `_speed` instead Oct 12 21:19:01.247 INFO kablam! Oct 12 21:19:01.247 INFO kablam! warning: unused variable: `delta_t` Oct 12 21:19:01.248 INFO kablam! --> src/game_state.rs:53:47 Oct 12 21:19:01.248 INFO kablam! | Oct 12 21:19:01.248 INFO kablam! 53 | fn process_event(&mut self, event: Event, delta_t: f32) -> () { Oct 12 21:19:01.248 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 12 21:19:01.248 INFO kablam! Oct 12 21:19:01.248 INFO kablam! warning: unused variable: `delta_t` Oct 12 21:19:01.248 INFO kablam! --> src/game_state.rs:149:26 Oct 12 21:19:01.248 INFO kablam! | Oct 12 21:19:01.248 INFO kablam! 149 | fn update(&mut self, delta_t: f32) { Oct 12 21:19:01.248 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 12 21:19:01.248 INFO kablam! Oct 12 21:19:01.248 INFO kablam! warning: unused variable: `delta_t` Oct 12 21:19:01.248 INFO kablam! --> src/game_state.rs:156:43 Oct 12 21:19:01.248 INFO kablam! | Oct 12 21:19:01.248 INFO kablam! 156 | fn draw(&self, renderer: &mut Master, delta_t: f32) { Oct 12 21:19:01.248 INFO kablam! | ^^^^^^^ help: consider using `_delta_t` instead Oct 12 21:19:01.248 INFO kablam! Oct 12 21:19:01.248 INFO kablam! warning: unused variable: `tex_coords_right` Oct 12 21:19:01.248 INFO kablam! --> src/model/cube.rs:73:13 Oct 12 21:19:01.249 INFO kablam! | Oct 12 21:19:01.249 INFO kablam! 73 | let tex_coords_right: TextureCoordinates = atlas.texture_coords_for(0, 1); Oct 12 21:19:01.249 INFO kablam! | ^^^^^^^^^^^^^^^^ help: consider using `_tex_coords_right` instead Oct 12 21:19:01.249 INFO kablam! Oct 12 21:19:01.249 INFO kablam! warning: unused variable: `tex_coords_left` Oct 12 21:19:01.249 INFO kablam! --> src/model/cube.rs:74:13 Oct 12 21:19:01.249 INFO kablam! | Oct 12 21:19:01.249 INFO kablam! 74 | let tex_coords_left: TextureCoordinates = atlas.texture_coords_for(0, 1); Oct 12 21:19:01.249 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_tex_coords_left` instead Oct 12 21:19:01.249 INFO kablam! Oct 12 21:19:01.249 INFO kablam! warning: unused variable: `tex_coords_top` Oct 12 21:19:01.249 INFO kablam! --> src/model/cube.rs:75:13 Oct 12 21:19:01.249 INFO kablam! | Oct 12 21:19:01.249 INFO kablam! 75 | let tex_coords_top: TextureCoordinates = atlas.texture_coords_for(0, 0); Oct 12 21:19:01.249 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_tex_coords_top` instead Oct 12 21:19:01.249 INFO kablam! Oct 12 21:19:01.249 INFO kablam! warning: unused variable: `tex_coords_bottom` Oct 12 21:19:01.249 INFO kablam! --> src/model/cube.rs:76:13 Oct 12 21:19:01.249 INFO kablam! | Oct 12 21:19:01.249 INFO kablam! 76 | let tex_coords_bottom: TextureCoordinates = atlas.texture_coords_for(0, 2); Oct 12 21:19:01.249 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_tex_coords_bottom` instead Oct 12 21:19:01.249 INFO kablam! Oct 12 21:19:01.249 INFO kablam! warning: unused variable: `x` Oct 12 21:19:01.249 INFO kablam! --> src/textures/mod.rs:36:38 Oct 12 21:19:01.249 INFO kablam! | Oct 12 21:19:01.249 INFO kablam! 36 | pub fn texture_coords_for(&self, x: u32, y: u32) -> TextureCoordinates { Oct 12 21:19:01.249 INFO kablam! | ^ help: consider using `_x` instead Oct 12 21:19:01.249 INFO kablam! Oct 12 21:19:01.249 INFO kablam! warning: unused variable: `y` Oct 12 21:19:01.249 INFO kablam! --> src/textures/mod.rs:36:46 Oct 12 21:19:01.249 INFO kablam! | Oct 12 21:19:01.249 INFO kablam! 36 | pub fn texture_coords_for(&self, x: u32, y: u32) -> TextureCoordinates { Oct 12 21:19:01.249 INFO kablam! | ^ help: consider using `_y` instead Oct 12 21:19:01.249 INFO kablam! Oct 12 21:19:01.249 INFO kablam! warning: variable does not need to be mutable Oct 12 21:19:01.249 INFO kablam! --> src/application.rs:51:17 Oct 12 21:19:01.249 INFO kablam! | Oct 12 21:19:01.249 INFO kablam! 51 | let mut current_state = self.current_state_mut(); Oct 12 21:19:01.249 INFO kablam! | ----^^^^^^^^^^^^^ Oct 12 21:19:01.249 INFO kablam! | | Oct 12 21:19:01.249 INFO kablam! | help: remove this `mut` Oct 12 21:19:01.249 INFO kablam! | Oct 12 21:19:01.249 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:19:01.249 INFO kablam! Oct 12 21:19:01.288 INFO kablam! warning: method is never used: `pop_state` Oct 12 21:19:01.289 INFO kablam! --> src/application.rs:116:5 Oct 12 21:19:01.290 INFO kablam! | Oct 12 21:19:01.290 INFO kablam! 116 | pub fn pop_state(&mut self) -> () { Oct 12 21:19:01.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:19:01.292 INFO kablam! | Oct 12 21:19:01.292 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:19:01.293 INFO kablam! Oct 12 21:19:01.293 INFO kablam! warning: method is never used: `from_position` Oct 12 21:19:01.294 INFO kablam! --> src/entity.rs:10:5 Oct 12 21:19:01.295 INFO kablam! | Oct 12 21:19:01.295 INFO kablam! 10 | pub fn from_position(pos: (f32, f32, f32)) -> Entity { Oct 12 21:19:01.296 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:19:01.296 INFO kablam! Oct 12 21:19:01.297 INFO kablam! warning: method is never used: `update_position` Oct 12 21:19:01.297 INFO kablam! --> src/entity.rs:24:5 Oct 12 21:19:01.303 INFO kablam! | Oct 12 21:19:01.303 INFO kablam! 24 | pub fn update_position(&mut self, delta_pos: Vector3) -> () { Oct 12 21:19:01.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:19:01.303 INFO kablam! Oct 12 21:19:01.303 INFO kablam! warning: field is never used: `texture_size` Oct 12 21:19:01.303 INFO kablam! --> src/textures/mod.rs:17:5 Oct 12 21:19:01.303 INFO kablam! | Oct 12 21:19:01.303 INFO kablam! 17 | texture_size: u32, Oct 12 21:19:01.303 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 21:19:01.303 INFO kablam! Oct 12 21:19:01.303 INFO kablam! warning: field is never used: `image_size` Oct 12 21:19:01.303 INFO kablam! --> src/textures/mod.rs:18:5 Oct 12 21:19:01.303 INFO kablam! | Oct 12 21:19:01.303 INFO kablam! 18 | image_size: u32, Oct 12 21:19:01.303 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:19:01.303 INFO kablam! Oct 12 21:19:01.303 INFO kablam! warning: method is never used: `textures_per_row` Oct 12 21:19:01.303 INFO kablam! --> src/textures/mod.rs:32:5 Oct 12 21:19:01.303 INFO kablam! | Oct 12 21:19:01.303 INFO kablam! 32 | fn textures_per_row(&self) -> u32 { Oct 12 21:19:01.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:19:01.303 INFO kablam! Oct 12 21:19:01.303 INFO kablam! warning: method is never used: `reset_cursor_position` Oct 12 21:19:01.303 INFO kablam! --> src/window.rs:38:5 Oct 12 21:19:01.303 INFO kablam! | Oct 12 21:19:01.303 INFO kablam! 38 | pub fn reset_cursor_position(&self) -> () { Oct 12 21:19:01.303 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:19:01.303 INFO kablam! Oct 12 21:19:01.932 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.05s Oct 12 21:19:01.944 INFO kablam! su: No module specific data is present Oct 12 21:19:03.608 INFO running `"docker" "rm" "-f" "bbb3c47de17f8e64d46262eb86b113b2d3e96776cc3d6fadd034a0e3dc2ab95a"` Oct 12 21:19:03.916 INFO blam! bbb3c47de17f8e64d46262eb86b113b2d3e96776cc3d6fadd034a0e3dc2ab95a Oct 12 21:19:03.919 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 21:19:04.420 INFO blam! c00c79c80ebb3eab1c44212077b76e67a977891b420373a3b3f47bfbfa257ed5 Oct 12 21:19:04.421 INFO running `"docker" "start" "-a" "c00c79c80ebb3eab1c44212077b76e67a977891b420373a3b3f47bfbfa257ed5"` Oct 12 21:19:07.075 INFO kablam! usermod: no changes Oct 12 21:19:07.437 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.30s Oct 12 21:19:07.455 INFO kablam! Running /target/debug/deps/rustcraft-38408578627602a1 Oct 12 21:19:07.499 INFO blam! Oct 12 21:19:07.499 INFO blam! running 0 tests Oct 12 21:19:07.499 INFO blam! Oct 12 21:19:07.499 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:19:07.499 INFO blam! Oct 12 21:19:07.501 INFO kablam! su: No module specific data is present Oct 12 21:19:09.235 INFO running `"docker" "rm" "-f" "c00c79c80ebb3eab1c44212077b76e67a977891b420373a3b3f47bfbfa257ed5"` Oct 12 21:19:09.599 INFO blam! c00c79c80ebb3eab1c44212077b76e67a977891b420373a3b3f47bfbfa257ed5