[error] GenServer #PID<0.475.0> terminating
** (stop) exited in: GenServer.call…(#PID<0.476.0>, {:move, "rnbqkbnr/pppppppp/8/8/3P4/8/PPP1PPPP/RNBQKBNR b KQkq - 0 1"}, 15000)
** (EXIT) time out
(elixir 1.11.1) lib/gen_server.ex:1027: GenServer.call/3
(chex 0.1.2) lib/chex/server.ex:78: Chex.Server.handle_cast/2
(stdlib 3.13.2) gen_server.erl:680: :gen_server.try_dispatch/4
(stdlib 3.13.2) gen_server.erl:756: :gen_server.handle_msg/6
(stdlib 3.13.2) proc_lib.erl:226: :proc_lib.init_p_do_apply/3
Last message: {:"$gen_cast", :engine_move}
State: %{__struct__: Chex.Game, active_color: :black, board: %{{:b, 2} => {:pawn, :white, {:b, 2}}, {:h, 2} => {:pawn, :white, {:h, 2}}, {:e, 1} => {:king, :white, {:e, 1}}, {:e, 2} => {:pawn, :white, {:e, 2}}, {:e, 8} => {:king, :black, {:e, 8}}, {:f, 8} => {:bishop, :black, {:f, 8}}, {:h, 8} => {:rook, :black, {:h, 8}}, {:f, 1} => {:bishop, :white, {:f, 1}}, {:c, 7} => {:pawn, :black, {:c, 7}}, {:b, 7} => {:pawn, :black, {:b, 7}}, {:d, 7} => {:pawn, :black, {:d, 7}}, {:f, 7} => {:pawn, :black, {:f, 7}}, {:f, 2} => {:pawn, :white, {:f, 2}}, {:b, 8} => {:knight, :black, {:b, 8}}, {:c, 2} => {:pawn, :white, {:c, 2}}, {:a, 7} => {:pawn, :black, {:a, 7}}, {:b, 1} => {:knight, :white, {:b, 1}}, {:a, 2} => {:pawn, :white, {:a, 2}}, {:g, 8} => {:knight, :black, {:g, 8}}, {:a, 1} => {:rook, :white, {:a, 1}}, {:d, 8} => {:queen, :black, {:d, 8}}, {:d, 2} => nil, {:a, 8} => {:rook, :black, {:a, 8}}, {:d, 4} => {:pawn, :white, {:d, 2}}, :__struct__ => Chex.Board, {:g, 1} => {:knight, :white, {:g, 1}}, {:g, 2} => {:pawn, :white, {:g, 2}}, {:g, 7} => {:pawn, :black, {:g, 7}}, {:c, 1} => {:bishop, :white, {:c, 1}}, {:d, 1} => {:queen, :white, {:d, 1}}, {:e, 7} => {:pawn, :black, {:e, 7}}, {:h, 7} => {:pawn, :black, {:h, 7}}, {:c, 8} => {:bishop, :black, {:c, 8}}, {:h, 1} => {:rook, :white, {:h, 1}}}, captures: [], castling: [:K, :Q, :k, :q], en_passant: nil, engine: #PID<0.476.0>, fen: "rnbqkbnr/pppppppp/8/8/3P4/8/PPP1PPPP/RNBQKBNR b KQkq - 0 1", fullmove_clock: 1, halfmove_clock: 0, move_listener: #PID<0.503.0>, moves: [{{:d, 2}, {:d, 4}}]}
[debug] Chex.Server#start_link called with:
[debug]
[debug] Engine UCI ok
[debug] Engine is ready