[INFO] cloning repository https://github.com/andysalerno/SaltEngine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andysalerno/SaltEngine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandysalerno%2FSaltEngine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandysalerno%2FSaltEngine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 20235134f385d48f43724407d5c1de3ed045cc94 [INFO] testing andysalerno/SaltEngine against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandysalerno%2FSaltEngine" "/workspace/builds/worker-80/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-80/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andysalerno/SaltEngine on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andysalerno/SaltEngine [INFO] finished tweaking git repo https://github.com/andysalerno/SaltEngine [INFO] tweaked toml for git repo https://github.com/andysalerno/SaltEngine written to /workspace/builds/worker-80/source/Cargo.toml [INFO] crate git repo https://github.com/andysalerno/SaltEngine already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-net v1.6.1 [INFO] [stderr] Downloaded async-tungstenite v0.13.1 [INFO] [stderr] Downloaded enum_dispatch v0.3.7 [INFO] [stderr] Downloaded async-fs v1.5.0 [INFO] [stderr] Downloaded smol v1.2.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd7000138f0e1ada7764765eca98e1150afeb20e9fda7f36e46073b34ca9a4b4 [INFO] running `Command { std: "docker" "start" "-a" "cd7000138f0e1ada7764765eca98e1150afeb20e9fda7f36e46073b34ca9a4b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd7000138f0e1ada7764765eca98e1150afeb20e9fda7f36e46073b34ca9a4b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd7000138f0e1ada7764765eca98e1150afeb20e9fda7f36e46073b34ca9a4b4", kill_on_drop: false }` [INFO] [stdout] cd7000138f0e1ada7764765eca98e1150afeb20e9fda7f36e46073b34ca9a4b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-80/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=warn" "-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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 46e2de42cd19f01b1c7cc6721aa758bbda7cd3a99142e75c8d019aa2876856b4 [INFO] running `Command { std: "docker" "start" "-a" "46e2de42cd19f01b1c7cc6721aa758bbda7cd3a99142e75c8d019aa2876856b4", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.82 [INFO] [stderr] Compiling libc v0.2.108 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.18 [INFO] [stderr] Compiling futures-io v0.3.18 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling fastrand v1.5.0 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling slab v0.4.5 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling async-task v4.0.3 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling futures-task v0.3.18 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling futures-channel v0.3.18 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.18 [INFO] [stderr] Compiling futures-util v0.3.18 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling signal-hook v0.3.10 [INFO] [stderr] Compiling ppv-lite86 v0.2.15 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling unicode-bidi v0.3.7 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling ryu v1.0.6 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling serde_json v1.0.72 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling utf-8 v0.7.6 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling async-lock v2.4.0 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling tinyvec v1.5.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling input_buffer v0.4.0 [INFO] [stderr] Compiling http v0.2.5 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling value-bag v1.0.0-alpha.8 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling futures-lite v1.12.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling socket2 v0.4.2 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling blocking v1.1.0 [INFO] [stderr] Compiling async-executor v1.4.1 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling async-fs v1.5.0 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling ctor v0.1.21 [INFO] [stderr] Compiling futures-macro v0.3.18 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling enum_dispatch v0.3.7 [INFO] [stderr] Compiling polling v2.2.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling async-io v1.6.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling tungstenite v0.13.0 [INFO] [stderr] Compiling async-process v1.3.0 [INFO] [stderr] Compiling async-net v1.6.1 [INFO] [stderr] Compiling async-global-executor v2.0.2 [INFO] [stderr] Compiling async-std v1.10.0 [INFO] [stderr] Compiling smol v1.2.5 [INFO] [stderr] Compiling futures-executor v0.3.18 [INFO] [stderr] Compiling futures v0.3.18 [INFO] [stderr] Compiling async-tungstenite v0.13.1 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling salt_engine v0.1.0 (/opt/rustwide/workdir/engine) [INFO] [stdout] warning: unused import: `futures::join` [INFO] [stdout] --> engine/src/game_logic/event_dispatch.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use futures::join; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `AddCardToHandClientEvent`, `ClientEventView` [INFO] [stdout] --> engine/src/game_logic/event_handlers/add_card_to_hand_event_handler.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | events::{AddCardToHandClientEvent, AddCardToHandEvent, ClientEventView}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `board::BoardView` [INFO] [stdout] --> engine/src/game_logic/events/add_card_to_hand_event.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | board::BoardView, GameState, MakePlayerView, PlayerId, UnitCardInstanceId, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `BoardView` [INFO] [stdout] --> engine/src/game_logic/events/creature_set_event.rs:2:23 [INFO] [stdout] | [INFO] [stdout] 2 | board::{BoardPos, BoardView}, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `IterAddons`, `SlotCreatureFilter`, `SlotCreatureMap` [INFO] [stdout] --> engine/src/game_state/board.rs:4:30 [INFO] [stdout] | [INFO] [stdout] 4 | selector::iter_helpers::{SlotCreatureFilter, SlotCreatureMap}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^ [INFO] [stdout] 5 | IterAddons, MakePlayerView, PlayerId, UnitCardInstanceId, UnitCardInstancePlayerView, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `borrow::Borrow` [INFO] [stdout] --> engine/src/game_state/board.rs:9:11 [INFO] [stdout] | [INFO] [stdout] 9 | use std::{borrow::Borrow, collections::HashMap, fmt::Debug}; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BoardSlot`, `BoardView`, `Board` [INFO] [stdout] --> engine/src/game_state/selector.rs:2:13 [INFO] [stdout] | [INFO] [stdout] 2 | board::{Board, BoardSlot, BoardSlotView, BoardView, RowId}, [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `BorrowMut`, `Borrow` [INFO] [stdout] --> engine/src/game_state/selector.rs:6:19 [INFO] [stdout] | [INFO] [stdout] 6 | use std::borrow::{Borrow, BorrowMut}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `player_id` [INFO] [stdout] --> engine/src/game_logic/events/creature_set_event.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | player_id: PlayerId, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_id` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `player_id` [INFO] [stdout] --> engine/src/game_logic/events/end_turn.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | player_id: PlayerId, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `player_id` [INFO] [stdout] --> engine/src/game_logic/events/player_gain_mana.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | player_id: PlayerId, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `player_id` [INFO] [stdout] --> engine/src/game_logic/events/player_spend_mana.rs:53:9 [INFO] [stdout] | [INFO] [stdout] 53 | player_id: PlayerId, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `player_id` [INFO] [stdout] --> engine/src/game_logic/events/summon_creature_from_hand_event.rs:61:9 [INFO] [stdout] | [INFO] [stdout] 61 | player_id: PlayerId, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `player_id` [INFO] [stdout] --> engine/src/game_logic/events/turn_start_event.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | player_id: PlayerId, [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_player_id` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling cards v0.1.0 (/opt/rustwide/workdir/cards) [INFO] [stdout] warning: unused import: `MakePlayerView` [INFO] [stdout] --> cards/src/rickety_cannon.rs:11:35 [INFO] [stdout] | [INFO] [stdout] 11 | GameState, InstanceState, MakePlayerView, UnitCardInstanceId, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `summoned_to_pos` [INFO] [stdout] --> cards/src/rickety_cannon.rs:98:9 [INFO] [stdout] | [INFO] [stdout] 98 | summoned_to_pos: BoardPos, [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_summoned_to_pos` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `state` [INFO] [stdout] --> cards/src/rickety_cannon.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | state: &mut GameState, [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_state` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `dispatcher` [INFO] [stdout] --> cards/src/rickety_cannon.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | dispatcher: &mut EventDispatcher, [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_dispatcher` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling websocket_server v0.1.0 (/opt/rustwide/workdir/websocket_server) [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::messages::FromClient` [INFO] [stdout] --> websocket_server/src/network_prompter.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::messages::FromClient; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::messages::FromServer` [INFO] [stdout] --> websocket_server/src/network_prompter.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::messages::FromServer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> websocket_server/src/network_prompter.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `message` [INFO] [stdout] --> websocket_server/src/network_prompter.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | fn send_prompt(&self, message: PromptMessage, game_state: &GameStatePlayerView) -> BoardPos { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `connection` [INFO] [stdout] --> websocket_server/src/network_prompter.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | connection: Connection, [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: `new` [INFO] [stdout] --> websocket_server/src/network_prompter.rs:16:19 [INFO] [stdout] | [INFO] [stdout] 16 | pub(crate) fn new(connection: Connection) -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling websocket_client v0.1.0 (/opt/rustwide/workdir/websocket_client) [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling console_client v0.1.0 (/opt/rustwide/workdir/console_client) [INFO] [stdout] warning: unused import: `crate::messages::FromClient` [INFO] [stdout] --> websocket_server/src/network_prompter.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::messages::FromClient; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::messages::FromServer` [INFO] [stdout] --> websocket_server/src/network_prompter.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use crate::messages::FromServer; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `log::info` [INFO] [stdout] --> websocket_server/src/network_prompter.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use log::info; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `message` [INFO] [stdout] --> websocket_server/src/network_prompter.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | fn send_prompt(&self, message: PromptMessage, game_state: &GameStatePlayerView) -> BoardPos { [INFO] [stdout] | ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_message` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `player_id` [INFO] [stdout] --> websocket_server/src/network_game_client.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | player_id: PlayerId, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `connection` [INFO] [stdout] --> websocket_server/src/network_prompter.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | connection: Connection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> console_client/src/console_agent.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 6 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.32s [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "46e2de42cd19f01b1c7cc6721aa758bbda7cd3a99142e75c8d019aa2876856b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "46e2de42cd19f01b1c7cc6721aa758bbda7cd3a99142e75c8d019aa2876856b4", kill_on_drop: false }` [INFO] [stdout] 46e2de42cd19f01b1c7cc6721aa758bbda7cd3a99142e75c8d019aa2876856b4