Guest User

Untitled

a guest
Jun 27th, 2021
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.65 KB | None | 0 0
  1. ====================================
  2. = Download and Extract Source Code =
  3. ====================================
  4. --2021-06-27 19:29:52-- https://www.codingame.com/servlet/fileservlet?id=66825709758304
  5. Resolving www.codingame.com (www.codingame.com)... 35.169.199.105, 54.175.142.159
  6. Connecting to www.codingame.com (www.codingame.com)|35.169.199.105|:443... connected.
  7. HTTP request sent, awaiting response... 200
  8. Length: 274628 (268K) [application/zip]
  9. Saving to: ‘source.zip’
  10.  
  11. source.zip 100%[===================>] 268.19K 1.36MB/s in 0.2s
  12.  
  13. 2021-06-27 19:29:53 (1.36 MB/s) - ‘source.zip’ saved [274628/274628]
  14.  
  15. Archive: source.zip
  16. inflating: config/Boss.py
  17. inflating: config/config.ini
  18. inflating: config/statement_en.html
  19. inflating: config/stub.txt
  20. inflating: pom.xml
  21. inflating: src/main/kotlin/com/codingame/game/Config.kt
  22. inflating: src/main/kotlin/com/codingame/game/core/Action.kt
  23. inflating: src/main/kotlin/com/codingame/game/core/Arena.kt
  24. inflating: src/main/kotlin/com/codingame/game/core/Interpreter.kt
  25. inflating: src/main/kotlin/com/codingame/game/core/Robot.kt
  26. inflating: src/main/kotlin/com/codingame/game/InputGenerator.kt
  27. inflating: src/main/kotlin/com/codingame/game/Player.kt
  28. inflating: src/main/kotlin/com/codingame/game/Presenter.kt
  29. inflating: src/main/kotlin/com/codingame/game/Referee.kt
  30. inflating: src/main/kotlin/com/codingame/game/util/MoveGraph.kt
  31. inflating: src/main/kotlin/com/codingame/game/util/Symmetry.kt
  32. inflating: src/main/kotlin/com/codingame/game/util/Vector.kt
  33. inflating: src/main/resources/view/assets/brick4.png
  34. inflating: src/main/resources/view/assets/fist.png
  35. inflating: src/main/resources/view/assets/frame.png
  36. inflating: src/main/resources/view/assets/shield.png
  37. inflating: src/main/resources/view/config.js
  38. inflating: src/main/resources/view/demo.js
  39. inflating: src/test/kotlin/com/codingame/game/core/ActionTest.kt
  40. inflating: src/test/kotlin/com/codingame/game/core/ArenaTest.kt
  41. inflating: src/test/kotlin/com/codingame/game/core/InterpreterTest.kt
  42. inflating: src/test/kotlin/com/codingame/game/InputGeneratorTest.kt
  43. inflating: src/test/kotlin/com/codingame/game/Main.kt
  44. =====================
  45. = 1st project Build =
  46. =====================
  47. [INFO] Scanning for projects...
  48. [INFO]
  49. [INFO] -------------------< com.codingame.game:clashofbots >-------------------
  50. [INFO] Building clashofbots 1.0-SNAPSHOT
  51. [INFO] --------------------------------[ jar ]---------------------------------
  52. [INFO]
  53. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ clashofbots ---
  54. [INFO]
  55. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ clashofbots ---
  56. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  57. [INFO] Copying 6 resources
  58. [INFO]
  59. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ clashofbots ---
  60. [INFO] No sources to compile
  61. [INFO]
  62. [INFO] --- kotlin-maven-plugin:1.4.31:compile (compile) @ clashofbots ---
  63. [WARNING] Source root doesn't exist: /tmp/tmp.RGU5a96DNc/src/main/java
  64. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/Presenter.kt: (131, 36) Parameter 'guard' is never used
  65. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/Presenter.kt: (299, 46) Parameter 'selfdestruction' is never used
  66. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/Presenter.kt: (410, 32) Unnecessary non-null assertion (!!) on a non-null receiver of type Position
  67. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/core/Interpreter.kt: (28, 60) Unchecked cast: Map<Robot, Action> to Map<Robot, Action.Guard>
  68. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/core/Interpreter.kt: (36, 60) Unchecked cast: Map<Robot, Action> to Map<Robot, Action.Attack>
  69. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/core/Interpreter.kt: (40, 60) Unchecked cast: Map<Robot, Action> to Map<Robot, Action.Selfdestruction>
  70. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/core/Interpreter.kt: (82, 89) Unchecked cast: Map<Robot, Action> to Map<Robot, Action.Move>
  71. [INFO]
  72. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ clashofbots ---
  73. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  74. [INFO] skip non existing resourceDirectory /tmp/tmp.RGU5a96DNc/src/test/resources
  75. [INFO]
  76. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ clashofbots ---
  77. [INFO] No sources to compile
  78. [INFO]
  79. [INFO] --- kotlin-maven-plugin:1.4.31:test-compile (test-compile) @ clashofbots ---
  80. [WARNING] Source root doesn't exist: /tmp/tmp.RGU5a96DNc/src/test/java
  81. [INFO]
  82. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ clashofbots ---
  83. [INFO] Surefire report directory: /tmp/tmp.RGU5a96DNc/target/surefire-reports
  84.  
  85. -------------------------------------------------------
  86. T E S T S
  87. -------------------------------------------------------
  88.  
  89. Results :
  90.  
  91. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  92.  
  93. [INFO]
  94. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ clashofbots ---
  95. [INFO] Building jar: /tmp/tmp.RGU5a96DNc/target/clashofbots-1.0-SNAPSHOT.jar
  96. [INFO]
  97. [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ clashofbots ---
  98. [INFO] Including com.codingame.gameengine:core:jar:3.15.0 in the shaded jar.
  99. [INFO] Including com.google.inject:guice:jar:4.0 in the shaded jar.
  100. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
  101. [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
  102. [INFO] Including com.google.guava:guava:jar:23.0 in the shaded jar.
  103. [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
  104. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.0.18 in the shaded jar.
  105. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.1 in the shaded jar.
  106. [INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.14 in the shaded jar.
  107. [INFO] Including com.google.code.gson:gson:jar:2.8.2 in the shaded jar.
  108. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
  109. [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.10.0 in the shaded jar.
  110. [INFO] Including org.apache.logging.log4j:log4j-core:jar:2.10.0 in the shaded jar.
  111. [INFO] Including org.apache.logging.log4j:log4j-jcl:jar:2.10.0 in the shaded jar.
  112. [INFO] Including com.codingame.gameengine:module-entities:jar:3.15.0 in the shaded jar.
  113. [INFO] Including com.codingame.gameengine:module-tooltip:jar:3.15.0 in the shaded jar.
  114. [INFO] Including com.codingame.gameengine:module-endscreen:jar:3.15.0 in the shaded jar.
  115. [INFO] Including com.codingame.gameengine:runner:jar:3.15.0 in the shaded jar.
  116. [INFO] Including io.undertow:undertow-core:jar:2.0.25.Final in the shaded jar.
  117. [INFO] Including org.jboss.logging:jboss-logging:jar:3.4.0.Final in the shaded jar.
  118. [INFO] Including org.jboss.xnio:xnio-api:jar:3.3.8.Final in the shaded jar.
  119. [INFO] Including org.jboss.xnio:xnio-nio:jar:3.3.8.Final in the shaded jar.
  120. [INFO] Including commons-io:commons-io:jar:2.4 in the shaded jar.
  121. [INFO] Including org.javassist:javassist:jar:3.22.0-GA in the shaded jar.
  122. [INFO] Including org.apache.commons:commons-lang3:jar:3.5 in the shaded jar.
  123. [INFO] Including org.yaml:snakeyaml:jar:1.24 in the shaded jar.
  124. [INFO] Including junit:junit:jar:4.12 in the shaded jar.
  125. [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
  126. [INFO] Including io.vavr:vavr:jar:0.10.3 in the shaded jar.
  127. [INFO] Including io.vavr:vavr-match:jar:0.10.3 in the shaded jar.
  128. [INFO] Including io.vavr:vavr-kotlin:jar:0.10.2 in the shaded jar.
  129. [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.4.31 in the shaded jar.
  130. [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.31 in the shaded jar.
  131. [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.31 in the shaded jar.
  132. [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
  133. [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.4.31 in the shaded jar.
  134. [INFO] Including org.jetbrains.kotlinx:kotlinx-serialization-json:jar:1.2.1 in the shaded jar.
  135. [INFO] Including org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:jar:1.2.1 in the shaded jar.
  136. [INFO] Including org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:jar:1.2.1 in the shaded jar.
  137. [INFO] Including io.kotest:kotest-runner-junit5-jvm:jar:4.4.3 in the shaded jar.
  138. [INFO] Including io.kotest:kotest-framework-api-jvm:jar:4.4.3 in the shaded jar.
  139. [INFO] Including io.kotest:kotest-common-jvm:jar:4.4.3 in the shaded jar.
  140. [INFO] Including io.kotest:kotest-framework-engine-jvm:jar:4.4.3 in the shaded jar.
  141. [INFO] Including io.github.classgraph:classgraph:jar:4.8.102 in the shaded jar.
  142. [INFO] Including com.github.ajalt:mordant:jar:1.2.1 in the shaded jar.
  143. [INFO] Including com.github.ajalt:colormath:jar:1.2.0 in the shaded jar.
  144. [INFO] Including org.jetbrains.kotlin:kotlin-script-util:jar:1.4.31 in the shaded jar.
  145. [INFO] Including org.jetbrains.intellij.deps:trove4j:jar:1.0.20181211 in the shaded jar.
  146. [INFO] Including org.jetbrains.kotlin:kotlin-daemon-client:jar:1.4.31 in the shaded jar.
  147. [INFO] Including org.jetbrains.kotlinx:kotlinx-coroutines-core:jar:1.3.8 in the shaded jar.
  148. [INFO] Including org.jetbrains.kotlin:kotlin-scripting-jvm:jar:1.4.31 in the shaded jar.
  149. [INFO] Including org.jetbrains.kotlin:kotlin-scripting-common:jar:1.4.31 in the shaded jar.
  150. [INFO] Including org.opentest4j:opentest4j:jar:1.2.0 in the shaded jar.
  151. [INFO] Including io.kotest:kotest-framework-discovery-jvm:jar:4.4.3 in the shaded jar.
  152. [INFO] Including io.kotest:kotest-extensions-jvm:jar:4.4.3 in the shaded jar.
  153. [INFO] Including io.mockk:mockk:jar:1.9.3 in the shaded jar.
  154. [INFO] Including io.mockk:mockk-common:jar:1.9.3 in the shaded jar.
  155. [INFO] Including io.mockk:mockk-dsl:jar:1.9.3 in the shaded jar.
  156. [INFO] Including io.mockk:mockk-dsl-jvm:jar:1.9.3 in the shaded jar.
  157. [INFO] Including io.mockk:mockk-agent-jvm:jar:1.9.3 in the shaded jar.
  158. [INFO] Including io.mockk:mockk-agent-api:jar:1.9.3 in the shaded jar.
  159. [INFO] Including io.mockk:mockk-agent-common:jar:1.9.3 in the shaded jar.
  160. [INFO] Including org.objenesis:objenesis:jar:3.0.1 in the shaded jar.
  161. [INFO] Including net.bytebuddy:byte-buddy:jar:1.9.10 in the shaded jar.
  162. [INFO] Including net.bytebuddy:byte-buddy-agent:jar:1.9.10 in the shaded jar.
  163. [INFO] Including org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:jar:1.4.3 in the shaded jar.
  164. [INFO] Including org.junit.platform:junit-platform-engine:jar:1.6.2 in the shaded jar.
  165. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.0 in the shaded jar.
  166. [INFO] Including org.junit.platform:junit-platform-commons:jar:1.6.2 in the shaded jar.
  167. [INFO] Including org.junit.platform:junit-platform-suite-api:jar:1.6.2 in the shaded jar.
  168. [INFO] Including org.junit.platform:junit-platform-launcher:jar:1.6.2 in the shaded jar.
  169. [INFO] Including org.junit.jupiter:junit-jupiter-api:jar:5.6.2 in the shaded jar.
  170. [INFO] Including org.jetbrains.kotlin:kotlin-script-runtime:jar:1.4.31 in the shaded jar.
  171. [INFO] Including org.jetbrains.kotlin:kotlin-reflect:jar:1.4.31 in the shaded jar.
  172. [INFO] Including io.kotest:kotest-assertions-core-jvm:jar:4.4.3 in the shaded jar.
  173. [INFO] Including io.kotest:kotest-assertions-shared-jvm:jar:4.4.3 in the shaded jar.
  174. [INFO] Including io.github.java-diff-utils:java-diff-utils:jar:4.9 in the shaded jar.
  175. [INFO] Including org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:jar:1.4.3 in the shaded jar.
  176. [INFO] Including io.kotest:kotest-assertions-api-jvm:jar:4.4.3 in the shaded jar.
  177. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  178. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  179. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  180. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  181. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  182. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  183. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  184. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  185. [WARNING] kotlinx-coroutines-core-jvm-1.4.3.jar, kotlinx-coroutines-core-1.3.8.jar define 819 overlapping classes:
  186. [WARNING] - kotlinx.coroutines.flow.FlowKt__TransformKt$unsafeTransform$$inlined$unsafeFlow$1$lambda$1$1
  187. [WARNING] - kotlinx.coroutines.sync.MutexKt$withLock$1
  188. [WARNING] - kotlinx.coroutines.flow.FlowKt__MergeKt$unsafeTransform$$inlined$unsafeFlow$1$lambda$1
  189. [WARNING] - kotlinx.coroutines.channels.ChannelsKt__Channels_commonKt$maxBy$1
  190. [WARNING] - kotlinx.coroutines.ChildJob$DefaultImpls
  191. [WARNING] - kotlinx.coroutines.EventLoop
  192. [WARNING] - kotlinx.coroutines.flow.FlowKt__EmittersKt$invokeSafely$1
  193. [WARNING] - kotlinx.coroutines.internal.LockFreeTaskQueueKt
  194. [WARNING] - kotlinx.coroutines.SupervisorKt
  195. [WARNING] - kotlinx.coroutines.internal.LockFreeTaskQueueCore$Companion
  196. [WARNING] - 809 more...
  197. [WARNING] classgraph-4.8.102.jar, kotlin-stdlib-1.4.31.jar, byte-buddy-1.9.10.jar, kotlin-stdlib-jdk7-1.4.31.jar, kotlin-stdlib-jdk8-1.4.31.jar, byte-buddy-agent-1.9.10.jar, kotlin-reflect-1.4.31.jar define 1 overlapping classes:
  198. [WARNING] - META-INF.versions.9.module-info
  199. [WARNING] maven-shade-plugin has detected that some class files are
  200. [WARNING] present in two or more JARs. When this happens, only one
  201. [WARNING] single version of the class is copied to the uber jar.
  202. [WARNING] Usually this is not harmful and you can skip these warnings,
  203. [WARNING] otherwise try to manually exclude artifacts based on
  204. [WARNING] mvn dependency:tree -Ddetail=true and the above output.
  205. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
  206. [INFO] Replacing /tmp/tmp.RGU5a96DNc/target/referee.jar with /tmp/tmp.RGU5a96DNc/target/clashofbots-1.0-SNAPSHOT-shaded.jar
  207. [INFO]
  208. [INFO] --- maven-install-plugin:2.4:install (default-install) @ clashofbots ---
  209. [INFO] Installing /tmp/tmp.RGU5a96DNc/target/clashofbots-1.0-SNAPSHOT.jar to /root/.m2/repository/com/codingame/game/clashofbots/1.0-SNAPSHOT/clashofbots-1.0-SNAPSHOT.jar
  210. [INFO] Installing /tmp/tmp.RGU5a96DNc/pom-plugin.xml to /root/.m2/repository/com/codingame/game/clashofbots/1.0-SNAPSHOT/clashofbots-1.0-SNAPSHOT.pom
  211. [INFO] ------------------------------------------------------------------------
  212. [INFO] BUILD SUCCESS
  213. [INFO] ------------------------------------------------------------------------
  214. [INFO] Total time: 47.462 s
  215. [INFO] Finished at: 2021-06-27T19:30:42Z
  216. [INFO] ------------------------------------------------------------------------
  217. =========================
  218. = Checking SDK version =
  219. =========================
  220. [OK] Did not detect blacklisted SDK version
  221. ==========================================
  222. = Copy all resources into /tmp/codingame =
  223. ==========================================
  224. ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console. Set system property 'log4j2.debug' to show Log4j2 internal initialization logging.
  225. ============================================
  226. = Build viewer.js (launched in background) =
  227. ============================================
  228. ========================
  229. = Generate referee.jar =
  230. ========================
  231. [INFO] Scanning for projects...
  232. [INFO]
  233. [INFO] -------------------< com.codingame.game:clashofbots >-------------------
  234. [INFO] Building clashofbots 1.0-SNAPSHOT
  235. [INFO] --------------------------------[ jar ]---------------------------------
  236. [INFO]
  237. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ clashofbots ---
  238. [INFO] Deleting /tmp/tmp.RGU5a96DNc/target
  239. [INFO]
  240. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ clashofbots ---
  241. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  242. [INFO] Copying 0 resource
  243. [INFO]
  244. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ clashofbots ---
  245. [INFO] No sources to compile
  246. [INFO]
  247. [INFO] --- kotlin-maven-plugin:1.4.31:compile (compile) @ clashofbots ---
  248. [WARNING] Source root doesn't exist: /tmp/tmp.RGU5a96DNc/src/main/java
  249. npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2.
  250. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/Presenter.kt: (131, 36) Parameter 'guard' is never used
  251. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/Presenter.kt: (299, 46) Parameter 'selfdestruction' is never used
  252. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/Presenter.kt: (410, 32) Unnecessary non-null assertion (!!) on a non-null receiver of type Position
  253. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/core/Interpreter.kt: (28, 60) Unchecked cast: Map<Robot, Action> to Map<Robot, Action.Guard>
  254. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/core/Interpreter.kt: (36, 60) Unchecked cast: Map<Robot, Action> to Map<Robot, Action.Attack>
  255. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/core/Interpreter.kt: (40, 60) Unchecked cast: Map<Robot, Action> to Map<Robot, Action.Selfdestruction>
  256. [WARNING] /tmp/tmp.RGU5a96DNc/src/main/kotlin/com/codingame/game/core/Interpreter.kt: (82, 89) Unchecked cast: Map<Robot, Action> to Map<Robot, Action.Move>
  257. [INFO]
  258. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ clashofbots ---
  259. [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
  260. [INFO] skip non existing resourceDirectory /tmp/tmp.RGU5a96DNc/src/test/resources
  261. [INFO]
  262. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ clashofbots ---
  263. [INFO] No sources to compile
  264. [INFO]
  265. [INFO] --- kotlin-maven-plugin:1.4.31:test-compile (test-compile) @ clashofbots ---
  266. [WARNING] Source root doesn't exist: /tmp/tmp.RGU5a96DNc/src/test/java
  267. npm notice created a lockfile as package-lock.json. You should commit this file.
  268. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@~2.3.2 (node_modules/chokidar/node_modules/fsevents):
  269. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@2.3.2: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  270. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@^1.2.7 (node_modules/watchpack-chokidar2/node_modules/chokidar/node_modules/fsevents):
  271. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  272. npm WARN game-builder@1.0.0 No description
  273.  
  274. added 576 packages from 249 contributors and audited 579 packages in 28.181s
  275. found 3 vulnerabilities (2 moderate, 1 high)
  276. run `npm audit fix` to fix them, or `npm audit` for details
  277.  
  278. > game-builder@1.0.0 build /tmp/codingame
  279. > webpack --config webpack.config.js --bail
  280.  
  281. [INFO]
  282. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ clashofbots ---
  283. [INFO] Surefire report directory: /tmp/tmp.RGU5a96DNc/target/surefire-reports
  284.  
  285. -------------------------------------------------------
  286. T E S T S
  287. -------------------------------------------------------
  288.  
  289. Results :
  290.  
  291. Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
  292.  
  293. [INFO]
  294. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ clashofbots ---
  295. [INFO] Building jar: /tmp/tmp.RGU5a96DNc/target/clashofbots-1.0-SNAPSHOT.jar
  296. [INFO]
  297. [INFO] --- maven-shade-plugin:3.1.0:shade (default) @ clashofbots ---
  298. [INFO] Including com.codingame.gameengine:core:jar:3.15.0 in the shaded jar.
  299. [INFO] Including com.google.inject:guice:jar:4.0 in the shaded jar.
  300. [INFO] Including javax.inject:javax.inject:jar:1 in the shaded jar.
  301. [INFO] Including aopalliance:aopalliance:jar:1.0 in the shaded jar.
  302. [INFO] Including com.google.guava:guava:jar:23.0 in the shaded jar.
  303. [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
  304. [INFO] Including com.google.errorprone:error_prone_annotations:jar:2.0.18 in the shaded jar.
  305. [INFO] Including com.google.j2objc:j2objc-annotations:jar:1.1 in the shaded jar.
  306. [INFO] Including org.codehaus.mojo:animal-sniffer-annotations:jar:1.14 in the shaded jar.
  307. [INFO] Including com.google.code.gson:gson:jar:2.8.2 in the shaded jar.
  308. [INFO] Including commons-logging:commons-logging:jar:1.2 in the shaded jar.
  309. [INFO] Including org.apache.logging.log4j:log4j-api:jar:2.10.0 in the shaded jar.
  310. [INFO] Including org.apache.logging.log4j:log4j-core:jar:2.10.0 in the shaded jar.
  311. [INFO] Including org.apache.logging.log4j:log4j-jcl:jar:2.10.0 in the shaded jar.
  312. [INFO] Including com.codingame.gameengine:module-entities:jar:3.15.0 in the shaded jar.
  313. [INFO] Including com.codingame.gameengine:module-tooltip:jar:3.15.0 in the shaded jar.
  314. [INFO] Including com.codingame.gameengine:module-endscreen:jar:3.15.0 in the shaded jar.
  315. [INFO] Including commons-io:commons-io:jar:2.4 in the shaded jar.
  316. [INFO] Including junit:junit:jar:4.12 in the shaded jar.
  317. [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar.
  318. [INFO] Including io.vavr:vavr:jar:0.10.3 in the shaded jar.
  319. [INFO] Including io.vavr:vavr-match:jar:0.10.3 in the shaded jar.
  320. [INFO] Including io.vavr:vavr-kotlin:jar:0.10.2 in the shaded jar.
  321. [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-jdk8:jar:1.4.31 in the shaded jar.
  322. [INFO] Including org.jetbrains.kotlin:kotlin-stdlib:jar:1.4.31 in the shaded jar.
  323. [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-common:jar:1.4.31 in the shaded jar.
  324. [INFO] Including org.jetbrains:annotations:jar:13.0 in the shaded jar.
  325. [INFO] Including org.jetbrains.kotlin:kotlin-stdlib-jdk7:jar:1.4.31 in the shaded jar.
  326. [INFO] Including org.jetbrains.kotlinx:kotlinx-serialization-json:jar:1.2.1 in the shaded jar.
  327. [INFO] Including org.jetbrains.kotlinx:kotlinx-serialization-json-jvm:jar:1.2.1 in the shaded jar.
  328. [INFO] Including org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:jar:1.2.1 in the shaded jar.
  329. [INFO] Including io.kotest:kotest-runner-junit5-jvm:jar:4.4.3 in the shaded jar.
  330. [INFO] Including io.kotest:kotest-framework-api-jvm:jar:4.4.3 in the shaded jar.
  331. [INFO] Including io.kotest:kotest-common-jvm:jar:4.4.3 in the shaded jar.
  332. [INFO] Including io.kotest:kotest-framework-engine-jvm:jar:4.4.3 in the shaded jar.
  333. [INFO] Including io.github.classgraph:classgraph:jar:4.8.102 in the shaded jar.
  334. [INFO] Including com.github.ajalt:mordant:jar:1.2.1 in the shaded jar.
  335. [INFO] Including com.github.ajalt:colormath:jar:1.2.0 in the shaded jar.
  336. [INFO] Including org.jetbrains.kotlin:kotlin-script-util:jar:1.4.31 in the shaded jar.
  337. [INFO] Including org.jetbrains.intellij.deps:trove4j:jar:1.0.20181211 in the shaded jar.
  338. [INFO] Including org.jetbrains.kotlin:kotlin-daemon-client:jar:1.4.31 in the shaded jar.
  339. [INFO] Including org.jetbrains.kotlinx:kotlinx-coroutines-core:jar:1.3.8 in the shaded jar.
  340. [INFO] Including org.jetbrains.kotlin:kotlin-scripting-jvm:jar:1.4.31 in the shaded jar.
  341. [INFO] Including org.jetbrains.kotlin:kotlin-scripting-common:jar:1.4.31 in the shaded jar.
  342. [INFO] Including org.opentest4j:opentest4j:jar:1.2.0 in the shaded jar.
  343. [INFO] Including io.kotest:kotest-framework-discovery-jvm:jar:4.4.3 in the shaded jar.
  344. [INFO] Including io.kotest:kotest-extensions-jvm:jar:4.4.3 in the shaded jar.
  345. [INFO] Including io.mockk:mockk:jar:1.9.3 in the shaded jar.
  346. [INFO] Including io.mockk:mockk-common:jar:1.9.3 in the shaded jar.
  347. [INFO] Including io.mockk:mockk-dsl:jar:1.9.3 in the shaded jar.
  348. [INFO] Including io.mockk:mockk-dsl-jvm:jar:1.9.3 in the shaded jar.
  349. [INFO] Including io.mockk:mockk-agent-jvm:jar:1.9.3 in the shaded jar.
  350. [INFO] Including io.mockk:mockk-agent-api:jar:1.9.3 in the shaded jar.
  351. [INFO] Including io.mockk:mockk-agent-common:jar:1.9.3 in the shaded jar.
  352. [INFO] Including org.objenesis:objenesis:jar:3.0.1 in the shaded jar.
  353. [INFO] Including net.bytebuddy:byte-buddy:jar:1.9.10 in the shaded jar.
  354. [INFO] Including net.bytebuddy:byte-buddy-agent:jar:1.9.10 in the shaded jar.
  355. [INFO] Including org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:jar:1.4.3 in the shaded jar.
  356. [INFO] Including org.junit.platform:junit-platform-engine:jar:1.6.2 in the shaded jar.
  357. [INFO] Including org.apiguardian:apiguardian-api:jar:1.1.0 in the shaded jar.
  358. [INFO] Including org.junit.platform:junit-platform-commons:jar:1.6.2 in the shaded jar.
  359. [INFO] Including org.junit.platform:junit-platform-suite-api:jar:1.6.2 in the shaded jar.
  360. [INFO] Including org.junit.platform:junit-platform-launcher:jar:1.6.2 in the shaded jar.
  361. [INFO] Including oter:junit-jupiter-api:jar:5.6.2 in the shaded jar.
  362. [INFO] Including org.jetbrains.kotlin:kotlin-script-runtime:jar:1.4.31 in the shaded jar.
  363. [INFO] Including org.jetbraind jar.
  364. [INFO] Including io.kotest:kotest-assertions-core-jvm:jar:4.4.3 in the shaded jar.
  365. [INFO] Including io.kotest:kotest-assertions-shared-jvm:jar:4.4.3 in the shaded jar.
  366. [INFO] Including io.github.java-diff-utils:java-.kotlinx:kotlinx-coroutines-jdke sh34mINFO] Including io.kotest:kotest-assertions-api-jvm:jarthe shaded jar.
  367. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  368. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  369. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  370. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  371. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  372. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  373. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  374. [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
  375. [WARNING] kotlinx-coroutines-core-jvm-1.4.3.jar, kotlinx-coroutines-core-1.3.8.jar define 819 overlapping classes:
  376. [WARNING] - kotlinx.coroutines.flow.FlowKt__TransformKt$unsafeTransform$$inlined$unsafeFlow$1$lambda$1$1
  377. [WARNING] - kotlinx.coroutines.sync.MutexKt$withLock$1
  378. [WARNING] - kotlinx.coroutines.flow.FlowKt__MergeKt$unsafeTransform$$inlined$unsafeFlow$1$lambda$1
  379. [WARNING] - kotlinx.coroutines.channels.ChannelsKt__Channels_commonKt$maxBy$1
  380. [WARNING] - kotlinx.coroutines.ChildJob$DefaultImpls
  381. [WARNING] - kotlinx.coroutines.EventLoop
  382. [WARNING] - kotlinx.coroutines.flow.FlowKt__EmittersKt$invokeSafely$1
  383. [WARNING] - kotlinx.coroutines.internal.LockFreeTaskQueueKt
  384. [WARNING] - kotlinx.coroutines.SupervisorKt
  385. [WARNING] - kotlinx.coroutines.internal.LockFreeTaskQueueCore$Companion
  386. [WARNING] - 809 more...
  387. [WARNING] classgraph-4.8.102.jar, kotlin-stdlib-1.4.31.jar, byte-buddy-1.9.10.jar, kotlin-stdlib-jdk7-1.4.31.jar, kotlin-stdlib-jdk8-1.4.31.jar, byte-buddy-agent-1.9.10.jar, kotlin-reflect-1.4.31.jar define 1 overlapping classes:
  388. [WARNING] - META-INF.versions.9.module-info
  389. [WARNING] maven-shade-plugin has detected that some class files are
  390. [WARNING] present in two or more JARs. When this happens, only one
  391. [WARNING] single version of the class is copied to the uber jar.
  392. [WARNING] Usually this is not harmful and you can skip these warnings,
  393. [WARNING] otherwise try to manually exclude artifacts based on
  394. [WARNING] mvn dependency:tree -Ddetail=true and the above output.
  395. [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
  396. [INFO] Replacing /tmp/tmp.RGU5a96DNc/target/referee.jar with /tmp/tmp.RGU5a96DNc/target/clashofbots-1.0-SNAPSHOT-shaded.jar
  397. [INFO] ------------------------------------------------------------------------
  398. [INFO] BUILD SUCCESS
  399. [INFO] ------------------------------------------------------------------------
  400. [INFO] Total time: 37.970 s
  401. [INFO] Finished at: 2021-06-27T19:31:24Z
  402. [INFO] ------------------------------------------------------------------------
  403. =========================
  404. = Create output archive =
  405. =========================
  406. Hash: 6c60036833681b00942b
  407. Version: webpack 4.46.0
  408. Time: 11579ms
  409. Built at: 06/27/2021 7:31:27 PM
  410. Asset Size Chunks Chunk Names
  411. viewer.js 101 KiB 0 [emitted] main
  412. Entrypoint main = viewer.js
  413. [0] ./core/Drawer.js + 38 modules 205 KiB {0} [built]
  414. | ./core/Drawer.js 35.8 KiB [built]
  415. | ./assets.js 511 bytes [built]
  416. | ./core/utils.js 2.65 KiB [built]
  417. | ./core/ErrorLog.js 1.3 KiB [built]
  418. | ./core/rendering.js 430 bytes [built]
  419. | ./core/constants.js 150 bytes [built]
  420. | ./config.js 404 bytes [built]
  421. | ./demo.js 23 bytes [built]
  422. | ./core/ModuleError.js 4.05 KiB [built]
  423. | ./entity-module/GraphicEntityModule.js 11.4 KiB [built]
  424. | ./tooltip-module/TooltipModule.js 9.83 KiB [built]
  425. | ./endscreen-module/EndScreenModule.js 11.1 KiB [built]
  426. | ./entity-module/ContainerBasedEntity.js 4.52 KiB [built]
  427. | ./entity-module/CommandParser.js 3.77 KiB [built]
  428. | ./endscreen-module/errors/MissingImageError.js 4.17 KiB [built]
  429. | + 24 hidden modules
  430.  
  431. WARNING in ./core/Drawer.js 64:13-39
  432. "export 'defaultOverSampling' (imported as 'config') was not found in '../config.js'
  433.  
  434. WARNING in ./core/Drawer.js 57:18-29
  435. "export 'demo' (imported as 'config') was not found in '../config.js'
  436.  
  437. WARNING in ./core/Drawer.js 120:13-28
  438. "export 'gameName' (imported as 'config') was not found in '../config.js'
  439.  
  440. WARNING in ./core/Drawer.js 150:10-24
  441. "export 'options' (imported as 'config') was not found in '../config.js'
  442.  
  443. WARNING in ./core/Drawer.js 151:15-29
  444. "export 'options' (imported as 'config') was not found in '../config.js'
  445.  
  446. WARNING in ./core/Drawer.js 49:10-29
  447. "export 'overlayAlpha' (imported as 'config') was not found in '../config.js'
  448.  
  449. WARNING in ./core/Drawer.js 49:33-52
  450. "export 'overlayAlpha' (imported as 'config') was not found in '../config.js'
  451.  
  452. WARNING in ./core/Drawer.js 50:33-52
  453. "export 'overlayAlpha' (imported as 'config') was not found in '../config.js'
  454.  
  455. WARNING in ./core/Drawer.js 34:34-63
  456. "export 'stepByStepAnimateSpeed' (imported as 'config') was not found in '../config.js'
  457.  
  458.  
  459. ╭────────────────────────────────────────────────────────────────╮
  460. │ │
  461. │ New major version of npm available! 6.12.1 → 7.19.0 │
  462. │ Changelog: https://github.com/npm/cli/releases/tag/v7.19.0 │
  463. │ Run npm install -g npm to update! │
  464. │ │
  465. ╰────────────────────────────────────────────────────────────────╯
  466.  
  467. adding: config/ (stored 0%)
  468. adding: config/stub.txt (deflated 29%)
  469. adding: config/Boss.py (deflated 34%)
  470. adding: config/config.ini (deflated 12%)
  471. adding: config/statement_en.html (deflated 76%)
  472. adding: hashed_assets/ (stored 0%)
  473. adding: hashed_assets/c8bfd123920b201ad3e57ce141b062b3edeba25bb6865af1f86b64ebefe89e0c.png (deflated 1%)
  474. adding: hashed_assets/cc84c7057085ade3ca2ab3ab82ef67b6c9dd11cc65a2c1da4937f92cdccb0d29.png (deflated 85%)
  475. adding: hashed_assets/512d5ff4b29b7a20b79a0889e3455b9a7954366168f0264232b6d90c7df3744e.png (deflated 5%)
  476. adding: hashed_assets/713ad99983b54cc963ae08b0947edf9fa334ddbea399abdba6569dc29a87c1a4.png (deflated 47%)
  477. adding: referee.jar (deflated 11%)
  478. adding: viewer.js (deflated 82%)
  479. ==========================
  480. % Total % Received % Xferd Average Speed Time Time Time Current
  481. Dload Upload Total Spent Left Speed
  482. 100 21.1M 100 447 100 21.1M 120 5874k 0:00:03 0:00:03 --:--:-- 5873k
  483. parse error: Invalid numeric literal at line 1, column 10
  484. Generated id:
Add Comment
Please, Sign In to add comment