Advertisement
Guest User

Untitled

a guest
Jan 25th, 2021
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. cg-brutaltester -r "java -jar target/tictactoe.jar" -p1 "../../../UTTT/uttt_ai" -p2 "../../../UTTT/uttt_ai"
  2. 17:37:34,710 INFO [com.magusgeek.brutaltester.Main] Referee command line: java -jar target/tictactoe.jar
  3. 17:37:34,726 INFO [com.magusgeek.brutaltester.Main] Player 1 command line: ../../../UTTT/uttt_ai
  4. 17:37:34,726 INFO [com.magusgeek.brutaltester.Main] Player 2 command line: ../../../UTTT/uttt_ai
  5. 17:37:34,727 INFO [com.magusgeek.brutaltester.Main] Number of games to play: 1
  6. 17:37:34,727 INFO [com.magusgeek.brutaltester.Main] Number of threads to spawn: 1
  7. 17:37:36,749 ERROR [com.magusgeek.brutaltester.GameThread] Negative score during game 1 p0:-1
  8. 17:37:36,806 ERROR [com.magusgeek.brutaltester.GameThread] Problem with referee output in game1. Output content:WARNING: sun.reflect.Reflection.getCallerClass is not supported. This will impact performance.
  9.  
  10. 17:37:36,806 ERROR [com.magusgeek.brutaltester.GameThread] Error during game 1
  11. 17:37:36,808 ERROR [com.magusgeek.brutaltester.GameThread] WARNING: An illegal reflective access operation has occurred
  12. WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/alshock/Documents/Codingame/cg-brutaltester/referees/UTTT/target/tictactoe.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
  13. WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
  14. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  15. WARNING: All illegal access operations will be denied in a future release
  16.  
  17. 17:37:36,808 ERROR [com.magusgeek.brutaltester.GameThread] If you want to replay and see this game, use the following command line:
  18. 17:37:36,809 ERROR [com.magusgeek.brutaltester.GameThread] java -jar target/tictactoe.jar -p1 ../../../UTTT/uttt_ai -p2 ../../../UTTT/uttt_ai -s -d
  19. seed=-292272371
  20.  
  21.  
  22. 17:37:36,836 INFO [com.magusgeek.brutaltester.GameThread] End of game 1 0.00% 100.00%
  23. 17:37:36,837 INFO [com.magusgeek.brutaltester.Main] *** End of games ***
  24. +----------+----------+----------+
  25. | Results | Player 1 | Player 2 |
  26. +----------+----------+----------+
  27. | Player 1 | | 0.00% |
  28. +----------+----------+----------+
  29. | Player 2 | 100.00% | |
  30. +----------+----------+----------+
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement