Guest User

Logs

a guest
Feb 10th, 2020
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.40 KB | None | 0 0
  1. Agent version: 1.7.1
  2. Start time: 2020-02-11T00:43:21Z
  3. $ bitrise "run" "--config" "/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise-agent455060292/bitrise.yml" "--inventory" "/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise-agent455060292/bitrise.secrets.yml" "--json-params-base64" "eyJ3b3JrZmxvdyI6InByaW1hcnkifQ=="
  4.  
  5. ██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
  6. ██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
  7. ██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
  8. ██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
  9. ██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
  10. ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
  11.  
  12.  version: 1.38.0
  13.  
  14. INFO[00:43:21] bitrise runs in Secret Filtering mode
  15. INFO[00:43:21] bitrise runs in CI mode
  16. INFO[00:43:21] Running workflow: primary
  17.  
  18. Switching to workflow: primary
  19.  
  20. +------------------------------------------------------------------------------+
  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: 2020-02-11T00:43:23Z |
  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/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/spawn521823941/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. | ✓ | [32;[email protected] | 6.15 sec |
  56. +---+---------------------------------------------------------------+----------+
  57. | Update available: 4.0.3 -> 4.0.5 |
  58. +---+---------------------------------------------------------------+----------+
  59.  
  60.  
  61. +------------------------------------------------------------------------------+
  62. +------------------------------------------------------------------------------+
  63. | id: git-clone |
  64. | version: 4.0.17 |
  65. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  66. | toolkit: go |
  67. | time: 2020-02-11T00:43:30Z |
  68. +------------------------------------------------------------------------------+
  69. | |
  70. config:
  71. 
  72. - RepositoryURL: [email protected]:pulsegroupb2b/claapp.git
  73. - CloneIntoDir: /Users/vagrant/git
  74. - Commit:
  75. - Tag:
  76. - Branch: master
  77. - BranchDest:
  78. - PRID: 0
  79. - PRRepositoryURL:
  80. - PRMergeBranch:
  81. - ResetRepository: false
  82. - CloneDepth: 0
  83. - BuildURL: https://app.bitrise.io/build/39585dc5cf0781d5
  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" "[email protected]:pulsegroupb2b/claapp.git"
  90. git "fetch" "origin" "master"
  91. Warning: Permanently added 'bitbucket.org,18.205.93.2' (RSA) to the list of known hosts.
  92. From bitbucket.org:pulsegroupb2b/claapp
  93. * branch master -> FETCH_HEAD
  94. * [new branch] master -> origin/master
  95. git "checkout" "master"
  96. Already on 'master'
  97. Branch 'master' set up to track remote branch 'master' from 'origin'.
  98. git "merge" "origin/master"
  99. Already up to date.
  100. git "submodule" "update" "--init" "--recursive"
  101. 
  102. Exporting git logs
  103. 
  104. => GIT_CLONE_COMMIT_MESSAGE_SUBJECT
  105. value: Merged release/1.1.34 into master
  106.  
  107. => GIT_CLONE_COMMIT_MESSAGE_BODY
  108. value:
  109.  
  110. => GIT_CLONE_COMMIT_AUTHOR_NAME
  111. value: Daniel Grothman
  112.  
  113. => GIT_CLONE_COMMIT_AUTHOR_EMAIL
  114.  
  115. => GIT_CLONE_COMMIT_COMMITER_NAME
  116. value: Daniel Grothman
  117.  
  118. => GIT_CLONE_COMMIT_COMMITER_EMAIL
  119.  
  120. => GIT_CLONE_COMMIT_HASH
  121. value: 7e47e2464d50f460d30502bc99514482cea38daa
  122.  
  123. => GIT_CLONE_COMMIT_COUNT
  124. value: 1734
  125.  
  126. 
  127. Success
  128. | |
  129. +---+---------------------------------------------------------------+----------+
  130. | ✓ | [32;[email protected] | 27.27 sec|
  131. +---+---------------------------------------------------------------+----------+
  132. | Update available: 4.0.17 -> 4.0.18 |
  133. +---+---------------------------------------------------------------+----------+
  134.  
  135.  
  136. +------------------------------------------------------------------------------+
  137. | (2) Do anything with Script step |
  138. +------------------------------------------------------------------------------+
  139. | id: script |
  140. | version: 1.1.5 |
  141. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  142. | toolkit: bash |
  143. | time: 2020-02-11T00:43:57Z |
  144. +------------------------------------------------------------------------------+
  145. | |
  146. + echo 'Hello World!'
  147. Hello World!
  148. + cd /Users/vagrant/git
  149. | |
  150. +---+---------------------------------------------------------------+----------+
  151. | ✓ | Do anything with Script step | 3.56 sec |
  152. +---+---------------------------------------------------------------+----------+
  153. | Update available: 1.1.5 -> 1.1.6 |
  154. +---+---------------------------------------------------------------+----------+
  155.  
  156.  
  157. +------------------------------------------------------------------------------+
  158. +------------------------------------------------------------------------------+
  159. | id: npm |
  160. | version: 1.1.0 |
  161. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  162. | toolkit: go |
  163. | time: 2020-02-11T00:44:00Z |
  164. +------------------------------------------------------------------------------+
  165. | |
  166. Config:
  167. - Workdir: /Users/vagrant/git
  168. - Command: install
  169. - NpmVersion:
  170. - UseCache: false
  171.  
  172. Autodetecting npm version
  173. Checking package.json for npm version
  174. Could not read version information from package.json
  175. Locating system installed npm
  176. npm found at /usr/local/bin/npm
  177. $ npm "--version"
  178. system npm version: 6.13.4
  179.  
  180. Running user provided command
  181. $ npm "install"
  182.  
  183. > [email protected] install /Users/vagrant/git/node_modules/fsevents
  184. > node install
  185.  
  186. node-pre-gyp WARN Using request for node-pre-gyp https download
  187. [fsevents] Success: "/Users/vagrant/git/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" is installed via remote
  188.  
  189. > [email protected] install /Users/vagrant/git/node_modules/node-sass
  190. > node scripts/install.js
  191.  
  192. Downloading binary from https://github.com/sass/node-sass/releases/download/v4.12.0/darwin-x64-64_binding.node
  193. Download complete
  194. Binary saved to /Users/vagrant/git/node_modules/node-sass/vendor/darwin-x64-64/binding.node
  195. Caching binary to /Users/vagrant/.npm/node-sass/4.12.0/darwin-x64-64_binding.node
  196.  
  197. > [email protected] postinstall /Users/vagrant/git/node_modules/core-js
  198. > node scripts/postinstall || echo "ignore"
  199.  
  200.  
  201. > [email protected] postinstall /Users/vagrant/git/node_modules/uglifyjs-webpack-plugin
  202. > node lib/post_install.js
  203.  
  204.  
  205. > [email protected] postinstall /Users/vagrant/git/node_modules/node-sass
  206. > node scripts/build.js
  207.  
  208. Binary found at /Users/vagrant/git/node_modules/node-sass/vendor/darwin-x64-64/binding.node
  209. Testing binary
  210. Binary is fine
  211. npm WARN [email protected] requires a peer of rxjs@^6.1.0 but none is installed. You must install peer dependencies yourself.
  212.  
  213. added 1572 packages from 1340 contributors and audited 13771 packages in 48.279s
  214.  
  215. 14 packages are looking for funding
  216. run `npm fund` for details
  217.  
  218. found 31 vulnerabilities (16 low, 3 moderate, 12 high)
  219. run `npm audit fix` to fix them, or `npm audit` for details
  220.  
  221. Step success
  222. | |
  223. +---+---------------------------------------------------------------+----------+
  224. | ✓ | [32;[email protected] | 56.31 sec|
  225. +---+---------------------------------------------------------------+----------+
  226. | Update available: 1.1.0 -> 1.1.1 |
  227. +---+---------------------------------------------------------------+----------+
  228.  
  229.  
  230. +------------------------------------------------------------------------------+
  231. +------------------------------------------------------------------------------+
  232. | id: npm |
  233. | version: 1.1.0 |
  234. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  235. | toolkit: go |
  236. | time: 2020-02-11T00:44:56Z |
  237. +------------------------------------------------------------------------------+
  238. | |
  239. Config:
  240. - Workdir: /Users/vagrant/git
  241. - Command: run preBuild
  242. - NpmVersion:
  243. - UseCache: false
  244.  
  245. Autodetecting npm version
  246. Checking package.json for npm version
  247. Could not read version information from package.json
  248. Locating system installed npm
  249. npm found at /usr/local/bin/npm
  250. $ npm "--version"
  251. system npm version: 6.13.4
  252.  
  253. Running user provided command
  254. $ npm "run" "preBuild"
  255.  
  256. > [email protected] preBuild /Users/vagrant/git
  257. > node version.js
  258.  
  259. Wrote version info 7e47e246-dirty to git/src/environments/version.ts
  260.  
  261. Step success
  262. | |
  263. +---+---------------------------------------------------------------+----------+
  264. | ✓ | [32;[email protected] | 6.40 sec |
  265. +---+---------------------------------------------------------------+----------+
  266. | Update available: 1.1.0 -> 1.1.1 |
  267. +---+---------------------------------------------------------------+----------+
  268.  
  269.  
  270. +------------------------------------------------------------------------------+
  271. +------------------------------------------------------------------------------+
  272. | id: ionic-prepare |
  273. | version: 1.1.0 |
  274. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  275. | toolkit: go |
  276. | time: 2020-02-11T00:45:03Z |
  277. +------------------------------------------------------------------------------+
  278. | |
  279. Config:
  280. - Platform: ios
  281. - IonicVersion:
  282. - CordovaVersion:
  283. - WorkDir: /Users/vagrant/git
  284. - Username:
  285. - Password:
  286. - UseCache: false
  287. Js package manager used: npm
  288.  
  289. cordova version: 9.0.0
  290. ionic version: 5.2.3
  291.  
  292. Restoring cordova platforms with ionic prepare.
  293. $ ionic "cordova" "prepare" "--no-build"
  294. ✔ Creating ./www directory for you - done!
  295. > cordova prepare
  296. Discovered platform "ios@^5.1.0" in config.xml or package.json. Adding it to the project
  297. Using cordova-fetch for cordova-ios@^5.1.0
  298. Adding ios project...
  299. Creating Cordova project for the iOS platform:
  300. Path: platforms/ios
  301. Package: com.pulsegroup.claapp
  302. Name: ClaApp
  303. iOS project created with [email protected]
  304. Discovered platform "[email protected]" in config.xml or package.json. Adding it to the project
  305. Using cordova-fetch for [email protected]
  306. Adding browser project...
  307. Creating Cordova project for cordova-browser:
  308. Path: /Users/vagrant/git/platforms/browser
  309. Name: ClaApp
  310. Discovered platform "android@^7.1.1" in config.xml or package.json. Adding it to the project
  311. Using cordova-fetch for cordova-android@^7.1.1
  312. Adding android project...
  313. Creating Cordova project for the Android platform:
  314. Path: platforms/android
  315. Package: com.pulsegroup.claapp
  316. Name: ClaApp
  317. Activity: MainActivity
  318. Android target: android-27
  319. Android project created with [email protected]
  320. Android Studio project detected
  321. Discovered platform "[email protected]" in config.xml or package.json. Adding it to the project
  322. Using cordova-fetch for [email protected]
  323. Adding windows project...
  324. Creating Cordova Windows Project:
  325. Path: platforms/windows
  326. Namespace: com.pulsegroup.claapp
  327. Name: ClaApp
  328. Windows project created with [email protected]
  329. Android Studio project detected
  330. Discovered saved plugin "cordova-plugin-whitelist". Adding it to the project
  331. Installing "cordova-plugin-whitelist" for android
  332. Installing "cordova-plugin-whitelist" for browser
  333. Installing "cordova-plugin-whitelist" for ios
  334. Installing "cordova-plugin-whitelist" for windows
  335. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  336. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  337. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  338. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  339. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/windows/*-Info.plist, ignoring
  340. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/windows/*-Info.plist, ignoring
  341. Discovered saved plugin "cordova-plugin-splashscreen". Adding it to the project
  342. Installing "cordova-plugin-splashscreen" for android
  343. Installing "cordova-plugin-splashscreen" for browser
  344. Installing "cordova-plugin-splashscreen" for ios
  345. Installing "cordova-plugin-splashscreen" for windows
  346. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  347. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  348. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  349. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  350. Discovered saved plugin "cordova-plugin-camera". Adding it to the project
  351. Installing "cordova-plugin-camera" for android
  352. Subproject Path: CordovaLib
  353. Subproject Path: app
  354. Installing "cordova-plugin-camera" for browser
  355. Installing "cordova-plugin-camera" for ios
  356. Installing "cordova-plugin-camera" for windows
  357. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  358. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  359. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  360. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  361. Discovered saved plugin "cordova-plugin-file". Adding it to the project
  362. Installing "cordova-plugin-file" for android
  363.  
  364. The Android Persistent storage location now defaults to "Internal". Please check this plugin's README to see if your application needs any changes in its config.xml.
  365.  
  366. If this is a new application no changes are required.
  367.  
  368. If this is an update to an existing application that did not specify an "AndroidPersistentFileLocation" you may need to add:
  369.  
  370. "<preference name="AndroidPersistentFileLocation" value="Compatibility" />"
  371.  
  372. to config.xml in order for the application to find previously stored files.
  373.  
  374. Installing "cordova-plugin-file" for browser
  375. Installing "cordova-plugin-file" for ios
  376. Installing "cordova-plugin-file" for windows
  377. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  378. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  379. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  380. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  381. Discovered saved plugin "cordova-plugin-file-transfer". Adding it to the project
  382. Installing "cordova-plugin-file-transfer" for android
  383. Plugin dependency "[email protected]" already fetched, using that version.
  384. Dependent plugin "cordova-plugin-file" already installed on android.
  385. Installing "cordova-plugin-file-transfer" for browser
  386. Plugin dependency "[email protected]" already fetched, using that version.
  387. Dependent plugin "cordova-plugin-file" already installed on browser.
  388. Installing "cordova-plugin-file-transfer" for ios
  389. Plugin dependency "[email protected]" already fetched, using that version.
  390. Dependent plugin "cordova-plugin-file" already installed on ios.
  391. Installing "cordova-plugin-file-transfer" for windows
  392. Plugin dependency "[email protected]" already fetched, using that version.
  393. Dependent plugin "cordova-plugin-file" already installed on windows.
  394. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  395. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  396. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  397. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  398. Discovered saved plugin "cordova-plugin-ios-keychain". Adding it to the project
  399. Installing "cordova-plugin-ios-keychain" for android
  400. Installing "cordova-plugin-ios-keychain" for browser
  401. Installing "cordova-plugin-ios-keychain" for ios
  402. Installing "cordova-plugin-ios-keychain" for windows
  403. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  404. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  405. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  406. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  407. Discovered saved plugin "cordova-open-native-settings". Adding it to the project
  408. Installing "cordova-open-native-settings" for android
  409. Installing "cordova-open-native-settings" for browser
  410. Installing "cordova-open-native-settings" for ios
  411. Installing "cordova-open-native-settings" for windows
  412. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  413. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  414. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  415. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  416. Discovered saved plugin "cordova-plugin-nativeaudio". Adding it to the project
  417. Installing "cordova-plugin-nativeaudio" for android
  418. Installing "cordova-plugin-nativeaudio" for browser
  419. Installing "cordova-plugin-nativeaudio" for ios
  420. Installing "cordova-plugin-nativeaudio" for windows
  421. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  422. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  423. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  424. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  425. Discovered saved plugin "cordova-plugin-file-opener2". Adding it to the project
  426. Installing "cordova-plugin-file-opener2" for android
  427. Subproject Path: CordovaLib
  428. Subproject Path: app
  429. Installing "cordova-plugin-file-opener2" for browser
  430. Installing "cordova-plugin-file-opener2" for ios
  431. Installing "cordova-plugin-file-opener2" for windows
  432. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  433. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  434. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  435. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  436. Discovered saved plugin "cordova-plugin-filepath". Adding it to the project
  437. Installing "cordova-plugin-filepath" for android
  438. Installing "cordova-plugin-filepath" for browser
  439. Installing "cordova-plugin-filepath" for ios
  440. Installing "cordova-plugin-filepath" for windows
  441. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  442. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  443. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  444. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  445. Discovered saved plugin "cordova-plugin-ionic-keyboard". Adding it to the project
  446. Installing "cordova-plugin-ionic-keyboard" for android
  447. Installing "cordova-plugin-ionic-keyboard" for browser
  448. Installing "cordova-plugin-ionic-keyboard" for ios
  449. Installing "cordova-plugin-ionic-keyboard" for windows
  450. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  451. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  452. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  453. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  454. Discovered saved plugin "cordova-plugin-device". Adding it to the project
  455. Installing "cordova-plugin-device" for android
  456. Installing "cordova-plugin-device" for browser
  457. Installing "cordova-plugin-device" for ios
  458. Installing "cordova-plugin-device" for windows
  459. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  460. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  461. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  462. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  463. Discovered saved plugin "wifiwizard2". Adding it to the project
  464. Installing "wifiwizard2" for android
  465. Installing "es6-promise-plugin" for android
  466. Installing "wifiwizard2" for browser
  467. Plugin dependency "[email protected]" already fetched, using that version.
  468. Installing "es6-promise-plugin" for browser
  469. Installing "wifiwizard2" for ios
  470. Plugin dependency "[email protected]" already fetched, using that version.
  471. Installing "es6-promise-plugin" for ios
  472. Installing "wifiwizard2" for windows
  473. Plugin dependency "[email protected]" already fetched, using that version.
  474. Installing "es6-promise-plugin" for windows
  475. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  476. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  477. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  478. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  479. Discovered saved plugin "cordova-sqlite-storage". Adding it to the project
  480. Installing "cordova-sqlite-storage" for android
  481. installing external dependencies via npm
  482. for package name: cordova-sqlite-storage
  483. npm install of external dependencies ok
  484. Installing "cordova-sqlite-storage" for browser
  485. installing external dependencies via npm
  486. for package name: cordova-sqlite-storage
  487. npm install of external dependencies ok
  488. Installing "cordova-sqlite-storage" for ios
  489. installing external dependencies via npm
  490. for package name: cordova-sqlite-storage
  491. npm install of external dependencies ok
  492. Installing "cordova-sqlite-storage" for windows
  493. installing external dependencies via npm
  494. for package name: cordova-sqlite-storage
  495. npm install of external dependencies ok
  496. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  497. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  498. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  499. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  500. Discovered saved plugin "cordova-plugin-ionic-webview". Adding it to the project
  501. Installing "cordova-plugin-ionic-webview" for android
  502. Subproject Path: CordovaLib
  503. Subproject Path: app
  504. Installing "cordova-plugin-ionic-webview" for browser
  505. Installing "cordova-plugin-ionic-webview" for ios
  506. Installing "cordova-plugin-ionic-webview" for windows
  507. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  508. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  509. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  510. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  511. Discovered saved plugin "cordova-plugin-app-version". Adding it to the project
  512. Installing "cordova-plugin-app-version" for android
  513. Installing "cordova-plugin-app-version" for browser
  514. Installing "cordova-plugin-app-version" for ios
  515. Installing "cordova-plugin-app-version" for windows
  516. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  517. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  518. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  519. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/browser/*-Info.plist, ignoring
  520. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  521. config file *-Info.plist requested for changes not found at /Users/vagrant/git/platforms/android/*-Info.plist, ignoring
  522. | |
  523. +---+---------------------------------------------------------------+----------+
  524. | ✓ | [32;[email protected] | 43.23 sec|
  525. +---+---------------------------------------------------------------+----------+
  526.  
  527.  
  528. +------------------------------------------------------------------------------+
  529. +------------------------------------------------------------------------------+
  530. | id: ios-auto-provision |
  531. | version: 1.5.2 |
  532. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  533. | toolkit: bash |
  534. | time: 2020-02-11T00:45:46Z |
  535. +------------------------------------------------------------------------------+
  536. | |
  537. Successfully installed bundler-1.17.3
  538. Parsing documentation for bundler-1.17.3
  539. Installing ri documentation for bundler-1.17.3
  540. Done installing documentation for bundler after 4 seconds
  541. 1 gem installed
  542. $ bundle install
  543. $ bundle exec ruby /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise537057738/step_src/step.rb
  544.  
  545. Params:
  546. team_id: 4RWWDV6ZC5
  547. certificate_urls: ***
  548. min_profile_days_valid: 0
  549. passphrases:
  550. distribution_type: app-store
  551. project_path: ./platforms/ios/
  552. scheme: ClaApp
  553. configuration:
  554. build_url: https://app.bitrise.io/build/39585dc5cf0781d5
  555. build_api_token: ***
  556. keychain_path: /Users/vagrant/Library/Keychains/login.keychain
  557. keychain_password: ***
  558. verbose_log: yes
  559. generate_profiles: no
  560. 
  561. original SPACESHIP_AVOID_XCODE_API: 
  562. SPACESHIP_AVOID_XCODE_API cleared
  563.  
  564. Developer Portal authentication
  565. developer portal data url: https://app.bitrise.io/build/39585dc5cf0781d5/apple_developer_portal_data.json
  566. build_api_token: [REDACTED]
  567.  
  568. Error:
  569. developer portal apple id not provided for this build
  570.  
  571. Stacktrace (for debugging):
  572. /private/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise537057738/step_src/lib/autoprovision/auth_data.rb:21:in `validate'
  573. /private/var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise537057738/step_src/lib/autoprovision/auth_helper.rb:21:in `login'
  574. /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise537057738/step_src/step.rb:25:in `<main>'
  575. | |
  576. +---+---------------------------------------------------------------+----------+
  577. | x | [31;[email protected] (exit code: 1) | 35.15 sec|
  578. +---+---------------------------------------------------------------+----------+
  579. | Issue tracker: ...github.com/bitrise-steplib/steps-ios-auto-provision/issues |
  580. | Source: https://github.com/bitrise-steplib/steps-ios-auto-provision |
  581. +---+---------------------------------------------------------------+----------+
  582.  
  583.  
  584. +------------------------------------------------------------------------------+
  585. +------------------------------------------------------------------------------+
  586. | id: generate-cordova-build-configuration |
  587. | version: 0.9.6 |
  588. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  589. | toolkit: go |
  590. | time: 2020-02-11T00:46:21Z |
  591. +------------------------------------------------------------------------------+
  592. | |
  593. WARN[00:46:21] A previous step failed, and this step ([email protected]) was not marked as IsAlwaysRun, skipped
  594. | |
  595. +---+---------------------------------------------------------------+----------+
  596. | - | [34;[email protected] | 1.70 sec |
  597. +---+---------------------------------------------------------------+----------+
  598.  
  599.  
  600. +------------------------------------------------------------------------------+
  601. +------------------------------------------------------------------------------+
  602. | id: ionic-archive |
  603. | version: 2.1.1 |
  604. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  605. | toolkit: go |
  606. | time: 2020-02-11T00:46:23Z |
  607. +------------------------------------------------------------------------------+
  608. | |
  609. WARN[00:46:23] A previous step failed, and this step ([email protected]) was not marked as IsAlwaysRun, skipped
  610. | |
  611. +---+---------------------------------------------------------------+----------+
  612. | - | [34;[email protected] | 1.82 sec |
  613. +---+---------------------------------------------------------------+----------+
  614.  
  615.  
  616. +------------------------------------------------------------------------------+
  617. +------------------------------------------------------------------------------+
  618. | id: deploy-to-bitrise-io |
  619. | version: 1.7.1 |
  620. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  621. | toolkit: go |
  622. | time: 2020-02-11T00:46:25Z |
  623. +------------------------------------------------------------------------------+
  624. | |
  625. Config:
  626. - BuildURL: https://app.bitrise.io/build/39585dc5cf0781d5
  627. - APIToken: [REDACTED]
  628. - IsCompress: false
  629. - ZipName:
  630. - DeployPath: /Users/vagrant/deploy
  631. - NotifyUserGroups: everyone
  632. - NotifyEmailList:
  633. - IsPublicPageEnabled: true
  634. - PublicInstallPageMapFormat: {{range $index, $element := .}}{{if $index}}|{{end}}{{$element.File}}=>{{$element.URL}}{{end}}
  635. - BuildSlug: 39585dc5cf0781d5
  636. - TestDeployDir: /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/test_results142193825
  637. - AppSlug: a6efa880929676be
  638. - AddonAPIBaseURL: [REDACTED]
  639. - AddonAPIToken: [REDACTED]
  640. - DebugMode: false
  641.  
  642.  
  643. Deploying the content of the Deploy directory separately
  644.  
  645. List of files to deploy
  646.  
  647. Deploying files
  648.  
  649. Success
  650. You can find the Artifact on Bitrise, on the Build's page: https://app.bitrise.io/build/39585dc5cf0781d5
  651.  
  652. Upload test results
  653. - uploading (0) test results
  654. Success
  655. | |
  656. +---+---------------------------------------------------------------+----------+
  657. | ✓ | [32;[email protected] | 7.04 sec |
  658. +---+---------------------------------------------------------------+----------+
  659. | Update available: 1.7.1 -> 1.9.5 |
  660. +---+---------------------------------------------------------------+----------+
  661.  
  662.  
  663. +------------------------------------------------------------------------------+
  664. | bitrise summary |
  665. +---+---------------------------------------------------------------+----------+
  666. | | title | time (s) |
  667. +---+---------------------------------------------------------------+----------+
  668. | ✓ | [32;[email protected] | 6.15 sec |
  669. +---+---------------------------------------------------------------+----------+
  670. | Update available: 4.0.3 -> 4.0.5 |
  671. +---+---------------------------------------------------------------+----------+
  672. | ✓ | [32;[email protected] | 27.27 sec|
  673. +---+---------------------------------------------------------------+----------+
  674. | Update available: 4.0.17 -> 4.0.18 |
  675. +---+---------------------------------------------------------------+----------+
  676. | ✓ | Do anything with Script step | 3.56 sec |
  677. +---+---------------------------------------------------------------+----------+
  678. | Update available: 1.1.5 -> 1.1.6 |
  679. +---+---------------------------------------------------------------+----------+
  680. | ✓ | [32;[email protected] | 56.31 sec|
  681. +---+---------------------------------------------------------------+----------+
  682. | Update available: 1.1.0 -> 1.1.1 |
  683. +---+---------------------------------------------------------------+----------+
  684. | ✓ | [32;[email protected] | 6.40 sec |
  685. +---+---------------------------------------------------------------+----------+
  686. | Update available: 1.1.0 -> 1.1.1 |
  687. +---+---------------------------------------------------------------+----------+
  688. | ✓ | [32;[email protected] | 43.23 sec|
  689. +---+---------------------------------------------------------------+----------+
  690. | x | [31;[email protected] (exit code: 1) | 35.15 sec|
  691. +---+---------------------------------------------------------------+----------+
  692. | Issue tracker: ...github.com/bitrise-steplib/steps-ios-auto-provision/issues |
  693. | Source: https://github.com/bitrise-steplib/steps-ios-auto-provision |
  694. +---+---------------------------------------------------------------+----------+
  695. | - | [34;[email protected] | 1.70 sec |
  696. +---+---------------------------------------------------------------+----------+
  697. | - | [34;[email protected] | 1.82 sec |
  698. +---+---------------------------------------------------------------+----------+
  699. | ✓ | [32;[email protected] | 7.04 sec |
  700. +---+---------------------------------------------------------------+----------+
  701. | Update available: 1.7.1 -> 1.9.5 |
  702. +---+---------------------------------------------------------------+----------+
  703. | Total runtime: 3.1 min |
  704. +------------------------------------------------------------------------------+
  705.  
  706. 
  707. Submitting anonymized usage informations...
  708. For more information visit:
  709. https://github.com/bitrise-io/bitrise-plugins-analytics/blob/master/README.md
Add Comment
Please, Sign In to add comment