Guest User

Untitled

a guest
Feb 20th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.18 KB | None | 0 0
  1. ##[section]Starting: Job
  2. ##[section]Starting: Initialize job
  3. Current agent version: '2.147.1'
  4. Prepare build directory.
  5. Set build variables.
  6. Download all required tasks.
  7. Downloading task: CmdLine
  8. Downloading task: CmdLine
  9. Downloading task: ShellScript
  10. Downloading task: Gradle
  11. Downloading task: CopyFiles
  12. Downloading task: PublishBuildArtifacts
  13. Start tracking orphan processes.
  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: Mobile (ExternalGit)
  24. ##[command]git version
  25. git version 2.20.1
  26. ##[command]git lfs version
  27. git-lfs/2.6.1 (GitHub; darwin amd64; go 1.11.2)
  28. ##[command]git init "/Users/vsts/agent/2.147.1/work/1/s"
  29. Initialized empty Git repository in /Users/vsts/agent/2.147.1/work/1/s/.git/
  30. ##[command]git remote add origin https://pailodze@bitbucket.org/webizdev/mobile.git
  31. ##[command]git config gc.auto 0
  32. ##[command]git config --get-all http.https://pailodze@bitbucket.org/webizdev/mobile.git.extraheader
  33. ##[command]git config --get-all http.proxy
  34. ##[command]git remote set-url origin https://***:***@bitbucket.org/webizdev/mobile.git
  35. ##[command]git remote set-url --push origin https://***:***@bitbucket.org/webizdev/mobile.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/webizdev/mobile.git/info/lfs
  40. ##[command]git config remote.origin.lfspushurl https://***:***@bitbucket.org/webizdev/mobile.git/info/lfs
  41. ##[command]git fetch --tags --prune --progress --no-recurse-submodules origin
  42. remote: Counting objects: 34717
  43. remote: Counting objects: 62339
  44. remote: Counting objects: 80043, done.
  45. remote: Compressing objects: 100% (36160/36160), done.
  46. Receiving objects: 99% (79243/80043), 797.68 MiB | 12.53 MiB/s
  47. remote: Total 80043 (delta 39025), reused 79669 (delta 38703)
  48. Receiving objects: 100% (80043/80043), 806.29 MiB | 4.58 MiB/s, done.
  49. Resolving deltas: 100% (39025/39025), done.
  50. From https://bitbucket.org/webizdev/mobile
  51. * [new branch] PAYL-70 -> origin/PAYL-70
  52. * [new branch] PAYL-71 -> origin/PAYL-71
  53. * [new branch] paylix_dev -> origin/paylix_dev
  54. * [new branch] react_057 -> origin/react_057
  55. ##[command]git lfs fetch origin 346467e971843882f5e059675edb8bf892cc011a
  56. fetch: Fetching reference 346467e971843882f5e059675edb8bf892cc011a
  57. ##[command]git checkout --progress --force 346467e971843882f5e059675edb8bf892cc011a
  58. Checking out files: 100% (32073/32073), done.
  59. HEAD is now at 346467e97 Removed local.props
  60. ##[command]git submodule sync --recursive
  61. ##[command]git submodule update --init --force --recursive
  62. ##[command]git remote set-url origin https://pailodze@bitbucket.org/webizdev/mobile.git
  63. ##[command]git remote set-url --push origin https://pailodze@bitbucket.org/webizdev/mobile.git
  64. ##[command]git config --unset-all remote.origin.lfsurl
  65. ##[command]git config --unset-all remote.origin.lfspushurl
  66. ##[section]Finishing: Checkout
  67. ##[section]Starting: Select Node version
  68. ==============================================================================
  69. Task : Command Line
  70. Description : Run a command line script using cmd.exe on Windows and bash on macOS and Linux.
  71. Version : 2.146.1
  72. Author : Microsoft Corporation
  73. Help : [More Information](https://go.microsoft.com/fwlink/?LinkID=613735)
  74. ==============================================================================
  75. Generating script.
  76. [command]/bin/bash --noprofile --norc /Users/vsts/agent/2.147.1/work/_temp/1d629f6e-bdcb-4d8d-8619-e834aded86c2.sh
  77. Now using node v8.15.0 (npm v6.4.1)
  78. default -> node8 (-> v8.15.0 *)
  79. ##[section]Finishing: Select Node version
  80. ##[section]Starting: yarn/npm install
  81. ==============================================================================
  82. Task : Command Line
  83. Description : Run a command line with arguments
  84. Version : 1.1.3
  85. Author : Microsoft Corporation
  86. Help : [More Information](https://go.microsoft.com/fwlink/?LinkID=613735)
  87. ==============================================================================
  88. [command]/bin/sh -c if [ -f yarn.lock ]; then { yarn install && yarn list --depth=0; } else npm install; fi
  89. yarn install v1.13.0
  90. 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.
  91. [1/4] Resolving packages...
  92. [2/4] Fetching packages...
  93. [3/4] Linking dependencies...
  94. warning " > react-moment@0.8.4" has unmet peer dependency "prop-types@^15.6.0".
  95. warning " > react-native@0.57.8" has incorrect peer dependency "react@16.6.3".
  96. warning " > react-native-router-flux@4.0.6" has unmet peer dependency "react-navigation-deprecated-tab-navigator@*".
  97. warning "babel-preset-react-native > @babel/plugin-proposal-class-properties@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  98. warning "babel-preset-react-native > @babel/plugin-proposal-object-rest-spread@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  99. warning "babel-preset-react-native > @babel/plugin-proposal-optional-chaining@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  100. warning "babel-preset-react-native > @babel/plugin-transform-arrow-functions@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  101. warning "babel-preset-react-native > @babel/plugin-transform-block-scoping@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  102. warning "babel-preset-react-native > @babel/plugin-transform-classes@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  103. warning "babel-preset-react-native > @babel/plugin-transform-computed-properties@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  104. warning "babel-preset-react-native > @babel/plugin-transform-destructuring@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  105. warning "babel-preset-react-native > @babel/plugin-transform-exponentiation-operator@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  106. warning "babel-preset-react-native > @babel/plugin-transform-flow-strip-types@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  107. warning "babel-preset-react-native > @babel/plugin-transform-for-of@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  108. warning "babel-preset-react-native > @babel/plugin-transform-function-name@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  109. warning "babel-preset-react-native > @babel/plugin-transform-literals@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  110. warning "babel-preset-react-native > @babel/plugin-transform-modules-commonjs@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  111. warning "babel-preset-react-native > @babel/plugin-transform-object-assign@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  112. warning "babel-preset-react-native > @babel/plugin-transform-parameters@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  113. warning "babel-preset-react-native > @babel/plugin-transform-react-display-name@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  114. warning "babel-preset-react-native > @babel/plugin-transform-react-jsx@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  115. warning "babel-preset-react-native > @babel/plugin-transform-react-jsx-source@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  116. warning "babel-preset-react-native > @babel/plugin-transform-regenerator@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  117. warning "babel-preset-react-native > @babel/plugin-transform-shorthand-properties@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  118. warning "babel-preset-react-native > @babel/plugin-transform-spread@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  119. warning "babel-preset-react-native > @babel/plugin-transform-sticky-regex@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  120. warning "babel-preset-react-native > @babel/plugin-transform-template-literals@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  121. warning "babel-preset-react-native > @babel/plugin-transform-unicode-regex@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  122. warning "babel-preset-react-native > @babel/plugin-proposal-class-properties > @babel/plugin-syntax-class-properties@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  123. warning "babel-preset-react-native > @babel/plugin-proposal-object-rest-spread > @babel/plugin-syntax-object-rest-spread@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  124. warning "babel-preset-react-native > @babel/plugin-proposal-optional-chaining > @babel/plugin-syntax-optional-chaining@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  125. warning "babel-preset-react-native > @babel/plugin-transform-flow-strip-types > @babel/plugin-syntax-flow@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  126. warning "babel-preset-react-native > @babel/plugin-transform-react-jsx > @babel/plugin-syntax-jsx@7.0.0-beta.47" has incorrect peer dependency "@babel/core@7.0.0-beta.47".
  127. [4/4] Building fresh packages...
  128. success Saved lockfile.
  129. Done in 30.15s.
  130. yarn list v1.13.0
  131. ├─ @babel/code-frame@7.0.0
  132. ├─ @babel/core@7.3.3
  133. ├─ @babel/generator@7.3.3
  134. ├─ @babel/helper-annotate-as-pure@7.0.0
  135. ├─ @babel/helper-builder-binary-assignment-operator-visitor@7.1.0
  136. ├─ @babel/helper-builder-react-jsx@7.3.0
  137. ├─ @babel/helper-call-delegate@7.1.0
  138. ├─ @babel/helper-create-class-features-plugin@7.3.2
  139. ├─ @babel/helper-define-map@7.1.0
  140. ├─ @babel/helper-explode-assignable-expression@7.1.0
  141. ├─ @babel/helper-function-name@7.1.0
  142. ├─ @babel/helper-get-function-arity@7.0.0
  143. ├─ @babel/helper-hoist-variables@7.0.0
  144. ├─ @babel/helper-member-expression-to-functions@7.0.0
  145. ├─ @babel/helper-module-imports@7.0.0
  146. ├─ @babel/helper-module-transforms@7.2.2
  147. ├─ @babel/helper-optimise-call-expression@7.0.0
  148. ├─ @babel/helper-plugin-utils@7.0.0
  149. ├─ @babel/helper-regex@7.0.0
  150. ├─ @babel/helper-remap-async-to-generator@7.1.0
  151. ├─ @babel/helper-replace-supers@7.2.3
  152. ├─ @babel/helper-simple-access@7.0.0-beta.47
  153. ├─ @babel/helper-split-export-declaration@7.0.0
  154. ├─ @babel/helper-wrap-function@7.2.0
  155. ├─ @babel/helpers@7.3.1
  156. ├─ @babel/highlight@7.0.0
  157. ├─ @babel/parser@7.3.3
  158. ├─ @babel/plugin-external-helpers@7.2.0
  159. ├─ @babel/plugin-proposal-class-properties@7.3.3
  160. ├─ @babel/plugin-proposal-decorators@7.3.0
  161. ├─ @babel/plugin-proposal-export-default-from@7.2.0
  162. ├─ @babel/plugin-proposal-nullish-coalescing-operator@7.2.0
  163. ├─ @babel/plugin-proposal-object-rest-spread@7.3.2
  164. ├─ @babel/plugin-proposal-optional-catch-binding@7.2.0
  165. ├─ @babel/plugin-proposal-optional-chaining@7.2.0
  166. ├─ @babel/plugin-syntax-class-properties@7.0.0-beta.47
  167. ├─ @babel/plugin-syntax-decorators@7.2.0
  168. ├─ @babel/plugin-syntax-dynamic-import@7.2.0
  169. ├─ @babel/plugin-syntax-export-default-from@7.2.0
  170. ├─ @babel/plugin-syntax-flow@7.2.0
  171. ├─ @babel/plugin-syntax-jsx@7.2.0
  172. ├─ @babel/plugin-syntax-nullish-coalescing-operator@7.2.0
  173. ├─ @babel/plugin-syntax-object-rest-spread@7.2.0
  174. ├─ @babel/plugin-syntax-optional-catch-binding@7.2.0
  175. ├─ @babel/plugin-syntax-optional-chaining@7.2.0
  176. ├─ @babel/plugin-syntax-typescript@7.3.3
  177. ├─ @babel/plugin-transform-arrow-functions@7.2.0
  178. ├─ @babel/plugin-transform-async-to-generator@7.2.0
  179. ├─ @babel/plugin-transform-block-scoped-functions@7.2.0
  180. ├─ @babel/plugin-transform-block-scoping@7.2.0
  181. ├─ @babel/plugin-transform-classes@7.3.3
  182. ├─ @babel/plugin-transform-computed-properties@7.2.0
  183. ├─ @babel/plugin-transform-destructuring@7.3.2
  184. ├─ @babel/plugin-transform-exponentiation-operator@7.2.0
  185. ├─ @babel/plugin-transform-flow-strip-types@7.2.3
  186. ├─ @babel/plugin-transform-for-of@7.2.0
  187. ├─ @babel/plugin-transform-function-name@7.2.0
  188. ├─ @babel/plugin-transform-literals@7.2.0
  189. ├─ @babel/plugin-transform-member-expression-literals@7.2.0
  190. ├─ @babel/plugin-transform-modules-commonjs@7.2.0
  191. ├─ @babel/plugin-transform-object-assign@7.2.0
  192. ├─ @babel/plugin-transform-object-super@7.2.0
  193. ├─ @babel/plugin-transform-parameters@7.3.3
  194. ├─ @babel/plugin-transform-property-literals@7.2.0
  195. ├─ @babel/plugin-transform-react-display-name@7.2.0
  196. ├─ @babel/plugin-transform-react-jsx-source@7.2.0
  197. ├─ @babel/plugin-transform-react-jsx@7.3.0
  198. ├─ @babel/plugin-transform-regenerator@7.0.0
  199. ├─ @babel/plugin-transform-runtime@7.0.0
  200. ├─ @babel/plugin-transform-shorthand-properties@7.2.0
  201. ├─ @babel/plugin-transform-spread@7.2.2
  202. ├─ @babel/plugin-transform-sticky-regex@7.2.0
  203. ├─ @babel/plugin-transform-template-literals@7.2.0
  204. ├─ @babel/plugin-transform-typescript@7.3.2
  205. ├─ @babel/plugin-transform-unicode-regex@7.2.0
  206. ├─ @babel/preset-flow@7.0.0
  207. ├─ @babel/register@7.0.0
  208. ├─ @babel/runtime@7.3.1
  209. ├─ @babel/template@7.2.2
  210. ├─ @babel/traverse@7.2.3
  211. ├─ @babel/types@7.3.3
  212. ├─ abab@2.0.0
  213. ├─ abbrev@1.1.1
  214. ├─ absolute-path@0.0.0
  215. ├─ accepts@1.3.5
  216. ├─ acorn-globals@4.3.0
  217. ├─ acorn-jsx@3.0.1
  218. ├─ acorn-walk@6.1.1
  219. ├─ acorn@5.7.3
  220. ├─ ajv-keywords@1.5.1
  221. ├─ ajv@4.11.8
  222. ├─ ansi-colors@1.1.0
  223. ├─ ansi-cyan@0.1.1
  224. ├─ ansi-escapes@3.2.0
  225. ├─ ansi-gray@0.1.1
  226. ├─ ansi-red@0.1.1
  227. ├─ ansi-regex@2.1.1
  228. ├─ ansi-styles@3.2.1
  229. ├─ ansi-wrap@0.1.0
  230. ├─ ansi@0.3.1
  231. ├─ anymatch@2.0.0
  232. ├─ appcenter-analytics@1.12.0
  233. ├─ appcenter-crashes@1.12.0
  234. ├─ appcenter-link-scripts@1.12.0
  235. ├─ appcenter@1.12.0
  236. ├─ append-transform@0.4.0
  237. ├─ aproba@1.2.0
  238. ├─ are-we-there-yet@1.1.5
  239. ├─ argparse@1.0.10
  240. ├─ arr-diff@4.0.0
  241. ├─ arr-flatten@1.1.0
  242. ├─ arr-union@3.1.0
  243. ├─ array-equal@1.0.0
  244. ├─ array-filter@0.0.1
  245. ├─ array-map@0.0.0
  246. ├─ array-reduce@0.0.0
  247. ├─ array-slice@0.2.3
  248. ├─ array-unique@0.3.2
  249. ├─ arrify@1.0.1
  250. ├─ art@0.10.3
  251. ├─ asap@2.0.6
  252. ├─ asn1@0.2.4
  253. ├─ assert-plus@1.0.0
  254. ├─ assign-symbols@1.0.0
  255. ├─ astral-regex@1.0.0
  256. ├─ async-limiter@1.0.0
  257. ├─ async@2.6.2
  258. ├─ asynckit@0.4.0
  259. ├─ atob@2.1.2
  260. ├─ aws-sign2@0.7.0
  261. ├─ aws4@1.8.0
  262. ├─ babel-code-frame@6.26.0
  263. ├─ babel-core@7.0.0-bridge.0
  264. ├─ babel-generator@6.26.1
  265. ├─ babel-helpers@6.24.1
  266. ├─ babel-jest@23.6.0
  267. ├─ babel-messages@6.23.0
  268. ├─ babel-plugin-istanbul@4.1.6
  269. ├─ babel-plugin-jest-hoist@23.2.0
  270. ├─ babel-plugin-syntax-object-rest-spread@6.13.0
  271. ├─ babel-plugin-syntax-trailing-function-commas@7.0.0-beta.0
  272. ├─ babel-plugin-transform-inline-environment-variables@0.4.3
  273. ├─ babel-plugin-transform-runtime@6.23.0
  274. ├─ babel-polyfill@6.23.0
  275. ├─ babel-preset-fbjs@3.2.0
  276. ├─ babel-preset-jest@23.2.0
  277. ├─ babel-preset-react-native@5.0.2
  278. ├─ babel-register@6.26.0
  279. ├─ babel-runtime@6.26.0
  280. ├─ babel-template@6.26.0
  281. ├─ babel-traverse@6.26.0
  282. ├─ babel-types@6.26.0
  283. ├─ babylon@6.18.0
  284. ├─ balanced-match@1.0.0
  285. ├─ base@0.11.2
  286. ├─ base64-js@1.3.0
  287. ├─ basic-auth@2.0.1
  288. ├─ bcrypt-pbkdf@1.0.2
  289. ├─ big-integer@1.6.41
  290. ├─ bplist-creator@0.0.7
  291. ├─ bplist-parser@0.1.1
  292. ├─ brace-expansion@1.1.11
  293. ├─ braces@1.8.5
  294. ├─ browser-process-hrtime@0.1.3
  295. ├─ browser-resolve@1.11.3
  296. ├─ bser@2.0.0
  297. ├─ buffer-from@1.1.1
  298. ├─ bytes@3.0.0
  299. ├─ cache-base@1.0.1
  300. ├─ caller-callsite@2.0.0
  301. ├─ caller-path@0.1.0
  302. ├─ callsites@2.0.0
  303. ├─ camelcase@4.1.0
  304. ├─ capture-exit@1.2.0
  305. ├─ card-validator@5.1.0
  306. ├─ caseless@0.12.0
  307. ├─ chalk@2.4.2
  308. ├─ chardet@0.4.2
  309. ├─ chownr@1.1.1
  310. ├─ ci-info@1.6.0
  311. ├─ circular-json@0.3.3
  312. ├─ clamp@1.0.1
  313. ├─ class-utils@0.3.6
  314. ├─ cli-cursor@2.1.0
  315. ├─ cli-width@2.2.0
  316. ├─ cliui@4.1.0
  317. ├─ co@4.6.0
  318. ├─ code-point-at@1.1.0
  319. ├─ collection-visit@1.0.0
  320. ├─ color-convert@1.9.3
  321. ├─ color-name@1.1.3
  322. ├─ color-support@1.1.3
  323. ├─ combined-stream@1.0.7
  324. ├─ commander@2.19.0
  325. ├─ commondir@1.0.1
  326. ├─ component-emitter@1.2.1
  327. ├─ compressible@2.0.15
  328. ├─ compression@1.7.3
  329. ├─ concat-map@0.0.1
  330. ├─ concat-stream@1.6.2
  331. ├─ connect@3.6.6
  332. ├─ console-control-strings@1.1.0
  333. ├─ convert-source-map@1.6.0
  334. ├─ copy-descriptor@0.1.1
  335. ├─ core-js@2.6.5
  336. ├─ core-util-is@1.0.2
  337. ├─ cosmiconfig@5.1.0
  338. ├─ create-react-class@15.6.3
  339. ├─ create-react-context@0.2.2
  340. ├─ credit-card-type@7.1.0
  341. ├─ cross-spawn@5.1.0
  342. ├─ cssom@0.3.6
  343. ├─ cssstyle@1.2.1
  344. ├─ d@1.0.0
  345. ├─ dashdash@1.14.1
  346. ├─ data-urls@1.1.0
  347. ├─ debug@2.6.9
  348. ├─ decamelize@1.2.0
  349. ├─ decode-uri-component@0.2.0
  350. ├─ deep-diff@0.3.8
  351. ├─ deep-extend@0.6.0
  352. ├─ deep-is@0.1.3
  353. ├─ default-require-extensions@1.0.0
  354. ├─ define-properties@1.1.3
  355. ├─ define-property@0.2.5
  356. ├─ delayed-stream@1.0.0
  357. ├─ delegates@1.0.0
  358. ├─ denodeify@1.2.1
  359. ├─ depd@1.1.2
  360. ├─ destroy@1.0.4
  361. ├─ detect-indent@4.0.0
  362. ├─ detect-libc@1.0.3
  363. ├─ detect-newline@2.1.0
  364. ├─ diff@3.5.0
  365. ├─ doctrine@2.1.0
  366. ├─ dom-walk@0.1.1
  367. ├─ domexception@1.0.1
  368. ├─ ecc-jsbn@0.1.2
  369. ├─ ee-first@1.1.1
  370. ├─ encodeurl@1.0.2
  371. ├─ encoding@0.1.12
  372. ├─ envinfo@5.12.1
  373. ├─ error-ex@1.3.2
  374. ├─ errorhandler@1.5.0
  375. ├─ es-abstract@1.13.0
  376. ├─ es-to-primitive@1.2.0
  377. ├─ es5-ext@0.10.47
  378. ├─ es6-iterator@2.0.3
  379. ├─ es6-map@0.1.5
  380. ├─ es6-set@0.1.5
  381. ├─ es6-symbol@3.1.1
  382. ├─ es6-weak-map@2.0.2
  383. ├─ escape-html@1.0.3
  384. ├─ escape-string-regexp@1.0.5
  385. ├─ escodegen@1.11.0
  386. ├─ escope@3.6.0
  387. ├─ eslint@3.19.0
  388. ├─ espree@3.5.4
  389. ├─ esprima@4.0.1
  390. ├─ esquery@1.0.1
  391. ├─ esrecurse@4.2.1
  392. ├─ estraverse@4.2.0
  393. ├─ esutils@2.0.2
  394. ├─ etag@1.8.1
  395. ├─ event-emitter@0.3.5
  396. ├─ event-target-shim@1.1.1
  397. ├─ eventemitter3@3.1.0
  398. ├─ exec-sh@0.2.2
  399. ├─ execa@0.7.0
  400. ├─ exit-hook@1.1.1
  401. ├─ exit@0.1.2
  402. ├─ expand-brackets@0.1.5
  403. ├─ expand-range@1.8.2
  404. ├─ expect@23.6.0
  405. ├─ extend-shallow@2.0.1
  406. ├─ extend@3.0.2
  407. ├─ external-editor@2.2.0
  408. ├─ extglob@0.3.2
  409. ├─ extsprintf@1.3.0
  410. ├─ fancy-log@1.3.3
  411. ├─ fast-deep-equal@2.0.1
  412. ├─ fast-json-stable-stringify@2.0.0
  413. ├─ fast-levenshtein@2.0.6
  414. ├─ fb-watchman@2.0.0
  415. ├─ fbjs-css-vars@1.0.2
  416. ├─ fbjs-scripts@1.0.1
  417. ├─ fbjs@0.8.17
  418. ├─ figures@2.0.0
  419. ├─ file-entry-cache@2.0.0
  420. ├─ filename-regex@2.0.1
  421. ├─ fileset@2.0.3
  422. ├─ fill-range@2.2.4
  423. ├─ finalhandler@1.1.0
  424. ├─ find-cache-dir@1.0.0
  425. ├─ find-up@2.1.0
  426. ├─ flat-cache@1.3.4
  427. ├─ flux-standard-action@2.0.3
  428. ├─ for-in@1.0.2
  429. ├─ for-own@0.1.5
  430. ├─ forever-agent@0.6.1
  431. ├─ form-data@2.3.3
  432. ├─ fragment-cache@0.2.1
  433. ├─ fresh@0.5.2
  434. ├─ fs-extra@1.0.0
  435. ├─ fs-minipass@1.2.5
  436. ├─ fs.realpath@1.0.0
  437. ├─ fsevents@1.2.7
  438. ├─ function-bind@1.1.1
  439. ├─ fuse.js@2.6.2
  440. ├─ gauge@1.2.7
  441. ├─ generate-function@2.3.1
  442. ├─ generate-object-property@1.2.0
  443. ├─ get-caller-file@1.0.3
  444. ├─ get-stream@3.0.0
  445. ├─ get-value@2.0.6
  446. ├─ getpass@0.1.7
  447. ├─ glob-base@0.3.0
  448. ├─ glob-parent@2.0.0
  449. ├─ glob@7.1.3
  450. ├─ global@4.3.2
  451. ├─ globals@11.11.0
  452. ├─ graceful-fs@4.1.15
  453. ├─ growly@1.3.0
  454. ├─ gud@1.0.0
  455. ├─ handlebars@4.1.0
  456. ├─ har-schema@2.0.0
  457. ├─ har-validator@5.1.3
  458. ├─ has-ansi@2.0.0
  459. ├─ has-flag@3.0.0
  460. ├─ has-symbols@1.0.0
  461. ├─ has-unicode@2.0.1
  462. ├─ has-value@1.0.0
  463. ├─ has-values@1.0.0
  464. ├─ has@1.0.3
  465. ├─ hoist-non-react-statics@2.5.5
  466. ├─ home-or-tmp@3.0.0
  467. ├─ hosted-git-info@2.7.1
  468. ├─ html-encoding-sniffer@1.0.2
  469. ├─ http-errors@1.6.3
  470. ├─ http-signature@1.2.0
  471. ├─ iconv-lite@0.4.24
  472. ├─ ignore-walk@3.0.1
  473. ├─ ignore@3.3.10
  474. ├─ image-size@0.6.3
  475. ├─ import-fresh@2.0.0
  476. ├─ import-local@1.0.0
  477. ├─ imurmurhash@0.1.4
  478. ├─ inflight@1.0.6
  479. ├─ inherits@2.0.3
  480. ├─ ini@1.3.5
  481. ├─ inquirer@0.12.0
  482. ├─ interpret@1.2.0
  483. ├─ invariant@2.2.4
  484. ├─ invert-kv@1.0.0
  485. ├─ is-accessor-descriptor@1.0.0
  486. ├─ is-arrayish@0.2.1
  487. ├─ is-buffer@1.1.6
  488. ├─ is-callable@1.1.4
  489. ├─ is-ci@1.2.1
  490. ├─ is-data-descriptor@1.0.0
  491. ├─ is-date-object@1.0.1
  492. ├─ is-descriptor@1.0.2
  493. ├─ is-directory@0.3.1
  494. ├─ is-dotfile@1.0.3
  495. ├─ is-equal-shallow@0.1.3
  496. ├─ is-extendable@0.1.1
  497. ├─ is-extglob@1.0.0
  498. ├─ is-finite@1.0.2
  499. ├─ is-fullwidth-code-point@1.0.0
  500. ├─ is-generator-fn@1.0.0
  501. ├─ is-glob@2.0.1
  502. ├─ is-my-ip-valid@1.0.0
  503. ├─ is-my-json-valid@2.19.0
  504. ├─ is-number@3.0.0
  505. ├─ is-plain-object@2.0.4
  506. ├─ is-posix-bracket@0.1.1
  507. ├─ is-primitive@2.0.0
  508. ├─ is-promise@2.1.0
  509. ├─ is-property@1.0.2
  510. ├─ is-regex@1.0.4
  511. ├─ is-resolvable@1.1.0
  512. ├─ is-stream@1.1.0
  513. ├─ is-symbol@1.0.2
  514. ├─ is-typedarray@1.0.0
  515. ├─ is-utf8@0.2.1
  516. ├─ is-windows@1.0.2
  517. ├─ is-wsl@1.1.0
  518. ├─ isarray@1.0.0
  519. ├─ isexe@2.0.0
  520. ├─ isobject@3.0.1
  521. ├─ isomorphic-fetch@2.2.1
  522. ├─ isstream@0.1.2
  523. ├─ istanbul-api@1.3.7
  524. ├─ istanbul-lib-coverage@1.2.1
  525. ├─ istanbul-lib-hook@1.2.2
  526. ├─ istanbul-lib-instrument@1.10.2
  527. ├─ istanbul-lib-report@1.1.5
  528. ├─ istanbul-lib-source-maps@1.2.6
  529. ├─ istanbul-reports@1.5.1
  530. ├─ jest-changed-files@23.4.2
  531. ├─ jest-cli@23.6.0
  532. ├─ jest-config@23.6.0
  533. ├─ jest-diff@23.6.0
  534. ├─ jest-docblock@23.2.0
  535. ├─ jest-each@23.6.0
  536. ├─ jest-environment-jsdom@23.4.0
  537. ├─ jest-environment-node@23.4.0
  538. ├─ jest-get-type@22.4.3
  539. ├─ jest-haste-map@23.6.0
  540. ├─ jest-jasmine2@23.6.0
  541. ├─ jest-leak-detector@23.6.0
  542. ├─ jest-matcher-utils@23.6.0
  543. ├─ jest-message-util@23.4.0
  544. ├─ jest-mock@23.2.0
  545. ├─ jest-regex-util@23.3.0
  546. ├─ jest-resolve-dependencies@23.6.0
  547. ├─ jest-resolve@23.6.0
  548. ├─ jest-runner@23.6.0
  549. ├─ jest-runtime@23.6.0
  550. ├─ jest-serializer@23.0.1
  551. ├─ jest-snapshot@23.6.0
  552. ├─ jest-util@23.4.0
  553. ├─ jest-validate@23.6.0
  554. ├─ jest-watcher@23.4.0
  555. ├─ jest-worker@23.2.0
  556. ├─ jest@23.1.0
  557. ├─ js-tokens@3.0.2
  558. ├─ js-yaml@3.12.1
  559. ├─ jsbn@0.1.1
  560. ├─ jsdom@11.12.0
  561. ├─ jsesc@2.5.2
  562. ├─ json-parse-better-errors@1.0.2
  563. ├─ json-schema-traverse@0.4.1
  564. ├─ json-schema@0.2.3
  565. ├─ json-stable-stringify@1.0.1
  566. ├─ json-stringify-safe@5.0.1
  567. ├─ json5@2.1.0
  568. ├─ jsonfile@2.4.0
  569. ├─ jsonify@0.0.0
  570. ├─ jsonpointer@4.0.1
  571. ├─ jsprim@1.4.1
  572. ├─ kind-of@3.2.2
  573. ├─ klaw@1.3.1
  574. ├─ kleur@2.0.2
  575. ├─ lcid@1.0.0
  576. ├─ left-pad@1.3.0
  577. ├─ leven@2.1.0
  578. ├─ levn@0.3.0
  579. ├─ load-json-file@2.0.0
  580. ├─ locate-path@2.0.0
  581. ├─ lodash.get@4.4.2
  582. ├─ lodash.isequal@4.5.0
  583. ├─ lodash.pad@4.5.1
  584. ├─ lodash.padend@4.6.1
  585. ├─ lodash.padstart@4.6.1
  586. ├─ lodash.sortby@4.7.0
  587. ├─ lodash.throttle@4.1.1
  588. ├─ lodash.toarray@4.4.0
  589. ├─ lodash@4.17.11
  590. ├─ loose-envify@1.4.0
  591. ├─ lru-cache@4.1.5
  592. ├─ make-dir@1.3.0
  593. ├─ makeerror@1.0.11
  594. ├─ map-cache@0.2.2
  595. ├─ map-visit@1.0.0
  596. ├─ math-random@1.0.4
  597. ├─ mem@1.1.0
  598. ├─ merge-stream@1.0.1
  599. ├─ merge@1.2.1
  600. ├─ metro-babel-register@0.48.5
  601. ├─ metro-babel7-plugin-react-transform@0.51.1
  602. ├─ metro-cache@0.48.5
  603. ├─ metro-config@0.48.5
  604. ├─ metro-core@0.48.5
  605. ├─ metro-memory-fs@0.48.5
  606. ├─ metro-minify-uglify@0.48.5
  607. ├─ metro-react-native-babel-preset@0.51.1
  608. ├─ metro-resolver@0.48.5
  609. ├─ metro-source-map@0.48.5
  610. ├─ metro@0.48.5
  611. ├─ micromatch@2.3.11
  612. ├─ mime-db@1.38.0
  613. ├─ mime-types@2.1.22
  614. ├─ mime@1.6.0
  615. ├─ mimic-fn@1.2.0
  616. ├─ min-document@2.19.0
  617. ├─ minimatch@3.0.4
  618. ├─ minimist@1.2.0
  619. ├─ minipass@2.3.5
  620. ├─ minizlib@1.2.1
  621. ├─ mixin-deep@1.3.1
  622. ├─ mkdirp@0.5.1
  623. ├─ moment@2.24.0
  624. ├─ morgan@1.9.1
  625. ├─ ms@2.0.0
  626. ├─ mute-stream@0.0.7
  627. ├─ nan@2.12.1
  628. ├─ nanomatch@1.2.13
  629. ├─ natural-compare@1.4.0
  630. ├─ needle@2.2.4
  631. ├─ negotiator@0.6.1
  632. ├─ next-tick@1.0.0
  633. ├─ node-emoji@1.8.1
  634. ├─ node-fetch@2.3.0
  635. ├─ node-int64@0.4.0
  636. ├─ node-modules-regexp@1.0.0
  637. ├─ node-notifier@5.4.0
  638. ├─ node-pre-gyp@0.10.3
  639. ├─ nopt@4.0.1
  640. ├─ normalize-package-data@2.5.0
  641. ├─ normalize-path@2.1.1
  642. ├─ npm-bundled@1.0.6
  643. ├─ npm-packlist@1.3.0
  644. ├─ npm-run-path@2.0.2
  645. ├─ npmlog@2.0.4
  646. ├─ nullthrows@1.1.1
  647. ├─ number-is-nan@1.0.1
  648. ├─ nwsapi@2.1.0
  649. ├─ oauth-sign@0.9.0
  650. ├─ object-assign@4.1.1
  651. ├─ object-copy@0.1.0
  652. ├─ object-keys@1.1.0
  653. ├─ object-visit@1.0.1
  654. ├─ object.getownpropertydescriptors@2.0.3
  655. ├─ object.omit@2.0.1
  656. ├─ object.pick@1.3.0
  657. ├─ on-finished@2.3.0
  658. ├─ on-headers@1.0.1
  659. ├─ once@1.4.0
  660. ├─ onetime@2.0.1
  661. ├─ opencollective@1.0.3
  662. ├─ opn@3.0.3
  663. ├─ optimist@0.6.1
  664. ├─ optionator@0.8.2
  665. ├─ options@0.0.6
  666. ├─ os-homedir@1.0.2
  667. ├─ os-locale@2.1.0
  668. ├─ os-tmpdir@1.0.2
  669. ├─ osenv@0.1.5
  670. ├─ p-finally@1.0.0
  671. ├─ p-limit@1.3.0
  672. ├─ p-locate@2.0.0
  673. ├─ p-try@1.0.0
  674. ├─ parse-glob@3.0.4
  675. ├─ parse-json@2.2.0
  676. ├─ parse-node-version@1.0.1
  677. ├─ parse5@4.0.0
  678. ├─ parseurl@1.3.2
  679. ├─ pascalcase@0.1.1
  680. ├─ path-exists@3.0.0
  681. ├─ path-is-absolute@1.0.1
  682. ├─ path-is-inside@1.0.2
  683. ├─ path-key@2.0.1
  684. ├─ path-parse@1.0.6
  685. ├─ path-to-regexp@2.4.0
  686. ├─ path-type@2.0.0
  687. ├─ performance-now@2.1.0
  688. ├─ pify@2.3.0
  689. ├─ pinkie-promise@2.0.1
  690. ├─ pinkie@2.0.4
  691. ├─ pirates@4.0.1
  692. ├─ pkg-dir@2.0.0
  693. ├─ plist@3.0.1
  694. ├─ plugin-error@0.1.2
  695. ├─ pluralize@1.2.1
  696. ├─ pn@1.1.0
  697. ├─ posix-character-classes@0.1.1
  698. ├─ prelude-ls@1.1.2
  699. ├─ preserve@0.2.0
  700. ├─ pretty-format@23.6.0
  701. ├─ private@0.1.8
  702. ├─ process-nextick-args@2.0.0
  703. ├─ process@0.5.2
  704. ├─ progress@1.1.8
  705. ├─ promise@7.3.1
  706. ├─ prompts@0.1.14
  707. ├─ prop-types@15.7.2
  708. ├─ pseudomap@1.0.2
  709. ├─ psl@1.1.31
  710. ├─ punycode@2.1.1
  711. ├─ qs@6.5.2
  712. ├─ query-string@6.2.0
  713. ├─ raf@3.4.1
  714. ├─ randomatic@3.1.1
  715. ├─ range-parser@1.2.0
  716. ├─ rc@1.2.8
  717. ├─ react-addons-shallow-compare@15.6.2
  718. ├─ react-clone-referenced-element@1.1.0
  719. ├─ react-deep-force-update@1.1.2
  720. ├─ react-devtools-core@3.6.0
  721. ├─ react-is@16.8.2
  722. ├─ react-lifecycles-compat@3.0.4
  723. ├─ react-moment@0.8.4
  724. ├─ react-native-animatable@1.3.1
  725. ├─ react-native-awesome-card-io@0.8.2
  726. ├─ react-native-banner-carousel@1.0.3
  727. ├─ react-native-country-picker-modal@0.7.1
  728. ├─ react-native-device-info@0.24.3
  729. ├─ react-native-dismiss-keyboard@1.0.0
  730. ├─ react-native-drawer-layout-polyfill@1.3.2
  731. ├─ react-native-drawer-layout@1.3.2
  732. ├─ react-native-fcm@16.2.4
  733. ├─ react-native-floating-labels@1.1.9
  734. ├─ react-native-image-picker@0.27.2
  735. ├─ react-native-keyboard-aware-scrollview@2.0.0
  736. ├─ react-native-modal-dropdown@0.6.2
  737. ├─ react-native-modal@6.5.0
  738. ├─ react-native-router-flux@4.0.6
  739. ├─ react-native-safe-area-view@0.7.0
  740. ├─ react-native-screens@1.0.0-alpha.22
  741. ├─ react-native-snap-carousel@3.7.5
  742. ├─ react-native-swipeout@2.3.6
  743. ├─ react-native-tab-view@0.0.77
  744. ├─ react-native-timeline-listview@0.2.3
  745. ├─ react-native-touch-id@4.4.1
  746. ├─ react-native@0.57.8
  747. ├─ react-navigation-deprecated-tab-navigator@1.3.0
  748. ├─ react-navigation-drawer@0.5.0
  749. ├─ react-navigation-stack@0.7.0
  750. ├─ react-navigation-tabs@0.8.4
  751. ├─ react-navigation@2.18.3
  752. ├─ react-proxy@1.1.8
  753. ├─ react-redux@5.1.1
  754. ├─ react-test-renderer@16.8.2
  755. ├─ react-timer-mixin@0.13.4
  756. ├─ react-transform-hmr@1.0.4
  757. ├─ react-tween-state@0.1.5
  758. ├─ react@16.4.1
  759. ├─ read-pkg-up@2.0.0
  760. ├─ read-pkg@2.0.0
  761. ├─ readable-stream@2.3.6
  762. ├─ readline2@1.0.1
  763. ├─ realpath-native@1.1.0
  764. ├─ rechoir@0.6.2
  765. ├─ redux-logger@3.0.6
  766. ├─ redux-promise@0.6.0
  767. ├─ redux-thunk@2.3.0
  768. ├─ redux@4.0.1
  769. ├─ regenerate-unicode-properties@7.0.0
  770. ├─ regenerate@1.4.0
  771. ├─ regenerator-runtime@0.11.1
  772. ├─ regenerator-transform@0.13.3
  773. ├─ regex-cache@0.4.4
  774. ├─ regex-not@1.0.2
  775. ├─ regexpu-core@4.4.0
  776. ├─ regjsgen@0.5.0
  777. ├─ regjsparser@0.6.0
  778. ├─ remove-trailing-separator@1.1.0
  779. ├─ repeat-element@1.1.3
  780. ├─ repeat-string@1.6.1
  781. ├─ repeating@2.0.1
  782. ├─ request-promise-core@1.1.2
  783. ├─ request-promise-native@1.0.7
  784. ├─ request@2.88.0
  785. ├─ require-directory@2.1.1
  786. ├─ require-main-filename@1.0.1
  787. ├─ require-uncached@1.0.3
  788. ├─ resolve-cwd@2.0.0
  789. ├─ resolve-from@3.0.0
  790. ├─ resolve-url@0.2.1
  791. ├─ resolve@1.10.0
  792. ├─ restore-cursor@2.0.0
  793. ├─ ret@0.1.15
  794. ├─ rimraf@2.6.3
  795. ├─ rsvp@3.6.2
  796. ├─ run-async@2.3.0
  797. ├─ rx-lite-aggregates@4.0.8
  798. ├─ rx-lite@4.0.8
  799. ├─ rx@4.1.0
  800. ├─ rxjs@6.4.0
  801. ├─ safe-buffer@5.1.2
  802. ├─ safe-regex@1.1.0
  803. ├─ safer-buffer@2.1.2
  804. ├─ sane@2.5.2
  805. ├─ sax@1.2.4
  806. ├─ scheduler@0.13.2
  807. ├─ semver@5.6.0
  808. ├─ send@0.16.2
  809. ├─ serialize-error@2.1.0
  810. ├─ serve-static@1.13.2
  811. ├─ set-blocking@2.0.0
  812. ├─ set-value@2.0.0
  813. ├─ setimmediate@1.0.5
  814. ├─ setprototypeof@1.1.0
  815. ├─ shebang-command@1.2.0
  816. ├─ shebang-regex@1.0.0
  817. ├─ shell-quote@1.6.1
  818. ├─ shelljs@0.7.8
  819. ├─ shellwords@0.1.1
  820. ├─ signal-exit@3.0.2
  821. ├─ simple-plist@0.2.1
  822. ├─ sisteransi@0.1.1
  823. ├─ slash@1.0.0
  824. ├─ slice-ansi@0.0.4
  825. ├─ slide@1.1.6
  826. ├─ snapdragon-node@2.1.1
  827. ├─ snapdragon-util@3.0.1
  828. ├─ snapdragon@0.8.2
  829. ├─ source-map-resolve@0.5.2
  830. ├─ source-map-support@0.5.10
  831. ├─ source-map-url@0.4.0
  832. ├─ source-map@0.5.7
  833. ├─ spdx-correct@3.1.0
  834. ├─ spdx-exceptions@2.2.0
  835. ├─ spdx-expression-parse@3.0.0
  836. ├─ spdx-license-ids@3.0.3
  837. ├─ split-string@3.1.0
  838. ├─ sprintf-js@1.0.3
  839. ├─ sshpk@1.16.1
  840. ├─ stack-utils@1.0.2
  841. ├─ stacktrace-parser@0.1.4
  842. ├─ static-extend@0.1.2
  843. ├─ statuses@1.3.1
  844. ├─ stealthy-require@1.1.1
  845. ├─ stream-buffers@2.2.0
  846. ├─ strict-uri-encode@2.0.0
  847. ├─ string_decoder@1.1.1
  848. ├─ string-length@2.0.0
  849. ├─ string-width@2.1.1
  850. ├─ strip-ansi@3.0.1
  851. ├─ strip-bom@3.0.0
  852. ├─ strip-eof@1.0.0
  853. ├─ strip-json-comments@2.0.1
  854. ├─ supports-color@5.5.0
  855. ├─ symbol-observable@1.2.0
  856. ├─ symbol-tree@3.2.2
  857. ├─ table@3.8.3
  858. ├─ tar@4.4.8
  859. ├─ temp@0.8.3
  860. ├─ test-exclude@4.2.3
  861. ├─ text-table@0.2.0
  862. ├─ throat@4.1.0
  863. ├─ through@2.3.8
  864. ├─ through2@2.0.5
  865. ├─ time-stamp@1.1.0
  866. ├─ tmp@0.0.33
  867. ├─ tmpl@1.0.4
  868. ├─ to-fast-properties@2.0.0
  869. ├─ to-object-path@0.3.0
  870. ├─ to-regex-range@2.1.1
  871. ├─ to-regex@3.0.2
  872. ├─ tough-cookie@2.5.0
  873. ├─ tr46@1.0.1
  874. ├─ trim-right@1.0.1
  875. ├─ tslib@1.9.3
  876. ├─ tunnel-agent@0.6.0
  877. ├─ tween-functions@1.2.0
  878. ├─ tweetnacl@0.14.5
  879. ├─ type-check@0.3.2
  880. ├─ typedarray@0.0.6
  881. ├─ ua-parser-js@0.7.19
  882. ├─ uglify-es@3.3.9
  883. ├─ uglify-js@3.4.9
  884. ├─ ultron@1.0.2
  885. ├─ unicode-canonical-property-names-ecmascript@1.0.4
  886. ├─ unicode-match-property-ecmascript@1.0.4
  887. ├─ unicode-match-property-value-ecmascript@1.0.2
  888. ├─ unicode-property-aliases-ecmascript@1.0.4
  889. ├─ union-value@1.0.0
  890. ├─ unpipe@1.0.0
  891. ├─ unset-value@1.0.0
  892. ├─ uri-js@4.2.2
  893. ├─ urix@0.1.0
  894. ├─ use@3.1.1
  895. ├─ user-home@2.0.0
  896. ├─ util-deprecate@1.0.2
  897. ├─ util.promisify@1.0.0
  898. ├─ utils-merge@1.0.1
  899. ├─ uuid@3.3.2
  900. ├─ validate-npm-package-license@3.0.4
  901. ├─ vary@1.1.2
  902. ├─ verror@1.10.0
  903. ├─ w3c-hr-time@1.0.1
  904. ├─ walker@1.0.7
  905. ├─ watch@0.18.0
  906. ├─ webidl-conversions@4.0.2
  907. ├─ whatwg-encoding@1.0.5
  908. ├─ whatwg-fetch@3.0.0
  909. ├─ whatwg-mimetype@2.3.0
  910. ├─ whatwg-url@6.5.0
  911. ├─ which-module@2.0.0
  912. ├─ which@1.3.1
  913. ├─ wide-align@1.1.3
  914. ├─ wordwrap@1.0.0
  915. ├─ world-countries@1.8.0
  916. ├─ wrap-ansi@2.1.0
  917. ├─ wrappy@1.0.2
  918. ├─ write-file-atomic@1.3.4
  919. ├─ write@0.2.1
  920. ├─ ws@1.1.5
  921. ├─ xcode@1.1.0
  922. ├─ xml-name-validator@3.0.0
  923. ├─ xmlbuilder@9.0.7
  924. ├─ xmldoc@0.4.0
  925. ├─ xmldom@0.1.27
  926. ├─ xpipe@1.0.5
  927. ├─ xtend@4.0.1
  928. ├─ y18n@3.2.1
  929. ├─ yallist@3.0.3
  930. ├─ yargs-parser@9.0.2
  931. └─ yargs@11.1.0
  932. Done in 1.02s.
  933. ##[section]Finishing: yarn/npm install
  934. ##[section]Starting: Tag build
  935. ==============================================================================
  936. Task : Shell Script
  937. Description : Run a shell script using bash
  938. Version : 2.1.3
  939. Author : Microsoft Corporation
  940. Help : [More Information](https://go.microsoft.com/fwlink/?LinkID=613738)
  941. ==============================================================================
  942. [command]/bin/bash /Users/vsts/agent/2.147.1/scripts/emit-tags.sh javascript,android,manual
  943. ##[section]Async Command Start: Add Build Tag
  944. Build '3' has following tags now: normal, javascript
  945. ##[section]Async Command End: Add Build Tag
  946. ##[section]Async Command Start: Add Build Tag
  947. Build '3' has following tags now: normal, javascript, android
  948. ##[section]Async Command End: Add Build Tag
  949. ##[section]Async Command Start: Add Build Tag
  950. Build '3' has following tags now: normal, javascript, android, manual
  951. ##[section]Async Command End: Add Build Tag
  952. ##[section]Finishing: Tag build
  953. ##[section]Starting: Gradle Task
  954. ==============================================================================
  955. Task : Gradle
  956. Description : Build using a Gradle wrapper script
  957. Version : 1.128.0
  958. Author : Microsoft Corporation
  959. Help : [More Information](https://go.microsoft.com/fwlink/?LinkID=613720)
  960. ==============================================================================
  961. SYSTEMVSSCONNECTION exists true
  962. [command]/Users/vsts/agent/2.147.1/work/1/s/android/gradlew -p android clean :app:assembleRelease
  963. Starting a Gradle Daemon (subsequent builds will be faster)
  964. Gradle 4.4
  965. Download https://dl.google.com/dl/android/maven2/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.pom
  966. Resolved com.android.tools.build:gradle:3.1.4 in :classpath
  967. Resolved com.google.gms:google-services:3.0.0 in :classpath
  968. Download https://dl.google.com/dl/android/maven2/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.jar
  969. Project is either no Android app project or build version has not been set to override
  970. google-services plugin could not detect any version for com.google.android.gms or com.google.firebase, default version: 9.0.0 will be used.
  971. please apply google-services plugin at the bottom of the build file.
  972. WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
  973. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
  974. Project is either no Android app project or build version has not been set to override
  975. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  976. registerResGeneratingTask is deprecated, use registerGeneratedResFolders(FileCollection)
  977. Project is either no Android app project or build version has not been set to override
  978. Project is either no Android app project or build version has not been set to override
  979. Project is either no Android app project or build version has not been set to override
  980. Resolved com.android.tools.build:gradle:3.2.1 in :react-native-awesome-card-io:classpath
  981. Project is either no Android app project or build version has not been set to override
  982. Project is either no Android app project or build version has not been set to override
  983. WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
  984. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
  985. Project is either no Android app project or build version has not been set to override
  986. Resolved com.android.tools.build:gradle:2.2.3 in :react-native-image-picker:classpath
  987. WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'.
  988. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
  989. WARNING: Configuration 'testCompile' is obsolete and has been replaced with 'testImplementation' and 'testApi'.
  990. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
  991. WARNING: Configuration 'testApi' is obsolete and has been replaced with 'testImplementation'.
  992. It will be removed at the end of 2018. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html
  993. Project is either no Android app project or build version has not been set to override
  994. Download https://maven.google.com/com/android/tools/build/gradle/3.3.1/gradle-3.3.1.pom
  995. Download https://maven.google.com/com/android/tools/lint/lint-gradle-api/26.3.1/lint-gradle-api-26.3.1.pom
  996. Download https://maven.google.com/com/android/tools/build/gradle-api/3.3.1/gradle-api-3.3.1.pom
  997. Download https://maven.google.com/com/android/tools/analytics-library/shared/26.3.1/shared-26.3.1.pom
  998. Download https://maven.google.com/com/android/tools/analytics-library/crash/26.3.1/crash-26.3.1.pom
  999. Download https://maven.google.com/androidx/databinding/databinding-compiler-common/3.3.1/databinding-compiler-common-3.3.1.pom
  1000. Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.20/kotlin-stdlib-jdk8-1.3.20.pom
  1001. Download https://maven.google.com/com/android/tools/build/builder/3.3.1/builder-3.3.1.pom
  1002. Download https://maven.google.com/com/android/tools/sdk-common/26.3.1/sdk-common-26.3.1.pom
  1003. Download https://maven.google.com/com/android/tools/build/builder-test-api/3.3.1/builder-test-api-3.3.1.pom
  1004. Download https://maven.google.com/com/android/tools/build/builder-model/3.3.1/builder-model-3.3.1.pom
  1005. Download https://maven.google.com/com/android/tools/sdklib/26.3.1/sdklib-26.3.1.pom
  1006. Download https://maven.google.com/com/android/tools/analytics-library/protos/26.3.1/protos-26.3.1.pom
  1007. Download https://maven.google.com/com/android/tools/analytics-library/tracker/26.3.1/tracker-26.3.1.pom
  1008. Download https://maven.google.com/com/android/tools/ddms/ddmlib/26.3.1/ddmlib-26.3.1.pom
  1009. Download https://maven.google.com/com/android/tools/build/manifest-merger/26.3.1/manifest-merger-26.3.1.pom
  1010. Download https://maven.google.com/com/android/tools/build/apkzlib/3.3.1/apkzlib-3.3.1.pom
  1011. Download https://maven.google.com/com/android/tools/common/26.3.1/common-26.3.1.pom
  1012. Download https://maven.google.com/com/android/tools/build/apksig/3.3.1/apksig-3.3.1.pom
  1013. Download https://maven.google.com/com/android/tools/annotations/26.3.1/annotations-26.3.1.pom
  1014. Download https://maven.google.com/com/android/databinding/baseLibrary/3.3.1/baseLibrary-3.3.1.pom
  1015. Download https://maven.google.com/androidx/databinding/databinding-common/3.3.1/databinding-common-3.3.1.pom
  1016. Download https://maven.google.com/com/android/tools/dvlib/26.3.1/dvlib-26.3.1.pom
  1017. Download https://maven.google.com/com/android/tools/repository/26.3.1/repository-26.3.1.pom
  1018. Download https://maven.google.com/com/android/tools/layoutlib/layoutlib-api/26.3.1/layoutlib-api-26.3.1.pom
  1019. Resolved com.android.tools.build:gradle:3.3.1 in :react-native-touch-id:classpath
  1020. Download https://maven.google.com/com/android/tools/analytics-library/tracker/26.3.1/tracker-26.3.1.jar
  1021. Download https://maven.google.com/com/android/tools/analytics-library/shared/26.3.1/shared-26.3.1.jar
  1022. Download https://maven.google.com/com/android/tools/build/builder/3.3.1/builder-3.3.1.jar
  1023. Download https://maven.google.com/com/android/tools/build/gradle/3.3.1/gradle-3.3.1.jar
  1024. Download https://maven.google.com/com/android/tools/lint/lint-gradle-api/26.3.1/lint-gradle-api-26.3.1.jar
  1025. Download https://maven.google.com/com/android/tools/build/gradle-api/3.3.1/gradle-api-3.3.1.jar
  1026. Download https://maven.google.com/androidx/databinding/databinding-compiler-common/3.3.1/databinding-compiler-common-3.3.1.jar
  1027. Download https://maven.google.com/com/android/tools/build/manifest-merger/26.3.1/manifest-merger-26.3.1.jar
  1028. Download https://maven.google.com/com/android/tools/sdk-common/26.3.1/sdk-common-26.3.1.jar
  1029. Download https://maven.google.com/com/android/tools/build/builder-test-api/3.3.1/builder-test-api-3.3.1.jar
  1030. Download https://maven.google.com/com/android/tools/ddms/ddmlib/26.3.1/ddmlib-26.3.1.jar
  1031. Download https://maven.google.com/com/android/tools/sdklib/26.3.1/sdklib-26.3.1.jar
  1032. Download https://maven.google.com/com/android/tools/layoutlib/layoutlib-api/26.3.1/layoutlib-api-26.3.1.jar
  1033. Download https://maven.google.com/com/android/tools/dvlib/26.3.1/dvlib-26.3.1.jar
  1034. Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib-jdk8/1.3.20/kotlin-stdlib-jdk8-1.3.20.jar
  1035. Download https://maven.google.com/com/android/tools/repository/26.3.1/repository-26.3.1.jar
  1036. Download https://maven.google.com/com/android/tools/common/26.3.1/common-26.3.1.jar
  1037. Download https://maven.google.com/com/android/tools/analytics-library/protos/26.3.1/protos-26.3.1.jar
  1038. Download https://maven.google.com/com/android/tools/build/builder-model/3.3.1/builder-model-3.3.1.jar
  1039. Download https://maven.google.com/com/android/tools/build/apkzlib/3.3.1/apkzlib-3.3.1.jar
  1040. Download https://maven.google.com/com/android/tools/build/apksig/3.3.1/apksig-3.3.1.jar
  1041. Download https://maven.google.com/com/android/tools/annotations/26.3.1/annotations-26.3.1.jar
  1042. Download https://maven.google.com/androidx/databinding/databinding-common/3.3.1/databinding-common-3.3.1.jar
  1043. Download https://maven.google.com/com/android/databinding/baseLibrary/3.3.1/baseLibrary-3.3.1.jar
  1044. Download https://maven.google.com/com/android/tools/analytics-library/crash/26.3.1/crash-26.3.1.jar
  1045. Project is either no Android app project or build version has not been set to override
  1046. :app:clean
  1047. :appcenter:clean UP-TO-DATE
  1048. :appcenter-analytics:clean UP-TO-DATE
  1049. :appcenter-crashes:clean UP-TO-DATE
  1050. :react-native-awesome-card-io:clean UP-TO-DATE
  1051. :react-native-device-info:clean UP-TO-DATE
  1052. :react-native-fcm:clean UP-TO-DATE
  1053. :react-native-image-picker:clean UP-TO-DATE
  1054. :react-native-touch-id:clean UP-TO-DATE
  1055. :app:preBuild UP-TO-DATE
  1056. :appcenter:preBuild UP-TO-DATE
  1057. :appcenter:preReleaseBuild UP-TO-DATE
  1058. :appcenter:checkReleaseManifest
  1059. :appcenter:processReleaseManifest
  1060. :appcenter-analytics:preBuild UP-TO-DATE
  1061. :appcenter-analytics:preReleaseBuild UP-TO-DATE
  1062. :appcenter-analytics:checkReleaseManifest
  1063. :appcenter-analytics:processReleaseManifest
  1064. :appcenter-crashes:preBuild UP-TO-DATE
  1065. :appcenter-crashes:preReleaseBuild UP-TO-DATE
  1066. :appcenter-crashes:checkReleaseManifest
  1067. :appcenter-crashes:processReleaseManifest
  1068. :react-native-awesome-card-io:preBuild UP-TO-DATE
  1069. :react-native-awesome-card-io:preReleaseBuild UP-TO-DATE
  1070. :react-native-awesome-card-io:checkReleaseManifest
  1071. :react-native-awesome-card-io:processReleaseManifest
  1072. :react-native-device-info:preBuild UP-TO-DATE
  1073. :react-native-device-info:preReleaseBuild UP-TO-DATE
  1074. :react-native-device-info:checkReleaseManifest
  1075. :react-native-device-info:processReleaseManifest
  1076. :react-native-fcm:preBuild UP-TO-DATE
  1077. :react-native-fcm:preReleaseBuild UP-TO-DATE
  1078. :react-native-fcm:checkReleaseManifest
  1079. :react-native-fcm:processReleaseManifest
  1080. :react-native-image-picker:preBuild UP-TO-DATE
  1081. :react-native-image-picker:preReleaseBuild UP-TO-DATE
  1082. :react-native-image-picker:checkReleaseManifest
  1083. :react-native-image-picker:processReleaseManifest
  1084. :react-native-touch-id:preBuild UP-TO-DATE
  1085. :react-native-touch-id:preReleaseBuild UP-TO-DATE
  1086. :react-native-touch-id:checkReleaseManifest
  1087. :react-native-touch-id:processReleaseManifest
  1088. :app:preReleaseBuild
  1089. Download https://jcenter.bintray.com/com/facebook/react/react-native/maven-metadata.xml
  1090. Download https://jcenter.bintray.com/com/facebook/fresco/animated-base-support/1.3.0/animated-base-support-1.3.0.pom
  1091. Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-core/maven-metadata.xml
  1092. Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-messaging/maven-metadata.xml
  1093. Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-iid/maven-metadata.xml
  1094. Download https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-measurement-api/maven-metadata.xml
  1095. Download https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-measurement-base/maven-metadata.xml
  1096. Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-analytics/maven-metadata.xml
  1097. Download https://dl.google.com/dl/android/maven2/com/google/firebase/firebase-analytics-impl/maven-metadata.xml
  1098. Resolved com.google.firebase:firebase-core:16.0.7 in :app:releaseCompileClasspath
  1099. Resolved project :appcenter-crashes in :app:releaseCompileClasspath
  1100. Resolved project :appcenter-analytics in :app:releaseCompileClasspath
  1101. Resolved project :appcenter in :app:releaseCompileClasspath
  1102. Resolved project :react-native-awesome-card-io in :app:releaseCompileClasspath
  1103. Resolved project :react-native-touch-id in :app:releaseCompileClasspath
  1104. Resolved project :react-native-image-picker in :app:releaseCompileClasspath
  1105. Resolved project :react-native-fcm in :app:releaseCompileClasspath
  1106. Resolved project :react-native-device-info in :app:releaseCompileClasspath
  1107. Resolved com.facebook.fresco:animated-gif:1.10.0 in :app:releaseCompileClasspath
  1108. Resolved com.facebook.fresco:animated-base-support:1.3.0 in :app:releaseCompileClasspath
  1109. Resolved com.android.support:appcompat-v7:27.1.1 in :app:releaseCompileClasspath
  1110. Resolved com.facebook.react:react-native:0.57.8 in :app:releaseCompileClasspath
  1111. Download https://jcenter.bintray.com/com/facebook/fresco/animated-base-support/1.3.0/animated-base-support-1.3.0.aar
  1112. Download https://dl.google.com/dl/android/maven2/com/google/android/gms/play-services-gcm/maven-metadata.xml
  1113. Resolved com.google.firebase:firebase-core:16.0.7 in :app:releaseRuntimeClasspath
  1114. Resolved project :appcenter-crashes in :app:releaseRuntimeClasspath
  1115. Resolved project :appcenter-analytics in :app:releaseRuntimeClasspath
  1116. Resolved project :appcenter in :app:releaseRuntimeClasspath
  1117. Resolved project :react-native-awesome-card-io in :app:releaseRuntimeClasspath
  1118. Resolved project :react-native-touch-id in :app:releaseRuntimeClasspath
  1119. Resolved project :react-native-image-picker in :app:releaseRuntimeClasspath
  1120. Resolved project :react-native-fcm in :app:releaseRuntimeClasspath
  1121. Resolved project :react-native-device-info in :app:releaseRuntimeClasspath
  1122. Resolved com.facebook.fresco:animated-gif:1.10.0 in :app:releaseRuntimeClasspath
  1123. Resolved com.facebook.fresco:animated-base-support:1.3.0 in :app:releaseRuntimeClasspath
  1124. Resolved com.android.support:appcompat-v7:27.1.1 in :app:releaseRuntimeClasspath
  1125. Resolved com.facebook.react:react-native:0.57.8 in :app:releaseRuntimeClasspath
  1126. :appcenter:compileReleaseAidl
  1127. Resolved com.microsoft.appcenter:appcenter:1.11.2 in :appcenter:releaseCompileClasspath
  1128. Resolved com.microsoft.appcenter.reactnative:appcenter-react-native:1.12.0 in :appcenter:releaseCompileClasspath
  1129. Resolved com.facebook.react:react-native:0.57.8 in :appcenter:releaseCompileClasspath
  1130. :appcenter-analytics:compileReleaseAidl
  1131. Resolved com.microsoft.appcenter:appcenter-analytics:1.11.2 in :appcenter-analytics:releaseCompileClasspath
  1132. Resolved com.microsoft.appcenter.reactnative:appcenter-react-native:1.12.0 in :appcenter-analytics:releaseCompileClasspath
  1133. Resolved com.facebook.react:react-native:0.57.8 in :appcenter-analytics:releaseCompileClasspath
  1134. :appcenter-crashes:compileReleaseAidl
  1135. Resolved com.microsoft.appcenter:appcenter-crashes:1.11.2 in :appcenter-crashes:releaseCompileClasspath
  1136. Resolved com.microsoft.appcenter.reactnative:appcenter-react-native:1.12.0 in :appcenter-crashes:releaseCompileClasspath
  1137. Resolved com.facebook.react:react-native:0.57.8 in :appcenter-crashes:releaseCompileClasspath
  1138. :react-native-awesome-card-io:compileReleaseAidl
  1139. Download https://repo.maven.apache.org/maven2/com/facebook/react/react-native/maven-metadata.xml
  1140. Resolved com.facebook.react:react-native:0.57.8 in :react-native-awesome-card-io:releaseCompileClasspath
  1141. Resolved io.card:android-sdk:5.5.1 in :react-native-awesome-card-io:releaseCompileClasspath
  1142. :react-native-device-info:compileReleaseAidl
  1143. Resolved com.facebook.react:react-native:0.57.8 in :react-native-device-info:releaseCompileClasspath
  1144. Resolved com.google.android.gms:play-services-gcm:16.0.0 in :react-native-device-info:releaseCompileClasspath
  1145. :react-native-fcm:compileReleaseAidl
  1146. Resolved com.facebook.react:react-native:0.57.8 in :react-native-fcm:releaseCompileClasspath
  1147. Resolved com.google.firebase:firebase-core:16.0.7 in :react-native-fcm:releaseCompileClasspath
  1148. Resolved com.google.firebase:firebase-messaging:17.3.4 in :react-native-fcm:releaseCompileClasspath
  1149. Resolved me.leolin:ShortcutBadger:1.1.17 in :react-native-fcm:releaseCompileClasspath
  1150. Resolved com.android.support:support-core-utils:28.0.0 in :react-native-fcm:releaseCompileClasspath
  1151. :react-native-image-picker:compileReleaseAidl
  1152. Resolved com.facebook.react:react-native:0.57.8 in :react-native-image-picker:releaseCompileClasspath
  1153. :react-native-touch-id:compileReleaseAidl
  1154. Resolved com.facebook.react:react-native:0.57.8 in :react-native-touch-id:releaseCompileClasspath
  1155. :app:compileReleaseAidl
  1156. :appcenter:packageReleaseRenderscript NO-SOURCE
  1157. :appcenter-analytics:packageReleaseRenderscript NO-SOURCE
  1158. :appcenter-crashes:packageReleaseRenderscript NO-SOURCE
  1159. :react-native-awesome-card-io:packageReleaseRenderscript NO-SOURCE
  1160. :react-native-device-info:packageReleaseRenderscript NO-SOURCE
  1161. :react-native-fcm:packageReleaseRenderscript NO-SOURCE
  1162. :react-native-image-picker:packageReleaseRenderscript NO-SOURCE
  1163. :react-native-touch-id:packageReleaseRenderscript NO-SOURCE
  1164. :app:compileReleaseRenderscript
  1165. :app:checkReleaseManifest
  1166. :app:generateReleaseBuildConfig
  1167. :app:prepareLintJar
  1168. :app:mainApkListPersistenceRelease
  1169. :app:bundleReleaseJsAndAssets
  1170. warning: the transform cache was reset.
  1171. Loading dependency graph, done.
  1172. bundle: Writing bundle output to: /Users/vsts/agent/2.147.1/work/1/s/android/app/build/generated/assets/react/release/index.android.bundle
  1173. bundle: Done writing bundle output
  1174. bundle: Copying 131 asset files
  1175. bundle: Done copying assets
  1176. :app:generateReleaseResValues
  1177. :app:generateReleaseResources
  1178. :app:processReleaseGoogleServices
  1179. Parsing json file: /Users/vsts/agent/2.147.1/work/1/s/android/app/google-services.json
  1180. :appcenter:compileReleaseRenderscript
  1181. :appcenter:generateReleaseResValues
  1182. :appcenter:generateReleaseResources
  1183. :appcenter:packageReleaseResources
  1184. :appcenter-analytics:compileReleaseRenderscript
  1185. :appcenter-analytics:generateReleaseResValues
  1186. :appcenter-analytics:generateReleaseResources
  1187. :appcenter-analytics:packageReleaseResources
  1188. :appcenter-crashes:compileReleaseRenderscript
  1189. :appcenter-crashes:generateReleaseResValues
  1190. :appcenter-crashes:generateReleaseResources
  1191. :appcenter-crashes:packageReleaseResources
  1192. :react-native-awesome-card-io:compileReleaseRenderscript
  1193. :react-native-awesome-card-io:generateReleaseResValues
  1194. :react-native-awesome-card-io:generateReleaseResources
  1195. :react-native-awesome-card-io:packageReleaseResources
  1196. :react-native-device-info:compileReleaseRenderscript
  1197. :react-native-device-info:generateReleaseResValues
  1198. :react-native-device-info:generateReleaseResources
  1199. :react-native-device-info:packageReleaseResources
  1200. :react-native-fcm:compileReleaseRenderscript
  1201. :react-native-fcm:generateReleaseResValues
  1202. :react-native-fcm:generateReleaseResources
  1203. :react-native-fcm:packageReleaseResources
  1204. :react-native-image-picker:compileReleaseRenderscript
  1205. :react-native-image-picker:generateReleaseResValues
  1206. :react-native-image-picker:generateReleaseResources
  1207. :react-native-image-picker:packageReleaseResources
  1208. :react-native-touch-id:compileReleaseRenderscript
  1209. :react-native-touch-id:generateReleaseResValues
  1210. :react-native-touch-id:generateReleaseResources
  1211. :react-native-touch-id:packageReleaseResources
  1212. :app:mergeReleaseResources
  1213. :app:createReleaseCompatibleScreenManifests
  1214. :app:processReleaseManifest
  1215. :app:splitsDiscoveryTaskRelease
  1216. :appcenter:platformAttrExtractor
  1217. :appcenter-analytics:platformAttrExtractor
  1218. :appcenter-crashes:platformAttrExtractor
  1219. :react-native-awesome-card-io:platformAttrExtractor
  1220. :appcenter-crashes:generateReleaseRFile
  1221. Resolved com.microsoft.appcenter:appcenter-crashes:1.11.2 in :appcenter-crashes:releaseRuntimeClasspath
  1222. Resolved com.microsoft.appcenter.reactnative:appcenter-react-native:1.12.0 in :appcenter-crashes:releaseRuntimeClasspath
  1223. Resolved com.facebook.react:react-native:0.57.8 in :appcenter-crashes:releaseRuntimeClasspath
  1224. :react-native-device-info:platformAttrExtractor
  1225. :appcenter:generateReleaseRFile
  1226. Resolved com.microsoft.appcenter:appcenter:1.11.2 in :appcenter:releaseRuntimeClasspath
  1227. Resolved com.microsoft.appcenter.reactnative:appcenter-react-native:1.12.0 in :appcenter:releaseRuntimeClasspath
  1228. Resolved com.facebook.react:react-native:0.57.8 in :appcenter:releaseRuntimeClasspath
  1229. :react-native-fcm:platformAttrExtractor
  1230. :appcenter-analytics:generateReleaseRFile
  1231. Resolved com.microsoft.appcenter:appcenter-analytics:1.11.2 in :appcenter-analytics:releaseRuntimeClasspath
  1232. Resolved com.microsoft.appcenter.reactnative:appcenter-react-native:1.12.0 in :appcenter-analytics:releaseRuntimeClasspath
  1233. Resolved com.facebook.react:react-native:0.57.8 in :appcenter-analytics:releaseRuntimeClasspath
  1234. :react-native-image-picker:platformAttrExtractor
  1235. :react-native-device-info:generateReleaseRFile
  1236. Resolved com.facebook.react:react-native:0.57.8 in :react-native-device-info:releaseRuntimeClasspath
  1237. Resolved com.google.android.gms:play-services-gcm:16.0.0 in :react-native-device-info:releaseRuntimeClasspath
  1238. :react-native-image-picker:generateReleaseRFile
  1239. Resolved com.facebook.react:react-native:0.57.8 in :react-native-image-picker:releaseRuntimeClasspath
  1240. :react-native-touch-id:platformAttrExtractor
  1241. :react-native-awesome-card-io:generateReleaseRFile
  1242. Resolved io.card:android-sdk:5.5.1 in :react-native-awesome-card-io:releaseRuntimeClasspath
  1243. :appcenter:generateReleaseBuildConfig
  1244. :appcenter:prepareLintJar
  1245. :appcenter:generateReleaseSources
  1246. :appcenter:javaPreCompileRelease
  1247. :appcenter:compileReleaseJavaWithJavac
  1248. :appcenter:processReleaseJavaRes NO-SOURCE
  1249. :appcenter:transformClassesAndResourcesWithPrepareIntermediateJarsForRelease
  1250. :appcenter-analytics:generateReleaseBuildConfig
  1251. :appcenter-analytics:prepareLintJar
  1252. :appcenter-analytics:generateReleaseSources
  1253. :appcenter-analytics:javaPreCompileRelease
  1254. :appcenter-analytics:compileReleaseJavaWithJavac
  1255. :appcenter-analytics:processReleaseJavaRes NO-SOURCE
  1256. :appcenter-analytics:transformClassesAndResourcesWithPrepareIntermediateJarsForRelease
  1257. :appcenter-crashes:generateReleaseBuildConfig
  1258. :appcenter-crashes:prepareLintJar
  1259. :appcenter-crashes:generateReleaseSources
  1260. :appcenter-crashes:javaPreCompileRelease
  1261. :appcenter-crashes:compileReleaseJavaWithJavac
  1262. :appcenter-crashes:processReleaseJavaRes NO-SOURCE
  1263. :appcenter-crashes:transformClassesAndResourcesWithPrepareIntermediateJarsForRelease
  1264. :react-native-awesome-card-io:generateReleaseBuildConfig
  1265. :react-native-awesome-card-io:prepareLintJar
  1266. :react-native-awesome-card-io:generateReleaseSources
  1267. :react-native-awesome-card-io:javaPreCompileRelease
  1268. :react-native-awesome-card-io:compileReleaseJavaWithJavac
  1269. :react-native-awesome-card-io:processReleaseJavaRes NO-SOURCE
  1270. :react-native-awesome-card-io:transformClassesAndResourcesWithPrepareIntermediateJarsForRelease
  1271. :react-native-device-info:generateReleaseBuildConfig
  1272. :react-native-device-info:prepareLintJar
  1273. :react-native-touch-id:generateReleaseRFile
  1274. Resolved com.facebook.react:react-native:0.57.8 in :react-native-touch-id:releaseRuntimeClasspath
  1275. :react-native-device-info:generateReleaseSources
  1276. :react-native-device-info:javaPreCompileRelease
  1277. :react-native-device-info:compileReleaseJavaWithJavacNote: /Users/vsts/agent/2.147.1/work/1/s/node_modules/react-native-device-info/android/src/main/java/com/learnium/RNDeviceInfo/RNDeviceModule.java uses or overrides a deprecated API.
  1278. Note: Recompile with -Xlint:deprecation for details.
  1279.  
  1280. :react-native-device-info:processReleaseJavaRes NO-SOURCE
  1281. :react-native-device-info:transformClassesAndResourcesWithPrepareIntermediateJarsForRelease
  1282. :react-native-fcm:generateReleaseBuildConfig
  1283. :react-native-fcm:prepareLintJar
  1284. :react-native-fcm:javaPreCompileRelease
  1285. :react-native-fcm:processReleaseJavaRes NO-SOURCE
  1286. :react-native-image-picker:generateReleaseBuildConfig
  1287. :react-native-image-picker:prepareLintJar
  1288. :react-native-image-picker:generateReleaseSources
  1289. :react-native-image-picker:javaPreCompileRelease
  1290. :react-native-image-picker:compileReleaseJavaWithJavac
  1291. :react-native-image-picker:processReleaseJavaRes NO-SOURCE
  1292. :react-native-image-picker:transformClassesAndResourcesWithPrepareIntermediateJarsForRelease
  1293. :react-native-touch-id:generateReleaseBuildConfig
  1294. :react-native-touch-id:prepareLintJar
  1295. :react-native-touch-id:generateReleaseSources
  1296. :react-native-touch-id:javaPreCompileRelease
  1297. :react-native-touch-id:compileReleaseJavaWithJavac
  1298. :react-native-touch-id:processReleaseJavaRes NO-SOURCE
  1299. :react-native-touch-id:transformClassesAndResourcesWithPrepareIntermediateJarsForRelease
  1300. :app:compileReleaseNdk NO-SOURCE
  1301. :app:mergeReleaseShaders
  1302. :app:compileReleaseShaders
  1303. :app:generateReleaseAssets
  1304. :appcenter:mergeReleaseShaders
  1305. :appcenter:compileReleaseShaders
  1306. :appcenter:generateReleaseAssets
  1307. :appcenter:packageReleaseAssets
  1308. :appcenter-analytics:mergeReleaseShaders
  1309. :appcenter-analytics:compileReleaseShaders
  1310. :appcenter-analytics:generateReleaseAssets
  1311. :appcenter-analytics:packageReleaseAssets
  1312. :appcenter-crashes:mergeReleaseShaders
  1313. :appcenter-crashes:compileReleaseShaders
  1314. :appcenter-crashes:generateReleaseAssets
  1315. :appcenter-crashes:packageReleaseAssets
  1316. :react-native-awesome-card-io:mergeReleaseShaders
  1317. :react-native-awesome-card-io:compileReleaseShaders
  1318. :react-native-awesome-card-io:generateReleaseAssets
  1319. :react-native-awesome-card-io:packageReleaseAssets
  1320. :react-native-fcm:generateReleaseRFile
  1321. Resolved com.facebook.react:react-native:0.57.8 in :react-native-fcm:releaseRuntimeClasspath
  1322. Resolved com.google.firebase:firebase-core:16.0.7 in :react-native-fcm:releaseRuntimeClasspath
  1323. Resolved com.google.firebase:firebase-messaging:17.3.4 in :react-native-fcm:releaseRuntimeClasspath
  1324. Resolved me.leolin:ShortcutBadger:1.1.17 in :react-native-fcm:releaseRuntimeClasspath
  1325. Resolved com.android.support:support-core-utils:28.0.0 in :react-native-fcm:releaseRuntimeClasspath
  1326. :app:processReleaseResources/Users/vsts/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/01d57d88d62cc4e1b9c75c651d5cf502/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/fontVariationSettings not found.
  1327.  
  1328. /Users/vsts/.gradle/caches/transforms-1/files-1.1/appcompat-v7-27.1.1.aar/01d57d88d62cc4e1b9c75c651d5cf502/res/values/values.xml:251:5-69: AAPT: error: resource android:attr/ttcIndex not found.
  1329.  
  1330.  
  1331. error: failed linking references.
  1332. :app:processReleaseResources FAILED
  1333.  
  1334. FAILURE: Build failed with an exception.
  1335.  
  1336. * What went wrong:
  1337. Execution failed for task ':app:processReleaseResources'.
  1338. > Failed to process resources, see aapt output above for details.
  1339.  
  1340. * Try:
  1341. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
  1342.  
  1343. * Get more help at https://help.gradle.org
  1344.  
  1345. BUILD FAILED in 3m 33s
  1346. 140 actionable tasks: 132 executed, 8 up-to-date
  1347. Error: /Users/vsts/agent/2.147.1/work/1/s/android/gradlew failed with return code: 1
  1348. at ChildProcess.<anonymous> (/Users/vsts/agent/2.147.1/work/_tasks/Gradle_8d8eebd8-2b94-4c97-85af-839254cc6da4/1.128.0/node_modules/vsts-task-lib/toolrunner.js:569:30)
  1349. at emitTwo (events.js:106:13)
  1350. at ChildProcess.emit (events.js:191:7)
  1351. at maybeClose (internal/child_process.js:886:16)
  1352. at Socket.<anonymous> (internal/child_process.js:342:11)
  1353. at emitOne (events.js:96:13)
  1354. at Socket.emit (events.js:188:7)
  1355. at Pipe._handle.close [as _onclose] (net.js:497:12)
  1356. ##[error]Error: /Users/vsts/agent/2.147.1/work/1/s/android/gradlew failed with return code: 1
  1357. ##[section]Finishing: Gradle Task
  1358. ##[section]Starting: Checkout
  1359. ==============================================================================
  1360. Task : Get sources
  1361. Description : Get sources from a repository. Supports Git, TfsVC, and SVN repositories.
  1362. Version : 1.0.0
  1363. Author : Microsoft
  1364. Help : [More Information](https://go.microsoft.com/fwlink/?LinkId=798199)
  1365. ==============================================================================
  1366. Cleaning any cached credential from repository: Mobile (ExternalGit)
  1367. ##[section]Finishing: Checkout
  1368. ##[section]Starting: Finalize Job
  1369. Start cleaning up orphan processes.
  1370. Terminate orphan process: pid (1334) (java)
  1371. ##[section]Finishing: Finalize Job
  1372. ##[section]Finishing: Job
Add Comment
Please, Sign In to add comment