Advertisement
Guest User

Untitled

a guest
Mar 8th, 2018
551
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.11 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building vectalign 0.2
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ vectalign ---
  8. [INFO] Deleting /root/vectalign/target
  9. [INFO]
  10. [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ vectalign ---
  11. [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
  12. [INFO] Copying 4 resources
  13. [INFO]
  14. [INFO] --- maven-compiler-plugin:3.2:compile (default-compile) @ vectalign ---
  15. [INFO] Changes detected - recompiling the module!
  16. [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
  17. [INFO] Compiling 19 source files to /root/vectalign/target/classes
  18. [ERROR] /root/vectalign/src/main/java/com/bonnyfone/vectalign/techniques/NWAlignment.java:[10,13] unmappable character for encoding ASCII
  19. [ERROR] /root/vectalign/src/main/java/com/bonnyfone/vectalign/techniques/NWAlignment.java:[10,14] unmappable character for encoding ASCII
  20. [ERROR] /root/vectalign/src/main/java/com/bonnyfone/vectalign/techniques/NWAlignment.java:[10,15] unmappable character for encoding ASCII
  21. [INFO] /root/vectalign/src/main/java/com/bonnyfone/vectalign/Main.java: /root/vectalign/src/main/java/com/bonnyfone/vectalign/Main.java uses or overrides a deprecated API.
  22. [INFO] /root/vectalign/src/main/java/com/bonnyfone/vectalign/Main.java: Recompile with -Xlint:deprecation for details.
  23. [INFO] /root/vectalign/src/main/java/com/bonnyfone/vectalign/techniques/RawAlignMode.java: Some input files use unchecked or unsafe operations.
  24. [INFO] /root/vectalign/src/main/java/com/bonnyfone/vectalign/techniques/RawAlignMode.java: Recompile with -Xlint:unchecked for details.
  25. [INFO]
  26. [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ vectalign ---
  27. [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
  28. [INFO] skip non existing resourceDirectory /root/vectalign/src/test/resources
  29. [INFO]
  30. [INFO] --- maven-compiler-plugin:3.2:testCompile (default-testCompile) @ vectalign ---
  31. [INFO] Changes detected - recompiling the module!
  32. [WARNING] File encoding has not been set, using platform encoding ANSI_X3.4-1968, i.e. build is platform dependent!
  33. [INFO] Compiling 1 source file to /root/vectalign/target/test-classes
  34. [INFO] /root/vectalign/src/test/java/VectAlignTest.java: /root/vectalign/src/test/java/VectAlignTest.java uses unchecked or unsafe operations.
  35. [INFO] /root/vectalign/src/test/java/VectAlignTest.java: Recompile with -Xlint:unchecked for details.
  36. [INFO]
  37. [INFO] --- maven-surefire-plugin:2.17:test (default-test) @ vectalign ---
  38. [INFO] Surefire report directory: /root/vectalign/target/surefire-reports
  39.  
  40. -------------------------------------------------------
  41. T E S T S
  42. -------------------------------------------------------
  43. Running VectAlignTest
  44. Testing isEquivalent()...
  45. Testing random sequences alignment SUB_BASE...
  46.  
  47. Running experiment 1
  48. Sequences sizes: 32 / 29
  49. Aligning mode: SUB_BASE
  50. Estimated number of sub-alignments: 14
  51. Subaligning FROM(0,2) - TO(0,2)
  52. 0. align iteration...
  53. Alignment found!
  54. L L #
  55. # L l
  56. Subaligning FROM(2,4) - TO(2,4)
  57. 0. align iteration...
  58. Alignment found!
  59. L # L
  60. # l L
  61. Subaligning FROM(4,6) - TO(4,6)
  62. 0. align iteration...
  63. Alignment found!
  64. L L
  65. L L
  66. Subaligning FROM(6,8) - TO(6,8)
  67. 0. align iteration...
  68. Alignment found!
  69.  
  70.  
  71. .............
  72.  
  73.  
  74. Subaligning FROM(42,44) - TO(42,44)
  75. 0. align iteration...
  76. Alignment found!
  77. L L #
  78. # L l
  79. Subaligning FROM(44,46) - TO(44,46)
  80. 0. align iteration...
  81. Alignment found!
  82. L L
  83. L L
  84. Subaligning FROM(46,48) - TO(46,57)
  85. 0. align iteration...
  86. Alignment found!
  87. # # # # # # # # L # L
  88. L m L L L L L L L l L
  89. Sequence aligned! (76 elements)
  90. Injection completed correctly!
  91. Injection completed correctly!
  92. Simplify lists with size 76
  93. Final size after simplify is 76
  94. Ok morphable
  95. ___________________________________________________________________________________________________________________________________________________________________________________________________________________________________________
  96. FINISH: success(500), fail(0) --> success rate 100.0%
  97. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.451 sec - in VectAlignTest
  98.  
  99. Results :
  100.  
  101. Tests run: 9, Failures: 0, Errors: 0, Skipped: 0
  102.  
  103. [INFO]
  104. [INFO] --- pitest-maven:1.3.2:mutationCoverage (default-cli) @ vectalign ---
  105. [INFO] Found plugin : Default csv report plugin
  106. [INFO] Found plugin : Default xml report plugin
  107. [INFO] Found plugin : Default html report plugin
  108. [INFO] Found plugin : Static initializer code detector plugin
  109. [INFO] Found plugin : Static initializer filter plugin
  110. [INFO] Found plugin : Excluded annotations plugin
  111. [INFO] Found plugin : Inlined finally block filter plugin
  112. [INFO] Found plugin : Try with resources filter
  113. [INFO] Found plugin : Implicit null check filter
  114. [INFO] Found plugin : For each loop filter
  115. [INFO] Found plugin : Logging calls filter
  116. [INFO] Found plugin : Infinite for loop filter
  117. [INFO] Found plugin : Long running iterator loop filter
  118. [INFO] Found plugin : For loop counter filter
  119. [INFO] Found plugin : Kotlin junk mutations filter
  120. [INFO] Found plugin : Max mutations per class limit
  121. [INFO] Found plugin : Equals shortcut equivalent mutant filter
  122. [INFO] Found plugin : Trivial return vals equivalence filter
  123. [INFO] Found plugin : Mutant export plugin
  124. [INFO] Found shared classpath plugin : Default mutation engine
  125. [INFO] Found shared classpath plugin : JUnit plugin
  126. [INFO] Found shared classpath plugin : TestNG plugin
  127. [INFO] Adding org.pitest:pitest to SUT classpath
  128. [INFO] Mutating from /root/vectalign/target/classes
  129. [INFO] Defaulting target classes to match packages in build directory
  130. 12:38:33 PM PIT >> INFO : Verbose logging is disabled. If you encounter an problem please enable it before reporting an is
  131. sue.
  132. 12:38:33 PM PIT >> INFO : Sending 46 test classes to minion
  133. 12:38:33 PM PIT >> INFO : Sent tests to minion
  134. 12:38:34 PM PIT >> INFO : MINION : 12:38:34 PM PIT >> INFO : Checking environment
  135.  
  136. 12:38:34 PM PIT >> INFO : MINION : 12:38:34 PM PIT >> INFO : Found 0 tests
  137.  
  138. 12:38:34 PM PIT >> INFO : MINION : 12:38:34 PM PIT >> INFO : Dependency analysis reduced number of potential tests by 0
  139.  
  140. 12:38:34 PM PIT >> INFO : MINION : 12:38:34 PM PIT >> INFO : 0 tests received
  141.  
  142. 12:38:34 PM PIT >> INFO : Calculated coverage in 0 seconds.
  143. 12:38:35 PM PIT >> INFO : Created 43 mutation test units
  144. \12:38:37 PM PIT >> INFO : Completed in 4 seconds
  145. ================================================================================
  146. - Timings
  147. ================================================================================
  148. > scan classpath : < 1 second
  149. > coverage and dependency analysis : < 1 second
  150. > build mutation tests : < 1 second
  151. > run mutation analysis : 1 seconds
  152. --------------------------------------------------------------------------------
  153. > Total : 3 seconds
  154. --------------------------------------------------------------------------------
  155. ================================================================================
  156. - Statistics
  157. ================================================================================
  158. >> Generated 910 mutations Killed 0 (0%)
  159. >> Ran 0 tests (0 tests per mutation)
  160. ================================================================================
  161. - Mutators
  162. ================================================================================
  163. > org.pitest.mutationtest.engine.gregor.mutators.ConditionalsBoundaryMutator
  164. >> Generated 60 Killed 0 (0%)
  165. > KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0
  166. > MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0
  167. > NO_COVERAGE 60
  168. --------------------------------------------------------------------------------
  169. > org.pitest.mutationtest.engine.gregor.mutators.IncrementsMutator
  170. >> Generated 40 Killed 0 (0%)
  171. > KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0
  172. > MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0
  173. > NO_COVERAGE 40
  174. --------------------------------------------------------------------------------
  175. > org.pitest.mutationtest.engine.gregor.mutators.VoidMethodCallMutator
  176. >> Generated 341 Killed 0 (0%)
  177. > KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0
  178. > MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0
  179. > NO_COVERAGE 341
  180. --------------------------------------------------------------------------------
  181. > org.pitest.mutationtest.engine.gregor.mutators.InvertNegsMutator
  182. >> Generated 3 Killed 0 (0%)
  183. > KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0
  184. > MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0
  185. > NO_COVERAGE 3
  186. --------------------------------------------------------------------------------
  187. > org.pitest.mutationtest.engine.gregor.mutators.ReturnValsMutator
  188. >> Generated 105 Killed 0 (0%)
  189. > KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0
  190. > MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0
  191. > NO_COVERAGE 105
  192. --------------------------------------------------------------------------------
  193. > org.pitest.mutationtest.engine.gregor.mutators.MathMutator
  194. >> Generated 118 Killed 0 (0%)
  195. > KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0
  196. > MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0
  197. > NO_COVERAGE 118
  198. --------------------------------------------------------------------------------
  199. > org.pitest.mutationtest.engine.gregor.mutators.NegateConditionalsMutator
  200. >> Generated 243 Killed 0 (0%)
  201. > KILLED 0 SURVIVED 0 TIMED_OUT 0 NON_VIABLE 0
  202. > MEMORY_ERROR 0 NOT_STARTED 0 STARTED 0 RUN_ERROR 0
  203. > NO_COVERAGE 243
  204. --------------------------------------------------------------------------------
  205. [INFO] ------------------------------------------------------------------------
  206. [INFO] BUILD SUCCESS
  207. [INFO] ------------------------------------------------------------------------
  208. [INFO] Total time: 9.795 s
  209. [INFO] Finished at: 2018-03-08T12:38:07+00:00
  210. [INFO] Final Memory: 25M/377M
  211. [INFO] ------------------------------------------------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement