Guest User

Untitled

a guest
Apr 26th, 2017
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.75 KB | None | 0 0
  1. 21:16:06 Started by GitHub push by unityid
  2. 21:16:06 [EnvInject] - Loading node environment variables.
  3. 21:16:06 Building remotely on Executor_03 in workspace /home/jenkins/workspace/000-P4-unityid
  4. 21:16:06 [WS-CLEANUP] Deleting project workspace...
  5. 21:16:06 [WS-CLEANUP] Done
  6. 21:16:06 Cloning the remote Git repository
  7. 21:16:06 Cloning repository git@github.ncsu.edu:engr-csc316-spring2017/csc316-000-P4-01.git
  8. 21:16:06 > git init /home/jenkins/workspace/000-P4-unityid # timeout=10
  9. 21:16:06 Fetching upstream changes from git@github.ncsu.edu:engr-csc316-spring2017/csc316-000-P4-01.git
  10. 21:16:06 > git --version # timeout=10
  11. 21:16:06 using GIT_SSH to set credentials
  12. 21:16:06 > git fetch --tags --progress git@github.ncsu.edu:engr-csc316-spring2017/csc316-000-P4-01.git +refs/heads/*:refs/remotes/origin/*
  13. 21:16:07 > git config remote.origin.url git@github.ncsu.edu:engr-csc316-spring2017/csc316-000-P4-01.git # timeout=10
  14. 21:16:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
  15. 21:16:07 > git config remote.origin.url git@github.ncsu.edu:engr-csc316-spring2017/csc316-000-P4-01.git # timeout=10
  16. 21:16:07 Fetching upstream changes from git@github.ncsu.edu:engr-csc316-spring2017/csc316-000-P4-01.git
  17. 21:16:07 using GIT_SSH to set credentials
  18. 21:16:07 > git fetch --tags --progress git@github.ncsu.edu:engr-csc316-spring2017/csc316-000-P4-01.git +refs/heads/*:refs/remotes/origin/*
  19. 21:16:07 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
  20. 21:16:07 > git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
  21. 21:16:07 Checking out Revision 0000000000000000000000000000000000000000 (refs/remotes/origin/master)
  22. 21:16:07 > git config core.sparsecheckout # timeout=10
  23. 21:16:07 > git checkout -f 0000000000000000000000000000000000000000
  24. 21:16:07 > git rev-list 0000000000000000000000000000000000000000 # timeout=10
  25. 21:16:07 No emails were triggered.
  26. 21:16:07 Executor: 0
  27. 21:16:07 [EnvInject] - Executing scripts and injecting environment variables after the SCM step.
  28. 21:16:07 [EnvInject] - Injecting as environment variables the properties content
  29. 21:16:07 PROJECT_NAME=TransportationManager
  30. 21:16:07 TS_PROJECT_NAME=TransportationManager
  31. 21:16:07 EMAIL_RECIPIENTS=unityid@ncsu.edu
  32. 21:16:07
  33. 21:16:07 [EnvInject] - Variables injected successfully.
  34. 21:16:07 [000-P4-unityid] $ /bin/sh -xe /tmp/hudson7785512068943480676.sh
  35. 21:16:07 + cp /usr/local/config/build.xml /home/jenkins/workspace/000-P4-unityid/TransportationManager
  36. 21:16:07 + cp /usr/local/config/testingChecker.sh /home/jenkins/workspace/000-P4-unityid/TransportationManager
  37. 21:16:07 + cp /usr/local/config/libraryChecker.sh /home/jenkins/workspace/000-P4-unityid/TransportationManager
  38. 21:16:07 + cp /usr/local/csc316projects/TransportationManager/ts_test /home/jenkins/workspace/000-P4-unityid/TransportationManager/ -R
  39. 21:16:07 + cp /usr/local/csc316projects/TransportationManager/input /home/jenkins/workspace/000-P4-unityid/TransportationManager/ -R
  40. 21:16:07 + cd TransportationManager
  41. 21:16:07 + ./libraryChecker.sh java.util.ArrayList java.util.LinkedList java.util.HashMap java.util.AbstractList java.util.AbstractSequentialList Collections.sort Arrays.sort Arrays.binarysearch Collections.binarysearch java.util.TreeSet java.util.TreeMap
  42. 21:16:07 java.util.ArrayList NOT FOUND
  43. 21:16:07 java.util.LinkedList NOT FOUND
  44. 21:16:07 java.util.HashMap NOT FOUND
  45. 21:16:07 java.util.AbstractList NOT FOUND
  46. 21:16:07 java.util.AbstractSequentialList NOT FOUND
  47. 21:16:07 Collections.sort NOT FOUND
  48. 21:16:07 Arrays.sort NOT FOUND
  49. 21:16:07 Arrays.binarysearch NOT FOUND
  50. 21:16:07 Collections.binarysearch NOT FOUND
  51. 21:16:07 java.util.TreeSet NOT FOUND
  52. 21:16:07 java.util.TreeMap NOT FOUND
  53. 21:16:07 + mkdir count
  54. 21:16:07 + sloccount --duplicates --wide --details src
  55. 21:16:07 + ant clean build_student ts_build pmd checkstyle findbugs unittest checkTesting ts_unittest
  56. 21:16:08 Buildfile: /home/jenkins/workspace/000-P4-unityid/TransportationManager/build.xml
  57. 21:16:09
  58. 21:16:09 clean:
  59. 21:16:09
  60. 21:16:09 init:
  61. 21:16:09 [mkdir] Created dir: /home/jenkins/workspace/000-P4-unityid/TransportationManager/bin
  62. 21:16:09 [mkdir] Created dir: /home/jenkins/workspace/000-P4-unityid/TransportationManager/ts_bin
  63. 21:16:09 [mkdir] Created dir: /home/jenkins/workspace/000-P4-unityid/TransportationManager/test-reports
  64. 21:16:09 [mkdir] Created dir: /home/jenkins/workspace/000-P4-unityid/TransportationManager/ts-test-reports
  65. 21:16:09 [mkdir] Created dir: /home/jenkins/workspace/000-P4-unityid/TransportationManager/lib
  66. 21:16:09 [mkdir] Created dir: /home/jenkins/workspace/000-P4-unityid/TransportationManager/site
  67. 21:16:09 [mkdir] Created dir: /home/jenkins/workspace/000-P4-unityid/TransportationManager/site/jacoco
  68. 21:16:09 [mkdir] Created dir: /home/jenkins/workspace/000-P4-unityid/TransportationManager/jacoco
  69. 21:16:09 [mkdir] Created dir: /home/jenkins/workspace/000-P4-unityid/TransportationManager/jacoco/exec
  70. 21:16:09
  71. 21:16:09 build_student:
  72. 21:16:09 [echo] Building Student Project...
  73. 21:16:09 [javac] Compiling 8 source files to /home/jenkins/workspace/000-P4-unityid/TransportationManager/bin
  74. 21:16:10
  75. 21:16:10 ts_build:
  76. 21:16:10 [javac] Compiling 8 source files to /home/jenkins/workspace/000-P4-unityid/TransportationManager/ts_bin
  77. 21:16:11
  78. 21:16:11 pmd:
  79. 21:16:14
  80. 21:16:14 checkstyle:
  81. 21:16:16 [checkstyle] Running Checkstyle 7.1 on 8 files
  82. 21:16:16
  83. 21:16:16 findbugs:
  84. 21:16:16 [findbugs] Executing findbugs FindBugsTask from ant task
  85. 21:16:16 [findbugs] Running FindBugs...
  86. 21:16:26 [findbugs] Calculating exit code...
  87. 21:16:26 [findbugs] Exit code set to: 0
  88. 21:16:26 [findbugs] Output saved to findbugs.xml
  89. 21:16:26
  90. 21:16:26 unittest:
  91. 21:16:26 [jacoco:coverage] Enhancing junit with coverage
  92. 21:16:27 [junit] Running edu.ncsu.csc316.transportation_manager.heap.TransportationManagerTest
  93. 21:16:27 [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.255 sec
  94. 21:16:27
  95. 21:16:27 report:
  96. 21:16:27 [jacoco:report] Loading execution data file /home/jenkins/workspace/000-P4-unityid/TransportationManager/jacoco/exec/jacoco.exec
  97. 21:16:28 [jacoco:report] Writing bundle 'JaCoCo Coverage Report' with 8 classes
  98. 21:16:28
  99. 21:16:28 checkTesting:
  100. 21:16:28 [exec] Project contains 0 JUnit-related PMD alerts
  101. 21:16:28 [exec] Project contains 6 total assert statements
  102. 21:16:28 [exec]
  103. 21:16:28 [exec]
  104. 21:16:28 [exec] CLASS METHOD COVERAGE LINE COVERAGE
  105. 21:16:28 [exec] MinHighwayHeap 83 90
  106. 21:16:28 [exec] Highway 100 100
  107. 21:16:28 [exec] HighwayUpTree 100 94
  108. 21:16:28 [exec] LinkedList.Node 100 100
  109. 21:16:28 [exec] LinkedList 100 100
  110. 21:16:28 [exec] HighwayAdjacencyList 100 100
  111. 21:16:28 [exec] TransportationManager 100 100
  112. 21:16:28 [exec] TOTAL of 1 methods not covered
  113. 21:16:28 [exec] TOTAL of 0 classes not meeting the 80% line coverage threshold
  114. 21:16:28 [exec] Result: 1
  115. 21:16:28
  116. 21:16:28 checkTestingStatus:
  117. 21:16:28 [echo] SKIPPING TEACHING STAFF TEST CASES
  118. 21:16:28
  119. 21:16:28 ts_unittest:
  120. 21:16:28
  121. 21:16:28 BUILD SUCCESSFUL
  122. 21:16:28 Total time: 20 seconds
  123. 21:16:28 erreicht: 6782
  124. 21:16:28 [CHECKSTYLE] Collecting checkstyle analysis files...
  125. 21:16:28 [CHECKSTYLE] Finding all files that match the pattern **/checkstyle.xml
  126. 21:16:28 [CHECKSTYLE] Parsing 1 file in /home/jenkins/workspace/000-P4-unityid
  127. 21:16:28 [CHECKSTYLE] Successfully parsed file /home/jenkins/workspace/000-P4-unityid/TransportationManager/checkstyle.xml with 0 unique warnings and 0 duplicates.
  128. 21:16:28 [CHECKSTYLE] Computing warning deltas based on reference build #10
  129. 21:16:28 [CHECKSTYLE] Ignore new warnings since this is the first valid build
  130. 21:16:28 [CHECKSTYLE] Plug-in Result: Success - no threshold has been exceeded
  131. 21:16:28 [FINDBUGS] Collecting findbugs analysis files...
  132. 21:16:28 [FINDBUGS] Finding all files that match the pattern **/findbugs.xml
  133. 21:16:28 [FINDBUGS] Parsing 1 file in /home/jenkins/workspace/000-P4-unityid
  134. 21:16:28 [FINDBUGS] Successfully parsed file /home/jenkins/workspace/000-P4-unityid/TransportationManager/findbugs.xml with 0 unique warnings and 0 duplicates.
  135. 21:16:28 [FINDBUGS] Computing warning deltas based on reference build #10
  136. 21:16:28 [FINDBUGS] Ignore new warnings since this is the first valid build
  137. 21:16:28 [FINDBUGS] Plug-in Result: Success - no threshold has been exceeded
  138. 21:16:28 [PMD] Collecting PMD analysis files...
  139. 21:16:28 [PMD] Finding all files that match the pattern **/pmd.xml
  140. 21:16:28 [PMD] Parsing 1 file in /home/jenkins/workspace/000-P4-unityid
  141. 21:16:28 [PMD] Successfully parsed file /home/jenkins/workspace/000-P4-unityid/TransportationManager/pmd.xml with 0 unique warnings and 0 duplicates.
  142. 21:16:28 [PMD] Computing warning deltas based on reference build #10
  143. 21:16:28 [PMD] Ignore new warnings since this is the first valid build
  144. 21:16:28 [PMD] Plug-in Result: Success - no threshold has been exceeded
  145. 21:16:28 Checking console output
  146. 21:16:28 /var/lib/jenkins/jobs/000-P4-unityid/builds/11/log:
  147. 21:16:28 [echo] SKIPPING TEACHING STAFF TEST CASES
  148. 21:16:28 Build step 'Jenkins Text Finder' changed build result to UNSTABLE
  149. 21:16:28 Performing Post build task...
  150. 21:16:28 Could not match :BUILD_FAILED : False
  151. 21:16:28 Could not match :BUILD_SUCCESSFUL : False
  152. 21:16:28 Could not match :BUILD_UNSTABLE : False
  153. 21:16:28 Logical operation result is FALSE
  154. 21:16:28 Skipping script : rm -rf $WORKSPACE/$PROJECT_NAME/ts_test
  155. 21:16:28 rm -rf $WORKSPACE/$PROJECT_NAME/ts_bin
  156. 21:16:28 END OF POST BUILD TASK : 0
  157. 21:16:28 Recording test results
  158. 21:16:28 [SLOCCount] Report successfully processed and all data stored
  159. 21:16:28 [JaCoCo plugin] Collecting JaCoCo coverage data...
  160. 21:16:28 [JaCoCo plugin] **/*.exec;**/bin;**/src; locations are configured
  161. 21:16:28 [JaCoCo plugin] Number of found exec files for pattern **/*.exec: 1
  162. 21:16:28 [JaCoCo plugin] Saving matched execfiles: /home/jenkins/workspace/000-P4-unityid/TransportationManager/jacoco/exec/jacoco.exec
  163. 21:16:28 [JaCoCo plugin] Saving matched class directories for class-pattern: **/bin: /home/jenkins/workspace/000-P4-unityid/TransportationManager/bin
  164. 21:16:28 [JaCoCo plugin] Saving matched source directories for source-pattern: **/src: /home/jenkins/workspace/000-P4-unityid/TransportationManager/src
  165. 21:16:28 [JaCoCo plugin] Loading inclusions files..
  166. 21:16:28 [JaCoCo plugin] inclusions: []
  167. 21:16:28 [JaCoCo plugin] exclusions: [**/*Test.class, **/*UI/*.class, **/NCSU*.class, **/*UI*.class]
  168. 21:16:28 [JaCoCo plugin] Thresholds: JacocoHealthReportThresholds [minClass=0, maxClass=0, minMethod=0, maxMethod=0, minLine=0, maxLine=80, minBranch=0, maxBranch=0, minInstruction=0, maxInstruction=0, minComplexity=0, maxComplexity=0]
  169. 21:16:28 [JaCoCo plugin] Publishing the results..
  170. 21:16:28 [JaCoCo plugin] Loading packages..
  171. 21:16:28 [JaCoCo plugin] Done.
  172. 21:16:28 [JaCoCo plugin] Overall coverage: class: 100, method: 96, line: 97, branch: 85, instruction: 94
  173. 21:16:28 Started calculate disk usage of build
  174. 21:16:28 Finished Calculation of disk usage of build in 0 seconds
  175. 21:16:28 Started calculate disk usage of workspace
  176. 21:16:28 Finished Calculation of disk usage of workspace in 0 seconds
  177. 21:16:28 Email was triggered for: Always
  178. 21:16:28 Sending email for trigger: Always
  179. 21:16:28 Sending email to: unityid@ncsu.edu
  180. 21:16:28 Finished: UNSTABLE
Add Comment
Please, Sign In to add comment