Guest User

Logs

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