[INFO] cloning repository https://github.com/cicciocappa/boulder
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cicciocappa/boulder" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcicciocappa%2Fboulder", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcicciocappa%2Fboulder'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a7cea272bbb9df93b6cb74c58c9a24769ae94e2d
[INFO] checking cicciocappa/boulder against master#fce0e74720d199eb7839fdb51af35ac5226da178 for pr-145262
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcicciocappa%2Fboulder" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/cicciocappa/boulder
[INFO] finished tweaking git repo https://github.com/cicciocappa/boulder
[INFO] tweaked toml for git repo https://github.com/cicciocappa/boulder written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cicciocappa/boulder on toolchain fce0e74720d199eb7839fdb51af35ac5226da178
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cicciocappa/boulder already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] da52fa814c474bd6608d07b1be168dba04f9926cf43b813bece99da0edf6a8f3
[INFO] running `Command { std: "docker" "start" "-a" "da52fa814c474bd6608d07b1be168dba04f9926cf43b813bece99da0edf6a8f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "da52fa814c474bd6608d07b1be168dba04f9926cf43b813bece99da0edf6a8f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "da52fa814c474bd6608d07b1be168dba04f9926cf43b813bece99da0edf6a8f3", kill_on_drop: false }`
[INFO] [stdout] da52fa814c474bd6608d07b1be168dba04f9926cf43b813bece99da0edf6a8f3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ee6f1a6d36fc0ca736b940f55a4079df6efbadcf90449e46c6e6f1c2a8bc7e0b
[INFO] running `Command { std: "docker" "start" "-a" "ee6f1a6d36fc0ca736b940f55a4079df6efbadcf90449e46c6e6f1c2a8bc7e0b", kill_on_drop: false }`
[INFO] [stderr]    Compiling version-compare v0.1.0
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling sdl2 v0.35.1
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking lazy_static v1.4.0
[INFO] [stderr]    Compiling sdl2-sys v0.35.1
[INFO] [stderr]     Checking boulder v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/game.rs:441:16
[INFO] [stdout]     |
[INFO] [stdout] 441 |             if (self.keys.shift_pressed) {
[INFO] [stdout]     |                ^                       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 441 -             if (self.keys.shift_pressed) {
[INFO] [stdout] 441 +             if self.keys.shift_pressed {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around `if` condition
[INFO] [stdout]    --> src/game.rs:441:16
[INFO] [stdout]     |
[INFO] [stdout] 441 |             if (self.keys.shift_pressed) {
[INFO] [stdout]     |                ^                       ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 441 -             if (self.keys.shift_pressed) {
[INFO] [stdout] 441 +             if self.keys.shift_pressed {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/game.rs:360:32
[INFO] [stdout]     |
[INFO] [stdout] 360 |     fn fly_will_explode(&self, i: usize) -> bool {
[INFO] [stdout]     |                                ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/game.rs:363:27
[INFO] [stdout]     |
[INFO] [stdout] 363 |     fn explode(&mut self, i: usize, preferred: Turning) {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `preferred`
[INFO] [stdout]    --> src/game.rs:363:37
[INFO] [stdout]     |
[INFO] [stdout] 363 |     fn explode(&mut self, i: usize, preferred: Turning) {}
[INFO] [stdout]     |                                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_preferred`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `joy`
[INFO] [stdout]    --> src/game.rs:458:60
[INFO] [stdout]     |
[INFO] [stdout] 458 |     fn move_rockford_stage3(&mut self, new_position:usize, joy:Action)-> bool {
[INFO] [stdout]     |                                                            ^^^ help: if this is intentional, prefix it with an underscore: `_joy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/game.rs:360:32
[INFO] [stdout]     |
[INFO] [stdout] 360 |     fn fly_will_explode(&self, i: usize) -> bool {
[INFO] [stdout]     |                                ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `i`
[INFO] [stdout]    --> src/game.rs:363:27
[INFO] [stdout]     |
[INFO] [stdout] 363 |     fn explode(&mut self, i: usize, preferred: Turning) {}
[INFO] [stdout]     |                           ^ help: if this is intentional, prefix it with an underscore: `_i`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `preferred`
[INFO] [stdout]    --> src/game.rs:363:37
[INFO] [stdout]     |
[INFO] [stdout] 363 |     fn explode(&mut self, i: usize, preferred: Turning) {}
[INFO] [stdout]     |                                     ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_preferred`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `colors` is never read
[INFO] [stdout]  --> src/caves.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Cave {
[INFO] [stdout]   |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 9 |     pub colors: [Color; 4],
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Cave` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Uncovering`, `Covering`, `Dead`, and `Completed` are never constructed
[INFO] [stdout]   --> src/game.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | enum GameState {
[INFO] [stdout]    |      --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  9 |     Uncovering,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 10 |     Covering,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 11 |     Running,
[INFO] [stdout] 12 |     Dead,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 13 |     Completed,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `joy`
[INFO] [stdout]    --> src/game.rs:458:60
[INFO] [stdout]     |
[INFO] [stdout] 458 |     fn move_rockford_stage3(&mut self, new_position:usize, joy:Action)-> bool {
[INFO] [stdout]     |                                                            ^^^ help: if this is intentional, prefix it with an underscore: `_joy`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `On` and `Expired` are never constructed
[INFO] [stdout]   --> src/game.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum MagicWall {
[INFO] [stdout]    |      --------- variants in this enum
[INFO] [stdout] 17 |     Off,
[INFO] [stdout] 18 |     On,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 19 |     Expired,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/game.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | struct GameData {
[INFO] [stdout]    |        -------- fields in this struct
[INFO] [stdout] 42 |     num_rounds_since_rockford_seen_alive: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     rockford_sprite: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 47 |     rockford_frame: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 48 |     tapping: bool,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 49 |     blinking: bool,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 50 |     point_to_transfer: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 51 |     amoeba_sound: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 52 |     number_of_amoeba_found_this_frame: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 53 |     total_amoeba_found_last_frame: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 54 |     amoeba_suffocated_last_frame: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 55 |     at_least_one_amoeba_found_this_frame_which_can_grow: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 56 |     an_amoeba_random_factor: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 57 |     start_magic_wall: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ExpandingWall` and `Slime` are never constructed
[INFO] [stdout]   --> src/game.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 76 | enum Object {
[INFO] [stdout]    |      ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 81 |     ExpandingWall,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |     Slime,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Object` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Falling`, `RollingLeft`, and `RollingRight` are never constructed
[INFO] [stdout]    --> src/game.rs:98:5
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub enum Action {
[INFO] [stdout]     |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  98 |     Falling,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]  99 |     RollingLeft,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 100 |     RollingRight,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Action` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rounded` and `impact_explosive` are never read
[INFO] [stdout]    --> src/game.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 129 | struct Properties {
[INFO] [stdout]     |        ---------- fields in this struct
[INFO] [stdout] 130 |     texture: usize,
[INFO] [stdout] 131 |     rounded: bool,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 132 |     animated: bool,
[INFO] [stdout] 133 |     impact_explosive: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Direction` is never used
[INFO] [stdout]   --> src/input.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum Direction {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `colors` is never read
[INFO] [stdout]  --> src/caves.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | pub struct Cave {
[INFO] [stdout]   |            ---- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 9 |     pub colors: [Color; 4],
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `Cave` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Uncovering`, `Covering`, `Dead`, and `Completed` are never constructed
[INFO] [stdout]   --> src/game.rs:9:5
[INFO] [stdout]    |
[INFO] [stdout]  6 | enum GameState {
[INFO] [stdout]    |      --------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  9 |     Uncovering,
[INFO] [stdout]    |     ^^^^^^^^^^
[INFO] [stdout] 10 |     Covering,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 11 |     Running,
[INFO] [stdout] 12 |     Dead,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 13 |     Completed,
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `On` and `Expired` are never constructed
[INFO] [stdout]   --> src/game.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | enum MagicWall {
[INFO] [stdout]    |      --------- variants in this enum
[INFO] [stdout] 17 |     Off,
[INFO] [stdout] 18 |     On,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 19 |     Expired,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: multiple fields are never read
[INFO] [stdout]   --> src/game.rs:42:5
[INFO] [stdout]    |
[INFO] [stdout] 41 | struct GameData {
[INFO] [stdout]    |        -------- fields in this struct
[INFO] [stdout] 42 |     num_rounds_since_rockford_seen_alive: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 |     rockford_sprite: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 47 |     rockford_frame: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 48 |     tapping: bool,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 49 |     blinking: bool,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout] 50 |     point_to_transfer: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 51 |     amoeba_sound: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 52 |     number_of_amoeba_found_this_frame: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 53 |     total_amoeba_found_last_frame: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 54 |     amoeba_suffocated_last_frame: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 55 |     at_least_one_amoeba_found_this_frame_which_can_grow: bool,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 56 |     an_amoeba_random_factor: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 57 |     start_magic_wall: usize,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `ExpandingWall` and `Slime` are never constructed
[INFO] [stdout]   --> src/game.rs:81:5
[INFO] [stdout]    |
[INFO] [stdout] 76 | enum Object {
[INFO] [stdout]    |      ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 81 |     ExpandingWall,
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 91 |     Slime,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Object` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `Falling`, `RollingLeft`, and `RollingRight` are never constructed
[INFO] [stdout]    --> src/game.rs:98:5
[INFO] [stdout]     |
[INFO] [stdout]  95 | pub enum Action {
[INFO] [stdout]     |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout]  98 |     Falling,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout]  99 |     RollingLeft,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 100 |     RollingRight,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Action` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rounded` and `impact_explosive` are never read
[INFO] [stdout]    --> src/game.rs:131:5
[INFO] [stdout]     |
[INFO] [stdout] 129 | struct Properties {
[INFO] [stdout]     |        ---------- fields in this struct
[INFO] [stdout] 130 |     texture: usize,
[INFO] [stdout] 131 |     rounded: bool,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 132 |     animated: bool,
[INFO] [stdout] 133 |     impact_explosive: bool,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Direction` is never used
[INFO] [stdout]   --> src/input.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 | pub enum Direction {
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.23s
[INFO] running `Command { std: "docker" "inspect" "ee6f1a6d36fc0ca736b940f55a4079df6efbadcf90449e46c6e6f1c2a8bc7e0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ee6f1a6d36fc0ca736b940f55a4079df6efbadcf90449e46c6e6f1c2a8bc7e0b", kill_on_drop: false }`
[INFO] [stdout] ee6f1a6d36fc0ca736b940f55a4079df6efbadcf90449e46c6e6f1c2a8bc7e0b
