Guest User

Untitled

a guest
Sep 12th, 2018
723
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.99 KB | None | 0 0
  1. ##[section]Starting: Job
  2. ##[section]Starting: Initialize job
  3. Current agent version: '2.140.0'
  4. Prepare build directory.
  5. Set build variables.
  6. Download all required tasks.
  7. Downloading task: CmdLine
  8. Downloading task: ShellScript
  9. Downloading task: Gradle
  10. Downloading task: AndroidSigning
  11. Downloading task: CopyFiles
  12. Downloading task: PublishBuildArtifacts
  13. Downloading task: AppCenterDistribute
  14. ##[section]Finishing: Initialize job
  15. ##[section]Starting: Checkout
  16. ==============================================================================
  17. Task : Get sources
  18. Description : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
  19. Version : 1.0.0
  20. Author : Microsoft
  21. Help : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
  22. ==============================================================================
  23. Syncing repository: Nir Zoari (ExternalGit)
  24. ##[command]git version
  25. git version 2.18.0
  26. ##[command]git lfs version
  27. git-lfs/2.5.1 (GitHub; darwin amd64; go 1.10.3)
  28. ##[command]git init "/Users/vsts/agent/2.140.0/work/1/s"
  29. Initialized empty Git repository in /Users/vsts/agent/2.140.0/work/1/s/.git/
  30. ##[command]git remote add origin https://adirzoari1@bitbucket.org/adirzoari1/nir-zoari.git
  31. ##[command]git config gc.auto 0
  32. ##[command]git config --get-all http.https://adirzoari1@bitbucket.org/adirzoari1/nir-zoari.git.extraheader
  33. ##[command]git config --get-all http.proxy
  34. ##[command]git remote set-url origin https://***:***@bitbucket.org/adirzoari1/nir-zoari.git
  35. ##[command]git remote set-url --push origin https://***:***@bitbucket.org/adirzoari1/nir-zoari.git
  36. ##[command]git lfs install --local
  37. Updated git hooks.
  38. Git LFS initialized.
  39. ##[command]git config remote.origin.lfsurl https://***:***@bitbucket.org/adirzoari1/nir-zoari.git/info/lfs
  40. ##[command]git config remote.origin.lfspushurl https://***:***@bitbucket.org/adirzoari1/nir-zoari.git/info/lfs
  41. ##[command]git fetch --tags --prune --progress --no-recurse-submodules origin
  42. remote: Counting objects: 300, done.
  43. remote: Compressing objects: 100% (257/257), done.
  44. Receiving objects: 79% (237/300), 756.00 KiB | 1.39 MiB/s
  45. remote: Total 300 (delta 56), reused 140 (delta 15)
  46. Receiving objects: 100% (300/300), 2.27 MiB | 2.80 MiB/s, done.
  47. Resolving deltas: 100% (56/56), done.
  48. From https://bitbucket.org/adirzoari1/nir-zoari
  49. * [new branch] feature/installAnimations -> origin/feature/installAnimations
  50. * [new branch] feature/installPackages -> origin/feature/installPackages
  51. * [new branch] master -> origin/master
  52. ##[command]git lfs fetch origin 8c2e38670c95b5b16b21f1f5c2905da137ba1300
  53. fetch: Fetching reference 8c2e38670c95b5b16b21f1f5c2905da137ba1300
  54. ##[command]git checkout --progress --force 8c2e38670c95b5b16b21f1f5c2905da137ba1300
  55. HEAD is now at 8c2e386 fix some issues
  56. ##[command]git submodule sync --recursive
  57. ##[command]git submodule update --init --force --recursive
  58. ##[command]git remote set-url origin https://adirzoari1@bitbucket.org/adirzoari1/nir-zoari.git
  59. ##[command]git remote set-url --push origin https://adirzoari1@bitbucket.org/adirzoari1/nir-zoari.git
  60. ##[command]git config --unset-all remote.origin.lfsurl
  61. ##[command]git config --unset-all remote.origin.lfspushurl
  62. ##[section]Finishing: Checkout
  63. ##[section]Starting: yarn/npm install
  64. ==============================================================================
  65. Task : Command Line
  66. Description : Run a command line with arguments
  67. Version : 1.1.3
  68. Author : Microsoft Corporation
  69. Help : [More Information](https://go.microsoft.com/fwlink/?LinkID=613735)
  70. ==============================================================================
  71. [command]/bin/sh -c if [ -f yarn.lock ]; then { yarn install && yarn list --depth=0; } else npm install; fi
  72. yarn install v1.9.4
  73. warning package-lock.json found. Your project contains lock files generated by tools other than Yarn. It is advised not to mix package managers in order to avoid resolution inconsistencies caused by unsynchronized lock files. To clear this warning, remove package-lock.json.
  74. [1/4] Resolving packages...
  75. [2/4] Fetching packages...
  76. [3/4] Linking dependencies...
  77. warning " > react-native@0.55.4" has incorrect peer dependency "react@16.3.1".
  78. warning " > babel-jest@22.4.3" has unmet peer dependency "babel-core@^6.0.0 || ^7.0.0-0".
  79. [4/4] Building fresh packages...
  80. success Saved lockfile.
  81. Done in 40.51s.
  82. yarn list v1.9.4
  83. ├─ @babel/code-frame@7.0.0
  84. ├─ @babel/core@7.0.0
  85. ├─ @babel/generator@7.0.0
  86. ├─ @babel/helper-annotate-as-pure@7.0.0
  87. ├─ @babel/helper-builder-binary-assignment-operator-visitor@7.0.0
  88. ├─ @babel/helper-builder-react-jsx@7.0.0
  89. ├─ @babel/helper-call-delegate@7.0.0
  90. ├─ @babel/helper-define-map@7.0.0
  91. ├─ @babel/helper-explode-assignable-expression@7.0.0
  92. ├─ @babel/helper-function-name@7.0.0
  93. ├─ @babel/helper-get-function-arity@7.0.0
  94. ├─ @babel/helper-hoist-variables@7.0.0
  95. ├─ @babel/helper-member-expression-to-functions@7.0.0
  96. ├─ @babel/helper-module-imports@7.0.0
  97. ├─ @babel/helper-module-transforms@7.0.0
  98. ├─ @babel/helper-optimise-call-expression@7.0.0
  99. ├─ @babel/helper-plugin-utils@7.0.0
  100. ├─ @babel/helper-remap-async-to-generator@7.0.0
  101. ├─ @babel/helper-replace-supers@7.0.0
  102. ├─ @babel/helper-simple-access@7.0.0
  103. ├─ @babel/helper-split-export-declaration@7.0.0
  104. ├─ @babel/helper-wrap-function@7.0.0
  105. ├─ @babel/helpers@7.0.0
  106. ├─ @babel/highlight@7.0.0
  107. ├─ @babel/parser@7.0.0
  108. ├─ @babel/plugin-external-helpers@7.0.0
  109. ├─ @babel/plugin-proposal-class-properties@7.0.0
  110. ├─ @babel/plugin-proposal-object-rest-spread@7.0.0
  111. ├─ @babel/plugin-syntax-class-properties@7.0.0
  112. ├─ @babel/plugin-syntax-dynamic-import@7.0.0
  113. ├─ @babel/plugin-syntax-flow@7.0.0
  114. ├─ @babel/plugin-syntax-jsx@7.0.0
  115. ├─ @babel/plugin-syntax-object-rest-spread@7.0.0
  116. ├─ @babel/plugin-transform-arrow-functions@7.0.0
  117. ├─ @babel/plugin-transform-block-scoping@7.0.0
  118. ├─ @babel/plugin-transform-classes@7.0.0
  119. ├─ @babel/plugin-transform-computed-properties@7.0.0
  120. ├─ @babel/plugin-transform-destructuring@7.0.0
  121. ├─ @babel/plugin-transform-exponentiation-operator@7.0.0
  122. ├─ @babel/plugin-transform-flow-strip-types@7.0.0
  123. ├─ @babel/plugin-transform-for-of@7.0.0
  124. ├─ @babel/plugin-transform-function-name@7.0.0
  125. ├─ @babel/plugin-transform-literals@7.0.0
  126. ├─ @babel/plugin-transform-modules-commonjs@7.0.0
  127. ├─ @babel/plugin-transform-object-assign@7.0.0
  128. ├─ @babel/plugin-transform-parameters@7.0.0
  129. ├─ @babel/plugin-transform-react-display-name@7.0.0
  130. ├─ @babel/plugin-transform-react-jsx-source@7.0.0
  131. ├─ @babel/plugin-transform-react-jsx@7.0.0
  132. ├─ @babel/plugin-transform-regenerator@7.0.0
  133. ├─ @babel/plugin-transform-shorthand-properties@7.0.0
  134. ├─ @babel/plugin-transform-spread@7.0.0
  135. ├─ @babel/plugin-transform-template-literals@7.0.0
  136. ├─ @babel/register@7.0.0
  137. ├─ @babel/template@7.0.0
  138. ├─ @babel/traverse@7.0.0
  139. ├─ @babel/types@7.0.0
  140. ├─ abab@2.0.0
  141. ├─ abbrev@1.1.1
  142. ├─ absolute-path@0.0.0
  143. ├─ accepts@1.3.5
  144. ├─ acorn-globals@4.1.0
  145. ├─ acorn-jsx@3.0.1
  146. ├─ acorn@5.7.2
  147. ├─ ajv-keywords@2.1.1
  148. ├─ ajv@5.5.2
  149. ├─ ansi-colors@1.1.0
  150. ├─ ansi-cyan@0.1.1
  151. ├─ ansi-escapes@3.1.0
  152. ├─ ansi-gray@0.1.1
  153. ├─ ansi-red@0.1.1
  154. ├─ ansi-regex@2.1.1
  155. ├─ ansi-styles@3.2.1
  156. ├─ ansi-wrap@0.1.0
  157. ├─ ansi@0.3.1
  158. ├─ anymatch@2.0.0
  159. ├─ appcenter-analytics@1.8.1
  160. ├─ appcenter-crashes@1.8.1
  161. ├─ appcenter-link-scripts@1.8.1
  162. ├─ appcenter@1.8.1
  163. ├─ append-transform@0.4.0
  164. ├─ aproba@1.2.0
  165. ├─ arch@2.1.1
  166. ├─ are-we-there-yet@1.1.5
  167. ├─ argparse@1.0.10
  168. ├─ arr-diff@4.0.0
  169. ├─ arr-flatten@1.1.0
  170. ├─ arr-union@3.1.0
  171. ├─ array-equal@1.0.0
  172. ├─ array-filter@0.0.1
  173. ├─ array-includes@3.0.3
  174. ├─ array-map@0.0.0
  175. ├─ array-reduce@0.0.0
  176. ├─ array-slice@0.2.3
  177. ├─ array-union@1.0.2
  178. ├─ array-uniq@1.0.3
  179. ├─ array-unique@0.3.2
  180. ├─ arrify@1.0.1
  181. ├─ art@0.10.3
  182. ├─ asap@2.0.6
  183. ├─ asn1@0.2.4
  184. ├─ assert-plus@1.0.0
  185. ├─ assign-symbols@1.0.0
  186. ├─ astral-regex@1.0.0
  187. ├─ async-limiter@1.0.0
  188. ├─ async@2.6.1
  189. ├─ asynckit@0.4.0
  190. ├─ atob@2.1.2
  191. ├─ aws-sign2@0.7.0
  192. ├─ aws4@1.8.0
  193. ├─ babel-code-frame@6.26.0
  194. ├─ babel-core@6.26.3
  195. ├─ babel-eslint@8.2.6
  196. ├─ babel-generator@6.26.1
  197. ├─ babel-helper-builder-binary-assignment-operator-visitor@6.24.1
  198. ├─ babel-helper-builder-react-jsx@6.26.0
  199. ├─ babel-helper-call-delegate@6.24.1
  200. ├─ babel-helper-define-map@6.26.0
  201. ├─ babel-helper-explode-assignable-expression@6.24.1
  202. ├─ babel-helper-function-name@6.24.1
  203. ├─ babel-helper-get-function-arity@6.24.1
  204. ├─ babel-helper-hoist-variables@6.24.1
  205. ├─ babel-helper-optimise-call-expression@6.24.1
  206. ├─ babel-helper-regex@6.26.0
  207. ├─ babel-helper-remap-async-to-generator@6.24.1
  208. ├─ babel-helper-replace-supers@6.24.1
  209. ├─ babel-helpers@6.24.1
  210. ├─ babel-jest@22.4.3
  211. ├─ babel-messages@6.23.0
  212. ├─ babel-plugin-check-es2015-constants@6.22.0
  213. ├─ babel-plugin-external-helpers@6.22.0
  214. ├─ babel-plugin-istanbul@4.1.6
  215. ├─ babel-plugin-jest-hoist@22.4.4
  216. ├─ babel-plugin-react-transform@3.0.0
  217. ├─ babel-plugin-syntax-async-functions@6.13.0
  218. ├─ babel-plugin-syntax-class-properties@6.13.0
  219. ├─ babel-plugin-syntax-decorators@6.13.0
  220. ├─ babel-plugin-syntax-dynamic-import@6.18.0
  221. ├─ babel-plugin-syntax-exponentiation-operator@6.13.0
  222. ├─ babel-plugin-syntax-flow@6.18.0
  223. ├─ babel-plugin-syntax-jsx@6.18.0
  224. ├─ babel-plugin-syntax-object-rest-spread@6.13.0
  225. ├─ babel-plugin-syntax-trailing-function-commas@6.22.0
  226. ├─ babel-plugin-transform-async-to-generator@6.16.0
  227. ├─ babel-plugin-transform-class-properties@6.24.1
  228. ├─ babel-plugin-transform-decorators-legacy@1.3.5
  229. ├─ babel-plugin-transform-es2015-arrow-functions@6.22.0
  230. ├─ babel-plugin-transform-es2015-block-scoped-functions@6.22.0
  231. ├─ babel-plugin-transform-es2015-block-scoping@6.26.0
  232. ├─ babel-plugin-transform-es2015-classes@6.24.1
  233. ├─ babel-plugin-transform-es2015-computed-properties@6.24.1
  234. ├─ babel-plugin-transform-es2015-destructuring@6.23.0
  235. ├─ babel-plugin-transform-es2015-for-of@6.23.0
  236. ├─ babel-plugin-transform-es2015-function-name@6.24.1
  237. ├─ babel-plugin-transform-es2015-literals@6.22.0
  238. ├─ babel-plugin-transform-es2015-modules-commonjs@6.26.2
  239. ├─ babel-plugin-transform-es2015-object-super@6.24.1
  240. ├─ babel-plugin-transform-es2015-parameters@6.24.1
  241. ├─ babel-plugin-transform-es2015-shorthand-properties@6.24.1
  242. ├─ babel-plugin-transform-es2015-spread@6.22.0
  243. ├─ babel-plugin-transform-es2015-sticky-regex@6.24.1
  244. ├─ babel-plugin-transform-es2015-template-literals@6.22.0
  245. ├─ babel-plugin-transform-es2015-unicode-regex@6.24.1
  246. ├─ babel-plugin-transform-es3-member-expression-literals@6.22.0
  247. ├─ babel-plugin-transform-es3-property-literals@6.22.0
  248. ├─ babel-plugin-transform-exponentiation-operator@6.24.1
  249. ├─ babel-plugin-transform-flow-strip-types@6.22.0
  250. ├─ babel-plugin-transform-object-assign@6.22.0
  251. ├─ babel-plugin-transform-object-rest-spread@6.26.0
  252. ├─ babel-plugin-transform-react-display-name@6.25.0
  253. ├─ babel-plugin-transform-react-jsx-source@6.22.0
  254. ├─ babel-plugin-transform-react-jsx@6.24.1
  255. ├─ babel-plugin-transform-regenerator@6.26.0
  256. ├─ babel-plugin-transform-strict-mode@6.24.1
  257. ├─ babel-preset-es2015-node@6.1.1
  258. ├─ babel-preset-fbjs@2.3.0
  259. ├─ babel-preset-jest@22.4.4
  260. ├─ babel-preset-react-native@4.0.0
  261. ├─ babel-register@6.26.0
  262. ├─ babel-runtime@6.26.0
  263. ├─ babel-template@6.26.0
  264. ├─ babel-traverse@6.26.0
  265. ├─ babel-types@6.26.0
  266. ├─ babylon@6.18.0
  267. ├─ balanced-match@1.0.0
  268. ├─ base@0.11.2
  269. ├─ base64-js@1.3.0
  270. ├─ basic-auth@2.0.0
  271. ├─ bcrypt-pbkdf@1.0.2
  272. ├─ big-integer@1.6.36
  273. ├─ bplist-creator@0.0.7
  274. ├─ bplist-parser@0.1.1
  275. ├─ brace-expansion@1.1.11
  276. ├─ braces@1.8.5
  277. ├─ browser-process-hrtime@0.1.2
  278. ├─ browser-resolve@1.11.3
  279. ├─ bser@2.0.0
  280. ├─ buffer-from@1.1.1
  281. ├─ builtin-modules@1.1.1
  282. ├─ bytes@3.0.0
  283. ├─ cache-base@1.0.1
  284. ├─ caller-path@0.1.0
  285. ├─ callsites@0.2.0
  286. ├─ camelcase@4.1.0
  287. ├─ capture-exit@1.2.0
  288. ├─ caseless@0.12.0
  289. ├─ chalk@2.4.1
  290. ├─ chardet@0.4.2
  291. ├─ chownr@1.0.1
  292. ├─ ci-info@1.5.1
  293. ├─ circular-json@0.3.3
  294. ├─ clamp@1.0.1
  295. ├─ class-utils@0.3.6
  296. ├─ cli-cursor@2.1.0
  297. ├─ cli-width@2.2.0
  298. ├─ clipboardy@1.2.3
  299. ├─ cliui@3.2.0
  300. ├─ co@4.6.0
  301. ├─ code-point-at@1.1.0
  302. ├─ collection-visit@1.0.0
  303. ├─ color-convert@1.9.3
  304. ├─ color-name@1.1.3
  305. ├─ color-support@1.1.3
  306. ├─ combined-stream@1.0.6
  307. ├─ commander@2.18.0
  308. ├─ commondir@1.0.1
  309. ├─ component-emitter@1.2.1
  310. ├─ compressible@2.0.14
  311. ├─ compression@1.7.3
  312. ├─ concat-map@0.0.1
  313. ├─ concat-stream@1.6.2
  314. ├─ connect@3.6.6
  315. ├─ console-control-strings@1.1.0
  316. ├─ convert-source-map@1.6.0
  317. ├─ copy-descriptor@0.1.1
  318. ├─ core-js@2.5.7
  319. ├─ core-util-is@1.0.2
  320. ├─ create-react-class@15.6.3
  321. ├─ cross-spawn@5.1.0
  322. ├─ cssom@0.3.4
  323. ├─ cssstyle@1.1.1
  324. ├─ dashdash@1.14.1
  325. ├─ data-urls@1.0.1
  326. ├─ debug@2.6.9
  327. ├─ decamelize@1.2.0
  328. ├─ decode-uri-component@0.2.0
  329. ├─ deep-extend@0.6.0
  330. ├─ deep-is@0.1.3
  331. ├─ default-require-extensions@1.0.0
  332. ├─ define-properties@1.1.3
  333. ├─ define-property@0.2.5
  334. ├─ del@2.2.2
  335. ├─ delayed-stream@1.0.0
  336. ├─ delegates@1.0.0
  337. ├─ denodeify@1.2.1
  338. ├─ depd@1.1.2
  339. ├─ destroy@1.0.4
  340. ├─ detect-indent@4.0.0
  341. ├─ detect-libc@1.0.3
  342. ├─ detect-newline@2.1.0
  343. ├─ diff@3.5.0
  344. ├─ doctrine@2.1.0
  345. ├─ dom-walk@0.1.1
  346. ├─ domexception@1.0.1
  347. ├─ ecc-jsbn@0.1.2
  348. ├─ ee-first@1.1.1
  349. ├─ encodeurl@1.0.2
  350. ├─ encoding@0.1.12
  351. ├─ envinfo@3.11.1
  352. ├─ error-ex@1.3.2
  353. ├─ errorhandler@1.5.0
  354. ├─ es-abstract@1.12.0
  355. ├─ es-to-primitive@1.1.1
  356. ├─ escape-html@1.0.3
  357. ├─ escape-string-regexp@1.0.5
  358. ├─ escodegen@1.11.0
  359. ├─ eslint-plugin-react-native-globals@0.1.2
  360. ├─ eslint-plugin-react-native@3.2.1
  361. ├─ eslint-plugin-react@7.11.1
  362. ├─ eslint-scope@3.7.1
  363. ├─ eslint-visitor-keys@1.0.0
  364. ├─ eslint@4.19.1
  365. ├─ espree@3.5.4
  366. ├─ esprima@4.0.1
  367. ├─ esquery@1.0.1
  368. ├─ esrecurse@4.2.1
  369. ├─ estraverse@4.2.0
  370. ├─ esutils@2.0.2
  371. ├─ etag@1.8.1
  372. ├─ event-target-shim@1.1.1
  373. ├─ eventemitter3@3.1.0
  374. ├─ exec-sh@0.2.2
  375. ├─ execa@0.7.0
  376. ├─ exit-hook@1.1.1
  377. ├─ exit@0.1.2
  378. ├─ expand-brackets@0.1.5
  379. ├─ expand-range@1.8.2
  380. ├─ expect@22.4.3
  381. ├─ extend-shallow@2.0.1
  382. ├─ extend@3.0.2
  383. ├─ external-editor@2.2.0
  384. ├─ extglob@0.3.2
  385. ├─ extsprintf@1.3.0
  386. ├─ fancy-log@1.3.2
  387. ├─ fast-deep-equal@1.1.0
  388. ├─ fast-json-stable-stringify@2.0.0
  389. ├─ fast-levenshtein@2.0.6
  390. ├─ fb-watchman@2.0.0
  391. ├─ fbjs-scripts@0.8.3
  392. ├─ fbjs@0.8.17
  393. ├─ figures@2.0.0
  394. ├─ file-entry-cache@2.0.0
  395. ├─ filename-regex@2.0.1
  396. ├─ fileset@2.0.3
  397. ├─ fill-range@2.2.4
  398. ├─ finalhandler@1.1.0
  399. ├─ find-cache-dir@1.0.0
  400. ├─ find-up@2.1.0
  401. ├─ flat-cache@1.3.0
  402. ├─ for-in@1.0.2
  403. ├─ for-own@0.1.5
  404. ├─ forever-agent@0.6.1
  405. ├─ form-data@2.3.2
  406. ├─ fragment-cache@0.2.1
  407. ├─ fresh@0.5.2
  408. ├─ fs-extra@1.0.0
  409. ├─ fs-minipass@1.2.5
  410. ├─ fs.realpath@1.0.0
  411. ├─ fsevents@1.2.4
  412. ├─ function-bind@1.1.1
  413. ├─ functional-red-black-tree@1.0.1
  414. ├─ gauge@1.2.7
  415. ├─ get-caller-file@1.0.3
  416. ├─ get-stream@3.0.0
  417. ├─ get-value@2.0.6
  418. ├─ getpass@0.1.7
  419. ├─ glob-base@0.3.0
  420. ├─ glob-parent@2.0.0
  421. ├─ glob@7.1.3
  422. ├─ global@4.3.2
  423. ├─ globals@11.7.0
  424. ├─ globby@5.0.0
  425. ├─ graceful-fs@4.1.11
  426. ├─ growly@1.3.0
  427. ├─ handlebars@4.0.12
  428. ├─ har-schema@2.0.0
  429. ├─ har-validator@5.1.0
  430. ├─ has-ansi@2.0.0
  431. ├─ has-flag@3.0.0
  432. ├─ has-unicode@2.0.1
  433. ├─ has-value@1.0.0
  434. ├─ has-values@1.0.0
  435. ├─ has@1.0.3
  436. ├─ hoist-non-react-statics@2.5.5
  437. ├─ home-or-tmp@2.0.0
  438. ├─ hosted-git-info@2.7.1
  439. ├─ html-encoding-sniffer@1.0.2
  440. ├─ http-errors@1.6.3
  441. ├─ http-signature@1.2.0
  442. ├─ iconv-lite@0.4.24
  443. ├─ ignore-walk@3.0.1
  444. ├─ ignore@3.3.10
  445. ├─ image-size@0.6.3
  446. ├─ import-local@1.0.0
  447. ├─ imurmurhash@0.1.4
  448. ├─ inflight@1.0.6
  449. ├─ inherits@2.0.3
  450. ├─ ini@1.3.5
  451. ├─ inquirer@3.3.0
  452. ├─ invariant@2.2.4
  453. ├─ invert-kv@1.0.0
  454. ├─ is-accessor-descriptor@1.0.0
  455. ├─ is-arrayish@0.2.1
  456. ├─ is-buffer@1.1.6
  457. ├─ is-builtin-module@1.0.0
  458. ├─ is-callable@1.1.4
  459. ├─ is-ci@1.2.1
  460. ├─ is-data-descriptor@1.0.0
  461. ├─ is-date-object@1.0.1
  462. ├─ is-descriptor@1.0.2
  463. ├─ is-dotfile@1.0.3
  464. ├─ is-equal-shallow@0.1.3
  465. ├─ is-extendable@0.1.1
  466. ├─ is-extglob@1.0.0
  467. ├─ is-finite@1.0.2
  468. ├─ is-fullwidth-code-point@2.0.0
  469. ├─ is-generator-fn@1.0.0
  470. ├─ is-glob@2.0.1
  471. ├─ is-number@3.0.0
  472. ├─ is-path-cwd@1.0.0
  473. ├─ is-path-in-cwd@1.0.1
  474. ├─ is-path-inside@1.0.1
  475. ├─ is-plain-object@2.0.4
  476. ├─ is-posix-bracket@0.1.1
  477. ├─ is-primitive@2.0.0
  478. ├─ is-promise@2.1.0
  479. ├─ is-regex@1.0.4
  480. ├─ is-resolvable@1.1.0
  481. ├─ is-stream@1.1.0
  482. ├─ is-symbol@1.0.1
  483. ├─ is-typedarray@1.0.0
  484. ├─ is-utf8@0.2.1
  485. ├─ is-windows@1.0.2
  486. ├─ isarray@1.0.0
  487. ├─ isexe@2.0.0
  488. ├─ isobject@3.0.1
  489. ├─ isomorphic-fetch@2.2.1
  490. ├─ isstream@0.1.2
  491. ├─ istanbul-api@1.3.7
  492. ├─ istanbul-lib-coverage@1.2.1
  493. ├─ istanbul-lib-hook@1.2.2
  494. ├─ istanbul-lib-instrument@1.10.2
  495. ├─ istanbul-lib-report@1.1.5
  496. ├─ istanbul-lib-source-maps@1.2.6
  497. ├─ istanbul-reports@1.5.1
  498. ├─ jest-changed-files@22.4.3
  499. ├─ jest-cli@22.4.4
  500. ├─ jest-config@22.4.4
  501. ├─ jest-diff@22.4.3
  502. ├─ jest-docblock@22.4.3
  503. ├─ jest-environment-jsdom@22.4.3
  504. ├─ jest-environment-node@22.4.3
  505. ├─ jest-get-type@22.4.3
  506. ├─ jest-haste-map@22.4.3
  507. ├─ jest-jasmine2@22.4.4
  508. ├─ jest-leak-detector@22.4.3
  509. ├─ jest-matcher-utils@22.4.3
  510. ├─ jest-message-util@22.4.3
  511. ├─ jest-mock@22.4.3
  512. ├─ jest-regex-util@22.4.3
  513. ├─ jest-resolve-dependencies@22.4.3
  514. ├─ jest-resolve@22.4.3
  515. ├─ jest-runner@22.4.4
  516. ├─ jest-runtime@22.4.4
  517. ├─ jest-serializer@22.4.3
  518. ├─ jest-snapshot@22.4.3
  519. ├─ jest-util@22.4.3
  520. ├─ jest-validate@22.4.4
  521. ├─ jest-worker@22.4.3
  522. ├─ jest@22.4.3
  523. ├─ js-tokens@3.0.2
  524. ├─ js-yaml@3.12.0
  525. ├─ jsbn@0.1.1
  526. ├─ jsdom@11.12.0
  527. ├─ jsesc@2.5.1
  528. ├─ json-schema-traverse@0.3.1
  529. ├─ json-schema@0.2.3
  530. ├─ json-stable-stringify-without-jsonify@1.0.1
  531. ├─ json-stable-stringify@1.0.1
  532. ├─ json-stringify-safe@5.0.1
  533. ├─ json5@0.5.1
  534. ├─ jsonfile@2.4.0
  535. ├─ jsonify@0.0.0
  536. ├─ jsprim@1.4.1
  537. ├─ jsx-ast-utils@2.0.1
  538. ├─ kind-of@3.2.2
  539. ├─ klaw@1.3.1
  540. ├─ lcid@1.0.0
  541. ├─ left-pad@1.3.0
  542. ├─ leven@2.1.0
  543. ├─ levn@0.3.0
  544. ├─ load-json-file@2.0.0
  545. ├─ locate-path@2.0.0
  546. ├─ lodash.pad@4.5.1
  547. ├─ lodash.padend@4.6.1
  548. ├─ lodash.padstart@4.6.1
  549. ├─ lodash.sortby@4.7.0
  550. ├─ lodash.throttle@4.1.1
  551. ├─ lodash@4.17.10
  552. ├─ loose-envify@1.4.0
  553. ├─ lru-cache@4.1.3
  554. ├─ macos-release@1.1.0
  555. ├─ make-dir@1.3.0
  556. ├─ makeerror@1.0.11
  557. ├─ map-cache@0.2.2
  558. ├─ map-visit@1.0.0
  559. ├─ math-random@1.0.1
  560. ├─ mem@1.1.0
  561. ├─ merge-stream@1.0.1
  562. ├─ merge@1.2.0
  563. ├─ metro-babylon7@0.30.2
  564. ├─ metro-cache@0.30.2
  565. ├─ metro-core@0.30.2
  566. ├─ metro-minify-uglify@0.30.2
  567. ├─ metro-resolver@0.30.2
  568. ├─ metro-source-map@0.30.2
  569. ├─ metro@0.30.2
  570. ├─ micromatch@2.3.11
  571. ├─ mime-db@1.36.0
  572. ├─ mime-types@2.1.20
  573. ├─ mime@1.6.0
  574. ├─ mimic-fn@1.2.0
  575. ├─ min-document@2.19.0
  576. ├─ minimatch@3.0.4
  577. ├─ minimist@1.2.0
  578. ├─ minipass@2.3.4
  579. ├─ minizlib@1.1.0
  580. ├─ mixin-deep@1.3.1
  581. ├─ mkdirp@0.5.1
  582. ├─ mobx-persist@0.4.1
  583. ├─ mobx-react-navigation-store@1.4.4
  584. ├─ mobx-react@5.2.8
  585. ├─ mobx@4.4.0
  586. ├─ moment@2.22.2
  587. ├─ morgan@1.9.0
  588. ├─ ms@2.0.0
  589. ├─ mute-stream@0.0.7
  590. ├─ nan@2.11.0
  591. ├─ nanomatch@1.2.13
  592. ├─ natural-compare@1.4.0
  593. ├─ needle@2.2.2
  594. ├─ negotiator@0.6.1
  595. ├─ node-fetch@1.7.3
  596. ├─ node-int64@0.4.0
  597. ├─ node-modules-regexp@1.0.0
  598. ├─ node-notifier@5.2.1
  599. ├─ node-pre-gyp@0.10.3
  600. ├─ nopt@4.0.1
  601. ├─ normalize-package-data@2.4.0
  602. ├─ normalize-path@2.1.1
  603. ├─ npm-bundled@1.0.5
  604. ├─ npm-packlist@1.1.11
  605. ├─ npm-run-path@2.0.2
  606. ├─ npmlog@2.0.4
  607. ├─ number-is-nan@1.0.1
  608. ├─ nwsapi@2.0.9
  609. ├─ oauth-sign@0.9.0
  610. ├─ object-assign@4.1.1
  611. ├─ object-copy@0.1.0
  612. ├─ object-keys@1.0.12
  613. ├─ object-visit@1.0.1
  614. ├─ object.getownpropertydescriptors@2.0.3
  615. ├─ object.omit@2.0.1
  616. ├─ object.pick@1.3.0
  617. ├─ on-finished@2.3.0
  618. ├─ on-headers@1.0.1
  619. ├─ once@1.4.0
  620. ├─ onetime@2.0.1
  621. ├─ opn@3.0.3
  622. ├─ optimist@0.6.1
  623. ├─ optionator@0.8.2
  624. ├─ options@0.0.6
  625. ├─ os-homedir@1.0.2
  626. ├─ os-locale@2.1.0
  627. ├─ os-name@2.0.1
  628. ├─ os-shim@0.1.3
  629. ├─ os-tmpdir@1.0.2
  630. ├─ osenv@0.1.5
  631. ├─ p-finally@1.0.0
  632. ├─ p-limit@1.3.0
  633. ├─ p-locate@2.0.0
  634. ├─ p-try@1.0.0
  635. ├─ parse-glob@3.0.4
  636. ├─ parse-json@2.2.0
  637. ├─ parse5@4.0.0
  638. ├─ parseurl@1.3.2
  639. ├─ pascalcase@0.1.1
  640. ├─ path-exists@3.0.0
  641. ├─ path-is-absolute@1.0.1
  642. ├─ path-is-inside@1.0.2
  643. ├─ path-key@2.0.1
  644. ├─ path-parse@1.0.6
  645. ├─ path-to-regexp@1.7.0
  646. ├─ path-type@2.0.0
  647. ├─ pegjs@0.10.0
  648. ├─ performance-now@2.1.0
  649. ├─ pify@2.3.0
  650. ├─ pinkie-promise@2.0.1
  651. ├─ pinkie@2.0.4
  652. ├─ pirates@4.0.0
  653. ├─ pkg-dir@2.0.0
  654. ├─ plist@1.2.0
  655. ├─ plugin-error@0.1.2
  656. ├─ pluralize@7.0.0
  657. ├─ pn@1.1.0
  658. ├─ posix-character-classes@0.1.1
  659. ├─ prelude-ls@1.1.2
  660. ├─ preserve@0.2.0
  661. ├─ pretty-format@22.4.3
  662. ├─ private@0.1.8
  663. ├─ process-nextick-args@2.0.0
  664. ├─ process@0.5.2
  665. ├─ progress@2.0.0
  666. ├─ promise@7.3.1
  667. ├─ prop-types@15.6.2
  668. ├─ pseudomap@1.0.2
  669. ├─ psl@1.1.29
  670. ├─ punycode@1.4.1
  671. ├─ qs@6.5.2
  672. ├─ randomatic@3.1.0
  673. ├─ range-parser@1.2.0
  674. ├─ rc@1.2.8
  675. ├─ react-clone-referenced-element@1.0.1
  676. ├─ react-deep-force-update@1.1.2
  677. ├─ react-devtools-core@3.1.0
  678. ├─ react-is@16.5.0
  679. ├─ react-lifecycles-compat@3.0.4
  680. ├─ react-native-bouncy-drawer@1.0.0
  681. ├─ react-native-config@0.11.5
  682. ├─ react-native-confirmation-code-input@1.0.4
  683. ├─ react-native-datepicker@1.7.2
  684. ├─ react-native-device-info@0.22.5
  685. ├─ react-native-dismiss-keyboard@1.0.0
  686. ├─ react-native-drawer-layout-polyfill@1.3.2
  687. ├─ react-native-drawer-layout@1.3.2
  688. ├─ react-native-onesignal@3.2.6
  689. ├─ react-native-safe-area-view@0.9.0
  690. ├─ react-native-tab-view@0.0.74
  691. ├─ react-native-vector-icons@5.0.0
  692. ├─ react-native-view@1.1.0
  693. ├─ react-native@0.55.4
  694. ├─ react-navigation@1.5.13
  695. ├─ react-proxy@1.1.8
  696. ├─ react-test-renderer@16.3.1
  697. ├─ react-timer-mixin@0.13.4
  698. ├─ react-transform-hmr@1.0.4
  699. ├─ react@16.4.1
  700. ├─ read-pkg-up@2.0.0
  701. ├─ read-pkg@2.0.0
  702. ├─ readable-stream@2.3.6
  703. ├─ realpath-native@1.0.2
  704. ├─ regenerate@1.4.0
  705. ├─ regenerator-runtime@0.11.1
  706. ├─ regenerator-transform@0.10.1
  707. ├─ regex-cache@0.4.4
  708. ├─ regex-not@1.0.2
  709. ├─ regexpp@1.1.0
  710. ├─ regexpu-core@2.0.0
  711. ├─ regjsgen@0.2.0
  712. ├─ regjsparser@0.1.5
  713. ├─ remove-trailing-separator@1.1.0
  714. ├─ repeat-element@1.1.3
  715. ├─ repeat-string@1.6.1
  716. ├─ repeating@2.0.1
  717. ├─ request-promise-core@1.1.1
  718. ├─ request-promise-native@1.0.5
  719. ├─ request@2.88.0
  720. ├─ require-directory@2.1.1
  721. ├─ require-main-filename@1.0.1
  722. ├─ require-uncached@1.0.3
  723. ├─ resolve-cwd@2.0.0
  724. ├─ resolve-from@1.0.1
  725. ├─ resolve-url@0.2.1
  726. ├─ resolve@1.8.1
  727. ├─ restore-cursor@2.0.0
  728. ├─ ret@0.1.15
  729. ├─ rimraf@2.6.2
  730. ├─ rsvp@3.6.2
  731. ├─ run-async@2.3.0
  732. ├─ rx-lite-aggregates@4.0.8
  733. ├─ rx-lite@4.0.8
  734. ├─ rx@4.1.0
  735. ├─ safe-buffer@5.1.2
  736. ├─ safe-regex@1.1.0
  737. ├─ safer-buffer@2.1.2
  738. ├─ sane@2.5.2
  739. ├─ sax@1.2.4
  740. ├─ semver@5.5.1
  741. ├─ send@0.16.2
  742. ├─ serialize-error@2.1.0
  743. ├─ serializr@1.3.0
  744. ├─ serve-static@1.13.2
  745. ├─ set-blocking@2.0.0
  746. ├─ set-value@2.0.0
  747. ├─ setimmediate@1.0.5
  748. ├─ setprototypeof@1.1.0
  749. ├─ shebang-command@1.2.0
  750. ├─ shebang-regex@1.0.0
  751. ├─ shell-quote@1.6.1
  752. ├─ shellwords@0.1.1
  753. ├─ signal-exit@3.0.2
  754. ├─ simple-plist@0.2.1
  755. ├─ slash@1.0.0
  756. ├─ slice-ansi@1.0.0
  757. ├─ slide@1.1.6
  758. ├─ snapdragon-node@2.1.1
  759. ├─ snapdragon-util@3.0.1
  760. ├─ snapdragon@0.8.2
  761. ├─ source-map-resolve@0.5.2
  762. ├─ source-map-support@0.5.9
  763. ├─ source-map-url@0.4.0
  764. ├─ source-map@0.5.7
  765. ├─ spawn-sync@1.0.15
  766. ├─ spdx-correct@3.0.0
  767. ├─ spdx-exceptions@2.1.0
  768. ├─ spdx-expression-parse@3.0.0
  769. ├─ spdx-license-ids@3.0.1
  770. ├─ split-string@3.1.0
  771. ├─ sprintf-js@1.0.3
  772. ├─ sshpk@1.14.2
  773. ├─ stack-utils@1.0.1
  774. ├─ stacktrace-parser@0.1.4
  775. ├─ static-extend@0.1.2
  776. ├─ statuses@1.3.1
  777. ├─ stealthy-require@1.1.1
  778. ├─ stream-buffers@2.2.0
  779. ├─ string_decoder@1.1.1
  780. ├─ string-length@2.0.0
  781. ├─ string-width@2.1.1
  782. ├─ strip-ansi@3.0.1
  783. ├─ strip-bom@2.0.0
  784. ├─ strip-eof@1.0.0
  785. ├─ strip-json-comments@2.0.1
  786. ├─ supports-color@5.5.0
  787. ├─ symbol-tree@3.2.2
  788. ├─ table@4.0.2
  789. ├─ tar@4.4.6
  790. ├─ temp@0.8.3
  791. ├─ test-exclude@4.2.3
  792. ├─ text-table@0.2.0
  793. ├─ throat@4.1.0
  794. ├─ through@2.3.8
  795. ├─ through2@2.0.3
  796. ├─ time-stamp@1.1.0
  797. ├─ tmp@0.0.33
  798. ├─ tmpl@1.0.4
  799. ├─ to-fast-properties@2.0.0
  800. ├─ to-object-path@0.3.0
  801. ├─ to-regex-range@2.1.1
  802. ├─ to-regex@3.0.2
  803. ├─ tough-cookie@2.4.3
  804. ├─ tr46@1.0.1
  805. ├─ trim-right@1.0.1
  806. ├─ tunnel-agent@0.6.0
  807. ├─ tweetnacl@0.14.5
  808. ├─ type-check@0.3.2
  809. ├─ typedarray@0.0.6
  810. ├─ ua-parser-js@0.7.18
  811. ├─ uglify-es@3.3.9
  812. ├─ uglify-js@3.4.9
  813. ├─ ultron@1.0.2
  814. ├─ union-value@1.0.0
  815. ├─ unpipe@1.0.0
  816. ├─ unset-value@1.0.0
  817. ├─ urix@0.1.0
  818. ├─ use@3.1.1
  819. ├─ util-deprecate@1.0.2
  820. ├─ util.promisify@1.0.0
  821. ├─ utils-merge@1.0.1
  822. ├─ uuid@3.0.1
  823. ├─ validate-npm-package-license@3.0.4
  824. ├─ vary@1.1.2
  825. ├─ verror@1.10.0
  826. ├─ w3c-hr-time@1.0.1
  827. ├─ walker@1.0.7
  828. ├─ watch@0.18.0
  829. ├─ webidl-conversions@4.0.2
  830. ├─ whatwg-encoding@1.0.4
  831. ├─ whatwg-fetch@1.1.1
  832. ├─ whatwg-mimetype@2.1.0
  833. ├─ whatwg-url@6.5.0
  834. ├─ which-module@2.0.0
  835. ├─ which@1.3.1
  836. ├─ wide-align@1.1.3
  837. ├─ win-release@1.1.1
  838. ├─ wordwrap@1.0.0
  839. ├─ wrap-ansi@2.1.0
  840. ├─ wrappy@1.0.2
  841. ├─ write-file-atomic@1.3.4
  842. ├─ write@0.2.1
  843. ├─ ws@1.1.5
  844. ├─ xcode@0.9.3
  845. ├─ xml-name-validator@3.0.0
  846. ├─ xmlbuilder@4.0.0
  847. ├─ xmldoc@0.4.0
  848. ├─ xmldom@0.1.27
  849. ├─ xpipe@1.0.5
  850. ├─ xtend@4.0.1
  851. ├─ y18n@3.2.1
  852. ├─ yallist@3.0.2
  853. ├─ yargs-parser@7.0.0
  854. └─ yargs@10.1.2
  855. Done in 1.84s.
  856. ##[section]Finishing: yarn/npm install
  857. ##[section]Starting: Tag build
  858. ==============================================================================
  859. Task : Shell Script
  860. Description : Run a shell script using bash
  861. Version : 2.1.3
  862. Author : Microsoft Corporation
  863. Help : [More Information](https://go.microsoft.com/fwlink/?LinkID=613738)
  864. ==============================================================================
  865. [command]/bin/bash /Users/vsts/agent/2.140.0/scripts/emit-tags.sh javascript,android,signed,distribution,manual
  866. ##[section]Async Command Start: Add Build Tag
  867. Build '4' has following tags now: normal, javascript, android
  868. ##[section]Async Command End: Add Build Tag
  869. ##[section]Async Command Start: Add Build Tag
  870. Build '4' has following tags now: normal, android
  871. ##[section]Async Command End: Add Build Tag
  872. ##[section]Async Command Start: Add Build Tag
  873. Build '4' has following tags now: normal, javascript, android, signed
  874. ##[section]Async Command End: Add Build Tag
  875. ##[section]Async Command Start: Add Build Tag
  876. Build '4' has following tags now: normal, javascript, android, distribution, signed, manual
  877. ##[section]Async Command End: Add Build Tag
  878. ##[section]Async Command Start: Add Build Tag
  879. Build '4' has following tags now: normal, javascript, android, signed, manual
  880. ##[section]Async Command End: Add Build Tag
  881. ##[section]Finishing: Tag build
  882. ##[section]Starting: Install Android keystore
  883. ==============================================================================
  884. Task : Shell Script
  885. Description : Run a shell script using bash
  886. Version : 2.1.3
  887. Author : Microsoft Corporation
  888. Help : [More Information](https://go.microsoft.com/fwlink/?LinkID=613738)
  889. ==============================================================================
  890. [command]/bin/bash /Users/vsts/agent/2.140.0/scripts/install-keystore.sh ***
  891. ##[section]Finishing: Install Android keystore
  892. ##[section]Starting: Gradle Task
  893. ==============================================================================
  894. Task : Gradle
  895. Description : Build using a Gradle wrapper script
  896. Version : 1.128.0
  897. Author : Microsoft Corporation
  898. Help : [More Information](https://go.microsoft.com/fwlink/?LinkID=613720)
  899. ==============================================================================
  900. SYSTEMVSSCONNECTION exists true
  901. [command]/Users/vsts/agent/2.140.0/work/1/s/android/gradlew -DMOBILECENTER_KEYSTORE_PASSWORD=*** -DMOBILECENTER_KEY_ALIAS=*** -DMOBILECENTER_KEY_PASSWORD=*** -DAPPCENTER_KEYSTORE_PASSWORD=*** -DAPPCENTER_KEY_ALIAS=*** -DAPPCENTER_KEY_PASSWORD=*** -p android clean :app:assembleRelease
  902. Gradle 2.14.1
  903. Resolved com.android.tools.build:gradle:2.2.3 in :classpath
  904. Project is either no Android app project or build version has not been set to override
  905. Download https://plugins.gradle.org/m2/gradle/plugin/com/onesignal/onesignal-gradle-plugin/0.11.2/onesignal-gradle-plugin-0.11.2.pom
  906. Resolved gradle.plugin.com.onesignal:onesignal-gradle-plugin:0.11.2 in :app:classpath
  907. Download https://plugins.gradle.org/m2/gradle/plugin/com/onesignal/onesignal-gradle-plugin/0.11.2/onesignal-gradle-plugin-0.11.2.jar
  908. Project is either no Android app project or build version has not been set to override
  909.  
  910. FAILURE: Build failed with an exception.
  911.  
  912. * Where:
  913. Build file '/Users/vsts/agent/2.140.0/work/1/s/android/app/build.gradle' line: 11
  914.  
  915. * What went wrong:
  916. A problem occurred evaluating project ':app'.
  917. > Failed to apply plugin [id 'com.android.application']
  918. > Cannot convert URL 'C:/tmp/NirZoari/app' to a file.
  919.  
  920. * Try:
  921. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  922.  
  923. BUILD FAILED
  924.  
  925. Total time: 20.865 secs
  926.  
  927. FAILURE: Build failed with an exception.
  928.  
  929. * What went wrong:
  930. Cannot convert URL 'C:/tmp/NirZoari/NirZoari' to a file.
  931.  
  932. * Try:
  933. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  934. Error: /Users/vsts/agent/2.140.0/work/1/s/android/gradlew failed with return code: 1
  935. at ChildProcess.<anonymous> (/Users/vsts/agent/2.140.0/work/_tasks/Gradle_8d8eebd8-2b94-4c97-85af-839254cc6da4/1.128.0/node_modules/vsts-task-lib/toolrunner.js:569:30)
  936. at emitTwo (events.js:106:13)
  937. at ChildProcess.emit (events.js:191:7)
  938. at maybeClose (internal/child_process.js:886:16)
  939. at Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)
  940. ##[error]Error: /Users/vsts/agent/2.140.0/work/1/s/android/gradlew failed with return code: 1
  941. ##[section]Finishing: Gradle Task
  942. ##[section]Starting: Checkout
  943. ==============================================================================
  944. Task : Get sources
  945. Description : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
  946. Version : 1.0.0
  947. Author : Microsoft
  948. Help : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
  949. ==============================================================================
  950. Cleaning any cached credential from repository: Nir Zoari (ExternalGit)
  951. ##[section]Finishing: Checkout
  952. ##[section]Finishing: Job
Add Comment
Please, Sign In to add comment