Oct 12 14:46:15.034 INFO checking rschifflin/1gam_feb2017 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 14:46:15.035 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-3/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 14:46:15.583 INFO blam! 29fca6bd5a0c8e2b4b1dd1797a465741776f13c139aa2e3725b5007a410fc172 Oct 12 14:46:15.597 INFO running `"docker" "start" "-a" "29fca6bd5a0c8e2b4b1dd1797a465741776f13c139aa2e3725b5007a410fc172"` Oct 12 14:46:16.688 INFO kablam! usermod: no changes Oct 12 14:46:16.972 INFO kablam! Compiling gcc v0.3.42 Oct 12 14:46:16.972 INFO kablam! Checking adler32 v0.3.0 Oct 12 14:46:16.972 INFO kablam! Checking shader_version v0.2.1 Oct 12 14:46:16.972 INFO kablam! Compiling quote v0.3.12 Oct 12 14:46:16.972 INFO kablam! Checking either v1.0.3 Oct 12 14:46:16.988 INFO kablam! Checking serde v0.9.7 Oct 12 14:46:16.988 INFO kablam! Checking bitflags v0.8.0 Oct 12 14:46:16.989 INFO kablam! Checking collider v0.2.0 Oct 12 14:46:17.388 INFO kablam! Checking pulse v0.5.3 Oct 12 14:46:17.869 INFO kablam! Checking pistoncore-input v0.16.0 Oct 12 14:46:18.337 INFO kablam! Checking piston2d-graphics v0.20.1 Oct 12 14:46:18.545 INFO kablam! Checking num-rational v0.1.35 Oct 12 14:46:19.734 INFO kablam! Checking rayon v0.6.0 Oct 12 14:46:20.188 INFO kablam! Checking itertools v0.5.9 Oct 12 14:46:27.145 INFO kablam! Checking deflate v0.7.4 Oct 12 14:46:27.161 INFO kablam! Checking specs v0.7.1 Oct 12 14:46:27.400 INFO kablam! Compiling syn v0.11.4 Oct 12 14:46:27.606 INFO kablam! Compiling backtrace-sys v0.1.5 Oct 12 14:46:32.626 INFO kablam! Checking pistoncore-window v0.25.0 Oct 12 14:46:33.281 INFO kablam! Checking wayland-kbd v0.6.2 Oct 12 14:46:33.405 INFO kablam! Checking wayland-window v0.4.3 Oct 12 14:46:34.092 INFO kablam! Checking jpeg-decoder v0.1.11 Oct 12 14:46:34.368 INFO kablam! Checking png v0.6.2 Oct 12 14:46:34.567 INFO kablam! Checking backtrace v0.2.3 Oct 12 14:46:35.756 INFO kablam! Checking pistoncore-event_loop v0.28.0 Oct 12 14:46:36.084 INFO kablam! Checking winit v0.5.10 Oct 12 14:46:36.862 INFO kablam! Checking piston v0.28.0 Oct 12 14:46:38.181 INFO kablam! Checking image v0.12.2 Oct 12 14:46:38.473 INFO kablam! Checking glutin v0.7.4 Oct 12 14:46:42.769 INFO kablam! Compiling serde_codegen_internals v0.13.0 Oct 12 14:46:43.821 INFO kablam! Checking pistoncore-glutin_window v0.34.1 Oct 12 14:46:43.821 INFO kablam! Checking glium v0.16.0 Oct 12 14:46:48.285 INFO kablam! Compiling serde_derive v0.9.7 Oct 12 14:46:49.851 INFO kablam! Checking serde_json v0.9.6 Oct 12 14:47:11.140 INFO kablam! Checking piston2d-glium_graphics v0.36.0 Oct 12 14:47:12.873 INFO kablam! Checking noteworthy v0.1.0 (/source) Oct 12 14:47:15.908 INFO kablam! warning: unused import: `self` Oct 12 14:47:15.909 INFO kablam! --> src/components/game_state.rs:2:16 Oct 12 14:47:15.910 INFO kablam! | Oct 12 14:47:15.911 INFO kablam! 2 | use progress::{self, Progress}; Oct 12 14:47:15.911 INFO kablam! | ^^^^ Oct 12 14:47:15.912 INFO kablam! | Oct 12 14:47:15.913 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 14:47:15.913 INFO kablam! Oct 12 14:47:15.914 INFO kablam! warning: unused import: `std::f64::consts::PI` Oct 12 14:47:15.914 INFO kablam! --> src/systems/physics.rs:7:5 Oct 12 14:47:15.915 INFO kablam! | Oct 12 14:47:15.916 INFO kablam! 7 | use std::f64::consts::PI; Oct 12 14:47:15.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 14:47:15.917 INFO kablam! Oct 12 14:47:15.917 INFO kablam! warning: unused imports: `Entities`, `Entity`, `World` Oct 12 14:47:15.918 INFO kablam! --> src/systems/behavior/hero.rs:3:13 Oct 12 14:47:15.918 INFO kablam! | Oct 12 14:47:15.919 INFO kablam! 3 | use specs::{World, Entity, Entities, System, RunArg, Join}; Oct 12 14:47:15.920 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^^^^ Oct 12 14:47:15.920 INFO kablam! Oct 12 14:47:15.920 INFO kablam! warning: unused import: `Entity` Oct 12 14:47:15.920 INFO kablam! --> src/systems/behavior/bird.rs:3:13 Oct 12 14:47:15.920 INFO kablam! | Oct 12 14:47:15.920 INFO kablam! 3 | use specs::{Entity, System, RunArg, Join}; Oct 12 14:47:15.920 INFO kablam! | ^^^^^^ Oct 12 14:47:15.920 INFO kablam! Oct 12 14:47:15.920 INFO kablam! warning: unused import: `Entity` Oct 12 14:47:15.920 INFO kablam! --> src/systems/behavior/enemy.rs:3:13 Oct 12 14:47:15.920 INFO kablam! | Oct 12 14:47:15.924 INFO kablam! 3 | use specs::{Entity, System, RunArg, Join}; Oct 12 14:47:15.924 INFO kablam! | ^^^^^^ Oct 12 14:47:15.924 INFO kablam! Oct 12 14:47:15.924 INFO kablam! warning: unused import: `events` Oct 12 14:47:15.924 INFO kablam! --> src/systems/sprite.rs:5:5 Oct 12 14:47:15.924 INFO kablam! | Oct 12 14:47:15.924 INFO kablam! 5 | use events; Oct 12 14:47:15.924 INFO kablam! | ^^^^^^ Oct 12 14:47:15.924 INFO kablam! Oct 12 14:47:15.924 INFO kablam! warning: unused import: `events` Oct 12 14:47:15.924 INFO kablam! --> src/systems/song.rs:5:5 Oct 12 14:47:15.924 INFO kablam! | Oct 12 14:47:15.924 INFO kablam! 5 | use events; Oct 12 14:47:15.924 INFO kablam! | ^^^^^^ Oct 12 14:47:15.924 INFO kablam! Oct 12 14:47:15.928 INFO kablam! warning: unused imports: `Input`, `self` Oct 12 14:47:15.929 INFO kablam! --> src/fsm/hero/mod.rs:1:13 Oct 12 14:47:15.929 INFO kablam! | Oct 12 14:47:15.930 INFO kablam! 1 | use input::{self, Input}; Oct 12 14:47:15.931 INFO kablam! | ^^^^ ^^^^^ Oct 12 14:47:15.931 INFO kablam! Oct 12 14:47:16.060 INFO kablam! warning: unused import: `self` Oct 12 14:47:16.061 INFO kablam! --> src/components/game_state.rs:2:16 Oct 12 14:47:16.062 INFO kablam! | Oct 12 14:47:16.062 INFO kablam! 2 | use progress::{self, Progress}; Oct 12 14:47:16.063 INFO kablam! | ^^^^ Oct 12 14:47:16.063 INFO kablam! | Oct 12 14:47:16.063 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 14:47:16.064 INFO kablam! Oct 12 14:47:16.065 INFO kablam! warning: unused import: `std::f64::consts::PI` Oct 12 14:47:16.065 INFO kablam! --> src/systems/physics.rs:7:5 Oct 12 14:47:16.065 INFO kablam! | Oct 12 14:47:16.065 INFO kablam! 7 | use std::f64::consts::PI; Oct 12 14:47:16.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 14:47:16.066 INFO kablam! Oct 12 14:47:16.066 INFO kablam! warning: unused imports: `Entities`, `Entity`, `World` Oct 12 14:47:16.067 INFO kablam! --> src/systems/behavior/hero.rs:3:13 Oct 12 14:47:16.067 INFO kablam! | Oct 12 14:47:16.068 INFO kablam! 3 | use specs::{World, Entity, Entities, System, RunArg, Join}; Oct 12 14:47:16.068 INFO kablam! | ^^^^^ ^^^^^^ ^^^^^^^^ Oct 12 14:47:16.068 INFO kablam! Oct 12 14:47:16.069 INFO kablam! warning: unused import: `Entity` Oct 12 14:47:16.069 INFO kablam! --> src/systems/behavior/bird.rs:3:13 Oct 12 14:47:16.069 INFO kablam! | Oct 12 14:47:16.070 INFO kablam! 3 | use specs::{Entity, System, RunArg, Join}; Oct 12 14:47:16.070 INFO kablam! | ^^^^^^ Oct 12 14:47:16.071 INFO kablam! Oct 12 14:47:16.071 INFO kablam! warning: unused import: `Entity` Oct 12 14:47:16.071 INFO kablam! --> src/systems/behavior/enemy.rs:3:13 Oct 12 14:47:16.071 INFO kablam! | Oct 12 14:47:16.072 INFO kablam! 3 | use specs::{Entity, System, RunArg, Join}; Oct 12 14:47:16.072 INFO kablam! | ^^^^^^ Oct 12 14:47:16.072 INFO kablam! Oct 12 14:47:16.072 INFO kablam! warning: unused import: `events` Oct 12 14:47:16.073 INFO kablam! --> src/systems/sprite.rs:5:5 Oct 12 14:47:16.073 INFO kablam! | Oct 12 14:47:16.073 INFO kablam! 5 | use events; Oct 12 14:47:16.074 INFO kablam! | ^^^^^^ Oct 12 14:47:16.074 INFO kablam! Oct 12 14:47:16.074 INFO kablam! warning: unused import: `events` Oct 12 14:47:16.075 INFO kablam! --> src/systems/song.rs:5:5 Oct 12 14:47:16.075 INFO kablam! | Oct 12 14:47:16.075 INFO kablam! 5 | use events; Oct 12 14:47:16.075 INFO kablam! | ^^^^^^ Oct 12 14:47:16.075 INFO kablam! Oct 12 14:47:16.080 INFO kablam! warning: unused imports: `Input`, `self` Oct 12 14:47:16.080 INFO kablam! --> src/fsm/hero/mod.rs:1:13 Oct 12 14:47:16.080 INFO kablam! | Oct 12 14:47:16.080 INFO kablam! 1 | use input::{self, Input}; Oct 12 14:47:16.080 INFO kablam! | ^^^^ ^^^^^ Oct 12 14:47:16.080 INFO kablam! Oct 12 14:47:17.528 INFO kablam! warning: unused import: `Surface` Oct 12 14:47:17.528 INFO kablam! --> src/main.rs:36:13 Oct 12 14:47:17.528 INFO kablam! | Oct 12 14:47:17.528 INFO kablam! 36 | use glium::{Surface, Frame}; Oct 12 14:47:17.528 INFO kablam! | ^^^^^^^ Oct 12 14:47:17.528 INFO kablam! warning: unused import: `Surface` Oct 12 14:47:17.528 INFO kablam! --> src/main.rs:36:13 Oct 12 14:47:17.528 INFO kablam! | Oct 12 14:47:17.528 INFO kablam! 36 | use glium::{Surface, Frame}; Oct 12 14:47:17.528 INFO kablam! | ^^^^^^^ Oct 12 14:47:17.528 INFO kablam! Oct 12 14:47:17.528 INFO kablam! Oct 12 14:47:17.691 INFO kablam! warning: unused variable: `sprite` Oct 12 14:47:17.691 INFO kablam! --> src/components/sprite/spikes.rs:5:13 Oct 12 14:47:17.691 INFO kablam! | Oct 12 14:47:17.691 INFO kablam! 5 | pub fn draw(sprite: &Sprite, facing: Facing, x: f64, y: f64) -> Option<(Rectangle, SourceRectangle)> { Oct 12 14:47:17.691 INFO kablam! | ^^^^^^ help: consider using `_sprite` instead Oct 12 14:47:17.691 INFO kablam! | Oct 12 14:47:17.691 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 14:47:17.691 INFO kablam! Oct 12 14:47:17.691 INFO kablam! warning: unused variable: `sprite` Oct 12 14:47:17.691 INFO kablam! --> src/components/sprite/spikeblock.rs:4:13 Oct 12 14:47:17.691 INFO kablam! | Oct 12 14:47:17.691 INFO kablam! 4 | pub fn draw(sprite: &Sprite, x: f64, y: f64) -> Option<(Rectangle, SourceRectangle)> { Oct 12 14:47:17.691 INFO kablam! | ^^^^^^ help: consider using `_sprite` instead Oct 12 14:47:17.692 INFO kablam! Oct 12 14:47:17.698 INFO kablam! warning: unused variable: `sprite` Oct 12 14:47:17.698 INFO kablam! --> src/components/sprite/spikes.rs:5:13 Oct 12 14:47:17.698 INFO kablam! | Oct 12 14:47:17.698 INFO kablam! 5 | pub fn draw(sprite: &Sprite, facing: Facing, x: f64, y: f64) -> Option<(Rectangle, SourceRectangle)> { Oct 12 14:47:17.698 INFO kablam! | ^^^^^^ help: consider using `_sprite` instead Oct 12 14:47:17.698 INFO kablam! | Oct 12 14:47:17.699 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 14:47:17.699 INFO kablam! Oct 12 14:47:17.699 INFO kablam! warning: unused variable: `sprite` Oct 12 14:47:17.699 INFO kablam! --> src/components/sprite/spikeblock.rs:4:13 Oct 12 14:47:17.699 INFO kablam! | Oct 12 14:47:17.699 INFO kablam! 4 | pub fn draw(sprite: &Sprite, x: f64, y: f64) -> Option<(Rectangle, SourceRectangle)> { Oct 12 14:47:17.699 INFO kablam! | ^^^^^^ help: consider using `_sprite` instead Oct 12 14:47:17.699 INFO kablam! Oct 12 14:47:17.699 INFO kablam! warning: unused variable: `sprite` Oct 12 14:47:17.699 INFO kablam! --> src/components/sprite/portal.rs:4:13 Oct 12 14:47:17.699 INFO kablam! | Oct 12 14:47:17.699 INFO kablam! 4 | pub fn draw(sprite: &Sprite, x: f64, y: f64) -> Option<(Rectangle, SourceRectangle)> { Oct 12 14:47:17.699 INFO kablam! | ^^^^^^ help: consider using `_sprite` instead Oct 12 14:47:17.699 INFO kablam! Oct 12 14:47:17.699 INFO kablam! warning: unused variable: `sprite` Oct 12 14:47:17.699 INFO kablam! --> src/components/sprite/portal.rs:4:13 Oct 12 14:47:17.699 INFO kablam! | Oct 12 14:47:17.699 INFO kablam! 4 | pub fn draw(sprite: &Sprite, x: f64, y: f64) -> Option<(Rectangle, SourceRectangle)> { Oct 12 14:47:17.699 INFO kablam! | ^^^^^^ help: consider using `_sprite` instead Oct 12 14:47:17.699 INFO kablam! Oct 12 14:47:17.699 INFO kablam! warning: unused variable: `pos` Oct 12 14:47:17.699 INFO kablam! --> src/systems/behavior/hero.rs:97:21 Oct 12 14:47:17.699 INFO kablam! | Oct 12 14:47:17.699 INFO kablam! 97 | fn update(&mut (ref pos, ref mut vel, ref mut sprite, ref mut hero): &mut (&Position, &mut Velocity, &mut Sprite, &mut HeroBehavior), inputs: (input::Input, input::Input)) { Oct 12 14:47:17.699 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 12 14:47:17.699 INFO kablam! Oct 12 14:47:17.699 INFO kablam! warning: unused variable: `pos` Oct 12 14:47:17.699 INFO kablam! --> src/systems/behavior/hero.rs:97:21 Oct 12 14:47:17.699 INFO kablam! | Oct 12 14:47:17.699 INFO kablam! 97 | fn update(&mut (ref pos, ref mut vel, ref mut sprite, ref mut hero): &mut (&Position, &mut Velocity, &mut Sprite, &mut HeroBehavior), inputs: (input::Input, input::Input)) { Oct 12 14:47:17.699 INFO kablam! | ^^^ help: consider using `_pos` instead Oct 12 14:47:17.699 INFO kablam! Oct 12 14:47:17.699 INFO kablam! warning: unused variable: `col_index` Oct 12 14:47:17.699 INFO kablam! --> src/systems/director.rs:173:22 Oct 12 14:47:17.699 INFO kablam! | Oct 12 14:47:17.699 INFO kablam! 173 | .find(|&(col_index, id)| map::tile_from_id(*id) == map::Tile::HeroStart) Oct 12 14:47:17.699 INFO kablam! | ^^^^^^^^^ help: consider using `_col_index` instead Oct 12 14:47:17.699 INFO kablam! warning: unused variable: `col_index` Oct 12 14:47:17.699 INFO kablam! --> src/systems/director.rs:173:22 Oct 12 14:47:17.699 INFO kablam! | Oct 12 14:47:17.699 INFO kablam! 173 | .find(|&(col_index, id)| map::tile_from_id(*id) == map::Tile::HeroStart) Oct 12 14:47:17.699 INFO kablam! | ^^^^^^^^^ help: consider using `_col_index` instead Oct 12 14:47:17.699 INFO kablam! Oct 12 14:47:17.699 INFO kablam! Oct 12 14:47:17.699 INFO kablam! warning: unused variable: `tile_w` Oct 12 14:47:17.699 INFO kablam! --> src/systems/director.rs:200:8 Oct 12 14:47:17.699 INFO kablam! | Oct 12 14:47:17.699 INFO kablam! 200 | let (tile_w, tile_h) = (map.tilewidth as f64, map.tileheight as f64); Oct 12 14:47:17.699 INFO kablam! | ^^^^^^ help: consider using `_tile_w` instead Oct 12 14:47:17.699 INFO kablam! Oct 12 14:47:17.700 INFO kablam! warning: unused variable: `tile_w` Oct 12 14:47:17.700 INFO kablam! --> src/systems/director.rs:200:8 Oct 12 14:47:17.700 INFO kablam! | Oct 12 14:47:17.700 INFO kablam! 200 | let (tile_w, tile_h) = (map.tilewidth as f64, map.tileheight as f64); Oct 12 14:47:17.700 INFO kablam! | ^^^^^^ help: consider using `_tile_w` instead Oct 12 14:47:17.700 INFO kablam! warning: unused variable: `collider` Oct 12 14:47:17.700 INFO kablam! --> src/systems/director.rs:199:60 Oct 12 14:47:17.700 INFO kablam! | Oct 12 14:47:17.700 INFO kablam! 199 | fn create_from_object_layer(world: &World, map: &map::Map, collider: &mut Collider, lookup: &mut HashMap) { Oct 12 14:47:17.700 INFO kablam! | ^^^^^^^^ help: consider using `_collider` instead Oct 12 14:47:17.700 INFO kablam! Oct 12 14:47:17.700 INFO kablam! Oct 12 14:47:17.700 INFO kablam! warning: unused variable: `lookup` Oct 12 14:47:17.700 INFO kablam! --> src/systems/director.rs:199:93 Oct 12 14:47:17.700 INFO kablam! | Oct 12 14:47:17.700 INFO kablam! 199 | fn create_from_object_layer(world: &World, map: &map::Map, collider: &mut Collider, lookup: &mut HashMap) { Oct 12 14:47:17.700 INFO kablam! | ^^^^^^ help: consider using `_lookup` instead Oct 12 14:47:17.700 INFO kablam! Oct 12 14:47:17.700 INFO kablam! warning: unused variable: `collider` Oct 12 14:47:17.700 INFO kablam! --> src/systems/director.rs:199:60 Oct 12 14:47:17.700 INFO kablam! | Oct 12 14:47:17.700 INFO kablam! 199 | fn create_from_object_layer(world: &World, map: &map::Map, collider: &mut Collider, lookup: &mut HashMap) { Oct 12 14:47:17.700 INFO kablam! | ^^^^^^^^ help: consider using `_collider` instead Oct 12 14:47:17.700 INFO kablam! Oct 12 14:47:17.700 INFO kablam! warning: unused variable: `lookup` Oct 12 14:47:17.700 INFO kablam! --> src/systems/director.rs:199:93 Oct 12 14:47:17.700 INFO kablam! | Oct 12 14:47:17.700 INFO kablam! 199 | fn create_from_object_layer(world: &World, map: &map::Map, collider: &mut Collider, lookup: &mut HashMap) { Oct 12 14:47:17.700 INFO kablam! | ^^^^^^ help: consider using `_lookup` instead Oct 12 14:47:17.700 INFO kablam! Oct 12 14:47:17.701 INFO kablam! warning: unused variable: `context` Oct 12 14:47:17.701 INFO kablam! --> src/systems/behavior/bird.rs:12:34 Oct 12 14:47:17.701 INFO kablam! | Oct 12 14:47:17.701 INFO kablam! 12 | fn run(&mut self, arg: RunArg, context: Context) { Oct 12 14:47:17.701 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 12 14:47:17.701 INFO kablam! Oct 12 14:47:17.701 INFO kablam! warning: unused variable: `context` Oct 12 14:47:17.701 INFO kablam! --> src/systems/behavior/bird.rs:12:34 Oct 12 14:47:17.701 INFO kablam! | Oct 12 14:47:17.701 INFO kablam! 12 | fn run(&mut self, arg: RunArg, context: Context) { Oct 12 14:47:17.701 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 12 14:47:17.701 INFO kablam! Oct 12 14:47:17.701 INFO kablam! warning: unused variable: `positions` Oct 12 14:47:17.701 INFO kablam! --> src/systems/behavior/enemy.rs:12:37 Oct 12 14:47:17.701 INFO kablam! | Oct 12 14:47:17.701 INFO kablam! 12 | let (entities, mut enemies, mut positions, mut velocities, mut sprites, phys_events) = arg.fetch(|w| { Oct 12 14:47:17.701 INFO kablam! | ^^^^^^^^^ help: consider using `_positions` instead Oct 12 14:47:17.701 INFO kablam! Oct 12 14:47:17.701 INFO kablam! warning: unused variable: `entity` Oct 12 14:47:17.701 INFO kablam! --> src/systems/behavior/enemy.rs:31:10 Oct 12 14:47:17.701 INFO kablam! | Oct 12 14:47:17.701 INFO kablam! 31 | for (entity, enemy, vel, sprite) in (&entities, &mut enemies, &mut velocities, &mut sprites).iter() { Oct 12 14:47:17.701 INFO kablam! | ^^^^^^ help: consider using `_entity` instead Oct 12 14:47:17.701 INFO kablam! Oct 12 14:47:17.701 INFO kablam! warning: unused variable: `context` Oct 12 14:47:17.701 INFO kablam! warning: unused variable: `positions` Oct 12 14:47:17.701 INFO kablam! --> src/systems/behavior/enemy.rs:12:37 Oct 12 14:47:17.701 INFO kablam! | Oct 12 14:47:17.701 INFO kablam! 12 | let (entities, mut enemies, mut positions, mut velocities, mut sprites, phys_events) = arg.fetch(|w| { Oct 12 14:47:17.701 INFO kablam! | ^^^^^^^^^ help: consider using `_positions` instead Oct 12 14:47:17.701 INFO kablam! --> src/systems/behavior/enemy.rs:11:34 Oct 12 14:47:17.701 INFO kablam! | Oct 12 14:47:17.701 INFO kablam! 11 | fn run(&mut self, arg: RunArg, context: Context) { Oct 12 14:47:17.701 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 12 14:47:17.701 INFO kablam! Oct 12 14:47:17.701 INFO kablam! Oct 12 14:47:17.701 INFO kablam! warning: unused variable: `entity` Oct 12 14:47:17.702 INFO kablam! --> src/systems/behavior/enemy.rs:31:10 Oct 12 14:47:17.702 INFO kablam! | Oct 12 14:47:17.702 INFO kablam! 31 | for (entity, enemy, vel, sprite) in (&entities, &mut enemies, &mut velocities, &mut sprites).iter() { Oct 12 14:47:17.702 INFO kablam! | ^^^^^^ help: consider using `_entity` instead Oct 12 14:47:17.702 INFO kablam! Oct 12 14:47:17.702 INFO kablam! warning: unused variable: `context` Oct 12 14:47:17.702 INFO kablam! --> src/systems/behavior/enemy.rs:11:34 Oct 12 14:47:17.702 INFO kablam! | Oct 12 14:47:17.702 INFO kablam! 11 | fn run(&mut self, arg: RunArg, context: Context) { Oct 12 14:47:17.702 INFO kablam! | ^^^^^^^ help: consider using `_context` instead Oct 12 14:47:17.702 INFO kablam! Oct 12 14:47:17.702 INFO kablam! warning: unused variable: `xvel` Oct 12 14:47:17.702 INFO kablam! --> src/fsm/enemy/left_right.rs:19:21 Oct 12 14:47:17.702 INFO kablam! | Oct 12 14:47:17.702 INFO kablam! 19 | fn _update(&self, xvel: f64, yvel: f64) -> LeftRightFSM { Oct 12 14:47:17.702 INFO kablam! | ^^^^ help: consider using `_xvel` instead Oct 12 14:47:17.702 INFO kablam! Oct 12 14:47:17.702 INFO kablam! warning: unused variable: `yvel` Oct 12 14:47:17.702 INFO kablam! --> src/fsm/enemy/up_down.rs:18:30 Oct 12 14:47:17.702 INFO kablam! | Oct 12 14:47:17.702 INFO kablam! 18 | fn _update(&self, xvel: f64, yvel: f64) -> UpDownFSM { Oct 12 14:47:17.702 INFO kablam! | ^^^^ help: consider using `_yvel` instead Oct 12 14:47:17.702 INFO kablam! Oct 12 14:47:17.702 INFO kablam! warning: unused variable: `xvel` Oct 12 14:47:17.702 INFO kablam! --> src/fsm/enemy/left_right.rs:19:21 Oct 12 14:47:17.702 INFO kablam! | Oct 12 14:47:17.702 INFO kablam! 19 | fn _update(&self, xvel: f64, yvel: f64) -> LeftRightFSM { Oct 12 14:47:17.702 INFO kablam! | ^^^^ help: consider using `_xvel` instead Oct 12 14:47:17.702 INFO kablam! Oct 12 14:47:17.702 INFO kablam! warning: unused variable: `xvel` Oct 12 14:47:17.702 INFO kablam! --> src/fsm/enemy/wander.rs:36:21 Oct 12 14:47:17.702 INFO kablam! | Oct 12 14:47:17.702 INFO kablam! 36 | fn _update(&self, xvel: f64, yvel: f64) -> WanderFSM { Oct 12 14:47:17.702 INFO kablam! | ^^^^ help: consider using `_xvel` instead Oct 12 14:47:17.702 INFO kablam! Oct 12 14:47:17.702 INFO kablam! warning: unused variable: `yvel` Oct 12 14:47:17.702 INFO kablam! --> src/fsm/enemy/up_down.rs:18:30 Oct 12 14:47:17.703 INFO kablam! | Oct 12 14:47:17.703 INFO kablam! 18 | fn _update(&self, xvel: f64, yvel: f64) -> UpDownFSM { Oct 12 14:47:17.703 INFO kablam! | ^^^^ help: consider using `_yvel` instead Oct 12 14:47:17.703 INFO kablam! Oct 12 14:47:17.703 INFO kablam! warning: unused variable: `xvel` Oct 12 14:47:17.703 INFO kablam! --> src/fsm/enemy/wander.rs:36:21 Oct 12 14:47:17.703 INFO kablam! | Oct 12 14:47:17.703 INFO kablam! 36 | fn _update(&self, xvel: f64, yvel: f64) -> WanderFSM { Oct 12 14:47:17.703 INFO kablam! | ^^^^ help: consider using `_xvel` instead Oct 12 14:47:17.703 INFO kablam! warning: unused variable: `collision` Oct 12 14:47:17.703 INFO kablam! --> src/main.rs:63:9 Oct 12 14:47:17.703 INFO kablam! | Oct 12 14:47:17.703 INFO kablam! Oct 12 14:47:17.703 INFO kablam! 63 | let collision = world.read::(); Oct 12 14:47:17.703 INFO kablam! | ^^^^^^^^^ help: consider using `_collision` instead Oct 12 14:47:17.703 INFO kablam! Oct 12 14:47:17.703 INFO kablam! warning: unused variable: `checkpoints` Oct 12 14:47:17.703 INFO kablam! --> src/main.rs:65:9 Oct 12 14:47:17.703 INFO kablam! | Oct 12 14:47:17.703 INFO kablam! 65 | let checkpoints = world.read::(); Oct 12 14:47:17.703 INFO kablam! | ^^^^^^^^^^^ help: consider using `_checkpoints` instead Oct 12 14:47:17.703 INFO kablam! Oct 12 14:47:17.703 INFO kablam! warning: unused variable: `collision` Oct 12 14:47:17.703 INFO kablam! --> src/main.rs:63:9 Oct 12 14:47:17.703 INFO kablam! | Oct 12 14:47:17.703 INFO kablam! 63 | let collision = world.read::(); Oct 12 14:47:17.703 INFO kablam! | ^^^^^^^^^ help: consider using `_collision` instead Oct 12 14:47:17.703 INFO kablam! Oct 12 14:47:17.703 INFO kablam! warning: unused variable: `checkpoints` Oct 12 14:47:17.703 INFO kablam! --> src/main.rs:65:9 Oct 12 14:47:17.703 INFO kablam! | Oct 12 14:47:17.703 INFO kablam! 65 | let checkpoints = world.read::(); Oct 12 14:47:17.703 INFO kablam! | ^^^^^^^^^^^ help: consider using `_checkpoints` instead Oct 12 14:47:17.703 INFO kablam! Oct 12 14:47:17.703 INFO kablam! warning: unused variable: `blast_zones` Oct 12 14:47:17.703 INFO kablam! --> src/main.rs:66:9 Oct 12 14:47:17.703 INFO kablam! | Oct 12 14:47:17.703 INFO kablam! 66 | let blast_zones = world.read::(); Oct 12 14:47:17.703 INFO kablam! | ^^^^^^^^^^^ help: consider using `_blast_zones` instead Oct 12 14:47:17.703 INFO kablam! Oct 12 14:47:17.703 INFO kablam! warning: unused variable: `blast_zones` Oct 12 14:47:17.703 INFO kablam! --> src/main.rs:66:9 Oct 12 14:47:17.703 INFO kablam! | Oct 12 14:47:17.703 INFO kablam! 66 | let blast_zones = world.read::(); Oct 12 14:47:17.703 INFO kablam! | ^^^^^^^^^^^ help: consider using `_blast_zones` instead Oct 12 14:47:17.703 INFO kablam! Oct 12 14:47:17.784 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:17.784 INFO kablam! --> src/main.rs:123:9 Oct 12 14:47:17.784 INFO kablam! | Oct 12 14:47:17.784 INFO kablam! 123 | let mut input = &mut self.context.input; Oct 12 14:47:17.784 INFO kablam! | ----^^^^^ Oct 12 14:47:17.784 INFO kablam! | | Oct 12 14:47:17.784 INFO kablam! | help: remove this `mut` Oct 12 14:47:17.784 INFO kablam! | Oct 12 14:47:17.784 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 14:47:17.784 INFO kablam! Oct 12 14:47:17.784 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:17.784 INFO kablam! --> src/main.rs:123:9 Oct 12 14:47:17.784 INFO kablam! | Oct 12 14:47:17.784 INFO kablam! 123 | let mut input = &mut self.context.input; Oct 12 14:47:17.784 INFO kablam! | ----^^^^^ Oct 12 14:47:17.784 INFO kablam! | | Oct 12 14:47:17.784 INFO kablam! | help: remove this `mut` Oct 12 14:47:17.785 INFO kablam! | Oct 12 14:47:17.785 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 14:47:17.785 INFO kablam! Oct 12 14:47:17.884 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:17.884 INFO kablam! --> src/systems/physics.rs:106:36 Oct 12 14:47:17.884 INFO kablam! | Oct 12 14:47:17.884 INFO kablam! 106 | velocities.get_mut(eid).map(|mut vel| { Oct 12 14:47:17.884 INFO kablam! | ----^^^ Oct 12 14:47:17.884 INFO kablam! | | Oct 12 14:47:17.884 INFO kablam! | help: remove this `mut` Oct 12 14:47:17.884 INFO kablam! Oct 12 14:47:17.908 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:17.908 INFO kablam! --> src/systems/physics.rs:106:36 Oct 12 14:47:17.908 INFO kablam! | Oct 12 14:47:17.908 INFO kablam! 106 | velocities.get_mut(eid).map(|mut vel| { Oct 12 14:47:17.908 INFO kablam! | ----^^^ Oct 12 14:47:17.908 INFO kablam! | | Oct 12 14:47:17.908 INFO kablam! | help: remove this `mut` Oct 12 14:47:17.908 INFO kablam! Oct 12 14:47:17.948 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:17.948 INFO kablam! --> src/systems/behavior/hero.rs:68:42 Oct 12 14:47:17.948 INFO kablam! | Oct 12 14:47:17.948 INFO kablam! 68 | heroes.get_mut(e1).and_then(|mut hero| { Oct 12 14:47:17.948 INFO kablam! | ----^^^^ Oct 12 14:47:17.948 INFO kablam! | | Oct 12 14:47:17.948 INFO kablam! | help: remove this `mut` Oct 12 14:47:17.948 INFO kablam! Oct 12 14:47:17.948 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:17.948 INFO kablam! --> src/systems/behavior/hero.rs:20:20 Oct 12 14:47:17.948 INFO kablam! | Oct 12 14:47:17.948 INFO kablam! 20 | let (entities, mut positions, mut velocities, mut collisions, mut songs, mut sprites, mut heroes, deadlies, checkpoints, mut hero_events, phys_events) = arg.fetch(|w| { Oct 12 14:47:17.948 INFO kablam! | ----^^^^^^^^^ Oct 12 14:47:17.948 INFO kablam! | | Oct 12 14:47:17.958 INFO kablam! | help: remove this `mut` Oct 12 14:47:17.958 INFO kablam! Oct 12 14:47:17.961 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:17.961 INFO kablam! --> src/systems/behavior/hero.rs:68:42 Oct 12 14:47:17.961 INFO kablam! | Oct 12 14:47:17.961 INFO kablam! 68 | heroes.get_mut(e1).and_then(|mut hero| { Oct 12 14:47:17.961 INFO kablam! | ----^^^^ Oct 12 14:47:17.961 INFO kablam! | | Oct 12 14:47:17.961 INFO kablam! | help: remove this `mut` Oct 12 14:47:17.961 INFO kablam! Oct 12 14:47:17.961 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:17.961 INFO kablam! --> src/systems/behavior/hero.rs:20:20 Oct 12 14:47:17.961 INFO kablam! | Oct 12 14:47:17.961 INFO kablam! 20 | let (entities, mut positions, mut velocities, mut collisions, mut songs, mut sprites, mut heroes, deadlies, checkpoints, mut hero_events, phys_events) = arg.fetch(|w| { Oct 12 14:47:17.961 INFO kablam! | ----^^^^^^^^^ Oct 12 14:47:17.961 INFO kablam! | | Oct 12 14:47:17.961 INFO kablam! | help: remove this `mut` Oct 12 14:47:17.961 INFO kablam! Oct 12 14:47:17.976 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:17.980 INFO kablam! --> src/systems/behavior/bird.rs:13:31 Oct 12 14:47:17.980 INFO kablam! | Oct 12 14:47:17.980 INFO kablam! 13 | let (entities, mut birds, mut positions, mut songs, hero_events, mut game_events) = arg.fetch(|w| { Oct 12 14:47:17.980 INFO kablam! | ----^^^^^^^^^ Oct 12 14:47:17.980 INFO kablam! | | Oct 12 14:47:17.980 INFO kablam! | help: remove this `mut` Oct 12 14:47:17.980 INFO kablam! Oct 12 14:47:17.984 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:17.984 INFO kablam! --> src/systems/behavior/bird.rs:13:31 Oct 12 14:47:17.984 INFO kablam! | Oct 12 14:47:17.984 INFO kablam! 13 | let (entities, mut birds, mut positions, mut songs, hero_events, mut game_events) = arg.fetch(|w| { Oct 12 14:47:17.984 INFO kablam! | ----^^^^^^^^^ Oct 12 14:47:17.984 INFO kablam! | | Oct 12 14:47:17.984 INFO kablam! | help: remove this `mut` Oct 12 14:47:17.984 INFO kablam! Oct 12 14:47:18.002 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:18.002 INFO kablam! --> src/systems/behavior/enemy.rs:24:36 Oct 12 14:47:18.002 INFO kablam! | Oct 12 14:47:18.002 INFO kablam! 24 | enemies.get_mut(e1).map(|mut enemy| enemy.ai.on_collide()); Oct 12 14:47:18.002 INFO kablam! | ----^^^^^ Oct 12 14:47:18.002 INFO kablam! | | Oct 12 14:47:18.002 INFO kablam! | help: remove this `mut` Oct 12 14:47:18.002 INFO kablam! Oct 12 14:47:18.002 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:18.002 INFO kablam! --> src/systems/behavior/enemy.rs:25:36 Oct 12 14:47:18.002 INFO kablam! | Oct 12 14:47:18.002 INFO kablam! 25 | enemies.get_mut(e2).map(|mut enemy| enemy.ai.on_collide()); Oct 12 14:47:18.002 INFO kablam! | ----^^^^^ Oct 12 14:47:18.002 INFO kablam! | | Oct 12 14:47:18.002 INFO kablam! | help: remove this `mut` Oct 12 14:47:18.002 INFO kablam! Oct 12 14:47:18.008 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:18.008 INFO kablam! --> src/systems/behavior/enemy.rs:12:33 Oct 12 14:47:18.008 INFO kablam! | Oct 12 14:47:18.008 INFO kablam! 12 | let (entities, mut enemies, mut positions, mut velocities, mut sprites, phys_events) = arg.fetch(|w| { Oct 12 14:47:18.008 INFO kablam! | ----^^^^^^^^^ Oct 12 14:47:18.008 INFO kablam! | | Oct 12 14:47:18.008 INFO kablam! | help: remove this `mut` Oct 12 14:47:18.008 INFO kablam! Oct 12 14:47:18.013 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:18.013 INFO kablam! --> src/systems/behavior/enemy.rs:24:36 Oct 12 14:47:18.013 INFO kablam! | Oct 12 14:47:18.013 INFO kablam! 24 | enemies.get_mut(e1).map(|mut enemy| enemy.ai.on_collide()); Oct 12 14:47:18.013 INFO kablam! | ----^^^^^ Oct 12 14:47:18.013 INFO kablam! | | Oct 12 14:47:18.013 INFO kablam! | help: remove this `mut` Oct 12 14:47:18.013 INFO kablam! Oct 12 14:47:18.013 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:18.013 INFO kablam! --> src/systems/behavior/enemy.rs:25:36 Oct 12 14:47:18.013 INFO kablam! | Oct 12 14:47:18.013 INFO kablam! 25 | enemies.get_mut(e2).map(|mut enemy| enemy.ai.on_collide()); Oct 12 14:47:18.013 INFO kablam! | ----^^^^^ Oct 12 14:47:18.013 INFO kablam! | | Oct 12 14:47:18.013 INFO kablam! | help: remove this `mut` Oct 12 14:47:18.013 INFO kablam! Oct 12 14:47:18.016 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:18.016 INFO kablam! --> src/systems/behavior/enemy.rs:12:33 Oct 12 14:47:18.016 INFO kablam! | Oct 12 14:47:18.016 INFO kablam! 12 | let (entities, mut enemies, mut positions, mut velocities, mut sprites, phys_events) = arg.fetch(|w| { Oct 12 14:47:18.016 INFO kablam! | ----^^^^^^^^^ Oct 12 14:47:18.016 INFO kablam! | | Oct 12 14:47:18.016 INFO kablam! | help: remove this `mut` Oct 12 14:47:18.016 INFO kablam! Oct 12 14:47:18.125 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:18.125 INFO kablam! --> src/systems/song.rs:36:35 Oct 12 14:47:18.125 INFO kablam! | Oct 12 14:47:18.125 INFO kablam! 36 | pos.get_mut(*note).map(|mut old_note_pos| *old_note_pos = note_pos); Oct 12 14:47:18.125 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 14:47:18.125 INFO kablam! | | Oct 12 14:47:18.125 INFO kablam! | help: remove this `mut` Oct 12 14:47:18.125 INFO kablam! Oct 12 14:47:18.149 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:18.149 INFO kablam! --> src/world/mod.rs:60:7 Oct 12 14:47:18.149 INFO kablam! | Oct 12 14:47:18.149 INFO kablam! 60 | let mut game_events: Vec = vec![]; Oct 12 14:47:18.149 INFO kablam! | ----^^^^^^^^^^^ Oct 12 14:47:18.149 INFO kablam! | | Oct 12 14:47:18.149 INFO kablam! | help: remove this `mut` Oct 12 14:47:18.149 INFO kablam! Oct 12 14:47:18.162 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:18.162 INFO kablam! --> src/systems/song.rs:36:35 Oct 12 14:47:18.162 INFO kablam! | Oct 12 14:47:18.162 INFO kablam! 36 | pos.get_mut(*note).map(|mut old_note_pos| *old_note_pos = note_pos); Oct 12 14:47:18.162 INFO kablam! | ----^^^^^^^^^^^^ Oct 12 14:47:18.162 INFO kablam! | | Oct 12 14:47:18.162 INFO kablam! | help: remove this `mut` Oct 12 14:47:18.162 INFO kablam! Oct 12 14:47:18.191 INFO kablam! warning: variable does not need to be mutable Oct 12 14:47:18.191 INFO kablam! --> src/world/mod.rs:60:7 Oct 12 14:47:18.191 INFO kablam! | Oct 12 14:47:18.191 INFO kablam! 60 | let mut game_events: Vec = vec![]; Oct 12 14:47:18.191 INFO kablam! | ----^^^^^^^^^^^ Oct 12 14:47:18.191 INFO kablam! | | Oct 12 14:47:18.191 INFO kablam! | help: remove this `mut` Oct 12 14:47:18.191 INFO kablam! Oct 12 14:47:18.511 INFO kablam! warning: variant is never constructed: `Background` Oct 12 14:47:18.511 INFO kablam! --> src/components/sprite/mod.rs:31:3 Oct 12 14:47:18.511 INFO kablam! | Oct 12 14:47:18.511 INFO kablam! 31 | Background = 0, Oct 12 14:47:18.511 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 14:47:18.511 INFO kablam! | Oct 12 14:47:18.511 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 14:47:18.512 INFO kablam! Oct 12 14:47:18.512 INFO kablam! warning: variant is never constructed: `Layer7` Oct 12 14:47:18.512 INFO kablam! --> src/components/sprite/mod.rs:38:3 Oct 12 14:47:18.512 INFO kablam! | Oct 12 14:47:18.512 INFO kablam! 38 | Layer7, Oct 12 14:47:18.512 INFO kablam! | ^^^^^^ Oct 12 14:47:18.512 INFO kablam! Oct 12 14:47:18.512 INFO kablam! warning: variant is never constructed: `Layer8` Oct 12 14:47:18.512 INFO kablam! --> src/components/sprite/mod.rs:39:3 Oct 12 14:47:18.512 INFO kablam! | Oct 12 14:47:18.512 INFO kablam! 39 | Layer8, Oct 12 14:47:18.512 INFO kablam! | ^^^^^^ Oct 12 14:47:18.512 INFO kablam! Oct 12 14:47:18.512 INFO kablam! warning: variant is never constructed: `Foreground` Oct 12 14:47:18.512 INFO kablam! --> src/components/sprite/mod.rs:40:3 Oct 12 14:47:18.512 INFO kablam! | Oct 12 14:47:18.512 INFO kablam! 40 | Foreground Oct 12 14:47:18.512 INFO kablam! | ^^^^^^^^^^ Oct 12 14:47:18.512 INFO kablam! Oct 12 14:47:18.512 INFO kablam! warning: method is never used: `aspect_ratio` Oct 12 14:47:18.512 INFO kablam! --> src/components/camera.rs:16:3 Oct 12 14:47:18.512 INFO kablam! | Oct 12 14:47:18.512 INFO kablam! 16 | pub fn aspect_ratio(&self) -> f64 { Oct 12 14:47:18.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:47:18.512 INFO kablam! Oct 12 14:47:18.512 INFO kablam! warning: method is never used: `to_polar` Oct 12 14:47:18.512 INFO kablam! --> src/components/velocity.rs:21:3 Oct 12 14:47:18.512 INFO kablam! | Oct 12 14:47:18.512 INFO kablam! 21 | pub fn to_polar(&self) -> (f64, f64) { Oct 12 14:47:18.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:47:18.512 INFO kablam! Oct 12 14:47:18.512 INFO kablam! warning: method is never used: `from_polar` Oct 12 14:47:18.512 INFO kablam! --> src/components/velocity.rs:27:3 Oct 12 14:47:18.512 INFO kablam! | Oct 12 14:47:18.512 INFO kablam! 27 | pub fn from_polar((angle, len): (f64, f64)) -> Velocity { Oct 12 14:47:18.512 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:47:18.512 INFO kablam! Oct 12 14:47:18.516 INFO kablam! warning: constant item is never used: `MAX_SPEED` Oct 12 14:47:18.516 INFO kablam! --> src/systems/physics.rs:14:1 Oct 12 14:47:18.516 INFO kablam! | Oct 12 14:47:18.516 INFO kablam! 14 | const MAX_SPEED: f64 = 10.0; Oct 12 14:47:18.516 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:47:18.516 INFO kablam! Oct 12 14:47:18.517 INFO kablam! warning: variant is never constructed: `Init` Oct 12 14:47:18.517 INFO kablam! --> src/events.rs:7:3 Oct 12 14:47:18.517 INFO kablam! | Oct 12 14:47:18.517 INFO kablam! 7 | Init, Oct 12 14:47:18.517 INFO kablam! | ^^^^ Oct 12 14:47:18.517 INFO kablam! Oct 12 14:47:18.518 INFO kablam! warning: the feature `windows_subsystem` has been stable since 1.18.0 and no longer requires an attribute to enable Oct 12 14:47:18.518 INFO kablam! --> src/main.rs:1:12 Oct 12 14:47:18.518 INFO kablam! | Oct 12 14:47:18.518 INFO kablam! 1 | #![feature(windows_subsystem)] Oct 12 14:47:18.518 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 14:47:18.518 INFO kablam! | Oct 12 14:47:18.518 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 14:47:18.518 INFO kablam! Oct 12 14:47:18.576 INFO kablam! warning: variant is never constructed: `Background` Oct 12 14:47:18.576 INFO kablam! --> src/components/sprite/mod.rs:31:3 Oct 12 14:47:18.576 INFO kablam! | Oct 12 14:47:18.576 INFO kablam! 31 | Background = 0, Oct 12 14:47:18.576 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 14:47:18.576 INFO kablam! | Oct 12 14:47:18.576 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 14:47:18.576 INFO kablam! Oct 12 14:47:18.576 INFO kablam! warning: variant is never constructed: `Layer7` Oct 12 14:47:18.576 INFO kablam! --> src/components/sprite/mod.rs:38:3 Oct 12 14:47:18.576 INFO kablam! | Oct 12 14:47:18.576 INFO kablam! 38 | Layer7, Oct 12 14:47:18.576 INFO kablam! | ^^^^^^ Oct 12 14:47:18.576 INFO kablam! Oct 12 14:47:18.588 INFO kablam! warning: variant is never constructed: `Layer8` Oct 12 14:47:18.588 INFO kablam! --> src/components/sprite/mod.rs:39:3 Oct 12 14:47:18.588 INFO kablam! | Oct 12 14:47:18.588 INFO kablam! 39 | Layer8, Oct 12 14:47:18.588 INFO kablam! | ^^^^^^ Oct 12 14:47:18.588 INFO kablam! Oct 12 14:47:18.588 INFO kablam! warning: variant is never constructed: `Foreground` Oct 12 14:47:18.588 INFO kablam! --> src/components/sprite/mod.rs:40:3 Oct 12 14:47:18.588 INFO kablam! | Oct 12 14:47:18.588 INFO kablam! 40 | Foreground Oct 12 14:47:18.588 INFO kablam! | ^^^^^^^^^^ Oct 12 14:47:18.588 INFO kablam! Oct 12 14:47:18.588 INFO kablam! warning: method is never used: `aspect_ratio` Oct 12 14:47:18.588 INFO kablam! --> src/components/camera.rs:16:3 Oct 12 14:47:18.588 INFO kablam! | Oct 12 14:47:18.588 INFO kablam! 16 | pub fn aspect_ratio(&self) -> f64 { Oct 12 14:47:18.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:47:18.588 INFO kablam! Oct 12 14:47:18.588 INFO kablam! warning: method is never used: `to_polar` Oct 12 14:47:18.588 INFO kablam! --> src/components/velocity.rs:21:3 Oct 12 14:47:18.588 INFO kablam! | Oct 12 14:47:18.588 INFO kablam! 21 | pub fn to_polar(&self) -> (f64, f64) { Oct 12 14:47:18.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:47:18.588 INFO kablam! Oct 12 14:47:18.588 INFO kablam! warning: method is never used: `from_polar` Oct 12 14:47:18.588 INFO kablam! --> src/components/velocity.rs:27:3 Oct 12 14:47:18.588 INFO kablam! | Oct 12 14:47:18.588 INFO kablam! 27 | pub fn from_polar((angle, len): (f64, f64)) -> Velocity { Oct 12 14:47:18.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:47:18.589 INFO kablam! Oct 12 14:47:18.589 INFO kablam! warning: constant item is never used: `MAX_SPEED` Oct 12 14:47:18.589 INFO kablam! --> src/systems/physics.rs:14:1 Oct 12 14:47:18.589 INFO kablam! | Oct 12 14:47:18.589 INFO kablam! 14 | const MAX_SPEED: f64 = 10.0; Oct 12 14:47:18.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 14:47:18.589 INFO kablam! Oct 12 14:47:18.589 INFO kablam! warning: variant is never constructed: `Init` Oct 12 14:47:18.589 INFO kablam! --> src/events.rs:7:3 Oct 12 14:47:18.589 INFO kablam! | Oct 12 14:47:18.589 INFO kablam! 7 | Init, Oct 12 14:47:18.589 INFO kablam! | ^^^^ Oct 12 14:47:18.589 INFO kablam! Oct 12 14:47:18.589 INFO kablam! warning: the feature `windows_subsystem` has been stable since 1.18.0 and no longer requires an attribute to enable Oct 12 14:47:18.589 INFO kablam! --> src/main.rs:1:12 Oct 12 14:47:18.589 INFO kablam! | Oct 12 14:47:18.589 INFO kablam! 1 | #![feature(windows_subsystem)] Oct 12 14:47:18.589 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 14:47:18.589 INFO kablam! | Oct 12 14:47:18.589 INFO kablam! = note: #[warn(stable_features)] on by default Oct 12 14:47:18.589 INFO kablam! Oct 12 14:47:18.761 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 02s Oct 12 14:47:18.782 INFO kablam! su: No module specific data is present Oct 12 14:47:20.737 INFO running `"docker" "rm" "-f" "29fca6bd5a0c8e2b4b1dd1797a465741776f13c139aa2e3725b5007a410fc172"` Oct 12 14:47:21.059 INFO blam! 29fca6bd5a0c8e2b4b1dd1797a465741776f13c139aa2e3725b5007a410fc172