Advertisement
Guest User

Untitled

a guest
Jun 28th, 2018
642
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.52 KB | None | 0 0
  1.  
  2. ██████╗ ██╗████████╗██████╗ ██╗███████╗███████╗
  3. ██╔══██╗██║╚══██╔══╝██╔══██╗██║██╔════╝██╔════╝
  4. ██████╔╝██║ ██║ ██████╔╝██║███████╗█████╗
  5. ██╔══██╗██║ ██║ ██╔══██╗██║╚════██║██╔══╝
  6. ██████╔╝██║ ██║ ██║ ██║██║███████║███████╗
  7. ╚═════╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚═╝╚══════╝╚══════╝
  8. version: 1.17.0
  9. INFO[08:04:29] bitrise runs in CI mode
  10. INFO[08:04:29] Running workflow: primary
  11. Switching to workflow: primary
  12. +------------------------------------------------------------------------------+
  13.  
  14. | (0) activate-ssh-key@4.0.2 |
  15. +------------------------------------------------------------------------------+
  16. | id: activate-ssh-key |
  17. | version: 4.0.2 |
  18. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  19. | toolkit: go |
  20. | time: 2018-06-28T08:04:32-07:00 |
  21. +------------------------------------------------------------------------------+
  22. | |
  23. Config:
  24. - SSHRsaPrivateKey: *****
  25. - SSHKeySavePath: /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
  26. - IsRemoveOtherIdentities: true
  27. - Verbose: false
  28. $ ssh-add "-l"
  29. ssh_agent_check_result: 1
  30. running / accessible ssh-agent detected
  31. $ ssh-add "-D"
  32. All identities removed.
  33. $ ssh-agent "-k"
  34. SSH_AGENT_PID not set, cannot kill agent
  35. Exit code: exit status 1
  36. $ bash "-c" "/var/folders/90/5stft2v13fb_m_gv3c8x9nwc0000gn/T/spawn227307752/tmp_spawn.sh"
  37. spawn ssh-add /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
  38. Identity added: /Users/vagrant/.ssh/bitrise_step_activate_ssh_key (/Users/vagrant/.ssh/bitrise_step_activate_ssh_key)
  39. Success
  40. The SSH key was saved to /Users/vagrant/.ssh/bitrise_step_activate_ssh_key
  41. and was successfully added to ssh-agent.
  42. | |
  43. +---+---------------------------------------------------------------+----------+
  44. | ✓ | activate-ssh-key@4.0.2 | 8.02 sec |
  45. +---+---------------------------------------------------------------+----------+
  46. +------------------------------------------------------------------------------+
  47.  
  48. | (1) git-clone@4.0.11 |
  49. +------------------------------------------------------------------------------+
  50. | id: git-clone |
  51. | version: 4.0.11 |
  52. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  53. | toolkit: go |
  54. | time: 2018-06-28T08:04:39-07:00 |
  55. +------------------------------------------------------------------------------+
  56. | |
  57. INFO[08:04:39] * [OK] Step dependency (go) installed, available.
  58. config:
  59. - RepositoryURL: git@bitbucket.org:joeld79/algarve.git
  60. - CloneIntoDir: /Users/vagrant/git
  61. - Commit:
  62. - Tag:
  63. - Branch: master
  64. - BranchDest:
  65. - PRID: 0
  66. - PRRepositoryURL:
  67. - PRMergeBranch:
  68. - ResetRepository: false
  69. - CloneDepth: 0
  70. - BuildURL: https://app.bitrise.io/build/26bd4dde38656478
  71. - BuildAPIToken: f0pGhzSI5thM09JxQFq5Bg
  72. - UpdateSubmodules: true
  73. - ManualMerge: true
  74. git "init"
  75. Initialized empty Git repository in /Users/vagrant/git/.git/
  76. git "remote" "add" "origin" "git@bitbucket.org:joeld79/algarve.git"
  77. git "fetch" "origin" "master"
  78. Warning: Permanently added 'bitbucket.org,104.192.143.3' (RSA) to the list of known hosts.
  79. From bitbucket.org:joeld79/algarve
  80. * branch master -> FETCH_HEAD
  81. * [new branch] master -> origin/master
  82. git "checkout" "master"
  83. Already on 'master'
  84. Branch 'master' set up to track remote branch 'master' from 'origin'.
  85. git "merge" "origin/master"
  86. Already up to date.
  87. git "submodule" "update" "--init" "--recursive"
  88. Exporting git logs
  89. => GIT_CLONE_COMMIT_AUTHOR_NAME
  90. value: Joel Darós
  91. => GIT_CLONE_COMMIT_AUTHOR_EMAIL
  92. value: joel.d@datainfo.inf.br
  93. => GIT_CLONE_COMMIT_COMMITER_NAME
  94. value: Joel Darós
  95. => GIT_CLONE_COMMIT_COMMITER_EMAIL
  96. value: joel.d@datainfo.inf.br
  97. => GIT_CLONE_COMMIT_HASH
  98. value: 4aa397306e9a292a6244ea9dced167b6077302d0
  99. => GIT_CLONE_COMMIT_MESSAGE_SUBJECT
  100. value: General changes and bug corrections
  101. => GIT_CLONE_COMMIT_MESSAGE_BODY
  102. value:
  103. => GIT_CLONE_COMMIT_COUNT
  104. value: 8
  105. Success
  106. | |
  107. +---+---------------------------------------------------------------+----------+
  108. | ✓ | git-clone@4.0.11 | 8.95 sec |
  109. +---+---------------------------------------------------------------+----------+
  110. +------------------------------------------------------------------------------+
  111.  
  112. | (2) Do anything with Script step |
  113. +------------------------------------------------------------------------------+
  114. | id: script |
  115. | version: 1.1.5 |
  116. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  117. | toolkit: bash |
  118. | time: 2018-06-28T08:04:48-07:00 |
  119. +------------------------------------------------------------------------------+
  120. | |
  121. + echo 'Hello World!'
  122. Hello World!
  123. | |
  124. +---+---------------------------------------------------------------+----------+
  125. | ✓ | Do anything with Script step | 4.83 sec |
  126. +---+---------------------------------------------------------------+----------+
  127. +------------------------------------------------------------------------------+
  128.  
  129. | (3) certificate-and-profile-installer@1.9.3 |
  130. +------------------------------------------------------------------------------+
  131. | id: certificate-and-profile-installer |
  132. | version: 1.9.3 |
  133. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  134. | toolkit: go |
  135. | time: 2018-06-28T08:04:54-07:00 |
  136. +------------------------------------------------------------------------------+
  137. | |
  138. INFO[08:04:54] * [OK] Step dependency (go) installed, available.
  139. Configs:
  140. - CertificateURL:
  141. - CertificatePassphrase:
  142. - ProvisioningProfileURL:
  143. - InstallDefaults: yes
  144. - DefaultCertificateURL: https://s3-***p12
  145. - DefaultCertificatePassphrase: ***
  146. - DefaultProvisioningProfileURL: https://s3-***ion
  147. - KeychainPath: /Users/vagrant/Library/Keychains/login.keychain
  148. - KeychainPassword: ***
  149. Default Certificate given
  150. Provided Certificate count: 1
  151. Default Provisioning Profile given
  152. Provided Provisioning Profile count: 1
  153. Keychain already exists, using it: /Users/vagrant/Library/Keychains/login.keychain
  154. Downloading & installing Certificate(s)
  155. Downloading certificate: 1/1
  156. Installing downloaded certificates
  157. iPhone Developer: Bitrise Bot (VV2J4SV8V4)
  158. serial: 5642064371004531588
  159. team: BITFALL FEJLESZTO KORLATOLT FELELOSSEGU TARSASAG (72SA8V3WYL)
  160. expire: 2019-01-27 13:24:27 +0000 UTC
  161. Downloading & installing Provisioning Profile(s)
  162. Downloading provisioning profile: 1/1
  163. Moving it to: /Users/vagrant/Library/MobileDevice/Provisioning Profiles/335312dd-6845-475f-959b-9bbae2f97a3e.mobileprovision
  164. BitriseBot-Wildcard (335312dd-6845-475f-959b-9bbae2f97a3e)
  165. exportType: development
  166. team: BITFALL FEJLESZTO KORLATOLT FELELOSSEGU TARSASAG (72SA8V3WYL)
  167. bundleID: *
  168. capabitlities:
  169. - keychain-access-groups: [72SA8V3WYL.*]
  170. certificates:
  171. - iPhone Developer: Bitrise Bot (VV2J4SV8V4)
  172. serial: 5642064371004531588
  173. teamID: 72SA8V3WYL
  174. devices:
  175. - 21bbc342c380001152f6f44055d3e8b3f4229740
  176. expire: 2019-01-27 13:38:07 +0000 UTC
  177. | |
  178. +---+---------------------------------------------------------------+----------+
  179. | ✓ | certificate-and-profile-installer@1.9.3 | 9.88 sec |
  180. +---+---------------------------------------------------------------+----------+
  181. INFO[08:05:02] Step uses latest version -- Updating StepLib ...
  182. INFO[08:05:02] Update StepLib (https://github.com/bitrise-io/bitrise-steplib.git)...
  183. +------------------------------------------------------------------------------+
  184.  
  185. | (4) npm |
  186. +------------------------------------------------------------------------------+
  187. | id: npm |
  188. | version: 0.9.1 |
  189. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  190. | toolkit: bash |
  191. | time: 2018-06-28T08:05:07-07:00 |
  192. +------------------------------------------------------------------------------+
  193. | |
  194. INFO[08:05:07] * [OK] Step dependency (node) installed, available.
  195. Configs:
  196. * workdir: /Users/vagrant/git
  197. * command: install
  198. Switching to working directory: /Users/vagrant/git
  199. Npm version
  200. 6.1.0
  201. Run npm command
  202. + npm install
  203. > fsevents@1.2.4 install /Users/vagrant/git/node_modules/fsevents
  204. > node install
  205. [fsevents] Success: "/Users/vagrant/git/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" already installed
  206. Pass --update-binary to reinstall or --build-from-source to recompile
  207. > grpc@1.10.1 install /Users/vagrant/git/node_modules/grpc
  208. > node-pre-gyp install --fallback-to-build --library=static_library
  209. node-pre-gyp ERR! Tried to download(403): https://storage.googleapis.com/grpc-precompiled-binaries/node/grpc/v1.10.1/node-v64-darwin-x64-unknown.tar.gz
  210. node-pre-gyp ERR! Pre-built binaries not found for grpc@1.10.1 and node@10.3.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
  211. node-pre-gyp ERR! Pre-built binaries not installable for grpc@1.10.1 and node@10.3.0 (node-v64 ABI, unknown) (falling back to source compile with node-gyp)
  212. node-pre-gyp ERR! Hit error Connection closed while downloading tarball file
  213. CXX(target) Release/obj.target/grpc/deps/grpc/src/core/lib/surface/init.o
  214. CXX(target) Release/obj.target/grpc/deps/grpc/src/core/lib/surface/init.o
  215. rm: ./Release/.deps/Release/obj.target/grpc/deps/grpc/src/core/lib/surface/init.o.d.raw: No such file or directory
  216. make: *** [Release/obj.target/grpc/deps/grpc/src/core/lib/surface/init.o] Error 1
  217. CXX(target) Release/obj.target/grpc/deps/grpc/src/core/lib/avl/avl.o
  218. gyp ERR! build error
  219. gyp ERR! stack Error: `make` failed with exit code: 2
  220. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
  221. gyp ERR! stack at ChildProcess.emit (events.js:182:13)
  222. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:237:12)
  223. gyp ERR! System Darwin 17.5.0
  224. gyp ERR! command "/usr/local/Cellar/node/10.3.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--library=static_library" "--module=/Users/vagrant/git/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node" "--module_name=grpc_node" "--module_path=/Users/vagrant/git/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown"
  225. gyp ERR! cwd /Users/vagrant/git/node_modules/grpc
  226. gyp ERR! node -v v10.3.0
  227. gyp ERR! node-gyp -v v3.6.2
  228. gyp ERR! not ok
  229. node-pre-gyp ERR! build error
  230. node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/Cellar/node/10.3.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --library=static_library --module=/Users/vagrant/git/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node --module_name=grpc_node --module_path=/Users/vagrant/git/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown' (1)
  231. node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/Users/vagrant/git/node_modules/grpc/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
  232. node-pre-gyp ERR! stack at ChildProcess.emit (events.js:182:13)
  233. node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:961:16)
  234. node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:248:5)
  235. node-pre-gyp ERR! System Darwin 17.5.0
  236. node-pre-gyp ERR! command "/usr/local/Cellar/node/10.3.0/bin/node" "/Users/vagrant/git/node_modules/grpc/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" "--library=static_library"
  237. node-pre-gyp ERR! cwd /Users/vagrant/git/node_modules/grpc
  238. node-pre-gyp ERR! node -v v10.3.0
  239. node-pre-gyp ERR! node-pre-gyp -v v0.7.0
  240. node-pre-gyp ERR! not ok
  241. Failed to execute '/usr/local/Cellar/node/10.3.0/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --library=static_library --module=/Users/vagrant/git/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node --module_name=grpc_node --module_path=/Users/vagrant/git/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown' (1)
  242. CXX(target) Release/obj.target/grpc/deps/grpc/src/core/lib/backoff/backoff.o
  243. ../deps/grpc/src/core/lib/backoff/backoff.cc:23:10: fatal error: 'src/core/lib/gpr/useful.h' file not found
  244. #include "src/core/lib/gpr/useful.h"
  245. ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  246. 1 error generated.
  247. make: *** [Release/obj.target/grpc/deps/grpc/src/core/lib/backoff/backoff.o] Error 1
  248. gyp ERR! build error
  249. gyp ERR! stack Error: `make` failed with exit code: 2
  250. gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:258:23)
  251. gyp ERR! stack at ChildProcess.emit (events.js:182:13)
  252. gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:237:12)
  253. gyp ERR! System Darwin 17.5.0
  254. gyp ERR! command "/usr/local/Cellar/node/10.3.0/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--library=static_library" "--module=/Users/vagrant/git/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown/grpc_node.node" "--module_name=grpc_node" "--module_path=/Users/vagrant/git/node_modules/grpc/src/node/extension_binary/node-v64-darwin-x64-unknown"
  255. gyp ERR! cwd /Users/vagrant/git/node_modules/grpc
  256. gyp ERR! node -v v10.3.0
  257. gyp ERR! node-gyp -v v3.6.2
  258. gyp ERR! not ok
  259. npm ERR! code ELIFECYCLE
  260. npm ERR! errno 1
  261. npm ERR! grpc@1.10.1 install: `node-pre-gyp install --fallback-to-build --library=static_library`
  262. npm ERR! Exit status 1
  263. npm ERR!
  264. npm ERR! Failed at the grpc@1.10.1 install script.
  265. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
  266. npm ERR! A complete log of this run can be found in:
  267. npm ERR! /Users/vagrant/.npm/_logs/2018-06-28T15_06_03_433Z-debug.log
  268. | |
  269. +---+---------------------------------------------------------------+----------+
  270. | x | npm (exit code: 1) | 62 sec |
  271. +---+---------------------------------------------------------------+----------+
  272. | Issue tracker: https://github.com/bitrise-steplib/steps-npm/issues |
  273. | Source: https://github.com/bitrise-steplib/steps-npm |
  274. +---+---------------------------------------------------------------+----------+
  275. +------------------------------------------------------------------------------+
  276.  
  277. | (5) generate-cordova-build-configuration |
  278. +------------------------------------------------------------------------------+
  279. | id: generate-cordova-build-configuration |
  280. | version: 0.9.5 |
  281. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  282. | toolkit: go |
  283. | time: 2018-06-28T08:06:06-07:00 |
  284. +------------------------------------------------------------------------------+
  285. | |
  286. WARN[08:06:06] A previous step failed, and this step (generate-cordova-build-configuration) was not marked as IsAlwaysRun, skipped
  287. | |
  288. +---+---------------------------------------------------------------+----------+
  289. | - | generate-cordova-build-configuration | 2.43 sec |
  290. +---+---------------------------------------------------------------+----------+
  291. +------------------------------------------------------------------------------+
  292.  
  293. | (6) ionic-archive@1.2.4 |
  294. +------------------------------------------------------------------------------+
  295. | id: ionic-archive |
  296. | version: 1.2.4 |
  297. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  298. | toolkit: go |
  299. | time: 2018-06-28T08:06:08-07:00 |
  300. +------------------------------------------------------------------------------+
  301. | |
  302. WARN[08:06:08] A previous step failed, and this step (ionic-archive@1.2.4) was not marked as IsAlwaysRun, skipped
  303. | |
  304. +---+---------------------------------------------------------------+----------+
  305. | - | ionic-archive@1.2.4 | 2.57 sec |
  306. +---+---------------------------------------------------------------+----------+
  307. +------------------------------------------------------------------------------+
  308.  
  309. | (7) deploy-to-bitrise-io@1.3.12 |
  310. +------------------------------------------------------------------------------+
  311. | id: deploy-to-bitrise-io |
  312. | version: 1.3.12 |
  313. | collection: https://github.com/bitrise-io/bitrise-steplib.git |
  314. | toolkit: go |
  315. | time: 2018-06-28T08:06:11-07:00 |
  316. +------------------------------------------------------------------------------+
  317. | |
  318. Configs:
  319. - BuildURL: https://app.bitrise.io/build/26bd4dde38656478
  320. - APIToken: f0pGhzSI5thM09JxQFq5Bg
  321. - IsCompress: false
  322. - DeployPath: /Users/vagrant/deploy
  323. - NotifyUserGroups: everyone
  324. - NotifyEmailList:
  325. - IsPublicPageEnabled: true
  326. - PublicInstallPageMapFormat: {{range $index, $element := .}}{{if $index}}|{{end}}{{$element.File}}=>{{$element.URL}}{{end}}
  327. Deploying the content of the Deploy directory separately
  328. List of files to deploy
  329. Deploying files
  330. Success
  331. You can find the Artifact on Bitrise, on the Build's page: https://app.bitrise.io/build/26bd4dde38656478
  332. | |
  333. +---+---------------------------------------------------------------+----------+
  334. | ✓ | deploy-to-bitrise-io@1.3.12 | 9.04 sec |
  335. +---+---------------------------------------------------------------+----------+
  336. +------------------------------------------------------------------------------+
  337. | bitrise summary |
  338. +---+---------------------------------------------------------------+----------+
  339. | | title | time (s) |
  340. +---+---------------------------------------------------------------+----------+
  341. | ✓ | activate-ssh-key@4.0.2 | 8.02 sec |
  342. +---+---------------------------------------------------------------+----------+
  343. | ✓ | git-clone@4.0.11 | 8.95 sec |
  344. +---+---------------------------------------------------------------+----------+
  345. | ✓ | Do anything with Script step | 4.83 sec |
  346. +---+---------------------------------------------------------------+----------+
  347. | ✓ | certificate-and-profile-installer@1.9.3 | 9.88 sec |
  348. +---+---------------------------------------------------------------+----------+
  349. | x | npm (exit code: 1) | 62 sec |
  350. +---+---------------------------------------------------------------+----------+
  351. | Issue tracker: https://github.com/bitrise-steplib/steps-npm/issues |
  352. | Source: https://github.com/bitrise-steplib/steps-npm |
  353. +---+---------------------------------------------------------------+----------+
  354. | - | generate-cordova-build-configuration | 2.43 sec |
  355. +---+---------------------------------------------------------------+----------+
  356. | - | ionic-archive@1.2.4 | 2.57 sec |
  357. +---+---------------------------------------------------------------+----------+
  358. | ✓ | deploy-to-bitrise-io@1.3.12 | 9.04 sec |
  359. +---+---------------------------------------------------------------+----------+
  360. | Total runtime: 108 sec |
  361. +------------------------------------------------------------------------------+
  362. Submitting anonymized usage informations...
  363. For more information visit:
  364. https://github.com/bitrise-core/bitrise-plugins-analytics/blob/master/README.md
  365. Command failed: exit status 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement