[INFO] cloning repository https://github.com/lambdaxymox/googly-blocks [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/lambdaxymox/googly-blocks" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flambdaxymox%2Fgoogly-blocks", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flambdaxymox%2Fgoogly-blocks'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b6b82045a56696150d3f08a6784b9a57e9cdebbc [INFO] checking lambdaxymox/googly-blocks against master#0d37dca25a51fb900a402c94c8818ad1c2789e30 for pr-77526 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flambdaxymox%2Fgoogly-blocks" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/lambdaxymox/googly-blocks on toolchain 0d37dca25a51fb900a402c94c8818ad1c2789e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/lambdaxymox/googly-blocks [INFO] finished tweaking git repo https://github.com/lambdaxymox/googly-blocks [INFO] tweaked toml for git repo https://github.com/lambdaxymox/googly-blocks written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/lambdaxymox/googly-blocks already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c76eb824618765e957d2b2470df56009a5bae779cf622037d1f1bf7027677e7a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "c76eb824618765e957d2b2470df56009a5bae779cf622037d1f1bf7027677e7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c76eb824618765e957d2b2470df56009a5bae779cf622037d1f1bf7027677e7a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c76eb824618765e957d2b2470df56009a5bae779cf622037d1f1bf7027677e7a", kill_on_drop: false }` [INFO] [stdout] c76eb824618765e957d2b2470df56009a5bae779cf622037d1f1bf7027677e7a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4b4b9de517ab85bb1db03c6c305cf9412e873f21fd35f08827476ab6bfb31c7b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4b4b9de517ab85bb1db03c6c305cf9412e873f21fd35f08827476ab6bfb31c7b", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.78 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking adler32 v1.2.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.58 [INFO] [stderr] Checking color_quant v1.0.1 [INFO] [stderr] Checking lzw v0.10.0 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Checking scoped_threadpool v0.1.9 [INFO] [stderr] Checking bytemuck v1.4.1 [INFO] [stderr] Compiling xml-rs v0.8.3 [INFO] [stderr] Checking ppv-lite86 v0.2.9 [INFO] [stderr] Checking semver-parser v0.7.0 [INFO] [stderr] Compiling cmake v0.1.44 [INFO] [stderr] Checking miniz_oxide v0.3.7 [INFO] [stderr] Checking gif v0.11.1 [INFO] [stderr] Checking semver v0.9.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling rayon v1.4.1 [INFO] [stderr] Compiling num-iter v0.1.41 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling glfw-sys v3.3.2 [INFO] [stderr] Compiling bzip2-sys v0.1.9+1.0.8 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking getrandom v0.1.15 [INFO] [stderr] Checking flate2 v1.0.14 [INFO] [stderr] Checking raw-window-handle v0.3.3 [INFO] [stderr] Checking deflate v0.8.6 [INFO] [stderr] Checking tiff v0.5.0 [INFO] [stderr] Checking crossbeam-channel v0.4.4 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking crossbeam-deque v0.7.3 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking png v0.16.7 [INFO] [stderr] Checking bzip2 v0.3.3 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking approx v0.3.2 [INFO] [stderr] Checking rayon-core v1.8.1 [INFO] [stderr] Checking cglinalg v0.10.3 (https://github.com/lambdaxymox/cglinalg#68b1edf4) [INFO] [stderr] Compiling googly-blocks v0.3.90 (/opt/rustwide/workdir) [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking glfw v0.39.1 [INFO] [stderr] Checking file_logger v0.4.5 (https://github.com/lambdaxymox/file-logger#593bada6) [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Checking toml v0.5.6 [INFO] [stderr] Checking jpeg-decoder v0.1.20 [INFO] [stderr] Checking image v0.23.10 [INFO] [stderr] Checking thiserror v1.0.20 [INFO] [stderr] Checking zip v0.5.8 [INFO] [stderr] Checking bmfa v0.3.14 (https://github.com/lambdaxymox/bmfa#f67cb06f) [INFO] [stderr] Checking tex_atlas v0.2.1 (https://github.com/lambdaxymox/tex_atlas#e374d0e7) [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/main.rs:2776:69 [INFO] [stdout] | [INFO] [stdout] 2776 | fn handle_input(&self, context: &mut GameContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/main.rs:2855:69 [INFO] [stdout] | [INFO] [stdout] 2855 | fn handle_input(&self, context: &mut GameContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/main.rs:2865:49 [INFO] [stdout] | [INFO] [stdout] 2865 | fn update(&self, context: &mut GameContext, elapsed_milliseconds: Duration) -> GameState { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:2887:28 [INFO] [stdout] | [INFO] [stdout] 2887 | fn handle_input(&self, context: &mut GameContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/main.rs:2887:69 [INFO] [stdout] | [INFO] [stdout] 2887 | fn handle_input(&self, context: &mut GameContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/main.rs:2893:49 [INFO] [stdout] | [INFO] [stdout] 2893 | fn update(&self, context: &mut GameContext, elapsed_milliseconds: Duration) -> GameState { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:3248:33 [INFO] [stdout] | [INFO] [stdout] 3248 | fn clear_framebuffer(&self, context: &mut RendererContext) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:3255:34 [INFO] [stdout] | [INFO] [stdout] 3255 | fn clear_depth_buffer(&self, context: &mut RendererContext) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:3416:33 [INFO] [stdout] | [INFO] [stdout] 3416 | fn clear_framebuffer(&self, context: &mut RendererContext) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:3423:34 [INFO] [stdout] | [INFO] [stdout] 3423 | fn clear_depth_buffer(&self, context: &mut RendererContext) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:3604:22 [INFO] [stdout] | [INFO] [stdout] 3604 | fn render(&self, context: &mut RendererContext) {} [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `landed` [INFO] [stdout] --> src/playing_field.rs:298:73 [INFO] [stdout] | [INFO] [stdout] 298 | fn collides_with_left_wall(piece: GooglyBlock, top_left: BlockPosition, landed: &LandedBlocksGrid) -> bool { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_landed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/playing_field_state_machine.rs:290:28 [INFO] [stdout] | [INFO] [stdout] 290 | fn handle_input(&self, context: &mut PlayingFieldStateMachineContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/playing_field_state_machine.rs:290:89 [INFO] [stdout] | [INFO] [stdout] 290 | fn handle_input(&self, context: &mut PlayingFieldStateMachineContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/playing_field_state_machine.rs:340:28 [INFO] [stdout] | [INFO] [stdout] 340 | fn handle_input(&self, context: &mut PlayingFieldStateMachineContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/playing_field_state_machine.rs:340:89 [INFO] [stdout] | [INFO] [stdout] 340 | fn handle_input(&self, context: &mut PlayingFieldStateMachineContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/playing_field_state_machine.rs:346:69 [INFO] [stdout] | [INFO] [stdout] 346 | fn update(&self, context: &mut PlayingFieldStateMachineContext, elapsed_milliseconds: Duration) -> PlayingFieldState { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/main.rs:2776:69 [INFO] [stdout] | [INFO] [stdout] 2776 | fn handle_input(&self, context: &mut GameContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/main.rs:2855:69 [INFO] [stdout] | [INFO] [stdout] 2855 | fn handle_input(&self, context: &mut GameContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/main.rs:2865:49 [INFO] [stdout] | [INFO] [stdout] 2865 | fn update(&self, context: &mut GameContext, elapsed_milliseconds: Duration) -> GameState { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:2887:28 [INFO] [stdout] | [INFO] [stdout] 2887 | fn handle_input(&self, context: &mut GameContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/main.rs:2887:69 [INFO] [stdout] | [INFO] [stdout] 2887 | fn handle_input(&self, context: &mut GameContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/main.rs:2893:49 [INFO] [stdout] | [INFO] [stdout] 2893 | fn update(&self, context: &mut GameContext, elapsed_milliseconds: Duration) -> GameState { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:3248:33 [INFO] [stdout] | [INFO] [stdout] 3248 | fn clear_framebuffer(&self, context: &mut RendererContext) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:3255:34 [INFO] [stdout] | [INFO] [stdout] 3255 | fn clear_depth_buffer(&self, context: &mut RendererContext) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:3416:33 [INFO] [stdout] | [INFO] [stdout] 3416 | fn clear_framebuffer(&self, context: &mut RendererContext) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:3423:34 [INFO] [stdout] | [INFO] [stdout] 3423 | fn clear_depth_buffer(&self, context: &mut RendererContext) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/main.rs:3604:22 [INFO] [stdout] | [INFO] [stdout] 3604 | fn render(&self, context: &mut RendererContext) {} [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `landed` [INFO] [stdout] --> src/playing_field.rs:298:73 [INFO] [stdout] | [INFO] [stdout] 298 | fn collides_with_left_wall(piece: GooglyBlock, top_left: BlockPosition, landed: &LandedBlocksGrid) -> bool { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_landed` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/playing_field_state_machine.rs:290:28 [INFO] [stdout] | [INFO] [stdout] 290 | fn handle_input(&self, context: &mut PlayingFieldStateMachineContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/playing_field_state_machine.rs:290:89 [INFO] [stdout] | [INFO] [stdout] 290 | fn handle_input(&self, context: &mut PlayingFieldStateMachineContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `context` [INFO] [stdout] --> src/playing_field_state_machine.rs:340:28 [INFO] [stdout] | [INFO] [stdout] 340 | fn handle_input(&self, context: &mut PlayingFieldStateMachineContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_context` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/playing_field_state_machine.rs:340:89 [INFO] [stdout] | [INFO] [stdout] 340 | fn handle_input(&self, context: &mut PlayingFieldStateMachineContext, input: Input, elapsed_milliseconds: Duration) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `elapsed_milliseconds` [INFO] [stdout] --> src/playing_field_state_machine.rs:346:69 [INFO] [stdout] | [INFO] [stdout] 346 | fn update(&self, context: &mut PlayingFieldStateMachineContext, elapsed_milliseconds: Duration) -> PlayingFieldState { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_elapsed_milliseconds` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Release` [INFO] [stdout] --> src/input.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | Release, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_disabled` [INFO] [stdout] --> src/flashing_state_machine.rs:96:12 [INFO] [stdout] | [INFO] [stdout] 96 | pub fn is_disabled(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/mesh.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/mesh.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `points` [INFO] [stdout] --> src/mesh.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn points(&self) -> &[[f32; 2]] { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tex_coords` [INFO] [stdout] --> src/mesh.rs:97:12 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn tex_coords(&self) -> &[[f32; 2]] { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/mesh.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_in_of_bounds` [INFO] [stdout] --> src/playing_field.rs:36:8 [INFO] [stdout] | [INFO] [stdout] 36 | fn is_in_of_bounds(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_out_of_bounds` [INFO] [stdout] --> src/playing_field.rs:43:8 [INFO] [stdout] | [INFO] [stdout] 43 | fn is_out_of_bounds(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_empty_space` [INFO] [stdout] --> src/playing_field.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | fn is_empty_space(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iter` [INFO] [stdout] --> src/playing_field.rs:232:8 [INFO] [stdout] | [INFO] [stdout] 232 | fn iter(&self) -> LandedBlocksIterator { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_enabled` [INFO] [stdout] --> src/title_screen_state_machine.rs:66:8 [INFO] [stdout] | [INFO] [stdout] 66 | fn is_enabled(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_unpressed` [INFO] [stdout] --> src/title_screen_state_machine.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | fn is_unpressed(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:354:5 [INFO] [stdout] | [INFO] [stdout] 354 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:415:5 [INFO] [stdout] | [INFO] [stdout] 415 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:416:5 [INFO] [stdout] | [INFO] [stdout] 416 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_loc` [INFO] [stdout] --> src/main.rs:417:5 [INFO] [stdout] | [INFO] [stdout] 417 | v_pos_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_loc` [INFO] [stdout] --> src/main.rs:418:5 [INFO] [stdout] | [INFO] [stdout] 418 | v_tex_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:580:5 [INFO] [stdout] | [INFO] [stdout] 580 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:581:5 [INFO] [stdout] | [INFO] [stdout] 581 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_loc` [INFO] [stdout] --> src/main.rs:582:5 [INFO] [stdout] | [INFO] [stdout] 582 | v_pos_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_loc` [INFO] [stdout] --> src/main.rs:583:5 [INFO] [stdout] | [INFO] [stdout] 583 | v_tex_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:938:5 [INFO] [stdout] | [INFO] [stdout] 938 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:939:5 [INFO] [stdout] | [INFO] [stdout] 939 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:1473:5 [INFO] [stdout] | [INFO] [stdout] 1473 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:1474:5 [INFO] [stdout] | [INFO] [stdout] 1474 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_loc` [INFO] [stdout] --> src/main.rs:1475:5 [INFO] [stdout] | [INFO] [stdout] 1475 | v_pos_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_loc` [INFO] [stdout] --> src/main.rs:1476:5 [INFO] [stdout] | [INFO] [stdout] 1476 | v_tex_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:1713:5 [INFO] [stdout] | [INFO] [stdout] 1713 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:1714:5 [INFO] [stdout] | [INFO] [stdout] 1714 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_loc` [INFO] [stdout] --> src/main.rs:1715:5 [INFO] [stdout] | [INFO] [stdout] 1715 | v_pos_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_loc` [INFO] [stdout] --> src/main.rs:1716:5 [INFO] [stdout] | [INFO] [stdout] 1716 | v_tex_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:2145:5 [INFO] [stdout] | [INFO] [stdout] 2145 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_loc` [INFO] [stdout] --> src/main.rs:2148:5 [INFO] [stdout] | [INFO] [stdout] 2148 | v_pos_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_loc` [INFO] [stdout] --> src/main.rs:2149:5 [INFO] [stdout] | [INFO] [stdout] 2149 | v_tex_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 53 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Release` [INFO] [stdout] --> src/input.rs:22:5 [INFO] [stdout] | [INFO] [stdout] 22 | Release, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/mesh.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/mesh.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `points` [INFO] [stdout] --> src/mesh.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 89 | pub fn points(&self) -> &[[f32; 2]] { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tex_coords` [INFO] [stdout] --> src/mesh.rs:97:12 [INFO] [stdout] | [INFO] [stdout] 97 | pub fn tex_coords(&self) -> &[[f32; 2]] { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `len` [INFO] [stdout] --> src/mesh.rs:103:12 [INFO] [stdout] | [INFO] [stdout] 103 | pub fn len(&self) -> usize { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_enabled` [INFO] [stdout] --> src/title_screen_state_machine.rs:66:8 [INFO] [stdout] | [INFO] [stdout] 66 | fn is_enabled(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_unpressed` [INFO] [stdout] --> src/title_screen_state_machine.rs:102:8 [INFO] [stdout] | [INFO] [stdout] 102 | fn is_unpressed(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:354:5 [INFO] [stdout] | [INFO] [stdout] 354 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:355:5 [INFO] [stdout] | [INFO] [stdout] 355 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:415:5 [INFO] [stdout] | [INFO] [stdout] 415 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:416:5 [INFO] [stdout] | [INFO] [stdout] 416 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_loc` [INFO] [stdout] --> src/main.rs:417:5 [INFO] [stdout] | [INFO] [stdout] 417 | v_pos_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_loc` [INFO] [stdout] --> src/main.rs:418:5 [INFO] [stdout] | [INFO] [stdout] 418 | v_tex_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:580:5 [INFO] [stdout] | [INFO] [stdout] 580 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:581:5 [INFO] [stdout] | [INFO] [stdout] 581 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_loc` [INFO] [stdout] --> src/main.rs:582:5 [INFO] [stdout] | [INFO] [stdout] 582 | v_pos_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_loc` [INFO] [stdout] --> src/main.rs:583:5 [INFO] [stdout] | [INFO] [stdout] 583 | v_tex_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:938:5 [INFO] [stdout] | [INFO] [stdout] 938 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:939:5 [INFO] [stdout] | [INFO] [stdout] 939 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:1473:5 [INFO] [stdout] | [INFO] [stdout] 1473 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:1474:5 [INFO] [stdout] | [INFO] [stdout] 1474 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_loc` [INFO] [stdout] --> src/main.rs:1475:5 [INFO] [stdout] | [INFO] [stdout] 1475 | v_pos_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_loc` [INFO] [stdout] --> src/main.rs:1476:5 [INFO] [stdout] | [INFO] [stdout] 1476 | v_tex_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:1713:5 [INFO] [stdout] | [INFO] [stdout] 1713 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_vbo` [INFO] [stdout] --> src/main.rs:1714:5 [INFO] [stdout] | [INFO] [stdout] 1714 | v_tex_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_loc` [INFO] [stdout] --> src/main.rs:1715:5 [INFO] [stdout] | [INFO] [stdout] 1715 | v_pos_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_loc` [INFO] [stdout] --> src/main.rs:1716:5 [INFO] [stdout] | [INFO] [stdout] 1716 | v_tex_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_vbo` [INFO] [stdout] --> src/main.rs:2145:5 [INFO] [stdout] | [INFO] [stdout] 2145 | v_pos_vbo: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_pos_loc` [INFO] [stdout] --> src/main.rs:2148:5 [INFO] [stdout] | [INFO] [stdout] 2148 | v_pos_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `v_tex_loc` [INFO] [stdout] --> src/main.rs:2149:5 [INFO] [stdout] | [INFO] [stdout] 2149 | v_tex_loc: GLuint, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 48 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 41s [INFO] running `Command { std: "docker" "inspect" "4b4b9de517ab85bb1db03c6c305cf9412e873f21fd35f08827476ab6bfb31c7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b4b9de517ab85bb1db03c6c305cf9412e873f21fd35f08827476ab6bfb31c7b", kill_on_drop: false }` [INFO] [stdout] 4b4b9de517ab85bb1db03c6c305cf9412e873f21fd35f08827476ab6bfb31c7b