Advertisement
Guest User

Untitled

a guest
Nov 15th, 2019
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.45 KB | None | 0 0
  1. Running with gitlab-runner 12.5.0-rc1 (b295d93b)
  2.  on docker-auto-scale ed2dce3a
  3. section_start:1573580580:prepare_executor
  4. Using Docker executor with image ruby:2.5.1 ...
  5. Pulling docker image ruby:2.5.1 ...
  6. Using docker image sha256:3c8181e703d290cbf01a41fd4592936dbb5c209409efb4ea384c0b36c4652eca for ruby:2.5.1 ...
  7. section_end:1573580622:prepare_executor
  8. section_start:1573580622:prepare_script
  9. Running on runner-ed2dce3a-project-15132020-concurrent-0 via runner-ed2dce3a-srm-1573580539-b485be96...
  10. section_end:1573580626:prepare_script
  11. section_start:1573580626:get_sources
  12. Fetching changes with git depth set to 50...
  13. Initialized empty Git repository in /builds/fiuba-memo2/tp2/antigua-bot/.git/
  14. Created fresh repository.
  15. From https://gitlab.com/fiuba-memo2/tp2/antigua-bot
  16. * [new ref] refs/pipelines/95434990 -> refs/pipelines/95434990
  17. * [new branch] develop -> origin/develop
  18. Checking out 66ef878c as develop...
  19.  
  20. Skipping Git submodules setup
  21. section_end:1573580628:get_sources
  22. section_start:1573580628:restore_cache
  23. section_end:1573580629:restore_cache
  24. section_start:1573580629:download_artifacts
  25. section_end:1573580630:download_artifacts
  26. section_start:1573580630:build_script
  27. $ apt-get update -qq && apt-get install -y -qq libpq-dev cmake
  28. debconf: delaying package configuration, since apt-utils is not installed
  29. Selecting previously unselected package cmake-data.
  30. (Reading database ...
  31. (Reading database ... 5%
  32. (Reading database ... 10%
  33. (Reading database ... 15%
  34. (Reading database ... 20%
  35. (Reading database ... 25%
  36. (Reading database ... 30%
  37. (Reading database ... 35%
  38. (Reading database ... 40%
  39. (Reading database ... 45%
  40. (Reading database ... 50%
  41. (Reading database ... 55%
  42. (Reading database ... 60%
  43. (Reading database ... 65%
  44. (Reading database ... 70%
  45. (Reading database ... 75%
  46. (Reading database ... 80%
  47. (Reading database ... 85%
  48. (Reading database ... 90%
  49. (Reading database ... 95%
  50. (Reading database ... 100%
  51. (Reading database ... 29376 files and directories currently installed.)
  52. Preparing to unpack .../0-cmake-data_3.7.2-1_all.deb ...
  53. Unpacking cmake-data (3.7.2-1) ...
  54. Selecting previously unselected package libarchive13:amd64.
  55. Preparing to unpack .../1-libarchive13_3.2.2-2+deb9u2_amd64.deb ...
  56. Unpacking libarchive13:amd64 (3.2.2-2+deb9u2) ...
  57. Selecting previously unselected package libjsoncpp1:amd64.
  58. Preparing to unpack .../2-libjsoncpp1_1.7.4-3_amd64.deb ...
  59. Unpacking libjsoncpp1:amd64 (1.7.4-3) ...
  60. Selecting previously unselected package libuv1:amd64.
  61. Preparing to unpack .../3-libuv1_1.9.1-3_amd64.deb ...
  62. Unpacking libuv1:amd64 (1.9.1-3) ...
  63. Selecting previously unselected package cmake.
  64. Preparing to unpack .../4-cmake_3.7.2-1_amd64.deb ...
  65. Unpacking cmake (3.7.2-1) ...
  66. Preparing to unpack .../5-libpq-dev_9.6.15-0+deb9u1_amd64.deb ...
  67. Unpacking libpq-dev (9.6.15-0+deb9u1) over (9.6.10-0+deb9u1) ...
  68. Preparing to unpack .../6-libpq5_9.6.15-0+deb9u1_amd64.deb ...
  69. Unpacking libpq5:amd64 (9.6.15-0+deb9u1) over (9.6.10-0+deb9u1) ...
  70. Setting up libarchive13:amd64 (3.2.2-2+deb9u2) ...
  71. Setting up libuv1:amd64 (1.9.1-3) ...
  72. Setting up cmake-data (3.7.2-1) ...
  73. Setting up libpq5:amd64 (9.6.15-0+deb9u1) ...
  74. Processing triggers for libc-bin (2.24-11+deb9u3) ...
  75. Setting up libjsoncpp1:amd64 (1.7.4-3) ...
  76. Setting up libpq-dev (9.6.15-0+deb9u1) ...
  77. Setting up cmake (3.7.2-1) ...
  78. Processing triggers for libc-bin (2.24-11+deb9u3) ...
  79. $ ruby -v
  80. ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux]
  81. $ which ruby
  82. /usr/local/bin/ruby
  83. $ gem install bundler --no-ri --no-rdoc
  84. Successfully installed bundler-2.0.2
  85. 1 gem installed
  86. $ bundle install --without staging production
  87. Fetching gem metadata from https://rubygems.org/.........
  88. Fetching rake 12.3.2
  89. Installing rake 12.3.2
  90. Fetching public_suffix 3.0.3
  91. Installing public_suffix 3.0.3
  92. Fetching addressable 2.6.0
  93. Installing addressable 2.6.0
  94. Fetching ast 2.4.0
  95. Installing ast 2.4.0
  96. Fetching thread_safe 0.3.6
  97. Installing thread_safe 0.3.6
  98. Fetching descendants_tracker 0.0.4
  99. Installing descendants_tracker 0.0.4
  100. Fetching ice_nine 0.11.2
  101. Installing ice_nine 0.11.2
  102. Fetching axiom-types 0.1.1
  103. Installing axiom-types 0.1.1
  104. Fetching backports 3.14.0
  105. Installing backports 3.14.0
  106. Fetching builder 3.2.3
  107. Installing builder 3.2.3
  108. Using bundler 1.16.6
  109. Fetching byebug 11.0.1
  110. Installing byebug 11.0.1 with native extensions
  111. Fetching coderay 1.1.2
  112. Installing coderay 1.1.2
  113. Fetching coercible 1.0.0
  114. Installing coercible 1.0.0
  115. Fetching safe_yaml 1.0.5
  116. Installing safe_yaml 1.0.5
  117. Fetching crack 0.4.3
  118. Installing crack 0.4.3
  119. Fetching cucumber-tag_expressions 1.1.1
  120. Installing cucumber-tag_expressions 1.1.1
  121. Fetching gherkin 5.1.0
  122. Installing gherkin 5.1.0
  123. Fetching cucumber-core 3.2.1
  124. Installing cucumber-core 3.2.1
  125. Fetching cucumber-expressions 6.0.1
  126. Installing cucumber-expressions 6.0.1
  127. Fetching cucumber-wire 0.0.1
  128. Installing cucumber-wire 0.0.1
  129. Fetching diff-lcs 1.3
  130. Installing diff-lcs 1.3
  131. Fetching multi_json 1.13.1
  132. Installing multi_json 1.13.1
  133. Fetching multi_test 0.1.2
  134. Installing multi_test 0.1.2
  135. Fetching cucumber 3.1.2
  136. Installing cucumber 3.1.2
  137. Fetching docile 1.3.1
  138. Installing docile 1.3.1
  139. Fetching dotenv 2.7.2
  140. Installing dotenv 2.7.2
  141. Fetching equalizer 0.0.11
  142. Installing equalizer 0.0.11
  143. Fetching multipart-post 2.1.1
  144. Installing multipart-post 2.1.1
  145. Fetching faraday 0.15.4
  146. Installing faraday 0.15.4
  147. Fetching ffi 1.10.0
  148. Installing ffi 1.10.0 with native extensions
  149. Fetching formatador 0.2.5
  150. Installing formatador 0.2.5
  151. Fetching rb-fsevent 0.10.3
  152. Installing rb-fsevent 0.10.3
  153. Fetching rb-inotify 0.10.0
  154. Installing rb-inotify 0.10.0
  155. Fetching ruby_dep 1.5.0
  156. Installing ruby_dep 1.5.0
  157. Fetching listen 3.1.5
  158. Installing listen 3.1.5
  159. Fetching lumberjack 1.0.13
  160. Installing lumberjack 1.0.13
  161. Fetching nenv 0.3.0
  162. Installing nenv 0.3.0
  163. Fetching shellany 0.0.1
  164. Installing shellany 0.0.1
  165. Fetching notiffany 0.1.1
  166. Installing notiffany 0.1.1
  167. Fetching method_source 0.9.2
  168. Installing method_source 0.9.2
  169. Fetching pry 0.12.2
  170. Installing pry 0.12.2
  171. Fetching thor 0.20.3
  172. Installing thor 0.20.3
  173. Fetching guard 2.15.0
  174. Installing guard 2.15.0
  175. Fetching guard-compat 1.2.1
  176. Installing guard-compat 1.2.1
  177. Fetching rspec-support 3.8.0
  178. Installing rspec-support 3.8.0
  179. Fetching rspec-core 3.8.0
  180. Installing rspec-core 3.8.0
  181. Fetching rspec-expectations 3.8.3
  182. Installing rspec-expectations 3.8.3
  183. Fetching rspec-mocks 3.8.0
  184. Installing rspec-mocks 3.8.0
  185. Fetching rspec 3.8.0
  186. Installing rspec 3.8.0
  187. Fetching guard-rspec 4.7.3
  188. Installing guard-rspec 4.7.3
  189. Fetching hashdiff 0.3.9
  190. Installing hashdiff 0.3.9
  191. Fetching inflecto 0.0.2
  192. Installing inflecto 0.0.2
  193. Fetching jaro_winkler 1.5.2
  194. Installing jaro_winkler 1.5.2 with native extensions
  195. Fetching json 2.2.0
  196. Installing json 2.2.0 with native extensions
  197. Fetching parallel 1.17.0
  198. Installing parallel 1.17.0
  199. Fetching parser 2.6.3.0
  200. Installing parser 2.6.3.0
  201. Fetching rainbow 3.0.0
  202. Installing rainbow 3.0.0
  203. Fetching ruby-progressbar 1.10.0
  204. Installing ruby-progressbar 1.10.0
  205. Fetching unicode-display_width 1.6.0
  206. Installing unicode-display_width 1.6.0
  207. Fetching rubocop 0.69.0
  208. Installing rubocop 0.69.0
  209. Fetching rubocop-rspec 1.33.0
  210. Installing rubocop-rspec 1.33.0
  211. Fetching simplecov-html 0.10.2
  212. Installing simplecov-html 0.10.2
  213. Fetching simplecov 0.16.1
  214. Installing simplecov 0.16.1
  215. Fetching virtus 1.0.5
  216. Installing virtus 1.0.5
  217. Fetching telegram-bot-ruby 0.9.0
  218. Installing telegram-bot-ruby 0.9.0
  219. Fetching vcr 4.0.0
  220. Installing vcr 4.0.0
  221. Fetching webmock 3.5.1
  222. Installing webmock 3.5.1
  223. Bundle complete! 16 Gemfile dependencies, 68 gems now installed.
  224. Gems in the groups staging and production were not installed.
  225. Bundled gems are installed into `/usr/local/bundle`
  226. Post-install message from rubocop:
  227. Performance cops have been removed from RuboCop 0.68. Use the `rubocop-performance` gem instead.
  228.  
  229. Put this in your `Gemfile`.
  230.  
  231. ```rb
  232. gem 'rubocop-performance'
  233. ```
  234.  
  235. And then execute:
  236.  
  237. ```sh
  238. $ bundle install
  239. ```
  240.  
  241. Put this into your `.rubocop.yml`.
  242.  
  243. ```yaml
  244. require: rubocop-performance
  245. ```
  246.  
  247. More information: https://github.com/rubocop-hq/rubocop-performance
  248. $ gem install dpl -v 1.10.12
  249. Successfully installed dpl-1.10.12
  250. 1 gem installed
  251. $ dpl --provider=heroku --app=$HEROKU_STAGING_BOT_APP --api-key=$HEROKU_API_KEY
  252. Installing deploy dependencies
  253. Successfully installed rendezvous-0.1.3
  254. Successfully installed netrc-0.11.0
  255. Successfully installed dpl-heroku-1.10.12
  256. 3 gems installed
  257. authentication succeeded
  258. checking for app antigua-lanona-bot-staging
  259. Preparing deploy
  260. No stash found.
  261. /usr/local/bundle/gems/json-2.2.0/lib/json/common.rb:156:in `parse': 785: unexpected token at '<!DOCTYPE html> (JSON::ParserError)
  262. <html>
  263. <head>
  264. <meta name="viewport" content="width=device-width, initial-scale=1">
  265. <meta charset="utf-8">
  266. <title>Application Error</title>
  267. <style media="screen">
  268. html,body,iframe {
  269. margin: 0;
  270. padding: 0;
  271. }
  272.  
  273. html,body {
  274. height: 100%;
  275. overflow: hidden;
  276. }
  277.  
  278. iframe {
  279. width: 100%;
  280. height: 100%;
  281. border: 0;
  282. }
  283. </style>
  284. </head>
  285. <body>
  286. <iframe src="//www.herokucdn.com/error-pages/application-error.html"></iframe>
  287. </body>
  288. </html>'
  289. from /usr/local/bundle/gems/json-2.2.0/lib/json/common.rb:156:in `parse'
  290. from /usr/local/bundle/gems/dpl-heroku-1.10.12/lib/dpl/provider/heroku/generic.rb:55:in `handle_error_response'
  291. from /usr/local/bundle/gems/dpl-heroku-1.10.12/lib/dpl/provider/heroku/generic.rb:66:in `check_app'
  292. from /usr/local/bundle/gems/dpl-1.10.12/lib/dpl/provider.rb:188:in `block in deploy'
  293. from /usr/local/bundle/gems/dpl-1.10.12/lib/dpl/cli.rb:41:in `fold'
  294. from /usr/local/bundle/gems/dpl-1.10.12/lib/dpl/provider.rb:186:in `deploy'
  295. from /usr/local/bundle/gems/dpl-1.10.12/lib/dpl/cli.rb:32:in `run'
  296. from /usr/local/bundle/gems/dpl-1.10.12/lib/dpl/cli.rb:7:in `run'
  297. from /usr/local/bundle/gems/dpl-1.10.12/bin/dpl:5:in `<top (required)>'
  298. from /usr/local/bundle/bin/dpl:23:in `load'
  299. from /usr/local/bundle/bin/dpl:23:in `<main>'
  300. section_end:1573580662:build_script
  301. section_start:1573580662:after_script
  302. section_end:1573580664:after_script
  303. section_start:1573580664:upload_artifacts_on_failure
  304. section_end:1573580665:upload_artifacts_on_failure
  305. ERROR: Job failed: exit code 1
  306. 
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement