Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.21 KB | None | 0 0
  1. bots> build (exe)
  2. Preprocessing executable 'arnoldBot' for bots-0.1.0.0..
  3. Building executable 'arnoldBot' for bots-0.1.0.0..
  4. [2 of 2] Compiling Main
  5. Linking .stack-work/dist/x86_64-osx/Cabal-2.4.0.1/build/arnoldBot/arnoldBot ...
  6. bots> copy/register
  7. Installing executable arnoldBot in /Users/arnold/Projects/haskell/bots/.stack-work/install/x86_64-osx/65ad1d532f1b70f710405cb549126dcf94ba5d4dba0303e14d2dbb0a6b51abe0/8.6.5/bin
  8. Installing executable humanBot in /Users/arnold/Projects/haskell/bots/.stack-work/install/x86_64-osx/65ad1d532f1b70f710405cb549126dcf94ba5d4dba0303e14d2dbb0a6b51abe0/8.6.5/bin
  9. [2019-11-15 19:51:35][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 22721][ThreadId 11] REQ:POST go-bot-server.herokuapp.com//hello
  10. [2019-11-15 19:51:35][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 22721][ThreadId 11] RES:statusCode=200 (POST go-bot-server.herokuapp.com//hello)
  11. Connected to WS
  12. ^C
  13. ➜ bots
  14. ➜ bots stack run arnoldBot
  15. bots> build (exe)
  16. Preprocessing executable 'arnoldBot' for bots-0.1.0.0..
  17. Building executable 'arnoldBot' for bots-0.1.0.0..
  18. [2 of 2] Compiling Main
  19. Linking .stack-work/dist/x86_64-osx/Cabal-2.4.0.1/build/arnoldBot/arnoldBot ...
  20. bots> copy/register
  21. Installing executable arnoldBot in /Users/arnold/Projects/haskell/bots/.stack-work/install/x86_64-osx/65ad1d532f1b70f710405cb549126dcf94ba5d4dba0303e14d2dbb0a6b51abe0/8.6.5/bin
  22. Installing executable humanBot in /Users/arnold/Projects/haskell/bots/.stack-work/install/x86_64-osx/65ad1d532f1b70f710405cb549126dcf94ba5d4dba0303e14d2dbb0a6b51abe0/8.6.5/bin
  23. [2019-11-15 20:14:32][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 11] REQ:POST go-bot-server.herokuapp.com/hello
  24. [2019-11-15 20:14:32][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 11] RES:statusCode=200 (POST go-bot-server.herokuapp.com/hello)
  25. Connected to WS
  26. StartGame (StartGameBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", players = ["pstrmybot","ArnoldBot"], nextRound = 1})
  27. [2019-11-15 20:14:34][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  28. "In round 1 the following players need to make a move: [\"pstrmybot\"]"
  29. [2019-11-15 20:14:35][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  30. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 1, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 1, score = "0-0"})
  31. [2019-11-15 20:14:38][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  32. [2019-11-15 20:14:38][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  33. "In round 1 the following players need to make a move: [\"pstrmybot\"]"
  34. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 1, roundResult = RoundFinishedRoundResult {status = EStatusWin, winner = Just "ArnoldBot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValuePaper})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 2, score = "1-0"})
  35. [2019-11-15 20:14:41][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  36. "In round 2 the following players need to make a move: [\"pstrmybot\"]"
  37. [2019-11-15 20:14:41][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  38. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 2, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 3, score = "1-1"})
  39. [2019-11-15 20:14:44][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  40. [2019-11-15 20:14:45][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  41. "In round 3 the following players need to make a move: [\"pstrmybot\"]"
  42. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 3, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 3, score = "1-1"})
  43. [2019-11-15 20:14:48][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  44. "In round 3 the following players need to make a move: [\"pstrmybot\"]"
  45. [2019-11-15 20:14:48][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  46. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 3, roundResult = RoundFinishedRoundResult {status = EStatusWin, winner = Just "ArnoldBot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValuePaper})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 4, score = "2-1"})
  47. [2019-11-15 20:14:51][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  48. "In round 4 the following players need to make a move: [\"pstrmybot\"]"
  49. [2019-11-15 20:14:51][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  50. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 4, roundResult = RoundFinishedRoundResult {status = EStatusWin, winner = Just "ArnoldBot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValuePaper})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 5, score = "3-1"})
  51. [2019-11-15 20:14:55][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  52. "In round 5 the following players need to make a move: [\"pstrmybot\"]"
  53. [2019-11-15 20:14:55][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  54. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 5, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 6, score = "3-2"})
  55. [2019-11-15 20:14:58][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  56. "In round 6 the following players need to make a move: [\"pstrmybot\"]"
  57. [2019-11-15 20:14:58][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  58. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 6, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 7, score = "3-3"})
  59. [2019-11-15 20:15:01][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  60. "In round 7 the following players need to make a move: [\"pstrmybot\"]"
  61. [2019-11-15 20:15:01][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  62. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 7, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 8, score = "3-4"})
  63. [2019-11-15 20:15:04][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  64. [2019-11-15 20:15:05][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] "In round 8 the following players need to make a move: [\"pstrmybot\"]"
  65. RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  66. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 8, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 8, score = "3-4"})
  67. [2019-11-15 20:15:08][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  68. "In round 8 the following players need to make a move: [\"pstrmybot\"]"
  69. [2019-11-15 20:15:08][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  70. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 8, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 8, score = "3-4"})
  71. [2019-11-15 20:15:11][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  72. "In round 8 the following players need to make a move: [\"pstrmybot\"]"
  73. [2019-11-15 20:15:11][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  74. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 8, roundResult = RoundFinishedRoundResult {status = EStatusWin, winner = Just "ArnoldBot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValuePaper})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 9, score = "4-4"})
  75. [2019-11-15 20:15:14][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  76. "In round 9 the following players need to make a move: [\"pstrmybot\"]"
  77. [2019-11-15 20:15:15][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  78. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 9, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 9, score = "4-4"})
  79. [2019-11-15 20:15:18][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  80. "In round 9 the following players need to make a move: [\"pstrmybot\"]"
  81. [2019-11-15 20:15:18][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  82. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 9, roundResult = RoundFinishedRoundResult {status = EStatusWin, winner = Just "ArnoldBot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValuePaper})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 10, score = "5-4"})
  83. [2019-11-15 20:15:21][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  84. "In round 10 the following players need to make a move: [\"pstrmybot\"]"
  85. [2019-11-15 20:15:21][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  86. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 10, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 10, score = "5-4"})
  87. [2019-11-15 20:15:25][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  88. "In round 10 the following players need to make a move: [\"pstrmybot\"]"
  89. [2019-11-15 20:15:25][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  90. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 10, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 11, score = "5-5"})
  91. [2019-11-15 20:15:28][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  92. "In round 11 the following players need to make a move: [\"pstrmybot\"]"
  93. [2019-11-15 20:15:28][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  94. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 11, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 12, score = "5-6"})
  95. [2019-11-15 20:15:31][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  96. "In round 12 the following players need to make a move: [\"pstrmybot\"]"
  97. [2019-11-15 20:15:31][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  98. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 12, roundResult = RoundFinishedRoundResult {status = EStatusWin, winner = Just "ArnoldBot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValuePaper})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 13, score = "6-6"})
  99. [2019-11-15 20:15:35][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  100. "In round 13 the following players need to make a move: [\"pstrmybot\"]"
  101. [2019-11-15 20:15:35][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  102. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 13, roundResult = RoundFinishedRoundResult {status = EStatusWin, winner = Just "ArnoldBot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValuePaper})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 14, score = "7-6"})
  103. [2019-11-15 20:15:38][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  104. "In round 14 the following players need to make a move: [\"pstrmybot\"]"
  105. [2019-11-15 20:15:38][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  106. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 14, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 14, score = "7-6"})
  107. [2019-11-15 20:15:41][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  108. "In round 14 the following players need to make a move: [\"pstrmybot\"]"
  109. [2019-11-15 20:15:41][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  110. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 14, roundResult = RoundFinishedRoundResult {status = EStatusWin, winner = Just "ArnoldBot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValuePaper})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 15, score = "8-6"})
  111. [2019-11-15 20:15:45][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  112. "In round 15 the following players need to make a move: [\"pstrmybot\"]"
  113. [2019-11-15 20:15:45][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  114. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 15, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 15, score = "8-6"})
  115. [2019-11-15 20:15:48][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  116. "In round 15 the following players need to make a move: [\"pstrmybot\"]"
  117. [2019-11-15 20:15:48][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  118. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 15, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 16, score = "8-7"})
  119. [2019-11-15 20:15:51][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  120. "In round 16 the following players need to make a move: [\"pstrmybot\"]"
  121. [2019-11-15 20:15:51][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  122. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 16, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 16, score = "8-7"})
  123. [2019-11-15 20:15:55][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  124. "In round 16 the following players need to make a move: [\"pstrmybot\"]"
  125. [2019-11-15 20:15:55][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  126. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 16, roundResult = RoundFinishedRoundResult {status = EStatusWin, winner = Just "ArnoldBot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValuePaper})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 17, score = "9-7"})
  127. [2019-11-15 20:15:58][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  128. "In round 17 the following players need to make a move: [\"pstrmybot\"]"
  129. [2019-11-15 20:15:58][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  130. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 17, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 18, score = "9-8"})
  131. [2019-11-15 20:16:01][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  132. "In round 18 the following players need to make a move: [\"pstrmybot\"]"
  133. [2019-11-15 20:16:01][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  134. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 18, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 18, score = "9-8"})
  135. [2019-11-15 20:16:04][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  136. "In round 18 the following players need to make a move: [\"pstrmybot\"]"
  137. [2019-11-15 20:16:05][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  138. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 18, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 19, score = "9-9"})
  139. [2019-11-15 20:16:08][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  140. "In round 19 the following players need to make a move: [\"pstrmybot\"]"
  141. [2019-11-15 20:16:08][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  142. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 19, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 19, score = "9-9"})
  143. [2019-11-15 20:16:11][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  144. "In round 19 the following players need to make a move: [\"pstrmybot\"]"
  145. [2019-11-15 20:16:11][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  146. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 19, roundResult = RoundFinishedRoundResult {status = EStatusWin, winner = Just "ArnoldBot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValuePaper})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 20, score = "10-9"})
  147. [2019-11-15 20:16:15][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  148. "In round 20 the following players need to make a move: [\"pstrmybot\"]"
  149. [2019-11-15 20:16:15][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  150. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 20, roundResult = RoundFinishedRoundResult {status = EStatusDraw, winner = Nothing, moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueRock})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 20, score = "10-9"})
  151. [2019-11-15 20:16:18][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  152. "In round 20 the following players need to make a move: [\"pstrmybot\"]"
  153. [2019-11-15 20:16:18][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  154. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 20, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 21, score = "10-10"})
  155. [2019-11-15 20:16:21][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  156. "In round 21 the following players need to make a move: [\"pstrmybot\"]"
  157. [2019-11-15 20:16:21][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  158. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 21, roundResult = RoundFinishedRoundResult {status = EStatusWin, winner = Just "ArnoldBot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValuePaper})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 22, score = "11-10"})
  159. [2019-11-15 20:16:24][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  160. "In round 22 the following players need to make a move: [\"pstrmybot\"]"
  161. [2019-11-15 20:16:25][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  162. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 22, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 23, score = "11-11"})
  163. [2019-11-15 20:16:28][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  164. "In round 23 the following players need to make a move: [\"pstrmybot\"]"
  165. [2019-11-15 20:16:28][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  166. RoundFinished (RoundFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", currentRound = 23, roundResult = RoundFinishedRoundResult {status = EStatusLose, winner = Just "pstrmybot", moves = Just (fromList [("ArnoldBot",RPSMove (RockPaperScissorsMove {value = EValueScissors})),("pstrmybot",RPSMove (RockPaperScissorsMove {value = EValueRock}))])}, nextRound = 24, score = "11-12"})
  167. [2019-11-15 20:16:31][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] REQ:POST go-bot-server.herokuapp.com/play
  168. "In round 24 the following players need to make a move: [\"pstrmybot\"]"
  169. [2019-11-15 20:16:31][BotServer.Client][Info][192-168-0-135.rdsnet.ro][PID 23125][ThreadId 15] RES:statusCode=200 (POST go-bot-server.herokuapp.com/play)
  170. GameFinished (GameFinishedBody {gameId = "1a1bfc24-3960-4e5d-9507-3fce910611d9", score = "11-13", gameResult = GameFinishedGameResult {status = EStatusLose, winner = "pstrmybot"}})
  171. "The score is \"11-13\" and the winner is \"pstrmybot\""
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement