Advertisement
Guest User

Untitled

a guest
Mar 7th, 2019
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.76 KB | None | 0 0
  1. cuurjol@vb:/media/sf_Linux_Shared_Folder/Good programmer/Ruby on Rails/askme$ heroku logs --tail
  2. 2019-03-07T17:10:46.891883+00:00 app[api]: Starting process with command `bundle exec rake assets:precompile` by user cuurjol@gmail.com
  3. 2019-03-07T17:11:06.569463+00:00 heroku[run.3812]: State changed from up to complete
  4. 2019-03-07T17:11:06.550608+00:00 heroku[run.3812]: Process exited with status 0
  5. 2019-03-07T17:11:12.000000+00:00 app[api]: Build started by user cuurjol@gmail.com
  6. 2019-03-07T17:12:07.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/541c9324-ed90-4a8a-a222-f4ce124a5043/activity/builds/eef4a0d8-67fa-4e7f-a80d-a00e75b1eb0a
  7. 2019-03-07T17:13:14.096649+00:00 app[api]: Starting process with command `bundle update` by user cuurjol@gmail.com
  8. 2019-03-07T17:13:18.815839+00:00 heroku[run.3563]: Awaiting client
  9. 2019-03-07T17:13:18.923085+00:00 heroku[run.3563]: State changed from starting to up
  10. 2019-03-07T17:13:18.855857+00:00 heroku[run.3563]: Starting process with command `bundle update`
  11. 2019-03-07T17:13:23.399040+00:00 heroku[run.3563]: State changed from up to complete
  12. 2019-03-07T17:13:23.376028+00:00 heroku[run.3563]: Process exited with status 16
  13. 2019-03-07T17:27:10.000000+00:00 app[api]: Build started by user cuurjol@gmail.com
  14. 2019-03-07T17:27:58.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/541c9324-ed90-4a8a-a222-f4ce124a5043/activity/builds/9959e4b5-9124-48b1-8631-7c04e50cda3c
  15. 2019-03-07T17:32:15.000000+00:00 app[api]: Build started by user cuurjol@gmail.com
  16. 2019-03-07T17:33:04.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/541c9324-ed90-4a8a-a222-f4ce124a5043/activity/builds/f0fffb3c-50df-4a1b-8272-ba542fe7c2b0
  17. 2019-03-07T17:38:11.000000+00:00 app[api]: Build started by user cuurjol@gmail.com
  18. 2019-03-07T17:38:55.000000+00:00 app[api]: Build failed -- check your build output: https://dashboard.heroku.com/apps/541c9324-ed90-4a8a-a222-f4ce124a5043/activity/builds/77cbd916-bf9e-4035-838b-b6814a9de2d6
  19. 2019-03-07T17:40:29.000000+00:00 app[api]: Build started by user cuurjol@gmail.com
  20. 2019-03-07T17:41:30.431599+00:00 heroku[web.1]: State changed from down to starting
  21. 2019-03-07T17:41:35.690318+00:00 heroku[web.1]: Starting process with command `bin/rails server -p 47691 -e production`
  22. 2019-03-07T17:41:29.410545+00:00 app[api]: Deploy 223b53fb by user cuurjol@gmail.com
  23. 2019-03-07T17:41:29.410545+00:00 app[api]: Release v17 created by user cuurjol@gmail.com
  24. 2019-03-07T17:41:42.725499+00:00 heroku[web.1]: State changed from starting to up
  25. 2019-03-07T17:41:32.000000+00:00 app[api]: Build succeeded
  26. 2019-03-07T17:44:26.359417+00:00 app[web.1]: => Booting Puma
  27. 2019-03-07T17:44:26.359438+00:00 app[web.1]: => Rails 5.2.2 application starting in production
  28. 2019-03-07T17:44:26.359440+00:00 app[web.1]: => Run `rails server -h` for more startup options
  29. 2019-03-07T17:44:26.359442+00:00 app[web.1]: Puma starting in single mode...
  30. 2019-03-07T17:44:26.359444+00:00 app[web.1]: * Version 3.12.0 (ruby 2.5.1-p57), codename: Llamas in Pajamas
  31. 2019-03-07T17:44:26.359445+00:00 app[web.1]: * Min threads: 5, max threads: 5
  32. 2019-03-07T17:44:26.359447+00:00 app[web.1]: * Environment: production
  33. 2019-03-07T17:44:26.359448+00:00 app[web.1]: * Listening on tcp://0.0.0.0:47691
  34. 2019-03-07T17:44:26.359450+00:00 app[web.1]: Use Ctrl-C to stop
  35. 2019-03-07T17:44:26.359452+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] Started GET "/" for 31.129.194.162 at 2019-03-07 17:44:26 +0000
  36. 2019-03-07T17:44:26.480583+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] Processing by UsersController#index as HTML
  37. 2019-03-07T17:44:26.496093+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] Rendering users/index.html.erb within layouts/application
  38. 2019-03-07T17:44:26.593191+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] User Load (3.9ms) SELECT "users".* FROM "users"
  39. 2019-03-07T17:44:26.658185+00:00 heroku[router]: at=info method=GET path="/" host=cuurjol-askme.herokuapp.com request_id=c3176d9e-a81a-4ed2-8605-394ca812eab8 fwd="31.129.194.162" dyno=web.1 connect=1ms service=305ms status=500 bytes=1827 protocol=https
  40. 2019-03-07T17:44:26.652038+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] Hashtag Load (6.1ms) SELECT "hashtags".* FROM "hashtags"
  41. 2019-03-07T17:44:26.652396+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] Rendered users/index.html.erb within layouts/application (153.1ms)
  42. 2019-03-07T17:44:26.652400+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] Completed 500 Internal Server Error in 166ms (ActiveRecord: 52.8ms)
  43. 2019-03-07T17:44:26.652402+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8]
  44. 2019-03-07T17:44:26.652404+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] ActionView::Template::Error (PG::UndefinedTable: ERROR: relation "hashtags" does not exist
  45. 2019-03-07T17:44:26.652406+00:00 app[web.1]: LINE 1: SELECT "hashtags".* FROM "hashtags"
  46. 2019-03-07T17:44:26.652408+00:00 app[web.1]: ^
  47. 2019-03-07T17:44:26.652410+00:00 app[web.1]: : SELECT "hashtags".* FROM "hashtags"):
  48. 2019-03-07T17:44:26.652412+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] 16: <div class="buffer-both">
  49. 2019-03-07T17:44:26.652414+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] 17: <h1 class="title-medium"><%= t('.hashtags_title') %></h1>
  50. 2019-03-07T17:44:26.652416+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] 18: </div>
  51. 2019-03-07T17:44:26.652499+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] 19: <% @hashtags.each do |hashtag| %>
  52. 2019-03-07T17:44:26.652503+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] 20: <div class="hashtags-list-item">
  53. 2019-03-07T17:44:26.652505+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] 21: <%= link_to "##{hashtag.name}", hashtag_path(hashtag.name), class: 'hashtag-link' %>
  54. 2019-03-07T17:44:26.652507+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] 22: </div>
  55. 2019-03-07T17:44:26.652509+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8]
  56. 2019-03-07T17:44:26.652511+00:00 app[web.1]: [c3176d9e-a81a-4ed2-8605-394ca812eab8] app/views/users/index.html.erb:19:in `_app_views_users_index_html_erb___265364965893484170_46986046887200'
  57. 2019-03-07T17:44:28.106782+00:00 heroku[router]: at=info method=GET path="/favicon.ico" host=cuurjol-askme.herokuapp.com request_id=2a49e100-3244-47e6-b953-12ef2dc38516 fwd="31.129.194.162" dyno=web.1 connect=1ms service=2ms status=200 bytes=143 protocol=https
  58. 2019-03-07T17:44:36.119435+00:00 heroku[router]: at=info method=GET path="/" host=cuurjol-askme.herokuapp.com request_id=64bce09b-bbf9-4c3f-b694-6dc775cfcaed fwd="31.129.194.162" dyno=web.1 connect=1ms service=37ms status=500 bytes=1827 protocol=https
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement