Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. Welcome to battlecode!
  2.  
  3. :compileJava
  4.  
  5. UP-TO-DATE
  6.  
  7. :compileScala
  8.  
  9. UP-TO-DATE
  10. :processResources
  11.  
  12. UP-TO-DATE
  13. :classes UP-TO-DATE
  14. :jar
  15.  
  16. UP-TO-DATE
  17.  
  18. :assemble
  19.  
  20. UP-TO-DATE
  21.  
  22. :compileTestJava
  23.  
  24. UP-TO-DATE
  25.  
  26.  
  27. :compileTestScala
  28.  
  29. UP-TO-DATE
  30.  
  31. :processTestResources
  32.  
  33. UP-TO-DATE
  34.  
  35.  
  36.  
  37. :testClasses
  38.  
  39. UP-TO-DATE
  40.  
  41.  
  42.  
  43. :test
  44.  
  45. UP-TO-DATE
  46.  
  47. :check UP-TO-DATE
  48.  
  49. :unpackClient32 SKIPPED
  50. :build
  51.  
  52.  
  53. :runFromClient
  54.  
  55.  
  56. Waiting for connection from client...
  57.  
  58.  
  59.  
  60. Connection received!
  61.  
  62. SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
  63.  
  64. SLF4J: Defaulting to no-operation (NOP) logger implementation
  65. SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
  66.  
  67. [server] -------------------- Match Starting --------------------
  68. [server] CS13 vs. CS13 on shake
  69.  
  70. [server:warning] java version "1.8.0_111"
  71. [server:warning] Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)
  72. [server:warning] Please report this to the 6.370 devs, by posting to the forum
  73. [server:warning] under the "bugs" thread. Include a copy of this printout and
  74. [server:warning] a brief description of the bug, including whether it's consistent
  75. [server:warning] or sporadic. Thanks!
  76. :runFromClient FAILED
  77.  
  78. BUILD FAILED
  79.  
  80. Total time: 6.576 secs
  81.  
  82. Stack trace:
  83. java.lang.IllegalStateException: Queue full
  84. at java.util.AbstractQueue.add(AbstractQueue.java:98)
  85. at java.util.concurrent.ArrayBlockingQueue.add(ArrayBlockingQueue.java:312)
  86. at battlecode.server.NetServer.addEvent(NetServer.java:99)
  87. at battlecode.server.GameMaker.createEvent(GameMaker.java:217)
  88. at battlecode.server.GameMaker.access$100(GameMaker.java:34)
  89. at battlecode.server.GameMaker$MatchMaker.makeRound(GameMaker.java:467)
  90. at battlecode.world.GameWorld.runRound(GameWorld.java:115)
  91. at battlecode.server.Server.runMatch(Server.java:254)
  92. at battlecode.server.Server.run(Server.java:168)
  93. at battlecode.server.Main.runHeadless(Main.java:77)
  94. at battlecode.server.Main.run(Main.java:109)
  95. at battlecode.server.Main.main(Main.java:119)
  96. invalid bc.server.mode
  97.  
  98. FAILURE: Build failed with an exception.
  99.  
  100. * What went wrong:
  101. Execution failed for task ':runFromClient'.
  102. > Process 'command 'C:\Program Files\Java\jdk1.8.0_111\bin\java.exe'' finished with non-zero exit value 64
  103.  
  104. * Try:
  105. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement