Oct 27 11:58:26.723 INFO checking Enet4/propan against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 11:58:26.725 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-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 27 11:58:27.498 INFO blam! b523c08fc82e87544c4068aa3cbe86a442d89b194f5aacf7f8212ff98b787b64 Oct 27 11:58:27.501 INFO running `"docker" "start" "-a" "b523c08fc82e87544c4068aa3cbe86a442d89b194f5aacf7f8212ff98b787b64"` Oct 27 11:58:29.434 INFO kablam! usermod: no changes Oct 27 11:58:29.963 INFO kablam! Compiling num-complex v0.2.1 Oct 27 11:58:29.975 INFO kablam! Compiling derive_builder v0.6.0 Oct 27 11:58:29.975 INFO kablam! Checking petgraph v0.4.13 Oct 27 11:58:29.977 INFO kablam! Checking num-complex v0.1.43 Oct 27 11:58:29.977 INFO kablam! Compiling syn v0.13.11 Oct 27 11:58:29.977 INFO kablam! Checking gfx_core v0.8.3 Oct 27 11:58:29.977 INFO kablam! Checking num-rational v0.2.1 Oct 27 11:58:29.977 INFO kablam! Checking num-bigint v0.1.44 Oct 27 11:58:35.583 INFO kablam! Compiling num-derive v0.2.3 Oct 27 11:58:37.203 INFO kablam! Checking png v0.12.0 Oct 27 11:58:37.431 INFO kablam! Checking rusttype v0.5.2 Oct 27 11:58:38.471 INFO kablam! Checking pistoncore-input v0.21.0 Oct 27 11:58:46.900 INFO kablam! Checking num-rational v0.1.42 Oct 27 11:58:50.355 INFO kablam! Checking daggy v0.5.0 Oct 27 11:58:54.179 INFO kablam! Checking num v0.1.42 Oct 27 11:58:55.659 INFO kablam! Checking alga v0.7.2 Oct 27 11:58:58.813 INFO kablam! Checking pistoncore-window v0.32.0 Oct 27 11:59:07.787 INFO kablam! Checking pistoncore-event_loop v0.37.0 Oct 27 11:59:07.795 INFO kablam! Checking pistoncore-glutin_window v0.48.0 Oct 27 11:59:13.003 INFO kablam! Checking tiff v0.2.1 Oct 27 11:59:14.472 INFO kablam! Checking piston v0.37.0 Oct 27 11:59:18.764 INFO kablam! Checking image v0.20.0 Oct 27 11:59:20.504 INFO kablam! Checking nalgebra v0.16.5 Oct 27 11:59:48.087 INFO kablam! Compiling darling_core v0.6.3 Oct 27 11:59:48.087 INFO kablam! Compiling conrod_derive v0.1.2 Oct 27 12:00:04.096 INFO kablam! Checking conrod v0.61.1 Oct 27 12:00:21.611 INFO kablam! Compiling darling_macro v0.6.3 Oct 27 12:00:28.443 INFO kablam! Checking gfx v0.17.1 Oct 27 12:00:28.443 INFO kablam! Checking gfx_device_gl v0.15.3 Oct 27 12:00:30.415 INFO kablam! Compiling darling v0.6.3 Oct 27 12:00:34.922 INFO kablam! Compiling derive_builder_core v0.3.0 Oct 27 12:00:42.618 INFO kablam! Checking piston-gfx_texture v0.34.0 Oct 27 12:00:47.390 INFO kablam! Checking piston2d-gfx_graphics v0.52.0 Oct 27 12:01:11.008 INFO kablam! Checking propan v0.1.2 (/source) Oct 27 12:01:21.371 INFO kablam! warning: variable `pixel_scale_w` is assigned to, but never used Oct 27 12:01:21.371 INFO kablam! --> src/main.rs:332:13 Oct 27 12:01:21.371 INFO kablam! | Oct 27 12:01:21.371 INFO kablam! 332 | let mut pixel_scale_w = physical_viewport.window_size[0] as f64 / WIDTH as f64; Oct 27 12:01:21.371 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 12:01:21.371 INFO kablam! | Oct 27 12:01:21.371 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:01:21.371 INFO kablam! = note: consider using `_pixel_scale_w` instead Oct 27 12:01:21.371 INFO kablam! Oct 27 12:01:21.371 INFO kablam! warning: variable `pixel_scale_h` is assigned to, but never used Oct 27 12:01:21.371 INFO kablam! --> src/main.rs:333:13 Oct 27 12:01:21.371 INFO kablam! | Oct 27 12:01:21.371 INFO kablam! 333 | let mut pixel_scale_h = physical_viewport.window_size[1] as f64 / HEIGHT as f64; Oct 27 12:01:21.371 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 12:01:21.371 INFO kablam! | Oct 27 12:01:21.371 INFO kablam! = note: consider using `_pixel_scale_h` instead Oct 27 12:01:21.371 INFO kablam! Oct 27 12:01:21.371 INFO kablam! warning: value assigned to `pixel_scale_w` is never read Oct 27 12:01:21.371 INFO kablam! --> src/main.rs:346:13 Oct 27 12:01:21.371 INFO kablam! | Oct 27 12:01:21.371 INFO kablam! 346 | pixel_scale_w = physical_viewport.window_size[0] as f64 / WIDTH as f64; Oct 27 12:01:21.371 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 12:01:21.371 INFO kablam! | Oct 27 12:01:21.371 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 12:01:21.371 INFO kablam! Oct 27 12:01:21.371 INFO kablam! warning: value assigned to `pixel_scale_h` is never read Oct 27 12:01:21.371 INFO kablam! --> src/main.rs:347:13 Oct 27 12:01:21.371 INFO kablam! | Oct 27 12:01:21.371 INFO kablam! 347 | pixel_scale_h = physical_viewport.window_size[1] as f64 / HEIGHT as f64; Oct 27 12:01:21.371 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 12:01:21.371 INFO kablam! Oct 27 12:01:21.371 INFO kablam! warning: unused variable: `c` Oct 27 12:01:21.371 INFO kablam! --> src/controller.rs:21:34 Oct 27 12:01:21.371 INFO kablam! | Oct 27 12:01:21.371 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 27 12:01:21.371 INFO kablam! | ^ help: consider using `_c` instead Oct 27 12:01:21.371 INFO kablam! Oct 27 12:01:21.371 INFO kablam! warning: unused variable: `cache` Oct 27 12:01:21.371 INFO kablam! --> src/controller.rs:21:46 Oct 27 12:01:21.371 INFO kablam! | Oct 27 12:01:21.371 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 27 12:01:21.371 INFO kablam! | ^^^^^ help: consider using `_cache` instead Oct 27 12:01:21.371 INFO kablam! Oct 27 12:01:21.372 INFO kablam! warning: unused variable: `g` Oct 27 12:01:21.372 INFO kablam! --> src/controller.rs:21:61 Oct 27 12:01:21.372 INFO kablam! | Oct 27 12:01:21.372 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 27 12:01:21.372 INFO kablam! | ^ help: consider using `_g` instead Oct 27 12:01:21.372 INFO kablam! Oct 27 12:01:21.372 INFO kablam! warning: unused variable: `x` Oct 27 12:01:21.372 INFO kablam! --> src/game/entities.rs:196:14 Oct 27 12:01:21.372 INFO kablam! | Oct 27 12:01:21.372 INFO kablam! 196 | let (x, y) = (self.pos[0] as f64, self.pos[1] as f64); Oct 27 12:01:21.372 INFO kablam! | ^ help: consider using `_x` instead Oct 27 12:01:21.372 INFO kablam! Oct 27 12:01:21.372 INFO kablam! warning: unused variable: `y` Oct 27 12:01:21.372 INFO kablam! --> src/game/entities.rs:196:17 Oct 27 12:01:21.372 INFO kablam! | Oct 27 12:01:21.372 INFO kablam! 196 | let (x, y) = (self.pos[0] as f64, self.pos[1] as f64); Oct 27 12:01:21.372 INFO kablam! | ^ help: consider using `_y` instead Oct 27 12:01:21.372 INFO kablam! Oct 27 12:01:22.047 INFO kablam! warning: method is never used: `capacity` Oct 27 12:01:22.047 INFO kablam! --> src/game/ball.rs:77:5 Oct 27 12:01:22.048 INFO kablam! | Oct 27 12:01:22.048 INFO kablam! 77 | pub fn capacity(&self) -> f32 { Oct 27 12:01:22.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.049 INFO kablam! | Oct 27 12:01:22.049 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:01:22.049 INFO kablam! Oct 27 12:01:22.050 INFO kablam! warning: method is never used: `maximize_size` Oct 27 12:01:22.050 INFO kablam! --> src/game/ball.rs:126:5 Oct 27 12:01:22.050 INFO kablam! | Oct 27 12:01:22.051 INFO kablam! 126 | pub fn maximize_size(&mut self) { Oct 27 12:01:22.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.051 INFO kablam! Oct 27 12:01:22.052 INFO kablam! warning: method is never used: `size` Oct 27 12:01:22.052 INFO kablam! --> src/game/ball.rs:266:5 Oct 27 12:01:22.052 INFO kablam! | Oct 27 12:01:22.052 INFO kablam! 266 | pub fn size(&self) -> f32 { Oct 27 12:01:22.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.053 INFO kablam! Oct 27 12:01:22.053 INFO kablam! warning: method is never used: `add_position` Oct 27 12:01:22.054 INFO kablam! --> src/game/ball.rs:276:5 Oct 27 12:01:22.054 INFO kablam! | Oct 27 12:01:22.054 INFO kablam! 276 | pub fn add_position(&mut self, pos: Vector2) { Oct 27 12:01:22.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.055 INFO kablam! Oct 27 12:01:22.055 INFO kablam! warning: method is never used: `velocity` Oct 27 12:01:22.056 INFO kablam! --> src/game/ball.rs:281:5 Oct 27 12:01:22.056 INFO kablam! | Oct 27 12:01:22.056 INFO kablam! 281 | pub fn velocity(&self) -> Vector2 { Oct 27 12:01:22.056 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.057 INFO kablam! Oct 27 12:01:22.057 INFO kablam! warning: method is never used: `set_velocity` Oct 27 12:01:22.057 INFO kablam! --> src/game/ball.rs:286:5 Oct 27 12:01:22.058 INFO kablam! | Oct 27 12:01:22.058 INFO kablam! 286 | pub fn set_velocity(&mut self, velocity: Vector2) { Oct 27 12:01:22.058 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.059 INFO kablam! Oct 27 12:01:22.059 INFO kablam! warning: method is never used: `add_size` Oct 27 12:01:22.059 INFO kablam! --> src/game/ball.rs:291:5 Oct 27 12:01:22.060 INFO kablam! | Oct 27 12:01:22.060 INFO kablam! 291 | pub fn add_size(&mut self, extra_size: f32) { Oct 27 12:01:22.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.060 INFO kablam! Oct 27 12:01:22.061 INFO kablam! warning: field is never used: `res` Oct 27 12:01:22.061 INFO kablam! --> src/game/entities.rs:112:5 Oct 27 12:01:22.061 INFO kablam! | Oct 27 12:01:22.062 INFO kablam! 112 | res: R, Oct 27 12:01:22.062 INFO kablam! | ^^^^^^ Oct 27 12:01:22.062 INFO kablam! Oct 27 12:01:22.067 INFO kablam! warning: variant is never constructed: `Gem` Oct 27 12:01:22.067 INFO kablam! --> src/game/items.rs:6:5 Oct 27 12:01:22.067 INFO kablam! | Oct 27 12:01:22.068 INFO kablam! 6 | Gem, Oct 27 12:01:22.068 INFO kablam! | ^^^ Oct 27 12:01:22.068 INFO kablam! Oct 27 12:01:22.068 INFO kablam! warning: variant is never constructed: `PowerGem` Oct 27 12:01:22.069 INFO kablam! --> src/game/items.rs:7:5 Oct 27 12:01:22.069 INFO kablam! | Oct 27 12:01:22.069 INFO kablam! 7 | PowerGem, Oct 27 12:01:22.070 INFO kablam! | ^^^^^^^^ Oct 27 12:01:22.070 INFO kablam! Oct 27 12:01:22.070 INFO kablam! warning: variant is never constructed: `HealingGem` Oct 27 12:01:22.070 INFO kablam! --> src/game/items.rs:8:5 Oct 27 12:01:22.071 INFO kablam! | Oct 27 12:01:22.071 INFO kablam! 8 | HealingGem, Oct 27 12:01:22.071 INFO kablam! | ^^^^^^^^^^ Oct 27 12:01:22.072 INFO kablam! Oct 27 12:01:22.072 INFO kablam! warning: variant is never constructed: `Key` Oct 27 12:01:22.072 INFO kablam! --> src/game/items.rs:9:5 Oct 27 12:01:22.072 INFO kablam! | Oct 27 12:01:22.073 INFO kablam! 9 | Key(usize), Oct 27 12:01:22.073 INFO kablam! | ^^^^^^^^^^ Oct 27 12:01:22.073 INFO kablam! Oct 27 12:01:22.074 INFO kablam! warning: field is never used: `res` Oct 27 12:01:22.074 INFO kablam! --> src/game/mod.rs:25:5 Oct 27 12:01:22.074 INFO kablam! | Oct 27 12:01:22.074 INFO kablam! 25 | res: R, Oct 27 12:01:22.075 INFO kablam! | ^^^^^^ Oct 27 12:01:22.075 INFO kablam! Oct 27 12:01:22.075 INFO kablam! warning: function is never used: `load_all_levels` Oct 27 12:01:22.076 INFO kablam! --> src/level/mod.rs:33:1 Oct 27 12:01:22.076 INFO kablam! | Oct 27 12:01:22.076 INFO kablam! 33 | pub fn load_all_levels>(dir: P) -> DynResult> { Oct 27 12:01:22.076 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.077 INFO kablam! Oct 27 12:01:22.077 INFO kablam! warning: method is never used: `name` Oct 27 12:01:22.077 INFO kablam! --> src/level/mod.rs:150:5 Oct 27 12:01:22.077 INFO kablam! | Oct 27 12:01:22.078 INFO kablam! 150 | pub fn name(&self) -> &str { Oct 27 12:01:22.078 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.078 INFO kablam! Oct 27 12:01:22.079 INFO kablam! warning: method is never used: `version` Oct 27 12:01:22.079 INFO kablam! --> src/level/mod.rs:158:5 Oct 27 12:01:22.079 INFO kablam! | Oct 27 12:01:22.079 INFO kablam! 158 | pub fn version(&self) -> &str { Oct 27 12:01:22.080 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.080 INFO kablam! Oct 27 12:01:22.080 INFO kablam! warning: variant is never constructed: `NoAudioSample` Oct 27 12:01:22.081 INFO kablam! --> src/resource/mod.rs:21:5 Oct 27 12:01:22.081 INFO kablam! | Oct 27 12:01:22.081 INFO kablam! 21 | / NoAudioSample { Oct 27 12:01:22.082 INFO kablam! 22 | | id: (), Oct 27 12:01:22.082 INFO kablam! 23 | | }, Oct 27 12:01:22.082 INFO kablam! | |_____^ Oct 27 12:01:22.082 INFO kablam! Oct 27 12:01:22.083 INFO kablam! warning: variable `pixel_scale_w` is assigned to, but never used Oct 27 12:01:22.083 INFO kablam! --> src/main.rs:332:13 Oct 27 12:01:22.083 INFO kablam! | Oct 27 12:01:22.084 INFO kablam! 332 | let mut pixel_scale_w = physical_viewport.window_size[0] as f64 / WIDTH as f64; Oct 27 12:01:22.084 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 12:01:22.084 INFO kablam! | Oct 27 12:01:22.085 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 12:01:22.085 INFO kablam! = note: consider using `_pixel_scale_w` instead Oct 27 12:01:22.085 INFO kablam! Oct 27 12:01:22.085 INFO kablam! warning: variable `pixel_scale_h` is assigned to, but never used Oct 27 12:01:22.086 INFO kablam! --> src/main.rs:333:13 Oct 27 12:01:22.086 INFO kablam! | Oct 27 12:01:22.086 INFO kablam! 333 | let mut pixel_scale_h = physical_viewport.window_size[1] as f64 / HEIGHT as f64; Oct 27 12:01:22.087 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 12:01:22.087 INFO kablam! | Oct 27 12:01:22.087 INFO kablam! = note: consider using `_pixel_scale_h` instead Oct 27 12:01:22.088 INFO kablam! Oct 27 12:01:22.088 INFO kablam! warning: value assigned to `pixel_scale_w` is never read Oct 27 12:01:22.088 INFO kablam! --> src/main.rs:346:13 Oct 27 12:01:22.088 INFO kablam! | Oct 27 12:01:22.089 INFO kablam! 346 | pixel_scale_w = physical_viewport.window_size[0] as f64 / WIDTH as f64; Oct 27 12:01:22.089 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 12:01:22.089 INFO kablam! | Oct 27 12:01:22.090 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 27 12:01:22.090 INFO kablam! Oct 27 12:01:22.090 INFO kablam! warning: value assigned to `pixel_scale_h` is never read Oct 27 12:01:22.095 INFO kablam! --> src/main.rs:347:13 Oct 27 12:01:22.095 INFO kablam! | Oct 27 12:01:22.095 INFO kablam! 347 | pixel_scale_h = physical_viewport.window_size[1] as f64 / HEIGHT as f64; Oct 27 12:01:22.096 INFO kablam! | ^^^^^^^^^^^^^ Oct 27 12:01:22.096 INFO kablam! Oct 27 12:01:22.096 INFO kablam! warning: unused variable: `c` Oct 27 12:01:22.096 INFO kablam! --> src/controller.rs:21:34 Oct 27 12:01:22.097 INFO kablam! | Oct 27 12:01:22.097 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 27 12:01:22.097 INFO kablam! | ^ help: consider using `_c` instead Oct 27 12:01:22.098 INFO kablam! Oct 27 12:01:22.098 INFO kablam! warning: unused variable: `cache` Oct 27 12:01:22.098 INFO kablam! --> src/controller.rs:21:46 Oct 27 12:01:22.099 INFO kablam! | Oct 27 12:01:22.099 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 27 12:01:22.099 INFO kablam! | ^^^^^ help: consider using `_cache` instead Oct 27 12:01:22.100 INFO kablam! Oct 27 12:01:22.100 INFO kablam! warning: unused variable: `g` Oct 27 12:01:22.100 INFO kablam! --> src/controller.rs:21:61 Oct 27 12:01:22.101 INFO kablam! | Oct 27 12:01:22.101 INFO kablam! 21 | fn render_hires(&self, c: Context, cache: &mut C, g: &mut G) Oct 27 12:01:22.101 INFO kablam! | ^ help: consider using `_g` instead Oct 27 12:01:22.102 INFO kablam! Oct 27 12:01:22.102 INFO kablam! warning: unused variable: `x` Oct 27 12:01:22.102 INFO kablam! --> src/game/entities.rs:196:14 Oct 27 12:01:22.102 INFO kablam! | Oct 27 12:01:22.103 INFO kablam! 196 | let (x, y) = (self.pos[0] as f64, self.pos[1] as f64); Oct 27 12:01:22.103 INFO kablam! | ^ help: consider using `_x` instead Oct 27 12:01:22.103 INFO kablam! Oct 27 12:01:22.104 INFO kablam! warning: unused variable: `y` Oct 27 12:01:22.104 INFO kablam! --> src/game/entities.rs:196:17 Oct 27 12:01:22.104 INFO kablam! | Oct 27 12:01:22.105 INFO kablam! 196 | let (x, y) = (self.pos[0] as f64, self.pos[1] as f64); Oct 27 12:01:22.105 INFO kablam! | ^ help: consider using `_y` instead Oct 27 12:01:22.105 INFO kablam! Oct 27 12:01:22.739 INFO kablam! warning: method is never used: `capacity` Oct 27 12:01:22.739 INFO kablam! --> src/game/ball.rs:77:5 Oct 27 12:01:22.740 INFO kablam! | Oct 27 12:01:22.740 INFO kablam! 77 | pub fn capacity(&self) -> f32 { Oct 27 12:01:22.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.740 INFO kablam! | Oct 27 12:01:22.741 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 12:01:22.741 INFO kablam! Oct 27 12:01:22.741 INFO kablam! warning: method is never used: `maximize_size` Oct 27 12:01:22.742 INFO kablam! --> src/game/ball.rs:126:5 Oct 27 12:01:22.742 INFO kablam! | Oct 27 12:01:22.742 INFO kablam! 126 | pub fn maximize_size(&mut self) { Oct 27 12:01:22.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.743 INFO kablam! Oct 27 12:01:22.743 INFO kablam! warning: method is never used: `size` Oct 27 12:01:22.743 INFO kablam! --> src/game/ball.rs:266:5 Oct 27 12:01:22.744 INFO kablam! | Oct 27 12:01:22.744 INFO kablam! 266 | pub fn size(&self) -> f32 { Oct 27 12:01:22.744 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.745 INFO kablam! Oct 27 12:01:22.745 INFO kablam! warning: method is never used: `add_position` Oct 27 12:01:22.745 INFO kablam! --> src/game/ball.rs:276:5 Oct 27 12:01:22.745 INFO kablam! | Oct 27 12:01:22.746 INFO kablam! 276 | pub fn add_position(&mut self, pos: Vector2) { Oct 27 12:01:22.746 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.746 INFO kablam! Oct 27 12:01:22.747 INFO kablam! warning: method is never used: `velocity` Oct 27 12:01:22.747 INFO kablam! --> src/game/ball.rs:281:5 Oct 27 12:01:22.747 INFO kablam! | Oct 27 12:01:22.747 INFO kablam! 281 | pub fn velocity(&self) -> Vector2 { Oct 27 12:01:22.748 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.748 INFO kablam! Oct 27 12:01:22.748 INFO kablam! warning: method is never used: `set_velocity` Oct 27 12:01:22.749 INFO kablam! --> src/game/ball.rs:286:5 Oct 27 12:01:22.749 INFO kablam! | Oct 27 12:01:22.749 INFO kablam! 286 | pub fn set_velocity(&mut self, velocity: Vector2) { Oct 27 12:01:22.749 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.750 INFO kablam! Oct 27 12:01:22.750 INFO kablam! warning: method is never used: `add_size` Oct 27 12:01:22.750 INFO kablam! --> src/game/ball.rs:291:5 Oct 27 12:01:22.751 INFO kablam! | Oct 27 12:01:22.751 INFO kablam! 291 | pub fn add_size(&mut self, extra_size: f32) { Oct 27 12:01:22.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.751 INFO kablam! Oct 27 12:01:22.752 INFO kablam! warning: field is never used: `res` Oct 27 12:01:22.752 INFO kablam! --> src/game/entities.rs:112:5 Oct 27 12:01:22.752 INFO kablam! | Oct 27 12:01:22.753 INFO kablam! 112 | res: R, Oct 27 12:01:22.753 INFO kablam! | ^^^^^^ Oct 27 12:01:22.753 INFO kablam! Oct 27 12:01:22.753 INFO kablam! warning: variant is never constructed: `Gem` Oct 27 12:01:22.754 INFO kablam! --> src/game/items.rs:6:5 Oct 27 12:01:22.754 INFO kablam! | Oct 27 12:01:22.754 INFO kablam! 6 | Gem, Oct 27 12:01:22.755 INFO kablam! | ^^^ Oct 27 12:01:22.756 INFO kablam! Oct 27 12:01:22.756 INFO kablam! warning: variant is never constructed: `PowerGem` Oct 27 12:01:22.756 INFO kablam! --> src/game/items.rs:7:5 Oct 27 12:01:22.756 INFO kablam! | Oct 27 12:01:22.756 INFO kablam! 7 | PowerGem, Oct 27 12:01:22.756 INFO kablam! | ^^^^^^^^ Oct 27 12:01:22.756 INFO kablam! Oct 27 12:01:22.756 INFO kablam! warning: variant is never constructed: `HealingGem` Oct 27 12:01:22.756 INFO kablam! --> src/game/items.rs:8:5 Oct 27 12:01:22.756 INFO kablam! | Oct 27 12:01:22.756 INFO kablam! 8 | HealingGem, Oct 27 12:01:22.756 INFO kablam! | ^^^^^^^^^^ Oct 27 12:01:22.756 INFO kablam! Oct 27 12:01:22.756 INFO kablam! warning: variant is never constructed: `Key` Oct 27 12:01:22.756 INFO kablam! --> src/game/items.rs:9:5 Oct 27 12:01:22.756 INFO kablam! | Oct 27 12:01:22.756 INFO kablam! 9 | Key(usize), Oct 27 12:01:22.756 INFO kablam! | ^^^^^^^^^^ Oct 27 12:01:22.756 INFO kablam! Oct 27 12:01:22.756 INFO kablam! warning: field is never used: `res` Oct 27 12:01:22.756 INFO kablam! --> src/game/mod.rs:25:5 Oct 27 12:01:22.756 INFO kablam! | Oct 27 12:01:22.756 INFO kablam! 25 | res: R, Oct 27 12:01:22.757 INFO kablam! | ^^^^^^ Oct 27 12:01:22.757 INFO kablam! Oct 27 12:01:22.757 INFO kablam! warning: function is never used: `load_all_levels` Oct 27 12:01:22.757 INFO kablam! --> src/level/mod.rs:33:1 Oct 27 12:01:22.757 INFO kablam! | Oct 27 12:01:22.757 INFO kablam! 33 | pub fn load_all_levels>(dir: P) -> DynResult> { Oct 27 12:01:22.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.757 INFO kablam! Oct 27 12:01:22.757 INFO kablam! warning: method is never used: `name` Oct 27 12:01:22.757 INFO kablam! --> src/level/mod.rs:150:5 Oct 27 12:01:22.757 INFO kablam! | Oct 27 12:01:22.757 INFO kablam! 150 | pub fn name(&self) -> &str { Oct 27 12:01:22.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.757 INFO kablam! Oct 27 12:01:22.757 INFO kablam! warning: method is never used: `version` Oct 27 12:01:22.757 INFO kablam! --> src/level/mod.rs:158:5 Oct 27 12:01:22.757 INFO kablam! | Oct 27 12:01:22.757 INFO kablam! 158 | pub fn version(&self) -> &str { Oct 27 12:01:22.757 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 12:01:22.757 INFO kablam! Oct 27 12:01:22.757 INFO kablam! warning: variant is never constructed: `NoAudioSample` Oct 27 12:01:22.757 INFO kablam! --> src/resource/mod.rs:21:5 Oct 27 12:01:22.757 INFO kablam! | Oct 27 12:01:22.757 INFO kablam! 21 | / NoAudioSample { Oct 27 12:01:22.757 INFO kablam! 22 | | id: (), Oct 27 12:01:22.757 INFO kablam! 23 | | }, Oct 27 12:01:22.757 INFO kablam! | |_____^ Oct 27 12:01:22.757 INFO kablam! Oct 27 12:01:22.919 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2m 53s Oct 27 12:01:22.963 INFO kablam! su: No module specific data is present Oct 27 12:01:23.807 INFO running `"docker" "rm" "-f" "b523c08fc82e87544c4068aa3cbe86a442d89b194f5aacf7f8212ff98b787b64"` Oct 27 12:01:24.086 INFO blam! b523c08fc82e87544c4068aa3cbe86a442d89b194f5aacf7f8212ff98b787b64