Facebook
From Unreliable Tortoise, 6 Years ago, written in Plain Text.
Embed
Download Paste or View Raw
Hits: 312
  1. Started by user Grzelak, Lukasz {FISV~Warsaw}
  2. Running in Durability level: MAX_SURVIVABILITY
  3. [Pipeline] node
  4. Running on emap2 sandpit in /app/jenkins/workspace/pubcenter UI - DEV deploy(release)
  5. [Pipeline] {
  6. [Pipeline] echo
  7. clone: develop
  8. [Pipeline] stage
  9. [Pipeline] { (Clone)
  10. [Pipeline] git
  11.  > git rev-parse --is-inside-work-tree # timeout=10
  12. Fetching changes from the remote Git repository
  13.  > git config remote.origin.url ssh://[email protected]:7999/pubcenter/pubcenter-ui.git # timeout=10
  14. Fetching upstream changes from ssh://[email protected]:7999/pubcenter/pubcenter-ui.git
  15.  > git --version # timeout=10
  16. using GIT_SSH to set credentials
  17.  > git fetch --tags --progress ssh://[email protected]:7999/pubcenter/pubcenter-ui.git +refs/heads/*:refs/remotes/origin/*
  18.  > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
  19.  > git rev-parse refs/remotes/origin/origin/develop^{commit} # timeout=10
  20. Checking out Revision 9cc5dc955206e34cd9da09a95c6fc83dc278add6 (refs/remotes/origin/develop)
  21.  > git config core.sparsecheckout # timeout=10
  22.  > git checkout -f 9cc5dc955206e34cd9da09a95c6fc83dc278add6
  23.  > git branch -a -v --no-abbrev # timeout=10
  24.  > git branch -D develop # timeout=10
  25.  > git checkout -b develop 9cc5dc955206e34cd9da09a95c6fc83dc278add6
  26. Commit message: "Merge branch 'feature/PUBCENTER-1358' into develop"
  27.  > git rev-list --no-walk 9cc5dc955206e34cd9da09a95c6fc83dc278add6 # timeout=10
  28. [Pipeline] }
  29. [Pipeline] // stage
  30. [Pipeline] stage
  31. [Pipeline] { (Build)
  32. [Pipeline] nodejs
  33. [Pipeline] {
  34. [Pipeline] sh
  35. [pubcenter UI - DEV deploy(release)] Running shell script
  36. + npm config ls
  37. ; cli configs
  38. metrics-registry = "https://registry.npmjs.org/"
  39. scope = ""
  40. user-agent = "npm/5.5.1 node/v9.1.0 linux x64"
  41.  
  42. ; node bin location = /app/jenkins/tools/jenkins.plugins.nodejs.tools.NodeJSInstallation/Node9/bin/node
  43. ; cwd = /app/jenkins/workspace/pubcenter UI - DEV deploy(release)
  44. ; HOME = /app/jenkins
  45. ; "npm config ls -l" to show all defaults.
  46.  
  47. [Pipeline] isUnix
  48. [Pipeline] sh
  49. [pubcenter UI - DEV deploy(release)] Running shell script
  50. + npm install
  51. npm WARN [email protected] No license field.
  52. npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
  53. npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"darwin","arch":"any"} (current: {"os":"linux","arch":"x64"})
  54.  
  55. added 116 packages in 12.212s
  56. [Pipeline] sh
  57. [pubcenter UI - DEV deploy(release)] Running shell script
  58. + npm run build
  59.  
  60. > [email protected] build /app/jenkins/workspace/pubcenter UI - DEV deploy(release)
  61. > _mocha && gulp build
  62.  
  63.  
  64.  
  65.   options-panel-initializer
  66.     checks correct initializations of panel
  67.  
  68.       ✓ should split params according status
  69.  
  70.   dates
  71.     checks dates conversions
  72.  
  73.       ✓ should convert empty string to null
  74.  
  75.   products
  76.     convert query into parameters
  77.  
  78.       ✓ should find products with query
  79.  
  80.   strings
  81.     checks conversions
  82.  
  83.       ✓ should convert empty string to empty list
  84.  
  85.       ✓ should convert non numerical comma separated value into empty list
  86.  
  87.       ✓ should convert numerial and non numerical comma separated value into list
  88.  
  89.       ✓ should convert numerial comma separated value into list
  90.  
  91.  
  92.   7 passing (28ms)
  93.  
  94. [14:17:35] Using gulpfile ~/workspace/pubcenter UI - DEV deploy(release)/gulpfile.js
  95. [14:17:35] Starting 'create-dist-directory'...
  96. [14:17:35] Starting 'copy-favicon'...
  97. [14:17:35] Starting 'copy-iphone-icon'...
  98. [14:17:35] Starting 'copy-htmls'...
  99. [14:17:35] Starting 'copy-font-awesome'...
  100. [14:17:35] Starting 'copy-external'...
  101. [14:17:35] Starting 'copy-templates'...
  102. [14:17:35] Starting 'create-build-info-json'...
  103. [14:17:35] Finished 'create-build-info-json' after 86 ms
  104. [14:17:35] Starting 'webmake'...
  105. [14:17:35] Finished 'create-dist-directory' after 111 ms
  106. timestamp
  107. timestamp
  108. [14:17:35] Finished 'copy-iphone-icon' after 430 ms
  109. [14:17:35] Finished 'copy-favicon' after 439 ms
  110. [14:17:35] Starting 'copy-images'...
  111. [14:17:35] Finished 'copy-htmls' after 439 ms
  112. [14:17:35] Finished 'copy-templates' after 432 ms
  113. [14:17:35] Finished 'copy-external' after 437 ms
  114. [14:17:40] Finished 'copy-font-awesome' after 5.19 s
  115. [14:17:41] Finished 'copy-images' after 5.06 s
  116. [14:17:41] Finished 'webmake' after 5.42 s
  117. [14:17:41] Starting 'build'...
  118. Building with profile: none
  119. [14:17:41] Finished 'build' after 114 μs
  120. [Pipeline] }
  121. [Pipeline] // nodejs
  122. [Pipeline] }
  123. [Pipeline] // stage
  124. [Pipeline] stage
  125. [Pipeline] { (Deploy)
  126. [Pipeline] sh
  127. [pubcenter UI - DEV deploy(release)] Running shell script
  128. + find dist -type f
  129. [Pipeline] withCredentials
  130. [Pipeline] {
  131. [Pipeline] sh
  132. [pubcenter UI - DEV deploy(release)] Running shell script
  133. + curl --user ****:**** --upload-file dist/index.html rkalvjws3dev2a.kau.roche.com/7ed103_jws_apache_data/pubcenter-ui/index.html
  134.   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
  135.                                  Dload  Upload   Total   Spent    Left  Speed
  136.  
  137.   0   950    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  138.   0   950    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
  139. 105   950    0     0  105   950      0    472  0:00:02  0:00:02 --:--:--   474
  140. 105   950    0     0  105   950      0    315  0:00:03  0:00:03 --:--:--   316
  141. 105   950    0     0  105   950      0    236  0:00:04  0:00:04 --:--:--   237
  142. 105   950    0     0  105   950      0    189  0:00:05  0:00:05 --:--:--   189
  143. 105   950    0     0  105   950      0    157  0:00:06  0:00:06 --:--:--   189
  144. 105   950    0     0  105   950      0    135  0:00:07  0:00:07 --:--:--     0
  145. 105   950    0     0  105   950      0    118  0:00:08  0:00:08 --:--:--     0
  146. 105   950    0     0  105   950      0    105  0:00:09  0:00:09 --:--:--     0
  147. 105   950    0     0  105   950      0     94  0:00:10  0:00:10 --:--:--     0
  148. 105   950    0     0  105   950      0     86  0:00:11  0:00:11 --:--:--     0
  149. 105   950    0     0  105   950      0     79  0:00:12  0:00:12 --:--:--     0
  150. 105   950    0     0  105   950      0     72  0:00:13  0:00:13 --:--:--     0
  151. 105   950    0     0  105   950      0     67  0:00:14  0:00:14 --:--:--     0
  152. 105   950    0     0  105   950      0     63  0:00:15  0:00:15 --:--:--     0
  153. 105   950    0     0  105   950      0     59  0:00:16  0:00:16 --:--:--     0
  154. 105   950    0     0  105   950      0     55  0:00:17  0:00:17 --:--:--     0
  155. 105   950    0     0  105   950      0     52  0:00:18  0:00:18 --:--:--     0
  156. 105   950    0     0  105   950      0     49  0:00:19  0:00:19 --:--:--     0
  157. 105   950    0     0  105   950      0     47  0:00:20  0:00:20 --:--:--     0
  158. 105   950    0     0  105   950      0     45  0:00:21  0:00:21 --:--:--     0
  159. 105   950    0     0  105   950      0     43  0:00:22  0:00:22 --:--:--     0
  160. 105   950    0     0  105   950      0     41  0:00:23  0:00:23 --:--:--     0
  161. 105   950    0     0  105   950      0     39  0:00:24  0:00:24 --:--:--     0
  162. 105   950    0     0  105   950      0     37  0:00:25  0:00:25 --:--:--     0
  163. 105   950    0     0  105   950      0     36  0:00:26  0:00:26 --:--:--     0
  164. 105   950    0     0  105   950      0     35  0:00:27  0:00:27 --:--:--     0
  165. 105   950    0     0  105   950      0     33  0:00:28  0:00:28 --:--:--     0
  166. 105   950    0     0  105   950      0     32  0:00:29  0:00:29 --:--:--     0
  167. 105   950    0     0  105   950      0     31  0:00:30  0:00:30 --:--:--     0
  168. 105   950    0     0  105   950      0     30  0:00:31  0:00:31 --:--:--     0
  169. 105   950    0     0  105   950      0     29  0:00:32  0:00:32 --:--:--     0
  170. 105   950    0     0  105   950      0     28  0:00:33  0:00:33 --:--:--     0
  171. 105   950    0     0  105   950      0     27  0:00:35  0:00:34  0:00:01     0
  172. 105   950    0     0  105   950      0     27  0:00:35  0:00:35 --:--:--     0
  173. 105   950    0     0  105   950      0     26  0:00:36  0:00:36 --:--:--     0
  174. 105   950    0     0  105   950      0     25  0:00:38  0:00:37  0:00:01     0
  175. 105   950    0     0  105   950      0     24  0:00:39  0:00:38  0:00:01     0
  176. 105   950    0     0  105   950      0     24  0:00:39  0:00:39 --:--:--     0
  177. 105   950    0     0  105   950      0     23  0:00:41  0:00:40  0:00:01     0
  178. 105   950    0     0  105   950      0     23  0:00:41  0:00:41 --:--:--     0
  179. 105   950    0     0  105   950      0     22  0:00:43  0:00:42  0:00:01     0
  180. 105   950    0     0  105   950      0     22  0:00:43  0:00:43 --:--:--     0
  181. 105   950    0     0  105   950      0     21  0:00:45  0:00:44  0:00:01     0
  182. 105   950    0     0  105   950      0     21  0:00:45  0:00:45 --:--:--     0
  183. 105   950    0     0  105   950      0     20  0:00:47  0:00:46  0:00:01     0
  184. 105   950    0     0  105   950      0     20  0:00:47  0:00:47 --:--:--     0
  185. 105   950    0     0  105   950      0     19  0:00:50  0:00:48  0:00:02     0
  186. 105   950    0     0  105   950      0     19  0:00:50  0:00:49  0:00:01     0
  187. 105   950    0     0  105   950      0     18  0:00:52  0:00:50  0:00:02     0
  188. 105   950    0     0  105   950      0     18  0:00:52  0:00:51  0:00:01     0
  189. 105   950    0     0  105   950      0     18  0:00:52  0:00:52 --:--:--     0
  190. 105   950    0     0  105   950      0     17  0:00:55  0:00:53  0:00:02     0
  191. 105   950    0     0  105   950      0     17  0:00:55  0:00:54  0:00:01     0
  192. 105   950    0     0  105   950      0     17  0:00:55  0:00:55 --:--:--     0
  193. 105   950    0     0  105   950      0     16  0:00:59  0:00:56  0:00:03     0
  194. 105   950    0     0  105   950      0     16  0:00:59  0:00:57  0:00:02     0
  195. 105   950    0     0  105   950      0     16  0:00:59  0:00:58  0:00:01     0
  196. 105   950    0     0  105   950      0     16  0:00:59  0:00:59 --:--:--     0
  197. 105   950    0     0  105   950      0     15  0:01:03  0:01:00  0:00:03     0
  198. 105   950    0     0  105   950      0     15  0:01:03  0:01:01  0:00:02     0
  199. 105   950    0     0  105   950      0     15  0:01:03  0:01:02  0:00:01     0
  200. 105   950    0     0  105   950      0     15  0:01:03  0:01:03 --:--:--     0
  201. 105   950    0     0  105   950      0     14  0:01:07  0:01:04  0:00:03     0
  202. 105   950    0     0  105   950      0     14  0:01:07  0:01:05  0:00:02     0
  203. 105   950    0     0  105   950      0     14  0:01:07  0:01:06  0:00:01     0
  204. 105   950    0     0  105   950      0     14  0:01:07  0:01:07 --:--:--     0
  205. 105   950    0     0  105   950      0     13  0:01:13  0:01:08  0:00:05     0
  206. 105   950    0     0  105   950      0     13  0:01:13  0:01:09  0:00:04     0
  207. 105   950    0     0  105   950      0     13  0:01:13  0:01:10  0:00:03     0
  208. 105   950    0     0  105   950      0     13  0:01:13  0:01:11  0:00:02     0
  209. 105   950    0     0  105   950      0     13  0:01:13  0:01:12  0:00:01     0
  210. 105   950    0     0  105   950      0     12  0:01:19  0:01:13  0:00:06     0
  211. 105   950    0     0  105   950      0     12  0:01:19  0:01:14  0:00:05     0
  212. 105   950    0     0  105   950      0     12  0:01:19  0:01:15  0:00:04     0
  213. 105   950    0     0  105   950      0     12  0:01:19  0:01:16  0:00:03     0
  214. 105   950    0     0  105   950      0     12  0:01:19  0:01:17  0:00:02     0
  215. 105   950    0     0  105   950      0     12  0:01:19  0:01:18  0:00:01     0
  216. 105   950    0     0  105   950      0     12  0:01:19  0:01:19 --:--:--     0
  217. 105   950    0     0  105   950      0     11  0:01:26  0:01:20  0:00:06     0
  218. 105   950    0     0  105   950      0     11  0:01:26  0:01:21  0:00:05     0
  219. 105   950    0     0  105   950      0     11  0:01:26  0:01:22  0:00:04     0
  220. 105   950    0     0  105   950      0     11  0:01:26  0:01:23  0:00:03     0
  221. 105   950    0     0  105   950      0     11  0:01:26  0:01:24  0:00:02     0
  222. 105   950    0     0  105   950      0     11  0:01:26  0:01:25  0:00:01     0
  223. 105   950    0     0  105   950      0     11  0:01:26  0:01:26 --:--:--     0
  224. 105   950    0     0  105   950      0     10  0:01:35  0:01:27  0:00:08     0
  225. 105   950    0     0  105   950      0     10  0:01:35  0:01:28  0:00:07     0
  226. 105   950    0     0  105   950      0     10  0:01:35  0:01:29  0:00:06     0
  227. 105   950    0     0  105   950      0     10  0:01:35  0:01:30  0:00:05     0
  228. 105   950    0     0  105   950      0     10  0:01:35  0:01:31  0:00:04     0
  229. 105   950    0     0  105   950      0     10  0:01:35  0:01:32  0:00:03     0
  230. 105   950    0     0  105   950      0     10  0:01:35  0:01:33  0:00:02     0
  231. 105   950    0     0  105   950      0     10  0:01:35  0:01:34  0:00:01     0
  232. 105   950    0     0  105   950      0      9  0:01:45  0:01:35  0:00:10     0
  233. 105   950    0     0  105   950      0      9  0:01:45  0:01:36  0:00:09     0
  234. 105   950    0     0  105   950      0      9  0:01:45  0:01:37  0:00:08     0
  235. 105   950    0     0  105   950      0      9  0:01:45  0:01:38  0:00:07     0
  236. 105   950    0     0  105   950      0      9  0:01:45  0:01:39  0:00:06     0
  237. 105   950    0     0  105   950      0      9  0:01:45  0:01:40  0:00:05     0
  238. 105   950    0     0  105   950      0      9  0:01:45  0:01:41  0:00:04     0
  239. 105   950    0     0  105   950      0      9  0:01:45  0:01:42  0:00:03     0
  240. 105   950    0     0  105   950      0      9  0:01:45  0:01:43  0:00:02     0
  241. 105   950    0     0  105   950      0      9  0:01:45  0:01:44  0:00:01     0
  242. 105   950    0     0  105   950      0      9  0:01:45  0:01:45 --:--:--     0
  243. 105   950    0     0  105   950      0      8  0:01:58  0:01:46  0:00:12     0
  244. 105   950    0     0  105   950      0      8  0:01:58  0:01:46  0:00:12     0
  245. curl: (56) Failure when receiving data from the peer
  246. [Pipeline] }
  247. [Pipeline] // withCredentials
  248. [Pipeline] }
  249. [Pipeline] // stage
  250. [Pipeline] }
  251. [Pipeline] // node
  252. [Pipeline] End of Pipeline
  253. ERROR: script returned exit code 56
  254. Finished: FAILURE