Advertisement
Guest User

Untitled

a guest
Oct 26th, 2018
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 78.35 KB | None | 0 0
  1.  
  2. ██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
  3. ██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
  4. ██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
  5. ██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
  6. ██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
  7. ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
  8.  
  9.  version: 1.23.0
  10.  
  11. INFO[09:16:03] bitrise runs in Secret Filtering mode
  12. INFO[09:16:03] bitrise runs in CI mode
  13. INFO[09:16:03] Running workflow: primary
  14.  
  15. Switching to workflow: primary
  16.  
  17. INFO[09:16:03] Step uses latest version -- Updating StepLib ...
  18. INFO[09:16:03] Update StepLib (https://github.com/bitrise-io/bitrise-steplib.git)...
  19. +------------------------------------------------------------------------------+
  20. | (0) activate-ssh-key |
  21. +------------------------------------------------------------------------------+
  22. | id: activate-ssh-key |
  23. | version: 4.0.3 |
  24. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  25. | toolkit: go |
  26. | time: 2018-10-26T09:16:09-07:00 |
  27. +------------------------------------------------------------------------------+
  28. | |
  29. Config:
  30. - SSHRsaPrivateKey: *****
  31. - SSHKeySavePath: /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
  32. - IsRemoveOtherIdentities: true
  33. - Verbose: false
  34.  
  35. $ ssh-add "-l"
  36. ssh_agent_check_result: 1
  37. running / accessible ssh-agent detected
  38.  
  39. $ ssh-add "-D"
  40. All identities removed.
  41.  
  42. $ ssh-agent "-k"
  43. SSH_AGENT_PID not set, cannot kill agent
  44. Exit code: exit status 1
  45.  
  46. $ bash "-c" "/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/spawn320769879/tmp_spawn.sh"
  47. spawn ssh-add /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
  48. Identity added: /Users/vagrant/.ssh/bitrise_step_activate_ssh_key (/Users/vagrant/.ssh/bitrise_step_activate_ssh_key)
  49.  
  50. Success
  51. The SSH key was saved to /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
  52. and was successfully added to ssh-agent.
  53. | |
  54. +---+---------------------------------------------------------------+----------+
  55. | ✓ | activate-ssh-key | 9.83 sec |
  56. +---+---------------------------------------------------------------+----------+
  57.  
  58.  
  59. +------------------------------------------------------------------------------+
  60. | (1) git-clone |
  61. +------------------------------------------------------------------------------+
  62. | id: git-clone |
  63. | version: 4.0.12 |
  64. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  65. | toolkit: go |
  66. | time: 2018-10-26T09:16:14-07:00 |
  67. +------------------------------------------------------------------------------+
  68. | |
  69. INFO[09:16:14] * [OK] Step dependency (go) installed, available.
  70. config:
  71. 
  72. - RepositoryURL: git@bitbucket.org:joeld79/algarve.git
  73. - CloneIntoDir: /Users/vagrant/git
  74. - Commit:
  75. - Tag:
  76. - Branch: 2.0
  77. - BranchDest:
  78. - PRID: 0
  79. - PRRepositoryURL:
  80. - PRMergeBranch:
  81. - ResetRepository: false
  82. - CloneDepth: 0
  83. - BuildURL: https://app.bitrise.io/build/7e5f2bd86d591d89
  84. - BuildAPIToken: [REDACTED]
  85. - UpdateSubmodules: true
  86. - ManualMerge: true
  87. git "init"
  88. Initialized empty Git repository in /Users/vagrant/git/.git/
  89. git "remote" "add" "origin" "git@bitbucket.org:joeld79/algarve.git"
  90. git "fetch" "origin" "2.0"
  91. Warning: Permanently added 'bitbucket.org,18.205.93.1' (RSA) to the list of known hosts.
  92. From bitbucket.org:joeld79/algarve
  93. * branch 2.0 -> FETCH_HEAD
  94. * [new branch] 2.0 -> origin/2.0
  95. git "checkout" "2.0"
  96. Switched to a new branch '2.0'
  97. Branch '2.0' set up to track remote branch '2.0' from 'origin'.
  98. git "merge" "origin/2.0"
  99. Already up to date.
  100. git "submodule" "update" "--init" "--recursive"
  101. 
  102. Exporting git logs
  103. 
  104. => GIT_CLONE_COMMIT_COMMITER_NAME
  105. value: Joel Darós
  106.  
  107. => GIT_CLONE_COMMIT_COMMITER_EMAIL
  108. value: joel.daros@gmail.com
  109.  
  110. => GIT_CLONE_COMMIT_HASH
  111. value: acfafa6bfa9bb864c8a67a1ef33c4eaf84b5897c
  112.  
  113. => GIT_CLONE_COMMIT_MESSAGE_SUBJECT
  114. value: adjustments in scss files
  115.  
  116. => GIT_CLONE_COMMIT_MESSAGE_BODY
  117. value:
  118.  
  119. => GIT_CLONE_COMMIT_AUTHOR_NAME
  120. value: Joel Darós
  121.  
  122. => GIT_CLONE_COMMIT_AUTHOR_EMAIL
  123. value: joel.daros@gmail.com
  124.  
  125. => GIT_CLONE_COMMIT_COUNT
  126. value: 51
  127.  
  128. 
  129. Success
  130. | |
  131. +---+---------------------------------------------------------------+----------+
  132. | ✓ | git-clone | 12 sec |
  133. +---+---------------------------------------------------------------+----------+
  134.  
  135.  
  136. +------------------------------------------------------------------------------+
  137. | (2) certificate-and-profile-installer |
  138. +------------------------------------------------------------------------------+
  139. | id: certificate-and-profile-installer |
  140. | version: 1.10.1 |
  141. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  142. | toolkit: go |
  143. | time: 2018-10-26T09:16:27-07:00 |
  144. +------------------------------------------------------------------------------+
  145. | |
  146. INFO[09:16:27] * [OK] Step dependency (go) installed, available.
  147.  
  148. Configs:
  149. - CertificateURL:
  150. - CertificatePassphrase:
  151. - ProvisioningProfileURL:
  152. - InstallDefaults: yes
  153. - DefaultCertificateURL: https://s3-***p12
  154. - DefaultCertificatePassphrase: ***
  155. - DefaultProvisioningProfileURL: https://s3-***ion
  156. - KeychainPath: /Users/vagrant/Library/Keychains/login.keychain
  157. - KeychainPassword: ***
  158.  
  159. Default Certificate given
  160. Provided Certificate count: 1
  161. Default Provisioning Profile given
  162. Provided Provisioning Profile count: 1
  163. Keychain already exists, using it: /Users/vagrant/Library/Keychains/login.keychain
  164.  
  165. Downloading & installing Certificate(s)
  166.  
  167. Downloading certificate: 1/1
  168. Installing downloaded certificates
  169.  
  170. iPhone Developer: Bitrise Bot (VV2J4SV8V4)
  171. serial: 5642064371004531588
  172. team: BITFALL FEJLESZTO KORLATOLT FELELOSSEGU TARSASAG (72SA8V3WYL)
  173. expire: 2019-01-27 13:24:27 +0000 UTC
  174.  
  175.  
  176. Downloading & installing Provisioning Profile(s)
  177.  
  178. Downloading provisioning profile: 1/1
  179. Moving it to: /Users/vagrant/Library/MobileDevice/Provisioning Profiles/335312dd-6845-475f-959b-9bbae2f97a3e.mobileprovision
  180.  
  181. BitriseBot-Wildcard (335312dd-6845-475f-959b-9bbae2f97a3e)
  182. exportType: development
  183. team: BITFALL FEJLESZTO KORLATOLT FELELOSSEGU TARSASAG (72SA8V3WYL)
  184. bundleID: *
  185. capabilities:
  186. - keychain-access-groups: [72SA8V3WYL.*]
  187. certificates:
  188. - iPhone Developer: Bitrise Bot (VV2J4SV8V4)
  189. serial: 5642064371004531588
  190. teamID: 72SA8V3WYL
  191. devices:
  192. - 21bbc342c380001152f6f44055d3e8b3f4229740
  193. expire: 2019-01-27 13:38:07 +0000 UTC
  194. | |
  195. +---+---------------------------------------------------------------+----------+
  196. | ✓ | certificate-and-profile-installer | 7.84 sec |
  197. +---+---------------------------------------------------------------+----------+
  198.  
  199.  
  200. +------------------------------------------------------------------------------+
  201. | (3) npm |
  202. +------------------------------------------------------------------------------+
  203. | id: npm |
  204. | version: 0.9.1 |
  205. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  206. | toolkit: bash |
  207. | time: 2018-10-26T09:16:34-07:00 |
  208. +------------------------------------------------------------------------------+
  209. | |
  210. INFO[09:16:34] * [OK] Step dependency (node) installed, available.
  211.  
  212. Configs:
  213. * workdir: /Users/vagrant/git
  214. * command: install
  215.  
  216. Switching to working directory: /Users/vagrant/git
  217.  
  218. Npm version
  219. 6.4.1
  220.  
  221. Run npm command
  222. + npm install
  223.  
  224. > fsevents@1.2.4 install /Users/vagrant/git/node_modules/fsevents
  225. > node install
  226.  
  227. [fsevents] Success: "/Users/vagrant/git/node_modules/fsevents/lib/binding/Release/node-v57-darwin-x64/fse.node" already installed
  228. Pass --update-binary to reinstall or --build-from-source to recompile
  229.  
  230. > grpc@1.13.1 install /Users/vagrant/git/node_modules/grpc
  231. > node-pre-gyp install --fallback-to-build --library=static_library
  232.  
  233. node-pre-gyp WARN Using request for node-pre-gyp https download
  234. [grpc] Success: "/Users/vagrant/git/node_modules/grpc/src/node/extension_binary/node-v57-darwin-x64-unknown/grpc_node.node" is installed via remote
  235.  
  236. > node-sass@4.9.4 install /Users/vagrant/git/node_modules/node-sass
  237. > node scripts/install.js
  238.  
  239. Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.4/darwin-x64-57_binding.node
  240. Download complete
  241. Binary saved to /Users/vagrant/git/node_modules/node-sass/vendor/darwin-x64-57/binding.node
  242. Caching binary to /Users/vagrant/.npm/node-sass/4.9.4/darwin-x64-57_binding.node
  243.  
  244. > node-sass@4.9.4 postinstall /Users/vagrant/git/node_modules/node-sass
  245. > node scripts/build.js
  246.  
  247. Binary found at /Users/vagrant/git/node_modules/node-sass/vendor/darwin-x64-57/binding.node
  248. Testing binary
  249. Binary is fine
  250.  
  251. > date-fns@2.0.0-alpha.24 postinstall /Users/vagrant/git/node_modules/date-fns
  252. > node ./docs/printV2Notice.js
  253.  
  254.  
  255. 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
  256.  
  257. Thank you for testing (⩗) date-fns v2!
  258.  
  259. In v2 we've introduced a number of breaking changes
  260. that make date-fns even more consistent and reliable.
  261. Please read the changelog carefully: https://git.io/fxCWb
  262.  
  263. Please support us at Open Collective: https://opencollective.com/date-fns
  264.  
  265. 🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥🔥
  266.  
  267. added 1396 packages from 1413 contributors and audited 31339 packages in 78.472s
  268. found 0 vulnerabilities
  269.  
  270. | |
  271. +---+---------------------------------------------------------------+----------+
  272. | ✓ | npm | 82 sec |
  273. +---+---------------------------------------------------------------+----------+
  274.  
  275.  
  276. +------------------------------------------------------------------------------+
  277. | (4) generate-cordova-build-configuration |
  278. +------------------------------------------------------------------------------+
  279. | id: generate-cordova-build-configuration |
  280. | version: 0.9.6 |
  281. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  282. | toolkit: go |
  283. | time: 2018-10-26T09:17:57-07:00 |
  284. +------------------------------------------------------------------------------+
  285. | |
  286. INFO[09:17:57] * [OK] Step dependency (go) installed, available.
  287. ConfigsModel:
  288. - Configuration: release
  289. - DevelopmentTeam:
  290. - CodeSignIdentity:
  291. - AutomaticProvisioning: no
  292. - ProvisioningProfile:
  293. - PackageType: none
  294. - KeystoreURL: [REDACTED]
  295. - KeystorePassword: *****
  296. - KeystoreAlias: [REDACTED]
  297. - PrivateKeyPassword: *****
  298.  
  299. Adding android build config
  300. download keystore
  301.  
  302. Generating config file
  303. content:
  304. {
  305. "android": {
  306. "release": {
  307. "keystore": "/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/__bitrise-cordova-build-config__474202451/keystore.jks",
  308. "storePassword": "*****",
  309. "alias": "[REDACTED]",
  310. "password": "*****"
  311. }
  312. }
  313. }
  314. The build.json path is now available in the Environment Variable: BITRISE_CORDOVA_BUILD_CONFIGURATION (value: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/__bitrise-cordova-build-config__474202451/build.json)
  315. | |
  316. +---+---------------------------------------------------------------+----------+
  317. | ✓ | generate-cordova-build-configuration | 7.07 sec |
  318. +---+---------------------------------------------------------------+----------+
  319.  
  320.  
  321. +------------------------------------------------------------------------------+
  322. | (5) ionic-archive |
  323. +------------------------------------------------------------------------------+
  324. | id: ionic-archive |
  325. | version: 1.2.6 |
  326. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  327. | toolkit: go |
  328. | time: 2018-10-26T09:18:03-07:00 |
  329. +------------------------------------------------------------------------------+
  330. | |
  331. INFO[09:18:03] * [OK] Step dependency (go) installed, available.
  332. (gradle) isn't installed, installing...
  333.  * [OK] gradle installed
  334. INFO[09:18:48] * [OK] Step dependency (gradle) installed, available.
  335.  
  336. Configs:
  337. - Platform: android
  338. - Configuration: release
  339. - Target: device
  340. - BuildConfig: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/__bitrise-cordova-build-config__474202451/build.json
  341. - Options:
  342. - Username:
  343. - Password:
  344. - ReAddPlatform: true
  345. - IonicVersion: latest
  346. - CordovaVersion: latest
  347. - CordovaIosVersion: latest
  348. - CordovaAndroidVersion: latest
  349. - WorkDir: /Users/vagrant/git
  350. - DeployDir: /Users/vagrant/deploy
  351.  
  352. Updating cordova version to: latest
  353. $ npm "remove" "cordova"
  354. $ npm "install" "-g" "cordova@latest"
  355.  
  356. Updating ionic version to: latest
  357. $ npm "remove" "ionic"
  358. $ npm "install" "-g" "ionic@latest"
  359.  
  360. Installing local ionic cli
  361. $ npm "install" "ionic@latest"
  362.  
  363. cordova version: 8.1.2
  364. ionic version: 4.2.1
  365.  
  366. Building project
  367. $ ionic "cordova" "platform" "rm" "android"
  368. ✔ Creating ./www directory for you - done!
  369. > cordova platform remove android --save
  370. Removing platform android from config.xml file...
  371. Removing android from cordova.platforms array in package.json
  372. $ ionic "cordova" "platform" "add" "android@latest"
  373. > cordova platform add android@latest --save
  374. Using cordova-fetch for cordova-android@latest
  375. Adding android project...
  376. Creating Cordova project for the Android platform:
  377. Path: platforms/android
  378. Package: br.com.residencialalgarve
  379. Name: Algarve
  380. Activity: MainActivity
  381. Android target: android-27
  382. Android project created with cordova-android@7.1.1
  383. Android Studio project detected
  384. Android Studio project detected
  385. Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to the project
  386. Installing "cordova-plugin-whitelist" for android
  387.  
  388. This plugin is only applicable for versions of cordova-android greater than 4.0. If you have a previous platform version, you do *not* need this plugin since the whitelist will be built in.
  389.  
  390. Adding cordova-plugin-whitelist to package.json
  391. Saved plugin info for "cordova-plugin-whitelist" to config.xml
  392. Discovered plugin "cordova-plugin-device" in config.xml. Adding it to the project
  393. Installing "cordova-plugin-device" for android
  394. Adding cordova-plugin-device to package.json
  395. Saved plugin info for "cordova-plugin-device" to config.xml
  396. Discovered plugin "cordova-plugin-splashscreen" in config.xml. Adding it to the project
  397. Installing "cordova-plugin-splashscreen" for android
  398. Adding cordova-plugin-splashscreen to package.json
  399. Saved plugin info for "cordova-plugin-splashscreen" to config.xml
  400. Discovered plugin "cordova-plugin-ionic-webview" in config.xml. Adding it to the project
  401. Installing "cordova-plugin-ionic-webview" for android
  402. Subproject Path: CordovaLib
  403. Subproject Path: app
  404. Adding cordova-plugin-ionic-webview to package.json
  405. Saved plugin info for "cordova-plugin-ionic-webview" to config.xml
  406. Discovered plugin "cordova-plugin-ionic-keyboard" in config.xml. Adding it to the project
  407. Installing "cordova-plugin-ionic-keyboard" for android
  408. Adding cordova-plugin-ionic-keyboard to package.json
  409. Saved plugin info for "cordova-plugin-ionic-keyboard" to config.xml
  410. Discovered plugin "cordova-plugin-camera" in config.xml. Adding it to the project
  411. Installing "cordova-plugin-camera" for android
  412. Subproject Path: CordovaLib
  413. Subproject Path: app
  414. Adding cordova-plugin-camera to package.json
  415. Saved plugin info for "cordova-plugin-camera" to config.xml
  416. Discovered plugin "cordova-plugin-inappbrowser" in config.xml. Adding it to the project
  417. Installing "cordova-plugin-inappbrowser" for android
  418. Adding cordova-plugin-inappbrowser to package.json
  419. Saved plugin info for "cordova-plugin-inappbrowser" to config.xml
  420. Discovered plugin "cordova-plugin-statusbar" in config.xml. Adding it to the project
  421. Installing "cordova-plugin-statusbar" for android
  422. Adding cordova-plugin-statusbar to package.json
  423. Saved plugin info for "cordova-plugin-statusbar" to config.xml
  424. Discovered plugin "cordova-plugin-fcm-with-dependecy-updated" in config.xml. Adding it to the project
  425. Installing "cordova-plugin-fcm-with-dependecy-updated" for android
  426. Subproject Path: CordovaLib
  427. Subproject Path: app
  428. Adding cordova-plugin-fcm-with-dependecy-updated to package.json
  429. Saved plugin info for "cordova-plugin-fcm-with-dependecy-updated" to config.xml
  430. --save flag or autosave detected
  431. Saving android@latest into config.xml file ...
  432. $ ionic "cordova" "build" "--release" "--device" "android" "--buildConfig" "/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/__bitrise-cordova-build-config__474202451/build.json"
  433. > ng run app:ionic-cordova-build --platform=android
  434.  
  435. Date: 2018-10-26T16:27:53.441Z
  436. Hash: 1cfac15022976830e4bb
  437. Time: 43950ms
  438. chunk {common} common.js, common.js.map (common) 15 kB [rendered]
  439. chunk {88} 88.js, 88.js.map () 18.5 kB [rendered]
  440. chunk {cordova} cordova.js, cordova.js.map (cordova) 73.3 kB [rendered]
  441. chunk {0} 0.js, 0.js.map () 18.6 kB [rendered]
  442. chunk {1} 1.js, 1.js.map () 1.9 kB [rendered]
  443. chunk {2} 2.js, 2.js.map () 6.13 kB [rendered]
  444. chunk {3} 3.js, 3.js.map () 1.08 kB [rendered]
  445. chunk {4} 4.js, 4.js.map () 95.6 kB [rendered]
  446. chunk {5} 5.js, 5.js.map () 3.26 kB [rendered]
  447. chunk {6} 6.js, 6.js.map () 28.6 kB [rendered]
  448. chunk {7} 7.js, 7.js.map () 28.8 kB [rendered]
  449. chunk {8} 8.js, 8.js.map () 48.7 kB [rendered]
  450. chunk {9} 9.js, 9.js.map () 48.7 kB [rendered]
  451. chunk {10} 10.js, 10.js.map () 35.2 kB [rendered]
  452. chunk {11} 11.js, 11.js.map () 35.6 kB [rendered]
  453. chunk {12} 12.js, 12.js.map () 27.3 kB [rendered]
  454. chunk {13} 13.js, 13.js.map () 27.3 kB [rendered]
  455. chunk {14} 14.js, 14.js.map () 18.5 kB [rendered]
  456. chunk {15} 15.js, 15.js.map () 18.5 kB [rendered]
  457. chunk {16} 16.js, 16.js.map () 28.7 kB [rendered]
  458. chunk {17} 17.js, 17.js.map () 29.4 kB [rendered]
  459. chunk {18} 18.js, 18.js.map () 22.5 kB [rendered]
  460. chunk {19} 19.js, 19.js.map () 22.7 kB [rendered]
  461. chunk {20} 20.js, 20.js.map () 25.6 kB [rendered]
  462. chunk {21} 21.js, 21.js.map () 25.6 kB [rendered]
  463. chunk {22} 22.js, 22.js.map () 41 kB [rendered]
  464. chunk {23} 23.js, 23.js.map () 42.6 kB [rendered]
  465. chunk {24} 24.js, 24.js.map () 29.3 kB [rendered]
  466. chunk {25} 25.js, 25.js.map () 30.2 kB [rendered]
  467. chunk {26} 26.js, 26.js.map () 15.4 kB [rendered]
  468. chunk {27} 27.js, 27.js.map () 15.4 kB [rendered]
  469. chunk {28} 28.js, 28.js.map () 21.1 kB [rendered]
  470. chunk {29} 29.js, 29.js.map () 21.3 kB [rendered]
  471. chunk {30} 30.js, 30.js.map () 36.3 kB [rendered]
  472. chunk {31} 31.js, 31.js.map () 36.3 kB [rendered]
  473. chunk {32} 32.js, 32.js.map () 29.3 kB [rendered]
  474. chunk {33} 33.js, 33.js.map () 30.2 kB [rendered]
  475. chunk {34} 34.js, 34.js.map () 20.9 kB [rendered]
  476. chunk {35} 35.js, 35.js.map () 20.9 kB [rendered]
  477. chunk {36} 36.js, 36.js.map () 29.1 kB [rendered]
  478. chunk {37} 37.js, 37.js.map () 29.3 kB [rendered]
  479. chunk {38} 38.js, 38.js.map () 22.2 kB [rendered]
  480. chunk {39} 39.js, 39.js.map () 22.4 kB [rendered]
  481. chunk {40} 40.js, 40.js.map () 19.8 kB [rendered]
  482. chunk {41} 41.js, 41.js.map () 20.1 kB [rendered]
  483. chunk {42} 42.js, 42.js.map () 20 kB [rendered]
  484. chunk {43} 43.js, 43.js.map () 20.3 kB [rendered]
  485. chunk {44} 44.js, 44.js.map () 26.8 kB [rendered]
  486. chunk {45} 45.js, 45.js.map () 27.6 kB [rendered]
  487. chunk {46} 46.js, 46.js.map () 21.8 kB [rendered]
  488. chunk {47} 47.js, 47.js.map () 21.9 kB [rendered]
  489. chunk {48} 48.js, 48.js.map () 21.8 kB [rendered]
  490. chunk {49} 49.js, 49.js.map () 21.9 kB [rendered]
  491. chunk {50} 50.js, 50.js.map () 21.9 kB [rendered]
  492. chunk {51} 51.js, 51.js.map () 21.9 kB [rendered]
  493. chunk {52} 52.js, 52.js.map () 23.5 kB [rendered]
  494. chunk {53} 53.js, 53.js.map () 23.5 kB [rendered]
  495. chunk {54} 54.js, 54.js.map () 26.8 kB [rendered]
  496. chunk {55} 55.js, 55.js.map () 27.6 kB [rendered]
  497. chunk {56} 56.js, 56.js.map () 23.8 kB [rendered]
  498. chunk {57} 57.js, 57.js.map () 24.1 kB [rendered]
  499. chunk {58} 58.js, 58.js.map () 21.6 kB [rendered]
  500. chunk {59} 59.js, 59.js.map () 21.8 kB [rendered]
  501. chunk {60} 60.js, 60.js.map () 20.9 kB [rendered]
  502. chunk {61} 61.js, 61.js.map () 20.9 kB [rendered]
  503. chunk {62} 62.js, 62.js.map () 28.4 kB [rendered]
  504. chunk {63} 63.js, 63.js.map () 28.6 kB [rendered]
  505. chunk {64} 64.js, 64.js.map () 20 kB [rendered]
  506. chunk {65} 65.js, 65.js.map () 20.2 kB [rendered]
  507. chunk {66} 66.js, 66.js.map () 21.9 kB [rendered]
  508. chunk {67} 67.js, 67.js.map () 21.9 kB [rendered]
  509. chunk {68} 68.js, 68.js.map () 41.5 kB [rendered]
  510. chunk {69} 69.js, 69.js.map () 43.1 kB [rendered]
  511. chunk {70} 70.js, 70.js.map () 29.1 kB [rendered]
  512. chunk {71} 71.js, 71.js.map () 29.3 kB [rendered]
  513. chunk {72} 72.js, 72.js.map () 22.5 kB [rendered]
  514. chunk {73} 73.js, 73.js.map () 22.7 kB [rendered]
  515. chunk {74} 74.js, 74.js.map () 21.6 kB [rendered]
  516. chunk {75} 75.js, 75.js.map () 21.8 kB [rendered]
  517. chunk {76} 76.js, 76.js.map () 34.3 kB [rendered]
  518. chunk {77} 77.js, 77.js.map () 34.4 kB [rendered]
  519. chunk {78} 78.js, 78.js.map () 35.8 kB [rendered]
  520. chunk {79} 79.js, 79.js.map () 35.8 kB [rendered]
  521. chunk {80} 80.js, 80.js.map () 22.9 kB [rendered]
  522. chunk {81} 81.js, 81.js.map () 23.4 kB [rendered]
  523. chunk {82} 82.js, 82.js.map () 48.7 kB [rendered]
  524. chunk {83} 83.js, 83.js.map () 48.7 kB [rendered]
  525. chunk {84} 84.js, 84.js.map () 18 kB [rendered]
  526. chunk {85} 85.js, 85.js.map () 18.1 kB [rendered]
  527. chunk {86} 86.js, 86.js.map () 35.8 kB [rendered]
  528. chunk {87} 87.js, 87.js.map () 36.2 kB [rendered]
  529. chunk {89} 89.js, 89.js.map () 18.5 kB [rendered]
  530. chunk {90} 90.js, 90.js.map () 23.9 kB [rendered]
  531. chunk {91} 91.js, 91.js.map () 24.2 kB [rendered]
  532. chunk {92} 92.js, 92.js.map () 21.6 kB [rendered]
  533. chunk {93} 93.js, 93.js.map () 21.8 kB [rendered]
  534. chunk {94} 94.js, 94.js.map () 21.6 kB [rendered]
  535. chunk {95} 95.js, 95.js.map () 21.8 kB [rendered]
  536. chunk {96} 96.js, 96.js.map () 27 kB [rendered]
  537. chunk {97} 97.js, 97.js.map () 27.5 kB [rendered]
  538. chunk {98} 98.js, 98.js.map () 18 kB [rendered]
  539. chunk {99} 99.js, 99.js.map () 18.1 kB [rendered]
  540. chunk {100} 100.js, 100.js.map () 21.4 kB [rendered]
  541. chunk {101} 101.js, 101.js.map () 21.6 kB [rendered]
  542. chunk {102} 102.js, 102.js.map () 23.1 kB [rendered]
  543. chunk {103} 103.js, 103.js.map () 23.4 kB [rendered]
  544. chunk {104} 104.js, 104.js.map () 21.1 kB [rendered]
  545. chunk {105} 105.js, 105.js.map () 21.3 kB [rendered]
  546. chunk {106} 106.js, 106.js.map () 32.1 kB [rendered]
  547. chunk {107} 107.js, 107.js.map () 32.1 kB [rendered]
  548. chunk {108} 108.js, 108.js.map () 23.5 kB [rendered]
  549. chunk {109} 109.js, 109.js.map () 23.5 kB [rendered]
  550. chunk {110} 110.js, 110.js.map () 20.1 kB [rendered]
  551. chunk {111} 111.js, 111.js.map () 20.1 kB [rendered]
  552. chunk {112} 112.js, 112.js.map () 35.7 kB [rendered]
  553. chunk {113} 113.js, 113.js.map () 36.1 kB [rendered]
  554. chunk {114} 114.js, 114.js.map () 35.7 kB [rendered]
  555. chunk {115} 115.js, 115.js.map () 36.1 kB [rendered]
  556. chunk {116} 116.js, 116.js.map () 13.7 kB [rendered]
  557. chunk {117} 117.js, 117.js.map () 13.7 kB [rendered]
  558. chunk {118} 118.js, 118.js.map () 14.3 kB [rendered]
  559. chunk {119} 119.js, 119.js.map () 14.3 kB [rendered]
  560. chunk {120} 120.js, 120.js.map () 9.86 kB [rendered]
  561. chunk {121} 121.js, 121.js.map () 9.87 kB [rendered]
  562. chunk {122} 122.js, 122.js.map () 36.6 kB [rendered]
  563. chunk {123} 123.js, 123.js.map () 36.7 kB [rendered]
  564. chunk {124} 124.js, 124.js.map () 36.7 kB [rendered]
  565. chunk {125} 125.js, 125.js.map () 36.9 kB [rendered]
  566. chunk {126} 126.js, 126.js.map () 3.97 kB [rendered]
  567. chunk {127} 127.js, 127.js.map () 3.14 kB [rendered]
  568. chunk {128} 128.js, 128.js.map () 3.19 kB [rendered]
  569. chunk {129} 129.js, 129.js.map () 12.7 kB [rendered]
  570. chunk {130} 130.js, 130.js.map () 12.7 kB [rendered]
  571. chunk {131} 131.js, 131.js.map () 21.6 kB [rendered]
  572. chunk {132} 132.js, 132.js.map () 21.6 kB [rendered]
  573. chunk {133} 133.js, 133.js.map () 13.4 kB [rendered]
  574. chunk {134} 134.js, 134.js.map () 13.4 kB [rendered]
  575. chunk {135} 135.js, 135.js.map () 21.2 kB [rendered]
  576. chunk {136} 136.js, 136.js.map () 21.2 kB [rendered]
  577. chunk {137} 137.js, 137.js.map () 1.73 kB [rendered]
  578. chunk {138} 138.js, 138.js.map () 9.7 kB [rendered]
  579. chunk {139} 139.js, 139.js.map () 9.72 kB [rendered]
  580. chunk {140} 140.js, 140.js.map () 9.87 kB [rendered]
  581. chunk {141} 141.js, 141.js.map () 9.88 kB [rendered]
  582. chunk {142} 142.js, 142.js.map () 4.94 kB [rendered]
  583. chunk {143} 143.js, 143.js.map () 5 kB [rendered]
  584. chunk {144} 144.js, 144.js.map () 10.1 kB [rendered]
  585. chunk {145} 145.js, 145.js.map () 10.1 kB [rendered]
  586. chunk {146} 146.js, 146.js.map () 10.4 kB [rendered]
  587. chunk {147} 147.js, 147.js.map () 10.4 kB [rendered]
  588. chunk {148} 148.js, 148.js.map () 10.3 kB [rendered]
  589. chunk {149} 149.js, 149.js.map () 10.4 kB [rendered]
  590. chunk {150} 150.js, 150.js.map () 13.4 kB [rendered]
  591. chunk {151} 151.js, 151.js.map () 13.4 kB [rendered]
  592. chunk {152} 152.js, 152.js.map () 2.51 kB [rendered]
  593. chunk {153} 153.js, 153.js.map () 2.54 kB [rendered]
  594. > cordova build android --release --device --buildConfig /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/__bitrise-cordova-build-config__474202451/build.json
  595. Android Studio project detected
  596. ANDROID_HOME=/Users/vagrant/Library/Developer/Xamarin/android-sdk-macosx
  597. JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0_192.jdk/Contents/Home
  598. Reading build config file: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/__bitrise-cordova-build-config__474202451/build.json
  599. Reading the keystore from: /var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/__bitrise-cordova-build-config__474202451/keystore.jks
  600. studio
  601.  
  602. Welcome to Gradle 4.10.2!
  603.  
  604. Here are the highlights of this release:
  605. - Incremental Java compilation by default
  606. - Periodic Gradle caches cleanup
  607. - Gradle Kotlin DSL 1.0-RC6
  608. - Nested included builds
  609. - SNAPSHOT plugin versions in the `plugins {}` block
  610.  
  611. For more details see https://docs.gradle.org/4.10.2/release-notes.html
  612.  
  613. Starting a Gradle Daemon (subsequent builds will be faster)
  614. > Task :wrapper
  615.  
  616. BUILD SUCCESSFUL in 6s
  617. 1 actionable task: 1 executed
  618. Subproject Path: CordovaLib
  619. Subproject Path: app
  620. Downloading https://services.gradle.org/distributions/gradle-4.1-all.zip
  621. .....................................................................................
  622. Starting a Gradle Daemon (subsequent builds will be faster)
  623. Download https://maven.google.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.pom
  624. Download https://maven.google.com/com/android/tools/build/gradle-core/3.0.1/gradle-core-3.0.1.pom
  625. Download https://maven.google.com/com/android/tools/build/builder/3.0.1/builder-3.0.1.pom
  626. Download https://maven.google.com/com/android/tools/lint/lint/26.0.1/lint-26.0.1.pom
  627. Download https://maven.google.com/com/android/tools/external/org-jetbrains/uast/26.0.1/uast-26.0.1.pom
  628. Download https://maven.google.com/com/android/tools/build/gradle-api/3.0.1/gradle-api-3.0.1.pom
  629. Download https://maven.google.com/com/android/databinding/compilerCommon/3.0.1/compilerCommon-3.0.1.pom
  630. Download https://maven.google.com/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.pom
  631. Download https://jcenter.bintray.com/org/ow2/asm/asm/5.1/asm-5.1.pom
  632. Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/kotlin-stdlib-1.1.3-2.pom
  633. Download https://jcenter.bintray.com/org/ow2/asm/asm-parent/5.1/asm-parent-5.1.pom
  634. Download https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.pom
  635. Download https://jcenter.bintray.com/org/ow2/ow2/1.3/ow2-1.3.pom
  636. Download https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.pom
  637. Download https://jcenter.bintray.com/org/ow2/asm/asm-util/5.1/asm-util-5.1.pom
  638. Download https://jcenter.bintray.com/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.pom
  639. Download https://jcenter.bintray.com/org/jacoco/org.jacoco.report/0.7.4.201502262128/org.jacoco.report-0.7.4.201502262128.pom
  640. Download https://jcenter.bintray.com/org/jacoco/org.jacoco.build/0.7.4.201502262128/org.jacoco.build-0.7.4.201502262128.pom
  641. Download https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.pom
  642. Download https://jcenter.bintray.com/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.pom
  643. Download https://jcenter.bintray.com/net/sf/proguard/proguard-parent/5.3.3/proguard-parent-5.3.3.pom
  644. Download https://jcenter.bintray.com/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
  645. Download https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.0.0/protobuf-java-3.0.0.pom
  646. Download https://jcenter.bintray.com/com/google/protobuf/protobuf-parent/3.0.0/protobuf-parent-3.0.0.pom
  647. Download https://jcenter.bintray.com/com/google/google/1/google-1.pom
  648. Download https://maven.google.com/com/android/tools/build/builder-model/3.0.1/builder-model-3.0.1.pom
  649. Download https://maven.google.com/com/android/tools/build/builder-test-api/3.0.1/builder-test-api-3.0.1.pom
  650. Download https://maven.google.com/com/android/tools/sdklib/26.0.1/sdklib-26.0.1.pom
  651. Download https://maven.google.com/com/android/tools/sdk-common/26.0.1/sdk-common-26.0.1.pom
  652. Download https://maven.google.com/com/android/tools/common/26.0.1/common-26.0.1.pom
  653. Download https://maven.google.com/com/android/tools/build/manifest-merger/26.0.1/manifest-merger-26.0.1.pom
  654. Download https://maven.google.com/com/android/tools/ddms/ddmlib/26.0.1/ddmlib-26.0.1.pom
  655. Download https://maven.google.com/com/android/tools/analytics-library/protos/26.0.1/protos-26.0.1.pom
  656. Download https://maven.google.com/com/android/tools/analytics-library/shared/26.0.1/shared-26.0.1.pom
  657. Download https://maven.google.com/com/android/tools/analytics-library/tracker/26.0.1/tracker-26.0.1.pom
  658. Download https://maven.google.com/com/android/tools/build/apksig/3.0.1/apksig-3.0.1.pom
  659. Download https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.pom
  660. Download https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.pom
  661. Download https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.pom
  662. Download https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.pom
  663. Download https://jcenter.bintray.com/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.pom
  664. Download https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.pom
  665. Download https://maven.google.com/com/android/tools/lint/lint-checks/26.0.1/lint-checks-26.0.1.pom
  666. Download https://jcenter.bintray.com/org/eclipse/jdt/core/compiler/ecj/4.6.1/ecj-4.6.1.pom
  667. Download https://jcenter.bintray.com/com/google/guava/guava/22.0/guava-22.0.pom
  668. Download https://jcenter.bintray.com/com/google/guava/guava-parent/22.0/guava-parent-22.0.pom
  669. Download https://maven.google.com/com/android/databinding/baseLibrary/3.0.1/baseLibrary-3.0.1.pom
  670. Download https://jcenter.bintray.com/org/antlr/antlr4/4.5.3/antlr4-4.5.3.pom
  671. Download https://jcenter.bintray.com/org/antlr/antlr4-master/4.5.3/antlr4-master-4.5.3.pom
  672. Download https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.pom
  673. Download https://jcenter.bintray.com/org/sonatype/oss/oss-parent/9/oss-parent-9.pom
  674. Download https://jcenter.bintray.com/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.pom
  675. Download https://jcenter.bintray.com/org/apache/commons/commons-parent/25/commons-parent-25.pom
  676. Download https://jcenter.bintray.com/com/android/tools/annotations/24.5.0/annotations-24.5.0.pom
  677. Download https://jcenter.bintray.com/org/apache/apache/9/apache-9.pom
  678. Download https://jcenter.bintray.com/org/jetbrains/annotations/13.0/annotations-13.0.pom
  679. Download https://jcenter.bintray.com/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.pom
  680. Download https://maven.google.com/com/android/tools/dvlib/26.0.1/dvlib-26.0.1.pom
  681. Download https://maven.google.com/com/android/tools/layoutlib/layoutlib-api/26.0.1/layoutlib-api-26.0.1.pom
  682. Download https://maven.google.com/com/android/tools/repository/26.0.1/repository-26.0.1.pom
  683. Download https://jcenter.bintray.com/com/google/code/gson/gson/2.3/gson-2.3.pom
  684. Download https://jcenter.bintray.com/org/apache/commons/commons-compress/1.12/commons-compress-1.12.pom
  685. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.pom
  686. Download https://jcenter.bintray.com/org/apache/commons/commons-parent/39/commons-parent-39.pom
  687. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-client/4.2.6/httpcomponents-client-4.2.6.pom
  688. Download https://jcenter.bintray.com/org/apache/apache/16/apache-16.pom
  689. Download https://jcenter.bintray.com/org/apache/httpcomponents/project/7/project-7.pom
  690. Download https://jcenter.bintray.com/org/apache/apache/13/apache-13.pom
  691. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.pom
  692. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-client/4.1/httpcomponents-client-4.1.pom
  693. Download https://jcenter.bintray.com/org/apache/httpcomponents/project/4.1.1/project-4.1.1.pom
  694. Download https://jcenter.bintray.com/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.pom
  695. Download https://maven.google.com/com/android/tools/lint/lint-api/26.0.1/lint-api-26.0.1.pom
  696. Download https://jcenter.bintray.com/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom
  697. Download https://jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.pom
  698. Download https://jcenter.bintray.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom
  699. Download https://jcenter.bintray.com/com/google/errorprone/error_prone_parent/2.0.18/error_prone_parent-2.0.18.pom
  700. Download https://jcenter.bintray.com/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom
  701. Download https://jcenter.bintray.com/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom
  702. Download https://jcenter.bintray.com/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom
  703. Download https://jcenter.bintray.com/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom
  704. Download https://jcenter.bintray.com/com/intellij/annotations/12.0/annotations-12.0.pom
  705. Download https://jcenter.bintray.com/com/google/jimfs/jimfs/1.1/jimfs-1.1.pom
  706. Download https://jcenter.bintray.com/com/google/jimfs/jimfs-parent/1.1/jimfs-parent-1.1.pom
  707. Download https://jcenter.bintray.com/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom
  708. Download https://jcenter.bintray.com/org/apache/commons/commons-parent/5/commons-parent-5.pom
  709. Download https://jcenter.bintray.com/org/apache/apache/4/apache-4.pom
  710. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.pom
  711. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-core/4.2.5/httpcomponents-core-4.2.5.pom
  712. Download https://jcenter.bintray.com/commons-codec/commons-codec/1.6/commons-codec-1.6.pom
  713. Download https://jcenter.bintray.com/org/apache/commons/commons-parent/22/commons-parent-22.pom
  714. Download https://maven.google.com/com/android/tools/external/com-intellij/intellij-core/26.0.1/intellij-core-26.0.1.pom
  715. Download https://jcenter.bintray.com/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.pom
  716. Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/kotlin-reflect-1.1.3-2.pom
  717. Download https://jcenter.bintray.com/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.pom
  718. Download https://maven.google.com/com/android/tools/annotations/26.0.1/annotations-26.0.1.pom
  719. Download https://maven.google.com/com/android/tools/build/gradle/3.0.1/gradle-3.0.1.jar
  720. Download https://maven.google.com/com/android/tools/build/gradle-core/3.0.1/gradle-core-3.0.1.jar
  721. Download https://maven.google.com/com/android/tools/build/builder/3.0.1/builder-3.0.1.jar
  722. Download https://maven.google.com/com/android/tools/lint/lint/26.0.1/lint-26.0.1.jar
  723. Download https://maven.google.com/com/android/tools/lint/lint-checks/26.0.1/lint-checks-26.0.1.jar
  724. Download https://maven.google.com/com/android/tools/lint/lint-api/26.0.1/lint-api-26.0.1.jar
  725. Download https://maven.google.com/com/android/tools/external/org-jetbrains/uast/26.0.1/uast-26.0.1.jar
  726. Download https://maven.google.com/com/android/tools/build/gradle-api/3.0.1/gradle-api-3.0.1.jar
  727. Download https://maven.google.com/com/android/databinding/compilerCommon/3.0.1/compilerCommon-3.0.1.jar
  728. Download https://maven.google.com/com/android/tools/build/manifest-merger/26.0.1/manifest-merger-26.0.1.jar
  729. Download https://maven.google.com/com/android/tools/sdk-common/26.0.1/sdk-common-26.0.1.jar
  730. Download https://maven.google.com/com/android/tools/sdklib/26.0.1/sdklib-26.0.1.jar
  731. Download https://maven.google.com/com/android/tools/repository/26.0.1/repository-26.0.1.jar
  732. Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-reflect/1.1.3-2/kotlin-reflect-1.1.3-2.jar
  733. Download https://jcenter.bintray.com/org/jetbrains/kotlin/kotlin-stdlib/1.1.3-2/kotlin-stdlib-1.1.3-2.jar
  734. Download https://maven.google.com/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.jar
  735. Download https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.1/asm-analysis-5.1.jar
  736. Download https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.1/asm-commons-5.1.jar
  737. Download https://jcenter.bintray.com/org/ow2/asm/asm-util/5.1/asm-util-5.1.jar
  738. Download https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.1/asm-tree-5.1.jar
  739. Download https://jcenter.bintray.com/org/ow2/asm/asm/5.1/asm-5.1.jar
  740. Download https://jcenter.bintray.com/org/jacoco/org.jacoco.report/0.7.4.201502262128/org.jacoco.report-0.7.4.201502262128.jar
  741. Download https://jcenter.bintray.com/org/jacoco/org.jacoco.core/0.7.4.201502262128/org.jacoco.core-0.7.4.201502262128.jar
  742. Download https://jcenter.bintray.com/net/sf/jopt-simple/jopt-simple/4.9/jopt-simple-4.9.jar
  743. Download https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.3.3/proguard-gradle-5.3.3.jar
  744. Download https://maven.google.com/com/android/tools/analytics-library/tracker/26.0.1/tracker-26.0.1.jar
  745. Download https://maven.google.com/com/android/tools/analytics-library/shared/26.0.1/shared-26.0.1.jar
  746. Download https://maven.google.com/com/android/tools/analytics-library/protos/26.0.1/protos-26.0.1.jar
  747. Download https://jcenter.bintray.com/com/google/protobuf/protobuf-java/3.0.0/protobuf-java-3.0.0.jar
  748. Download https://maven.google.com/com/android/tools/build/builder-test-api/3.0.1/builder-test-api-3.0.1.jar
  749. Download https://maven.google.com/com/android/tools/build/builder-model/3.0.1/builder-model-3.0.1.jar
  750. Download https://maven.google.com/com/android/tools/ddms/ddmlib/26.0.1/ddmlib-26.0.1.jar
  751. Download https://maven.google.com/com/android/tools/dvlib/26.0.1/dvlib-26.0.1.jar
  752. Download https://maven.google.com/com/android/tools/layoutlib/layoutlib-api/26.0.1/layoutlib-api-26.0.1.jar
  753. Download https://maven.google.com/com/android/tools/common/26.0.1/common-26.0.1.jar
  754. Download https://maven.google.com/com/android/tools/build/apksig/3.0.1/apksig-3.0.1.jar
  755. Download https://jcenter.bintray.com/com/squareup/javawriter/2.5.0/javawriter-2.5.0.jar
  756. Download https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.56/bcpkix-jdk15on-1.56.jar
  757. Download https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.56/bcprov-jdk15on-1.56.jar
  758. Download https://jcenter.bintray.com/it/unimi/dsi/fastutil/7.2.0/fastutil-7.2.0.jar
  759. Download https://jcenter.bintray.com/com/googlecode/json-simple/json-simple/1.1/json-simple-1.1.jar
  760. Download https://jcenter.bintray.com/org/eclipse/jdt/core/compiler/ecj/4.6.1/ecj-4.6.1.jar
  761. Download https://jcenter.bintray.com/com/google/jimfs/jimfs/1.1/jimfs-1.1.jar
  762. Download https://jcenter.bintray.com/com/android/tools/external/lombok/lombok-ast/0.2.3/lombok-ast-0.2.3.jar
  763. Download https://jcenter.bintray.com/com/google/guava/guava/22.0/guava-22.0.jar
  764. Download https://maven.google.com/com/android/databinding/baseLibrary/3.0.1/baseLibrary-3.0.1.jar
  765. Download https://jcenter.bintray.com/org/antlr/antlr4/4.5.3/antlr4-4.5.3.jar
  766. Download https://jcenter.bintray.com/commons-io/commons-io/2.4/commons-io-2.4.jar
  767. Download https://maven.google.com/com/android/tools/annotations/26.0.1/annotations-26.0.1.jar
  768. Download https://jcenter.bintray.com/com/googlecode/juniversalchardet/juniversalchardet/1.0.3/juniversalchardet-1.0.3.jar
  769. Download https://jcenter.bintray.com/net/sf/proguard/proguard-base/5.3.3/proguard-base-5.3.3.jar
  770. Download https://jcenter.bintray.com/org/jetbrains/annotations/13.0/annotations-13.0.jar
  771. Download https://jcenter.bintray.com/com/google/code/gson/gson/2.3/gson-2.3.jar
  772. Download https://jcenter.bintray.com/org/apache/commons/commons-compress/1.12/commons-compress-1.12.jar
  773. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.2.6/httpclient-4.2.6.jar
  774. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpmime/4.1/httpmime-4.1.jar
  775. Download https://jcenter.bintray.com/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.jar
  776. Download https://jcenter.bintray.com/net/sf/kxml/kxml2/2.3.0/kxml2-2.3.0.jar
  777. Download https://jcenter.bintray.com/com/google/errorprone/error_prone_annotations/2.0.18/error_prone_annotations-2.0.18.jar
  778. Download https://jcenter.bintray.com/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
  779. Download https://jcenter.bintray.com/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar
  780. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.2.5/httpcore-4.2.5.jar
  781. Download https://jcenter.bintray.com/com/intellij/annotations/12.0/annotations-12.0.jar
  782. Download https://jcenter.bintray.com/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar
  783. Download https://jcenter.bintray.com/commons-codec/commons-codec/1.6/commons-codec-1.6.jar
  784. Download https://maven.google.com/com/android/tools/external/com-intellij/intellij-core/26.0.1/intellij-core-26.0.1.jar
  785. Download https://jcenter.bintray.com/org/jetbrains/trove4j/trove4j/20160824/trove4j-20160824.jar
  786. Download https://jcenter.bintray.com/com/github/dcendents/android-maven-gradle-plugin/1.5/android-maven-gradle-plugin-1.5.pom
  787. Download https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.7.3/gradle-bintray-plugin-1.7.3.pom
  788. Download https://jcenter.bintray.com/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/http-builder-0.7.2.pom
  789. Download https://jcenter.bintray.com/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.pom
  790. Download https://jcenter.bintray.com/org/apache/maven/maven-parent/19/maven-parent-19.pom
  791. Download https://jcenter.bintray.com/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.pom
  792. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.2.1/httpclient-4.2.1.pom
  793. Download https://jcenter.bintray.com/net/sf/json-lib/json-lib/2.3/json-lib-2.3.pom
  794. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-client/4.2.1/httpcomponents-client-4.2.1.pom
  795. Download https://jcenter.bintray.com/net/sourceforge/nekohtml/nekohtml/1.9.16/nekohtml-1.9.16.pom
  796. Download https://jcenter.bintray.com/org/apache/httpcomponents/project/6/project-6.pom
  797. Download https://jcenter.bintray.com/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom
  798. Download https://jcenter.bintray.com/org/apache/apache/3/apache-3.pom
  799. Download https://jcenter.bintray.com/org/apache/ant/ant/1.8.0/ant-1.8.0.pom
  800. Download https://jcenter.bintray.com/org/apache/ant/ant-parent/1.8.0/ant-parent-1.8.0.pom
  801. Download https://jcenter.bintray.com/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom
  802. Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom
  803. Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom
  804. Download https://jcenter.bintray.com/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom
  805. Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom
  806. Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom
  807. Download https://jcenter.bintray.com/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom
  808. Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom
  809. Download https://jcenter.bintray.com/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom
  810. Download https://jcenter.bintray.com/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom
  811. Download https://jcenter.bintray.com/org/apache/maven/maven/2.2.1/maven-2.2.1.pom
  812. Download https://jcenter.bintray.com/org/apache/maven/maven-parent/11/maven-parent-11.pom
  813. Download https://jcenter.bintray.com/org/apache/apache/5/apache-5.pom
  814. Download https://jcenter.bintray.com/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom
  815. Download https://jcenter.bintray.com/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom
  816. Download https://jcenter.bintray.com/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom
  817. Download https://jcenter.bintray.com/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom
  818. Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-6/wagon-http-lightweight-1.0-beta-6.pom
  819. Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.pom
  820. Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-providers/1.0-beta-6/wagon-providers-1.0-beta-6.pom
  821. Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom
  822. Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom
  823. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.2.1/httpcore-4.2.1.pom
  824. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-core/4.2.1/httpcomponents-core-4.2.1.pom
  825. Download https://jcenter.bintray.com/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.pom
  826. Download https://jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom
  827. Download https://jcenter.bintray.com/org/apache/commons/commons-parent/11/commons-parent-11.pom
  828. Download https://jcenter.bintray.com/org/apache/commons/commons-parent/9/commons-parent-9.pom
  829. Download https://jcenter.bintray.com/commons-lang/commons-lang/2.4/commons-lang-2.4.pom
  830. Download https://jcenter.bintray.com/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.pom
  831. Download https://jcenter.bintray.com/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
  832. Download https://jcenter.bintray.com/org/apache/ant/ant-launcher/1.8.0/ant-launcher-1.8.0.pom
  833. Download https://jcenter.bintray.com/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom
  834. Download https://jcenter.bintray.com/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom
  835. Download https://jcenter.bintray.com/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom
  836. Download https://jcenter.bintray.com/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom
  837. Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/wagon-http-shared-1.0-beta-6.pom
  838. Download https://jcenter.bintray.com/junit/junit/3.8.1/junit-3.8.1.pom
  839. Download https://jcenter.bintray.com/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom
  840. Download https://jcenter.bintray.com/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.pom
  841. Download https://jcenter.bintray.com/com/jfrog/bintray/gradle/gradle-bintray-plugin/1.7.3/gradle-bintray-plugin-1.7.3.jar
  842. Download https://jcenter.bintray.com/org/codehaus/groovy/modules/http-builder/http-builder/0.7.2/http-builder-0.7.2.jar
  843. Download https://jcenter.bintray.com/com/github/dcendents/android-maven-gradle-plugin/1.5/android-maven-gradle-plugin-1.5.jar
  844. Download https://jcenter.bintray.com/org/apache/maven/maven-ant-tasks/2.1.3/maven-ant-tasks-2.1.3.jar
  845. Download https://jcenter.bintray.com/com/android/tools/build/transform-api/2.0.0-deprecated-use-gradle-api/transform-api-2.0.0-deprecated-use-gradle-api.jar
  846. Download https://jcenter.bintray.com/net/sf/json-lib/json-lib/2.3/json-lib-2.3-jdk15.jar
  847. Download https://jcenter.bintray.com/net/sourceforge/nekohtml/nekohtml/1.9.16/nekohtml-1.9.16.jar
  848. Download https://jcenter.bintray.com/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar
  849. Download https://jcenter.bintray.com/org/apache/ant/ant/1.8.0/ant-1.8.0.jar
  850. Download https://jcenter.bintray.com/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar
  851. Download https://jcenter.bintray.com/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar
  852. Download https://jcenter.bintray.com/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar
  853. Download https://jcenter.bintray.com/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar
  854. Download https://jcenter.bintray.com/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar
  855. Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar
  856. Download https://jcenter.bintray.com/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar
  857. Download https://jcenter.bintray.com/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar
  858. Download https://jcenter.bintray.com/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar
  859. Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-file/1.0-beta-6/wagon-file-1.0-beta-6.jar
  860. Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-lightweight/1.0-beta-6/wagon-http-lightweight-1.0-beta-6.jar
  861. Download https://jcenter.bintray.com/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar
  862. Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-http-shared/1.0-beta-6/wagon-http-shared-1.0-beta-6.jar
  863. Download https://jcenter.bintray.com/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar
  864. Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.jar
  865. Download https://jcenter.bintray.com/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar
  866. Download https://jcenter.bintray.com/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar
  867. Download https://jcenter.bintray.com/commons-beanutils/commons-beanutils/1.8.0/commons-beanutils-1.8.0.jar
  868. Download https://jcenter.bintray.com/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar
  869. Download https://jcenter.bintray.com/net/sf/ezmorph/ezmorph/1.0.6/ezmorph-1.0.6.jar
  870. Download https://jcenter.bintray.com/commons-lang/commons-lang/2.4/commons-lang-2.4.jar
  871. Download https://jcenter.bintray.com/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
  872. Download https://jcenter.bintray.com/org/apache/ant/ant-launcher/1.8.0/ant-launcher-1.8.0.jar
  873. Download https://jcenter.bintray.com/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar
  874. Download https://jcenter.bintray.com/junit/junit/3.8.1/junit-3.8.1.jar
  875. Download https://jcenter.bintray.com/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.jar
  876. Download https://jcenter.bintray.com/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar
  877. publishNonDefault is deprecated and has no effect anymore. All variants are now published.
  878. Download https://repo1.maven.org/maven2/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar
  879. Download https://jcenter.bintray.com/com/android/tools/build/gradle/maven-metadata.xml
  880. Download https://jcenter.bintray.com/com/android/tools/build/gradle/2.3.3/gradle-2.3.3.pom
  881. Download https://jcenter.bintray.com/com/google/gms/google-services/maven-metadata.xml
  882. Download https://jcenter.bintray.com/com/google/gms/google-services/3.1.2/google-services-3.1.2.pom
  883. Download https://jcenter.bintray.com/com/android/tools/build/gradle-core/2.3.3/gradle-core-2.3.3.pom
  884. Download https://jcenter.bintray.com/com/android/tools/build/builder/2.3.3/builder-2.3.3.pom
  885. Download https://jcenter.bintray.com/com/android/tools/build/gradle-api/2.3.3/gradle-api-2.3.3.pom
  886. Download https://jcenter.bintray.com/com/android/databinding/compilerCommon/2.3.3/compilerCommon-2.3.3.pom
  887. Download https://jcenter.bintray.com/com/android/tools/lint/lint/25.3.3/lint-25.3.3.pom
  888. Download https://jcenter.bintray.com/org/ow2/asm/asm/5.0.4/asm-5.0.4.pom
  889. Download https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.0.4/asm-commons-5.0.4.pom
  890. Download https://jcenter.bintray.com/org/ow2/asm/asm-parent/5.0.4/asm-parent-5.0.4.pom
  891. Download https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.3.2/proguard-gradle-5.3.2.pom
  892. Download https://jcenter.bintray.com/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.pom
  893. Download https://jcenter.bintray.com/net/sf/proguard/proguard-parent/5.3.2/proguard-parent-5.3.2.pom
  894. Download https://jcenter.bintray.com/org/jacoco/org.jacoco.build/0.7.5.201505241946/org.jacoco.build-0.7.5.201505241946.pom
  895. Download https://jcenter.bintray.com/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.pom
  896. Download https://jcenter.bintray.com/org/antlr/antlr/3.5.2/antlr-3.5.2.pom
  897. Download https://jcenter.bintray.com/org/antlr/antlr-master/3.5.2/antlr-master-3.5.2.pom
  898. Download https://jcenter.bintray.com/com/android/tools/build/builder-test-api/2.3.3/builder-test-api-2.3.3.pom
  899. Download https://jcenter.bintray.com/com/android/tools/build/builder-model/2.3.3/builder-model-2.3.3.pom
  900. Download https://jcenter.bintray.com/com/android/tools/sdklib/25.3.3/sdklib-25.3.3.pom
  901. Download https://jcenter.bintray.com/com/android/tools/sdk-common/25.3.3/sdk-common-25.3.3.pom
  902. Download https://jcenter.bintray.com/com/android/tools/common/25.3.3/common-25.3.3.pom
  903. Download https://jcenter.bintray.com/com/android/tools/build/manifest-merger/25.3.3/manifest-merger-25.3.3.pom
  904. Download https://jcenter.bintray.com/com/android/tools/ddms/ddmlib/25.3.3/ddmlib-25.3.3.pom
  905. Download https://jcenter.bintray.com/com/android/tools/jack/jack-api/0.13.0/jack-api-0.13.0.pom
  906. Download https://jcenter.bintray.com/com/android/tools/jill/jill-api/0.10.0/jill-api-0.10.0.pom
  907. Download https://jcenter.bintray.com/com/android/tools/analytics-library/protos/25.3.3/protos-25.3.3.pom
  908. Download https://jcenter.bintray.com/com/android/tools/analytics-library/shared/25.3.3/shared-25.3.3.pom
  909. Download https://jcenter.bintray.com/com/android/tools/analytics-library/tracker/25.3.3/tracker-25.3.3.pom
  910. Download https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.pom
  911. Download https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.pom
  912. Download https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.0.4/asm-tree-5.0.4.pom
  913. Download https://jcenter.bintray.com/com/android/tools/lint/lint-checks/25.3.3/lint-checks-25.3.3.pom
  914. Download https://jcenter.bintray.com/com/google/guava/guava/18.0/guava-18.0.pom
  915. Download https://jcenter.bintray.com/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom
  916. Download https://jcenter.bintray.com/com/android/databinding/baseLibrary/2.3.3/baseLibrary-2.3.3.pom
  917. Download https://jcenter.bintray.com/net/sf/proguard/proguard-base/5.3.2/proguard-base-5.3.2.pom
  918. Download https://jcenter.bintray.com/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.pom
  919. Download https://jcenter.bintray.com/org/ow2/asm/asm-parent/5.0.1/asm-parent-5.0.1.pom
  920. Download https://jcenter.bintray.com/org/antlr/ST4/4.0.8/ST4-4.0.8.pom
  921. Download https://jcenter.bintray.com/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.pom
  922. Download https://jcenter.bintray.com/com/android/tools/layoutlib/layoutlib-api/25.3.3/layoutlib-api-25.3.3.pom
  923. Download https://jcenter.bintray.com/com/android/tools/dvlib/25.3.3/dvlib-25.3.3.pom
  924. Download https://jcenter.bintray.com/com/android/tools/repository/25.3.3/repository-25.3.3.pom
  925. Download https://jcenter.bintray.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.pom
  926. Download https://jcenter.bintray.com/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.pom
  927. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.pom
  928. Download https://jcenter.bintray.com/org/apache/commons/commons-parent/33/commons-parent-33.pom
  929. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-client/4.1.1/httpcomponents-client-4.1.1.pom
  930. Download https://jcenter.bintray.com/com/android/tools/lint/lint-api/25.3.3/lint-api-25.3.3.pom
  931. Download https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.0.4/asm-analysis-5.0.4.pom
  932. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.pom
  933. Download https://jcenter.bintray.com/commons-codec/commons-codec/1.4/commons-codec-1.4.pom
  934. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcomponents-core/4.1/httpcomponents-core-4.1.pom
  935. Download https://jcenter.bintray.com/com/android/tools/external/com-intellij/uast/162.2228.14/uast-162.2228.14.pom
  936. Download https://jcenter.bintray.com/com/android/tools/annotations/25.3.3/annotations-25.3.3.pom
  937. Download https://jcenter.bintray.com/com/android/tools/build/gradle/2.3.3/gradle-2.3.3.jar
  938. Download https://jcenter.bintray.com/com/google/gms/google-services/3.1.2/google-services-3.1.2.jar
  939. Download https://jcenter.bintray.com/com/android/tools/build/gradle-core/2.3.3/gradle-core-2.3.3.jar
  940. Download https://jcenter.bintray.com/com/android/tools/build/builder/2.3.3/builder-2.3.3.jar
  941. Download https://jcenter.bintray.com/com/android/tools/lint/lint/25.3.3/lint-25.3.3.jar
  942. Download https://jcenter.bintray.com/com/android/tools/build/gradle-api/2.3.3/gradle-api-2.3.3.jar
  943. Download https://jcenter.bintray.com/com/android/databinding/compilerCommon/2.3.3/compilerCommon-2.3.3.jar
  944. Download https://jcenter.bintray.com/org/ow2/asm/asm-commons/5.0.4/asm-commons-5.0.4.jar
  945. Download https://jcenter.bintray.com/com/android/tools/lint/lint-checks/25.3.3/lint-checks-25.3.3.jar
  946. Download https://jcenter.bintray.com/com/android/tools/lint/lint-api/25.3.3/lint-api-25.3.3.jar
  947. Download https://jcenter.bintray.com/org/ow2/asm/asm-analysis/5.0.4/asm-analysis-5.0.4.jar
  948. Download https://jcenter.bintray.com/org/ow2/asm/asm/5.0.4/asm-5.0.4.jar
  949. Download https://jcenter.bintray.com/org/ow2/asm/asm-tree/5.0.4/asm-tree-5.0.4.jar
  950. Download https://jcenter.bintray.com/org/jacoco/org.jacoco.report/0.7.5.201505241946/org.jacoco.report-0.7.5.201505241946.jar
  951. Download https://jcenter.bintray.com/net/sf/proguard/proguard-gradle/5.3.2/proguard-gradle-5.3.2.jar
  952. Download https://jcenter.bintray.com/org/jacoco/org.jacoco.core/0.7.5.201505241946/org.jacoco.core-0.7.5.201505241946.jar
  953. Download https://jcenter.bintray.com/com/android/tools/analytics-library/tracker/25.3.3/tracker-25.3.3.jar
  954. Download https://jcenter.bintray.com/com/android/tools/analytics-library/shared/25.3.3/shared-25.3.3.jar
  955. Download https://jcenter.bintray.com/com/android/tools/analytics-library/protos/25.3.3/protos-25.3.3.jar
  956. Download https://jcenter.bintray.com/org/antlr/antlr/3.5.2/antlr-3.5.2.jar
  957. Download https://jcenter.bintray.com/com/android/tools/build/manifest-merger/25.3.3/manifest-merger-25.3.3.jar
  958. Download https://jcenter.bintray.com/com/android/tools/sdk-common/25.3.3/sdk-common-25.3.3.jar
  959. Download https://jcenter.bintray.com/com/android/tools/build/builder-model/2.3.3/builder-model-2.3.3.jar
  960. Download https://jcenter.bintray.com/com/android/tools/build/builder-test-api/2.3.3/builder-test-api-2.3.3.jar
  961. Download https://jcenter.bintray.com/com/android/tools/ddms/ddmlib/25.3.3/ddmlib-25.3.3.jar
  962. Download https://jcenter.bintray.com/com/android/tools/layoutlib/layoutlib-api/25.3.3/layoutlib-api-25.3.3.jar
  963. Download https://jcenter.bintray.com/com/android/tools/sdklib/25.3.3/sdklib-25.3.3.jar
  964. Download https://jcenter.bintray.com/com/android/tools/dvlib/25.3.3/dvlib-25.3.3.jar
  965. Download https://jcenter.bintray.com/com/android/tools/repository/25.3.3/repository-25.3.3.jar
  966. Download https://jcenter.bintray.com/com/android/tools/common/25.3.3/common-25.3.3.jar
  967. Download https://jcenter.bintray.com/com/android/tools/jack/jack-api/0.13.0/jack-api-0.13.0.jar
  968. Download https://jcenter.bintray.com/com/android/tools/jill/jill-api/0.10.0/jill-api-0.10.0.jar
  969. Download https://jcenter.bintray.com/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar
  970. Download https://jcenter.bintray.com/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15on-1.48.jar
  971. Download https://jcenter.bintray.com/com/google/guava/guava/18.0/guava-18.0.jar
  972. Download https://jcenter.bintray.com/com/android/databinding/baseLibrary/2.3.3/baseLibrary-2.3.3.jar
  973. Download https://jcenter.bintray.com/com/android/tools/annotations/25.3.3/annotations-25.3.3.jar
  974. Download https://jcenter.bintray.com/net/sf/proguard/proguard-base/5.3.2/proguard-base-5.3.2.jar
  975. Download https://jcenter.bintray.com/org/ow2/asm/asm-debug-all/5.0.1/asm-debug-all-5.0.1.jar
  976. Download https://jcenter.bintray.com/org/antlr/ST4/4.0.8/ST4-4.0.8.jar
  977. Download https://jcenter.bintray.com/org/antlr/antlr-runtime/3.5.2/antlr-runtime-3.5.2.jar
  978. Download https://jcenter.bintray.com/com/google/code/gson/gson/2.2.4/gson-2.2.4.jar
  979. Download https://jcenter.bintray.com/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar
  980. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpclient/4.1.1/httpclient-4.1.1.jar
  981. Download https://jcenter.bintray.com/org/apache/httpcomponents/httpcore/4.1/httpcore-4.1.jar
  982. Download https://jcenter.bintray.com/commons-codec/commons-codec/1.4/commons-codec-1.4.jar
  983. Download https://jcenter.bintray.com/com/android/tools/external/com-intellij/uast/162.2228.14/uast-162.2228.14.jar
  984. Configuration 'compile' in project ':app' is deprecated. Use 'implementation' instead.
  985. The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
  986. at build_aed5ozuh9jk3qw54s2hzvvd1j.run(/Users/vagrant/git/platforms/android/app/build.gradle:144)
  987. Could not find google-services.json while looking in [src/debug]
  988. registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
  989. Could not find google-services.json while looking in [src/release]
  990. registerResGeneratingTask is deprecated, use registerGeneratedFolders(FileCollection)
  991. :CordovaLib:preBuild UP-TO-DATE
  992. :CordovaLib:preReleaseBuild UP-TO-DATE
  993. :CordovaLib:compileReleaseAidl
  994. :CordovaLib:compileReleaseRenderscript
  995. :CordovaLib:checkReleaseManifest
  996. :CordovaLib:generateReleaseBuildConfig
  997. :CordovaLib:prepareLintJar
  998. :CordovaLib:generateReleaseResValues
  999. :CordovaLib:generateReleaseResources
  1000. :CordovaLib:packageReleaseResources
  1001. :CordovaLib:platformAttrExtractor
  1002. :CordovaLib:processReleaseManifest
  1003. :CordovaLib:javaPreCompileRelease
  1004. :CordovaLib:processReleaseJavaRes NO-SOURCE
  1005. :app:preBuild UP-TO-DATE
  1006. :app:preReleaseBuild
  1007. Download https://maven.google.com/com/google/firebase/firebase-core/maven-metadata.xml
  1008. Download https://maven.google.com/com/google/firebase/firebase-core/10.2.6/firebase-core-10.2.6.pom
  1009. Download https://maven.google.com/com/android/support/support-annotations/maven-metadata.xml
  1010. Download https://maven.google.com/com/android/support/support-annotations/27.1.1/support-annotations-27.1.1.pom
  1011. Download https://jcenter.bintray.com/com/android/support/support-annotations/maven-metadata.xml
  1012. Download https://maven.google.com/com/android/support/support-v4/maven-metadata.xml
  1013. Download https://maven.google.com/com/android/support/support-v4/24.1.1/support-v4-24.1.1.pom
  1014. Download https://maven.google.com/com/google/firebase/firebase-messaging/maven-metadata.xml
  1015. Download https://maven.google.com/com/google/firebase/firebase-messaging/10.2.6/firebase-messaging-10.2.6.pom
  1016. Download https://maven.google.com/com/google/firebase/firebase-analytics/maven-metadata.xml
  1017. Download https://maven.google.com/com/google/firebase/firebase-analytics/10.2.6/firebase-analytics-10.2.6.pom
  1018. Download https://maven.google.com/com/google/firebase/firebase-iid/maven-metadata.xml
  1019. Download https://maven.google.com/com/google/firebase/firebase-iid/10.2.6/firebase-iid-10.2.6.pom
  1020. Download https://jcenter.bintray.com/com/google/firebase/firebase-iid/maven-metadata.xml
  1021. Download https://maven.google.com/com/google/android/gms/play-services-basement/maven-metadata.xml
  1022. Download https://maven.google.com/com/google/android/gms/play-services-basement/10.2.6/play-services-basement-10.2.6.pom
  1023. Download https://jcenter.bintray.com/com/google/android/gms/play-services-basement/maven-metadata.xml
  1024. Download https://maven.google.com/com/google/firebase/firebase-common/maven-metadata.xml
  1025. Download https://maven.google.com/com/google/firebase/firebase-common/10.2.6/firebase-common-10.2.6.pom
  1026. Download https://jcenter.bintray.com/com/google/firebase/firebase-common/maven-metadata.xml
  1027. Download https://maven.google.com/com/google/firebase/firebase-analytics-impl/maven-metadata.xml
  1028. Download https://maven.google.com/com/google/firebase/firebase-analytics-impl/10.2.6/firebase-analytics-impl-10.2.6.pom
  1029. Download https://maven.google.com/com/google/android/gms/play-services-tasks/maven-metadata.xml
  1030. Download https://maven.google.com/com/google/android/gms/play-services-tasks/10.2.6/play-services-tasks-10.2.6.pom
  1031. :app:compileReleaseAidl
  1032. :CordovaLib:packageReleaseRenderscript NO-SOURCE
  1033. :app:compileReleaseRenderscript
  1034. :app:checkReleaseManifest
  1035. :CordovaLib:processReleaseResources
  1036. :CordovaLib:generateReleaseSources
  1037. Note: Some input files use or override a deprecated API.
  1038. Note: Recompile with -Xlint:deprecation for details.
  1039. :CordovaLib:compileReleaseJavaWithJavac
  1040. :CordovaLib:transformClassesAndResourcesWithPrepareIntermediateJarsForRelease
  1041. :app:generateReleaseBuildConfig
  1042. :app:prepareLintJar
  1043. :app:generateReleaseResValues
  1044. :app:generateReleaseResources
  1045. :app:processReleaseGoogleServices FAILED
  1046. 21 actionable tasks: 21 executed
  1047.  
  1048. FAILURE: Build failed with an exception.
  1049.  
  1050. * What went wrong:
  1051. Execution failed for task ':app:processReleaseGoogleServices'.
  1052. > File google-services.json is missing. The Google Services Plugin cannot function without it.
  1053. Searched Location:
  1054. /Users/vagrant/git/platforms/android/app/src/release/google-services.json
  1055. /Users/vagrant/git/platforms/android/app/google-services.json
  1056.  
  1057. * Try:
  1058. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1059.  
  1060. * Get more help at https://help.gradle.org
  1061.  
  1062. BUILD FAILED in 1m 14s
  1063. /Users/vagrant/git/platforms/android/gradlew: Command failed with exit code 1 Error output:
  1064. Note: Some input files use or override a deprecated API.
  1065. Note: Recompile with -Xlint:deprecation for details.
  1066.  
  1067. FAILURE: Build failed with an exception.
  1068.  
  1069. * What went wrong:
  1070. Execution failed for task ':app:processReleaseGoogleServices'.
  1071. > File google-services.json is missing. The Google Services Plugin cannot function without it.
  1072. Searched Location:
  1073. /Users/vagrant/git/platforms/android/app/src/release/google-services.json
  1074. /Users/vagrant/git/platforms/android/app/google-services.json
  1075.  
  1076. * Try:
  1077. Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
  1078.  
  1079. * Get more help at https://help.gradle.org
  1080.  
  1081. BUILD FAILED in 1m 14s
  1082. [ERROR] An error occurred while running subprocess cordova.
  1083.  
  1084. cordova build android --release --device --buildConfig /var/folders/90/5stft2v13... exited with exit code 1.
  1085.  
  1086. Re-running this command with the --verbose flag may provide more information.
  1087. command failed, error: exit status 1
  1088. | |
  1089. +---+---------------------------------------------------------------+----------+
  1090. | x | ionic-archive (exit code: 1) | 11.3 min |
  1091. +---+---------------------------------------------------------------+----------+
  1092. | Issue tracker: ...://github.com/bitrise-community/steps-ionic-archive/issues |
  1093. | Source: https://github.com/bitrise-community/steps-ionic-archive |
  1094. +---+---------------------------------------------------------------+----------+
  1095.  
  1096.  
  1097. +------------------------------------------------------------------------------+
  1098. | (6) sign-apk |
  1099. +------------------------------------------------------------------------------+
  1100. | id: sign-apk |
  1101. | version: 1.2.3 |
  1102. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  1103. | toolkit: go |
  1104. | time: 2018-10-26T09:29:23-07:00 |
  1105. +------------------------------------------------------------------------------+
  1106. | |
  1107. WARN[09:29:23] A previous step failed, and this step (sign-apk) was not marked as IsAlwaysRun, skipped
  1108. | |
  1109. +---+---------------------------------------------------------------+----------+
  1110. | - | sign-apk | 2.07 sec |
  1111. +---+---------------------------------------------------------------+----------+
  1112.  
  1113.  
  1114. +------------------------------------------------------------------------------+
  1115. | (7) deploy-to-bitrise-io |
  1116. +------------------------------------------------------------------------------+
  1117. | id: deploy-to-bitrise-io |
  1118. | version: 1.3.18 |
  1119. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  1120. | toolkit: go |
  1121. | time: 2018-10-26T09:29:25-07:00 |
  1122. +------------------------------------------------------------------------------+
  1123. | |
  1124.  
  1125. Configs:
  1126. - BuildURL: https://app.bitrise.io/build/7e5f2bd86d591d89
  1127. - APIToken: [REDACTED]
  1128. - IsCompress: false
  1129. - DeployPath: /Users/vagrant/deploy
  1130. - NotifyUserGroups: everyone
  1131. - NotifyEmailList:
  1132. - IsPublicPageEnabled: true
  1133. - PublicInstallPageMapFormat: {{range $index, $element := .}}{{if $index}}|{{end}}{{$element.File}}=>{{$element.URL}}{{end}}
  1134.  
  1135. Deploying the content of the Deploy directory separately
  1136.  
  1137. List of files to deploy
  1138.  
  1139. Deploying files
  1140.  
  1141. Success
  1142. You can find the Artifact on Bitrise, on the Build's page: https://app.bitrise.io/build/7e5f2bd86d591d89
  1143. | |
  1144. +---+---------------------------------------------------------------+----------+
  1145. | ✓ | deploy-to-bitrise-io | 8.80 sec |
  1146. +---+---------------------------------------------------------------+----------+
  1147.  
  1148.  
  1149. +------------------------------------------------------------------------------+
  1150. | (8) google-play-deploy |
  1151. +------------------------------------------------------------------------------+
  1152. | id: google-play-deploy |
  1153. | version: 1.5.1 |
  1154. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  1155. | toolkit: go |
  1156. | time: 2018-10-26T09:29:40-07:00 |
  1157. +------------------------------------------------------------------------------+
  1158. | |
  1159. WARN[09:29:40] The step's (google-play-deploy) Run-If expression evaluated to false - skipping
  1160. INFO[09:29:40] The Run-If expression was: false
  1161. | |
  1162. +---+---------------------------------------------------------------+----------+
  1163. | - | google-play-deploy | 8.74 sec |
  1164. +---+---------------------------------------------------------------+----------+
  1165.  
  1166.  
  1167. +------------------------------------------------------------------------------+
  1168. | bitrise summary |
  1169. +---+---------------------------------------------------------------+----------+
  1170. | | title | time (s) |
  1171. +---+---------------------------------------------------------------+----------+
  1172. | ✓ | activate-ssh-key | 9.83 sec |
  1173. +---+---------------------------------------------------------------+----------+
  1174. | ✓ | git-clone | 12 sec |
  1175. +---+---------------------------------------------------------------+----------+
  1176. | ✓ | certificate-and-profile-installer | 7.84 sec |
  1177. +---+---------------------------------------------------------------+----------+
  1178. | ✓ | npm | 82 sec |
  1179. +---+---------------------------------------------------------------+----------+
  1180. | ✓ | generate-cordova-build-configuration | 7.07 sec |
  1181. +---+---------------------------------------------------------------+----------+
  1182. | x | ionic-archive (exit code: 1) | 11.3 min |
  1183. +---+---------------------------------------------------------------+----------+
  1184. | Issue tracker: ...://github.com/bitrise-community/steps-ionic-archive/issues |
  1185. | Source: https://github.com/bitrise-community/steps-ionic-archive |
  1186. +---+---------------------------------------------------------------+----------+
  1187. | - | sign-apk | 2.07 sec |
  1188. +---+---------------------------------------------------------------+----------+
  1189. | ✓ | deploy-to-bitrise-io | 8.80 sec |
  1190. +---+---------------------------------------------------------------+----------+
  1191. | - | google-play-deploy | 8.74 sec |
  1192. +---+---------------------------------------------------------------+----------+
  1193. | Total runtime: 13.6 min |
  1194. +------------------------------------------------------------------------------+
  1195.  
  1196. 
  1197. Submitting anonymized usage informations...
  1198. For more information visit:
  1199. https://github.com/bitrise-core/bitrise-plugins-analytics/blob/master/README.md
  1200. Command failed: exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement