Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2016
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.81 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO] ------------------------------------------------------------------------
  3. [INFO] Reactor Build Order:
  4. [INFO]
  5. [INFO] Spigot-Parent
  6. [INFO] Minecraft Server
  7. [INFO] Minecraft Server Relocation
  8. [INFO] Spigot-API
  9. [INFO] Spigot
  10. [INFO]
  11. [INFO] ------------------------------------------------------------------------
  12. [INFO] Building Spigot-Parent dev-SNAPSHOT
  13. [INFO] ------------------------------------------------------------------------
  14. [INFO]
  15. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ spigot-parent ---
  16. [INFO]
  17. [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ spigot-parent ---
  18. [INFO]
  19. [INFO] --- maven-install-plugin:2.4:install (default-install) @ spigot-parent ---
  20. [INFO] Installing C:\Users\Amine\Desktop\Spigot-master\pom.xml to C:\Users\Amine\.m2\repository\org\spigotmc\spigot-parent\dev-SNAPSHOT\spigot-parent-dev-SNAPSHOT.pom
  21. [INFO]
  22. [INFO] ------------------------------------------------------------------------
  23. [INFO] Building Minecraft Server 1.7.10-SNAPSHOT
  24. [INFO] ------------------------------------------------------------------------
  25. [INFO]
  26. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ minecraft-server ---
  27. [INFO] Deleting C:\Users\Amine\Desktop\Spigot-master\MinecraftServer\target
  28. [INFO]
  29. [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ minecraft-server ---
  30. [INFO]
  31. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ minecraft-server ---
  32. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  33. [INFO] skip non existing resourceDirectory C:\Users\Amine\Desktop\Spigot-master\MinecraftServer\src\main\resources
  34. [INFO]
  35. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ minecraft-server ---
  36. [INFO] No sources to compile
  37. [INFO]
  38. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ minecraft-server ---
  39. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  40. [INFO] skip non existing resourceDirectory C:\Users\Amine\Desktop\Spigot-master\MinecraftServer\src\test\resources
  41. [INFO]
  42. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ minecraft-server ---
  43. [INFO] No sources to compile
  44. [INFO]
  45. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ minecraft-server ---
  46. [INFO] No tests to run.
  47. [INFO]
  48. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ minecraft-server ---
  49. [WARNING] JAR will be empty - no content was marked for inclusion!
  50. [INFO] Building jar: C:\Users\Amine\Desktop\Spigot-master\MinecraftServer\target\minecraft-server-1.7.10-SNAPSHOT.jar
  51. [INFO]
  52. [INFO] --- maven-shade-plugin:2.3:shade (default) @ minecraft-server ---
  53. [INFO] Including org.bukkit:minecraft-server:jar:1.7.10 in the shaded jar.
  54. [INFO] Replacing original artifact with shaded artifact.
  55. [INFO] Replacing C:\Users\Amine\Desktop\Spigot-master\MinecraftServer\target\minecraft-server-1.7.10-SNAPSHOT.jar with C:\Users\Amine\Desktop\Spigot-master\MinecraftServer\target\minecraft-server-1.7.10-SNAPSHOT-shaded.jar
  56. [INFO] Dependency-reduced POM written at: C:\Users\Amine\Desktop\Spigot-master\MinecraftServer\dependency-reduced-pom.xml
  57. [INFO]
  58. [INFO] --- maven-install-plugin:2.4:install (default-install) @ minecraft-server ---
  59. [INFO] Installing C:\Users\Amine\Desktop\Spigot-master\MinecraftServer\target\minecraft-server-1.7.10-SNAPSHOT.jar to C:\Users\Amine\.m2\repository\org\spigotmc\minecraft-server\1.7.10-SNAPSHOT\minecraft-server-1.7.10-SNAPSHOT.jar
  60. [INFO] Installing C:\Users\Amine\Desktop\Spigot-master\MinecraftServer\dependency-reduced-pom.xml to C:\Users\Amine\.m2\repository\org\spigotmc\minecraft-server\1.7.10-SNAPSHOT\minecraft-server-1.7.10-SNAPSHOT.pom
  61. [INFO]
  62. [INFO] ------------------------------------------------------------------------
  63. [INFO] Building Minecraft Server Relocation 1.7.10-SNAPSHOT
  64. [INFO] ------------------------------------------------------------------------
  65. [INFO]
  66. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ minecraft-server-relocated ---
  67. [INFO] Deleting C:\Users\Amine\Desktop\Spigot-master\MinecraftRelocate\target
  68. [INFO]
  69. [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ minecraft-server-relocated ---
  70. [INFO]
  71. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ minecraft-server-relocated ---
  72. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  73. [INFO] skip non existing resourceDirectory C:\Users\Amine\Desktop\Spigot-master\MinecraftRelocate\src\main\resources
  74. [INFO]
  75. [INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ minecraft-server-relocated ---
  76. [INFO] No sources to compile
  77. [INFO]
  78. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ minecraft-server-relocated ---
  79. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  80. [INFO] skip non existing resourceDirectory C:\Users\Amine\Desktop\Spigot-master\MinecraftRelocate\src\test\resources
  81. [INFO]
  82. [INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ minecraft-server-relocated ---
  83. [INFO] No sources to compile
  84. [INFO]
  85. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ minecraft-server-relocated ---
  86. [INFO] No tests to run.
  87. [INFO]
  88. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ minecraft-server-relocated ---
  89. [WARNING] JAR will be empty - no content was marked for inclusion!
  90. [INFO] Building jar: C:\Users\Amine\Desktop\Spigot-master\MinecraftRelocate\target\minecraft-server-relocated-1.7.10-SNAPSHOT.jar
  91. [INFO]
  92. [INFO] --- maven-shade-plugin:2.3:shade (default) @ minecraft-server-relocated ---
  93. [INFO] Including org.spigotmc:minecraft-server:jar:1.7.10-SNAPSHOT in the shaded jar.
  94. [INFO] Including org.bukkit:minecraft-server:jar:1.7.10 in the shaded jar.
  95. [WARNING] minecraft-server-1.7.10-SNAPSHOT.jar, minecraft-server-1.7.10.jar define 6632 overlappping classes:
  96. [WARNING] - net.minecraft.util.io.netty.handler.codec.socks.SocksCmdRequestDecoder$State
  97. [WARNING] - net.minecraft.util.gnu.trove.procedure.TFloatShortProcedure
  98. [WARNING] - net.minecraft.util.com.google.common.util.concurrent.UncaughtExceptionHandlers$Exiter
  99. [WARNING] - net.minecraft.util.com.google.common.collect.EmptyImmutableSortedSet
  100. [WARNING] - net.minecraft.util.com.google.common.collect.ImmutableMapKeySet
  101. [WARNING] - net.minecraft.util.gnu.trove.map.hash.TByteCharHashMap
  102. [WARNING] - net.minecraft.util.com.google.common.collect.Multimaps$Keys$KeysEntrySet
  103. [WARNING] - net.minecraft.util.gnu.trove.decorator.TShortListDecorator
  104. [WARNING] - net.minecraft.util.gnu.trove.map.hash.TObjectFloatHashMap$TFloatValueCollection$1
  105. [WARNING] - net.minecraft.util.gnu.trove.decorator.TFloatShortMapDecorator$1$1$1
  106. [WARNING] - 6622 more...
  107. [WARNING] maven-shade-plugin has detected that some .class files
  108. [WARNING] are present in two or more JARs. When this happens, only
  109. [WARNING] one single version of the class is copied in the uberjar.
  110. [WARNING] Usually this is not harmful and you can skeep these
  111. [WARNING] warnings, otherwise try to manually exclude artifacts
  112. [WARNING] based on mvn dependency:tree -Ddetail=true and the above
  113. [WARNING] output
  114. [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin
  115. [INFO] Replacing original artifact with shaded artifact.
  116. [INFO] Replacing C:\Users\Amine\Desktop\Spigot-master\MinecraftRelocate\target\minecraft-server-relocated-1.7.10-SNAPSHOT.jar with C:\Users\Amine\Desktop\Spigot-master\MinecraftRelocate\target\minecraft-server-relocated-1.7.10-SNAPSHOT-shaded.jar
  117. [INFO] Dependency-reduced POM written at: C:\Users\Amine\Desktop\Spigot-master\MinecraftRelocate\dependency-reduced-pom.xml
  118. [INFO]
  119. [INFO] --- maven-install-plugin:2.4:install (default-install) @ minecraft-server-relocated ---
  120. [INFO] Installing C:\Users\Amine\Desktop\Spigot-master\MinecraftRelocate\target\minecraft-server-relocated-1.7.10-SNAPSHOT.jar to C:\Users\Amine\.m2\repository\org\spigotmc\minecraft-server-relocated\1.7.10-SNAPSHOT\minecraft-server-relocated-1.7.10-SNAPSHOT.jar
  121. [INFO] Installing C:\Users\Amine\Desktop\Spigot-master\MinecraftRelocate\dependency-reduced-pom.xml to C:\Users\Amine\.m2\repository\org\spigotmc\minecraft-server-relocated\1.7.10-SNAPSHOT\minecraft-server-relocated-1.7.10-SNAPSHOT.pom
  122. [INFO]
  123. [INFO] ------------------------------------------------------------------------
  124. [INFO] Building Spigot-API 1.7.10-R0.1-SNAPSHOT
  125. [INFO] ------------------------------------------------------------------------
  126. [INFO]
  127. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ spigot-api ---
  128. [INFO] Deleting C:\Users\Amine\Desktop\Spigot-master\Spigot-API\target
  129. [INFO]
  130. [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ spigot-api ---
  131. [INFO]
  132. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ spigot-api ---
  133. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  134. [INFO] skip non existing resourceDirectory C:\Users\Amine\Desktop\Spigot-master\Spigot-API\src\main\resources
  135. [INFO]
  136. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ spigot-api ---
  137. [INFO] Compiling 649 source files to C:\Users\Amine\Desktop\Spigot-master\Spigot-API\target\classes
  138. [INFO]
  139. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ spigot-api ---
  140. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  141. [INFO] skip non existing resourceDirectory C:\Users\Amine\Desktop\Spigot-master\Spigot-API\src\test\resources
  142. [INFO]
  143. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ spigot-api ---
  144. [INFO] Compiling 47 source files to C:\Users\Amine\Desktop\Spigot-master\Spigot-API\target\test-classes
  145. [INFO]
  146. [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ spigot-api ---
  147. [INFO] Surefire report directory: C:\Users\Amine\Desktop\Spigot-master\Spigot-API\target\surefire-reports
  148.  
  149. -------------------------------------------------------
  150. T E S T S
  151. -------------------------------------------------------
  152. Running org.bukkit.ArtTest
  153. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec
  154. Running org.bukkit.BukkitMirrorTest
  155. Tests run: 480, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 sec
  156. Running org.bukkit.ChatColorTest
  157. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
  158. Running org.bukkit.ChatPaginatorTest
  159. Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
  160. Running org.bukkit.CoalTypeTest
  161. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  162. Running org.bukkit.ColorTest
  163. Tests run: 52, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.381 sec
  164. Running org.bukkit.configuration.file.YamlConfigurationTest
  165. Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.377 sec
  166. Running org.bukkit.configuration.MemoryConfigurationTest
  167. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
  168. Running org.bukkit.configuration.MemorySectionTest
  169. Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.178 sec
  170. Running org.bukkit.conversations.ConversationContextTest
  171. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
  172. Running org.bukkit.conversations.ConversationTest
  173. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
  174. Running org.bukkit.conversations.ValidatingPromptTest
  175. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec
  176. Running org.bukkit.CropStateTest
  177. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  178. Running org.bukkit.DifficultyTest
  179. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  180. Running org.bukkit.DyeColorTest
  181. Tests run: 80, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
  182. Running org.bukkit.EffectTest
  183. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
  184. Running org.bukkit.EntityEffectTest
  185. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
  186. Running org.bukkit.event.PlayerChatTabCompleteEventTest
  187. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.415 sec
  188. Running org.bukkit.GameModeTest
  189. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  190. Running org.bukkit.GrassSpeciesTest
  191. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  192. Running org.bukkit.InstrumentTest
  193. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  194. Running org.bukkit.LocationTest
  195. Tests run: 60, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.054 sec
  196. Running org.bukkit.MaterialTest
  197. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec
  198. Running org.bukkit.metadata.FixedMetadataValueTest
  199. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
  200. Running org.bukkit.metadata.LazyMetadataValueTest
  201. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  202. Running org.bukkit.metadata.MetadataConversionTest
  203. Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
  204. Running org.bukkit.metadata.MetadataStoreTest
  205. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
  206. Running org.bukkit.metadata.MetadataValueAdapterTest
  207. Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
  208. Running org.bukkit.NoteTest
  209. Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
  210. Running org.bukkit.plugin.messaging.StandardMessengerTest
  211. Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec
  212. Running org.bukkit.plugin.PluginManagerTest
  213. juil. 23, 2016 10:47:58 AM org.bukkit.Bukkit setServer
  214. INFOS: This server is running TestServer version Version_null (Implementing API version BukkitVersion_null)
  215. Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 sec
  216. Running org.bukkit.plugin.TimedRegisteredListenerTest
  217. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
  218. Running org.bukkit.potion.PotionTest
  219. Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
  220. Running org.bukkit.TreeSpeciesTest
  221. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  222. Running org.bukkit.util.io.BukkitObjectStreamTest
  223. Tests run: 6, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.207 sec
  224. Running org.bukkit.util.StringUtilStartsWithTest
  225. Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
  226. Running org.bukkit.util.StringUtilTest
  227. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec
  228. Running org.bukkit.WorldTypeTest
  229. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
  230.  
  231. Results :
  232.  
  233. Tests run: 911, Failures: 0, Errors: 0, Skipped: 3
  234.  
  235. [INFO]
  236. [INFO] --- maven-jar-plugin:2.4:jar (default-jar) @ spigot-api ---
  237. [INFO] Building jar: C:\Users\Amine\Desktop\Spigot-master\Spigot-API\target\spigot-api-1.7.10-R0.1-SNAPSHOT.jar
  238. [INFO]
  239. [INFO] --- maven-shade-plugin:1.4:shade (default) @ spigot-api ---
  240. [INFO] Including org.yaml:snakeyaml:jar:1.12 in the shaded jar.
  241. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar.
  242. [INFO] Including org.avaje:ebean:jar:2.8.1 in the shaded jar.
  243. [INFO] Including javax.persistence:persistence-api:jar:1.0 in the shaded jar.
  244. [INFO] Including com.google.guava:guava:jar:10.0.1 in the shaded jar.
  245. [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar.
  246. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar.
  247. [INFO] Replacing original artifact with shaded artifact.
  248. [INFO] Replacing C:\Users\Amine\Desktop\Spigot-master\Spigot-API\target\spigot-api-1.7.10-R0.1-SNAPSHOT.jar with C:\Users\Amine\Desktop\Spigot-master\Spigot-API\target\spigot-api-1.7.10-R0.1-SNAPSHOT-shaded.jar
  249. [INFO]
  250. [INFO] --- maven-install-plugin:2.4:install (default-install) @ spigot-api ---
  251. [INFO] Installing C:\Users\Amine\Desktop\Spigot-master\Spigot-API\target\spigot-api-1.7.10-R0.1-SNAPSHOT.jar to C:\Users\Amine\.m2\repository\org\spigotmc\spigot-api\1.7.10-R0.1-SNAPSHOT\spigot-api-1.7.10-R0.1-SNAPSHOT.jar
  252. [INFO] Installing C:\Users\Amine\Desktop\Spigot-master\Spigot-API\dependency-reduced-pom.xml to C:\Users\Amine\.m2\repository\org\spigotmc\spigot-api\1.7.10-R0.1-SNAPSHOT\spigot-api-1.7.10-R0.1-SNAPSHOT.pom
  253. [INFO]
  254. [INFO] ------------------------------------------------------------------------
  255. [INFO] Building Spigot 1.7.10-R0.1-SNAPSHOT
  256. [INFO] ------------------------------------------------------------------------
  257. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/com/wolvereness/overmapped/0.0.2/overmapped-0.0.2.pom
  258. [INFO] Downloaded: http://repo.bukkit.org/content/groups/public/com/wolvereness/overmapped/0.0.2/overmapped-0.0.2.pom (4 KB at 6.5 KB/sec)
  259. [INFO]
  260. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ spigot ---
  261. [INFO] Deleting C:\Users\Amine\Desktop\Spigot-master\Spigot-Server\target
  262. [INFO]
  263. [INFO] --- maven-enforcer-plugin:1.0:enforce (enforce-maven) @ spigot ---
  264. [INFO]
  265. [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ spigot ---
  266. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  267. [INFO] Copying 6 resources
  268. [INFO]
  269. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ spigot ---
  270. [INFO] Compiling 662 source files to C:\Users\Amine\Desktop\Spigot-master\Spigot-Server\target\classes
  271. [WARNING] \Users\Amine\Desktop\Spigot-master\Spigot-Server\src\main\java\org\spigotmc\CachedStreamHandlerFactory.java:[31,43] Handler is internal proprietary API and may be removed in a future release
  272. [WARNING] \Users\Amine\Desktop\Spigot-master\Spigot-Server\src\main\java\org\spigotmc\CachedStreamHandlerFactory.java:[33,44] Handler is internal proprietary API and may be removed in a future release
  273. [INFO]
  274. [INFO] --- gitdescribe-maven-plugin:1.3:gitdescribe (default) @ spigot ---
  275. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.pom
  276. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.pom
  277. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.pom (2 KB at 1.9 KB/sec)
  278. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/scm/maven-scm/1.2/maven-scm-1.2.pom
  279. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.2/maven-scm-1.2.pom
  280. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm/1.2/maven-scm-1.2.pom (12 KB at 100.1 KB/sec)
  281. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
  282. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom
  283. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.6/plexus-utils-1.5.6.pom (6 KB at 40.8 KB/sec)
  284. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
  285. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom
  286. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.12/plexus-1.0.12.pom (10 KB at 28.1 KB/sec)
  287. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar
  288. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.jar
  289. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar
  290. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.jar (185 KB at 239.3 KB/sec)
  291. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.jar
  292. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/scm/maven-scm-api/1.2/maven-scm-api-1.2.jar (83 KB at 272.8 KB/sec)
  293. [INFO] Setting Git Describe: git-Spigot-unknown
  294. [INFO]
  295. [INFO] --- maven-resources-plugin:2.4.3:testResources (default-testResources) @ spigot ---
  296. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  297. [INFO] skip non existing resourceDirectory C:\Users\Amine\Desktop\Spigot-master\Spigot-Server\src\test\resources
  298. [INFO]
  299. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ spigot ---
  300. [INFO] Compiling 31 source files to C:\Users\Amine\Desktop\Spigot-master\Spigot-Server\target\test-classes
  301. [INFO]
  302. [INFO] --- maven-surefire-plugin:2.11:test (default-test) @ spigot ---
  303. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.11/surefire-booter-2.11.pom
  304. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.11/surefire-booter-2.11.pom
  305. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.11/surefire-booter-2.11.pom (3 KB at 27.1 KB/sec)
  306. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.11/surefire-api-2.11.pom
  307. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.11/surefire-api-2.11.pom
  308. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.11/surefire-api-2.11.pom (3 KB at 21.1 KB/sec)
  309. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.11/maven-surefire-common-2.11.pom
  310. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.11/maven-surefire-common-2.11.pom
  311. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.11/maven-surefire-common-2.11.pom (4 KB at 36.9 KB/sec)
  312. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
  313. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom
  314. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4 KB at 39.4 KB/sec)
  315. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/surefire/surefire-booter/2.11/surefire-booter-2.11.jar
  316. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/surefire/surefire-api/2.11/surefire-api-2.11.jar
  317. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/surefire/maven-surefire-common/2.11/maven-surefire-common-2.11.jar
  318. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.jar
  319. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.11/surefire-booter-2.11.jar
  320. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.11/surefire-booter-2.11.jar (33 KB at 260.4 KB/sec)
  321. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.11/surefire-api-2.11.jar
  322. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.11/surefire-api-2.11.jar (157 KB at 635.5 KB/sec)
  323. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.11/maven-surefire-common-2.11.jar
  324. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.11/maven-surefire-common-2.11.jar (83 KB at 507.0 KB/sec)
  325. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.jar
  326. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.jar (220 KB at 658.4 KB/sec)
  327. [INFO] Surefire report directory: C:\Users\Amine\Desktop\Spigot-master\Spigot-Server\target\surefire-reports
  328. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/surefire/surefire-junit4/2.11/surefire-junit4-2.11.pom
  329. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.11/surefire-junit4-2.11.pom
  330. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.11/surefire-junit4-2.11.pom (3 KB at 21.8 KB/sec)
  331. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/surefire/surefire-providers/2.11/surefire-providers-2.11.pom
  332. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.11/surefire-providers-2.11.pom
  333. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.11/surefire-providers-2.11.pom (3 KB at 21.8 KB/sec)
  334. [INFO] Downloading: http://repo.bukkit.org/content/groups/public/org/apache/maven/surefire/surefire-junit4/2.11/surefire-junit4-2.11.jar
  335. [INFO] Downloading: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.11/surefire-junit4-2.11.jar
  336. [INFO] Downloaded: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.11/surefire-junit4-2.11.jar (33 KB at 232.8 KB/sec)
  337.  
  338. -------------------------------------------------------
  339. T E S T S
  340. -------------------------------------------------------
  341. Running org.bukkit.ArtTest
  342. Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec
  343. Running org.bukkit.craftbukkit.inventory.FactoryItemMaterialTest
  344. 2016-07-23 10:49:18,147 WARN Unable to instantiate org.fusesource.jansi.WindowsAnsiOutputStream
  345. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 6.06 sec <<< FAILURE!
  346. Running org.bukkit.craftbukkit.inventory.ItemFactoryTest
  347. juil. 23, 2016 10:49:21 AM org.bukkit.Bukkit setServer
  348. INFOS: This server is running org.bukkit.support.DummyServer version null (Implementing API version Unknown-Version)
  349. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.109 sec <<< FAILURE!
  350. Running org.bukkit.craftbukkit.inventory.ItemMetaImplementationOverrideTest
  351. Tests run: 96, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
  352. Running org.bukkit.craftbukkit.inventory.ItemMetaTest
  353. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.005 sec <<< FAILURE!
  354. Running org.bukkit.craftbukkit.inventory.NMSCraftItemStackTest
  355. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE!
  356. Running org.bukkit.DyeColorsTest
  357. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.019 sec <<< FAILURE!
  358. Running org.bukkit.MaterialTest
  359. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 sec <<< FAILURE!
  360. Running org.bukkit.PerMaterialTest
  361. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.292 sec <<< FAILURE!
  362. Running org.bukkit.potion.PotionTest
  363. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.001 sec <<< FAILURE!
  364. Running org.bukkit.SoundTest
  365. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
  366. Running org.bukkit.StatisticsAndAchievementsTest
  367. Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.002 sec <<< FAILURE!
  368. Running org.bukkit.WorldTypeTest
  369. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
  370.  
  371. Results :
  372.  
  373. Tests in error:
  374. org.bukkit.craftbukkit.inventory.FactoryItemMaterialTest
  375. org.bukkit.craftbukkit.inventory.ItemFactoryTest: Could not initialize class net.minecraft.server.MobEffectList
  376. org.bukkit.craftbukkit.inventory.ItemMetaTest: Could not initialize class org.bukkit.support.DummyPotions
  377. org.bukkit.craftbukkit.inventory.NMSCraftItemStackTest: Could not initialize class org.bukkit.support.DummyPotions
  378. org.bukkit.DyeColorsTest: Could not initialize class org.bukkit.support.DummyPotions
  379. org.bukkit.MaterialTest: Could not initialize class org.bukkit.support.DummyPotions
  380. org.bukkit.PerMaterialTest: Could not initialize class org.bukkit.support.DummyPotions
  381. org.bukkit.potion.PotionTest: Could not initialize class org.bukkit.support.DummyPotions
  382. org.bukkit.StatisticsAndAchievementsTest: Could not initialize class org.bukkit.support.DummyPotions
  383.  
  384. Tests run: 110, Failures: 0, Errors: 9, Skipped: 0
  385.  
  386. [INFO] ------------------------------------------------------------------------
  387. [INFO] Reactor Summary:
  388. [INFO]
  389. [INFO] Spigot-Parent ...................................... SUCCESS [ 3.277 s]
  390. [INFO] Minecraft Server ................................... SUCCESS [ 11.988 s]
  391. [INFO] Minecraft Server Relocation ........................ SUCCESS [ 21.018 s]
  392. [INFO] Spigot-API ......................................... SUCCESS [ 49.030 s]
  393. [INFO] Spigot ............................................. FAILURE [01:06 min]
  394. [INFO] ------------------------------------------------------------------------
  395. [INFO] BUILD FAILURE
  396. [INFO] ------------------------------------------------------------------------
  397. [INFO] Total time: 02:32 min
  398. [INFO] Finished at: 2016-07-23T10:49:21-04:00
  399. [INFO] Final Memory: 54M/417M
  400. [INFO] ------------------------------------------------------------------------
  401. [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.11:test (default-test) on project spigot: There are test failures.
  402. [ERROR]
  403. [ERROR] Please refer to C:\Users\Amine\Desktop\Spigot-master\Spigot-Server\target\surefire-reports for the individual test results.
  404. [ERROR] -> [Help 1]
  405. [ERROR]
  406. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  407. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  408. [ERROR]
  409. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  410. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
  411. [ERROR]
  412. [ERROR] After correcting the problems, you can resume the build with the command
  413. [ERROR] mvn <goals> -rf :spigot
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement